/*font-family: 'Poppins', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');

body {
  font-family: "Open Sans",sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  overflow-x: hidden;
  color: #1e0f24;
}
html, body {
  overflow-x: hidden;
  scroll-behavior: smooth;
  }
  body {
  position: relative
  }

* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  box-sizing: border-box;
}

p {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 600;
  margin: 0 0 15px;
  color: #000;
}

a {
  color: #1e0f24;
  text-decoration: none !important;
  transition: ease-in-out 0.3s;
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  color: #000;
  margin: 0;
  line-height: 1.5;
  letter-spacing: 0px;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 30px;
}

h3 {}

h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
}

ul {
  margin: 0;
}

input,
select,
textarea,
button,
input:focus,
button:focus {
  outline: none;
}

button {
  transition: ease-in-out 0.3s;
}

img {
  max-width: 100%;
}

header,
section,
footer {
  display: block;
  width: 100%;
  float: left;
}

header {
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}

header.sticky {
  background-color: #fff;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
}

.logoCol {
  align-items: center;
  display: flex;
}

header:before {
  position: absolute;
  content: '';
  width: 21%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.navbar-brand {}

.navbar-brand img {
  height:75px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #000;
  font-size: 16px;
  padding: 30px 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.dropdown-item {
  font-size: 14px;
}

header .navbar {
  padding: 0px;
}

.navbar-nav .dropdown-menu {
  border: none;
  box-shadow: none;
  margin: 0px;
  border-radius: 0px;
  color: #fff;
  background: #2f348e;
}

.dropdown-item {
  font-weight: 700;
  color: #fff;
  font-size: 14px;
  padding: 10px;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}


li.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #fff;
  background-color: transparent;
}

.navCol,
nav.navbar.navbar-expand-lg {
  position: unset;
}

.menu-large {
  position: static !important;
}

.megamenu {
  padding: 20px 30px;
  width: 100%;
  height: 500px;
  overflow-y: scroll;
}

/* width */
.megamenu::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.megamenu::-webkit-scrollbar-track {
  background: #0f2465;
  border-radius: 0px;
}

/* Handle */
.megamenu::-webkit-scrollbar-thumb {
  background: #1b3b9c;
  border-radius: 10px;
}

/* Handle on hover */
.megamenu::-webkit-scrollbar-thumb:hover {
  background: #03a9f5;
}

.megamenu>div>li>ul {
  padding: 0;
  margin: 0;
}

.megamenu>div>li>ul>li {
  list-style: none;
}

.megamenu .card {
  outline: none;
}

.megamenu .card:hover,
.megamenu .card:focus {
  outline: 1px solid #000;
}

.megamenu>div>li>ul>li>a {
  display: block;
  padding: 4px 0px;
  clear: both;
  font-weight: 600;
  line-height: 2;
  color: #fff;
  white-space: normal;
  padding-left: 20px;
  background: url(../images/arrow_right_white.svg) left top 14px no-repeat;
  background-size: 6px;
}

.megamenu>div>li>ul>li>a:hover,
.megamenu>div>li>ul>li>a:focus {
  color: #fff;
  opacity: 0.5;
  background-position: left 4px top 14px
}

.megamenu .dropdown-item {
  padding: 15px;
}

.megamenu .dropdown-header {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 0px 10px;
  margin-bottom: 10px;
  border-bottom: 1px #fff solid;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .megamenu {
    margin-left: 0;
    margin-right: 0;
  }

  .megamenu>li {
    margin-bottom: 30px;
  }

  .megamenu>li:last-child {
    margin-bottom: 0;
  }

  .megamenu.dropdown-header {
    padding: 3px 15px !important;
  }

  .navbar-nav .open .dropdown-menu .dropdown-header {
    color: #fff;
  }
}


.heroBG {
  background-image: url('../images/herobg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 51%;
  min-height: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.headerTitle {
  font-weight: 600;
  color: #000;
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.subtitle01 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
  display: block;
}


.arrowLink {
  display: inline-block;
  padding: 0px;
  font-weight: 600;
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  transition: all 0.5s;
  letter-spacing: 2px;
  margin: 10px 0px;
}

.arrowLink:after {
  position: relative;
  content: '';
  width: 24px;
  height: 24px;
  background: url(../images/arrowBtn.svg) center center no-repeat;
  background-size: contain;
  transition: all 0.5s;
  display: inline-block;
  top: 6px;
  left: 5px;
}

.arrowLink:hover {
  color: #000;
}

.arrowLink:hover:after {
  left: 10px;
}

.borderLink {
  
  padding: 8px 25px 12px;
  padding-right: 32px;
  color: #fff;
  background: #2f778f;
  border-radius: 5px;
}

.borderLink:after {
  background: url(../images/arrowBtn_white.svg) center center no-repeat;
}

.borderLink:hover {
  color: #fff;
  background: #b541cf;
  box-shadow: 2px 3px 12px 1px #7f7f7f;
}


button.navbar-toggler.collapsed .navbar-toggler-icon {
  background: url(../images/ic_menu.svg) center center no-repeat;
  background-size: contain;
}

button.navbar-toggler .navbar-toggler-icon {
  background: url(../images/ic_close.svg) center center no-repeat;
  background-size: 24px;
}

.aboutPoint {
  width: 100%;
  height: 100%;
  padding: 25px 10px;
  display: flex;
}

.iconCol {
  margin-bottom: 20px;
}

.iconCol img {
  min-height: 64px;
  height: 64px;
}

.textInfo {}

.textInfo p {
  font-size: 16px;
}

.textInfo p:last-child {
  margin-bottom: 0;
}

.aboutSection {
  position: relative;
}

.aboutSection:before {
  position: absolute;
  content: '';
  width: 24%;
  height: 100%;
 
  left: 0;
  top: 0;
  z-index: -1;
}

.aboutTextLeft {
  width: 100%;
  height: 100%;
  padding-bottom: 71px;
}

.aboutTextLeft .titleLine,
.aboutTextLeft p {
  color: #000;
}

.titleLine {
  font-size: 26px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.titleLine:before {
  position: absolute;
  content: '';
  width: 50px;
  height: 5px;
  bottom: 0;
  left: 0;
  background-color: #e61030;
  z-index: 1;
}

.titleLine:after {
  position: absolute;
  content: '';
  width: 100%;
  max-width: 120px;
  height: 1px;
  bottom: 2px;
  left: 0;
  background-color: #fff;
}


.triangle:after {
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 100px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 100px solid #fff;
}

.triangle:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 100px solid transparent;
  border-top: 100px solid #fff;
}

.bgSkyBlue {
  background-color: #2f778f;
}

.ptb_100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ptb_75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.aboutRightCol {
  padding-left: 55px;
}


.centerTitleLine:before {
  left: 50%;
  transform: translateX(-50%);
}

.centerTitleLine:after {
  left: 50%;
  transform: translateX(-50%);
  background-color: #e7e7e7;
}

.servicesItem {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 5px 15px rgb(184 184 184 / 10%);
  margin: 30px 0px;
}

.serviceImg {
  width: 100%;
  position: relative;
  display: block;
  max-height: 215px;
  overflow: hidden;
}

.serviceImg:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 22px;
  left: 0;
  bottom: 0;
  background: url(../images/wave_shape.svg) top center no-repeat;
  background-size: cover;
}

.itemTitle {
  padding: 25px 15px;
  display: block;
}

.itemTitle h5 {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #03a9f5;
  opacity: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background: #03a9f5;
  opacity: 0.3;
}

.ourExperienceSection {
  position: relative;
}

.ourExperienceSection:before {
  position: absolute;
  content: '';
  width: 320px;
  height: 480px;
  top: 0;
  right: 0;
  /*background: url(../images/bg_shape_1.svg) top right no-repeat;*/
  background-size: contain;
  z-index: -1;
}

.ourExperienceSection:after {
  position: absolute;
  content: '';
  width: 560px;
  height: 910px;
  bottom: 0;
  left: 0;
  /*background: url(../images/bg_shape_2.svg) bottom left no-repeat;*/
  background-size: contain;
  z-index: -1;
}

.experCol {
  display: flex;
  align-items: center;
}

.experienceText.text-right {
  padding: 30px 30px 30px 0px;
}

.experienceText {
  padding: 30px 0px 30px 30px;
}

.experienceText h3 {
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.3;
  margin-bottom: 25px;
}

.experienceText p {}

.experienceImg {
  border-radius: 5px;
  overflow: hidden;
}

.experienceImg img {}

.ourTeamSection {
  background-color: #f9da0b;
  position: relative;
}

.ourTeamSection:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 280px;
  top: 0;
  left: 0;
  background-color: #fff;
}

.teamsItem {
  text-align: center;
  display: block;
}

.teamsItem .memberImg {
  display: block;
  width: 158px;
  height: 158px;
  border-radius: 150px;
  overflow: hidden;
  border: 8px #fff solid;
  margin: 0px auto;
  transition: all 0.5s;
}

.teamsItem .memberImg img {
  filter: grayscale(100%);
  transition: all 0.5s;
}

.teamsItem .itemTitle {
  display: block;
  padding: 15px;
}

.teamsItem .itemTitle h6 {
  font-size: 18px;
  font-weight: 600;
}

.teamsItem .itemTitle p {
  color: #fff;
  font-size: 14px;
  margin: 0;
}

.teamsItem:hover .memberImg {
  border-color: #f9da0b;
}

.teamsItem:hover .memberImg img {
  filter: grayscale(0%);
}

.tabCol {}

.tabCol .container.tab-pane {
  padding: 0;
}

.accordionStyle {}

.accordionStyle .card {
  border-radius: 0;
  border: none;
}

.card-header {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  border-color: #e6e1e1;
}

.card-header .card-link {
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 0px;
  padding-right: 40px;
  background: url(../images/arrow_down.svg) right 15px center no-repeat;
  background-size: 13px;
}

.card-header .card-link:hover {
  color: #f9da0b;
}

.card-header .card-link.collapsed {
  background: url(../images/arrow_right.svg) right 15px center no-repeat;
  background-size: 8px;
}

.accordionStyle .card-body {
  padding: 25px 0px;
}

.dotList {}

.dotList li {
  position: relative;
  padding-left: 25px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}

.dotList li:before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background-color: #f9da0b;
  left: 0;
  top: 6px;
}

.dotList li:last-child {
  margin-bottom: 0;
}

.nav-tabs .nav-link {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 9px 30px;
}

.nav-tabs {
  border-color: #e6e1e1;
  margin-bottom: 15px;
}

.nav-tabs .nav-link:hover {
  color: #f9da0b;
  border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #ffffff;
  background-color: #f9da0b;
  border-color: #f9da0b;
}

.clientTestoCol {
  background-color: #f9da0b;
}

.clientTestoCol .titleLine {
  margin-left: 60px;
}

.clientTestoCol .titleLine:before {
  background-color: #03a9f5;
}

.clientTestoCol .owl-nav.disabled+.owl-dots {
  margin-top: 30px;
}

.clientTestoCol .owl-theme .owl-dots {
  text-align: left;
  padding-left: 55px;
}

.clientTestoCol .owl-theme .owl-dots .owl-dot span {
  background: #fff;
}

.clientTestoCol .owl-theme .owl-dots .owl-dot.active span,
.clientTestoCol .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}

.testoItem {
  padding: 20px 60px;
}

.testoItem .testoText {
  position: relative;
  padding: 50px 0px;
  background: url(../images/ic_testo_Big.svg) left 0px top no-repeat;
  background-size: 110px;
}

.testoItem .testoText p {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}

.testoItem .testoText:before {
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  right: 104%;
  top: 50px;
  background: url(../images/ic_testo_1.svg) center right no-repeat;
  background-size: contain;
}

.testoItem .testoText:after {
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  left: 104%;
  bottom: 35px;
  background: url(../images/ic_testo_2.svg) center right no-repeat;
  background-size: contain;
}

.clientInfo {
  display: flex;
}

.clientInfo .clientImg {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
}

.clientInfo .clientImg img {
  min-width: 100%;
  min-height: 100%;
}

.clientInfo .clientName {
  padding-left: 15px;
}

.clientInfo .clientName h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.clientInfo .clientName p {
  font-size: 13px;
  margin-bottom: 0;
}


.bgYellowAfter {
  position: relative;
}

.bgYellowAfter:after {
  position: absolute;
  content: '';
  width: 35%;
  height: 100%;
  background-color: #f9da0b;
  top: 0;
  right: 0;
  z-index: -1;
}

.keyExperiencCol {
  background-color: #fff;
  position: relative;
  padding-right: 110px
}

.keyExperiencCol:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 100px solid transparent;
  border-top: 100px solid #f9da0b;
}

.keyExperiencCol:after {
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 100px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 100px solid #f9da0b;
}



.ourClients {
  background-color: #f9da0b;
}

.ourClients .titleLine:before {
  background-color: #03a9f5;
}

.ourClients .partnerLogos {
  text-align: center;
  text-align: center;
  padding: 30px 0px;
}

.ourClients .partnerLogos img {
  width: auto;
  margin: 0 auto;
}

.ourClients .owl-theme .owl-dots .owl-dot span {
  background: #fff;
}

.ourClients .owl-theme .owl-dots .owl-dot.active span,
.ourClients .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}


footer {
  background-color: #fff;
  padding: 60px 0px;
}

footer h6 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

footer p {
  margin-bottom: 8px;
}

.f_links {}

.f_links li {
  font-size: 14px;
  margin: 8px 0px;
}

.f_links li a {
  font-size: 14px;
  font-weight: 600;
}

.f_links li a:hover {
  color: #f9da0b
}

.fLogo {
  margin-bottom: 15px;
}


.callNowBox {
  background-color: #03a9f5;
  position: relative;
  margin-top: -110px;
  margin-bottom: 50px;
}

.callCol {
  padding: 25px;
  display: flex;
  align-items: flex-end;
}

.icbox {}

.callCenterText {
  font-size: 15px;
  color: #fff;
  opacity: 0.5;
  padding: 0px 25px;
}

.callCol a {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  line-height: normal;
}

.callNowBox:before {
  position: absolute;
  content: 'OR';
  width: 45px;
  height: 45px;
  border-radius: 50px;
  background-color: #0287c4;
  left: 50%;
  top: 25px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
}

.callNowBox:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  background-color: #0287c4;
}



.innerPagesBody {
  padding-top: 84px;
}

.innerHeader {
  background-color: #fff;
}

.innerHeader .logoCol {
  background-color: transparent;
}

.innerHeader:before {
  display: none;
}


.pageTitleSection {
  text-align: center;
  background: url(../images/pageTitleBg.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 350px;
  display: flex;
  align-items: center;
}

.pageTitleSection h1 {
  font-size: 36px;
  color: #fff;
  text-transform: uppercase;
}

.pageTitleSection .breadcrumb {
  background-color: transparent;
  justify-content: center;
  margin-bottom: 0;
}

.pageTitleSection .breadcrumb .breadcrumb-item,
.pageTitleSection .breadcrumb .breadcrumb-item a {
  font-size: 16px;
  color: #fff;
}

.pageTitleSection .breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}

.pageTitleSection .breadcrumb .breadcrumb-item a:hover {
  color: #f9da0b;
}

.arrowList {}

.arrowList>li {
  font-size: 14px;
  font-weight: 600;
  padding-left: 20px;
  background: url(../images/arrow_right.svg) top 5px left no-repeat;
  background-size: 6px;
  margin-bottom: 10px;
}

.gryBg {
  background-color: #f8f8f8;
}

.gryBg .triangle:before,
.gryBg .triangle:after {
  border-top-color: #f8f8f8;
  border-bottom-color: #f8f8f8;
}

.bgHolder {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.wrapper_445 {
  width: 100%;
  max-width: 445px;
}

.h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}


.ourClientsGry {
  background-color: #fcfcfc;
}

.ourClientsGry .owl-theme .owl-dots .owl-dot.active span,
.ourClientsGry .owl-theme .owl-dots .owl-dot:hover span {
  background: #f9da0b;
}

.ourClientsGry .owl-theme .owl-dots .owl-dot span {
  background: #f9da0b;
}

.triangleLeft:before,
.triangleLeft:after {
  left: 0;
  right: unset;
}

.triangleLeft:before {
  border-right: 100px solid transparent;
  border-left: 0;
}

.triangleLeft:after {
  border-right: 100px solid transparent;
  border-left: 0;
}


.textJust p {
  text-align: justify;
}

.imgWrap {
  width: 100%;
  max-width: 400px;
}

.imgWrap img {
  width: 100%
}


.contactForm {}

.contactForm .form-group {
  width: 100%;
}

.contactForm .form-group input,
.contactForm .form-group textarea {
  width: 100%;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 400;
  border: 1px #efefef solid;
  resize: none;
}

.contactForm .form-group textarea {
  height: 180px;
}

.blueBtn {
  background-color: #03a9f5;
  padding: 10px 35px;
  border: none;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  color: #fff;
}

.blueBtn:hover {
  background-color: #000;
}

.contactInfoList {
  width: 100%;
}

.contactInfoList li {
  padding-left: 40px;
  font-size: 15px;
  font-weight: 500;
  margin: 14px 0px;
  position: relative;
  width: 100%;
  display: inline-block;
}

.contactInfoList li:before {
  position: absolute;
  content: '';
  width: 24px;
  height: 24px;
  left: 0;
  top: 1px;
  background-repeat: no-repeat;
  background-size: contain;
}

.icMap:before {
  background-image: url(../images/place.svg);
}

.icEmail:before {
  background-image: url(../images/email.svg);
}

.icPhone:before {
  background-image: url(../images/phone.svg);
}

.socialLink {
  display: flex;
  margin-bottom: 20px;
}

.socialLink li {
  padding: 5px;
  margin: 10px;
}

.socialLink li a {
  font-size: 20px;
}


.productBasicInfo {
  display: flex;
  margin: 20px 0px;
}

.productBasicInfo .icCol {
  width: 50px;
  min-width: 50px;
  text-align: center;
}

.productBasicInfo .icCol img {
  width: 100%;
}

.productBasicInfo .textCol {
  padding-left: 20px;
}

.productBasicInfo .textCol label {
  font-size: 14px;
  margin-bottom: 0px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  display: block;
}

.productBasicInfo .textCol p {
  font-size: 16px;
  font-weight: 500;
}


.min_550 {
  min-height: 550px;
}

.projectScreens {
  display: block;
  width: 100%;
  height: 300px;
}

.prjectItem {
  display: block;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  margin: 20px 0px;
}

.prjectItem .p_Img {}

.yellowAfter {
  position: relative;
}

.yellowAfter:after {
  position: absolute;
  content: '';
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-color: #f9da0b;
}


.gallery .nav.nav-pills {
  justify-content: center;
  margin-bottom: 50px;
}

.gallery .nav.nav-pills li {}

.gallery .nav.nav-pills .nav-link {
  border-radius: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  position: relative;
  cursor: pointer;
}

.gallery .nav.nav-pills .nav-link:before {
  position: absolute;
  content: '';
  width: 0%;
  height: 3px;
  background-color: #2f778f;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.5s
}

.gallery .nav.nav-pills .nav-link.active {
  color: #2f778f;
  background-color: transparent;
}

.gallery .nav.nav-pills .nav-link:hover:before,
.gallery .nav.nav-pills .nav-link.active:before {
  width: 100%;
  opacity: 1;
}


#myAwesomeLightbox .modal-content {
  background-color: transparent;
  text-align: center;
  border: none;
}

#myAwesomeLightbox .modal-dialog {
  max-width: 80%;
}

.mg-prev,
.mg-next {
  text-transform: uppercase;
  background-color: transparent !important;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border-bottom: 2px #fff solid;
  letter-spacing: 2px;
  transition: 0.5s;
}

.mg-prev:hover,
.mg-next:hover {
  color: #f9da0b;
  border-color: #f9da0b;
}

.gallery-item {
  cursor: pointer;
}

.newsCol {
  display: flex;
  width: 100%;
  background-color: #fff;
  padding: 15px;
  margin-bottom: 30px;
}

.newsCol .newsImg {
  min-width: 180px;
  height: 175px;
  text-align: center;
  overflow: hidden;
  background-color: #000;
}

.newsCol .newsImg img {
  min-width: 100%;
  min-height: 100%;
  transition: 1s;
}

.newsCol .newsText {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  padding: 10px 0px 10px 20px;
}

.newsCol .newsText>div {
  width: 100%;
}

.newsCol .newsText .newsLabel {
  font-size: 14px;
  color: #2f778f;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.newsCol .newsText h4 {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 15px;
}

.newsPostInfo {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.newsPostInfo li {
  padding-right: 15px;
  font-size: 13px;
  font-weight: 600;
  margin: 5px 0px;
  color: #999
}

.newsPostInfo li:last:child {
  padding-right: 0;
}

.newsPostInfo li i {
  margin-right: 5px;
}

.newsCol:hover .newsImg img {
  transform: scale(1.4);
  opacity: 0.6;
}

.newsColBig {
  flex-wrap: wrap;
}

.newsColBig .newsImg {
  min-width: 100%;
  height: 290px;
}

.testoWhite {
  padding: 30px 50px;
  border-radius: 10px;
}

.testoWhite .owl-theme .owl-dots {
  text-align: center;
}

.testoWhite .clientInfo {
  justify-content: center;
}


.ourClients {
  display: none;
}

.testPage {
  background: transparent;
}

.testPage .titleLine {

  margin-left: 0px;
}

.testPage .testoText {
  position: relative;
  padding: 50px 0px;
  background: url(../images/ic_testo_Big-light.svg) left 0px top no-repeat;
  background-size: 110px;
}

.testPage .testoText:before {

  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  right: 104%;
  top: 50px;
  background: url(../images/ic_testo_1-gre.svg) center right no-repeat;
  background-size: contain;

}

.testPage .testoText:after {
  content: '';
  position: absolute;

  width: 30px;
  height: 30px;
  left: 104%;
  bottom: 35px;
  background: url(../images/ic_testo_2-grey.svg) center right no-repeat;
  background-size: contain;


}

.testoItem {
  background: #fff;

  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.10);
  width: 100%;
  float: left;
  margin-bottom: 30px;
  border-radius: 10px;
}

.gallery-item,
.gallery-item * {
  transition: ease-in-out 0.6s;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.30);
}

.gallery-item .projectGallery {
  opacity: 0;
  padding: 10px 30px;
  width: 100%;
  float: left;
  position: absolute;
  bottom: 0px;
  left: 0px;
  transition: ease-in-out 0.3s;
  z-index: 11;
}

.gallery-item .projectGallery h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    padding-top: 20px;
}
.gallery-item .projectGallery p{color: #fff;}

.gallery-item:hover .projectGallery {
  transition: ease-in-out 0.3s;
    opacity: 1;
    color: #fff;
    padding: 60px 30px 30px 30px;
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}
.gallery-item:hover img {
  transform: scale(1.2);
  opacity: 0.6;
}

.productFull {
  width: 100%;
  display: block;
}

.pageTitleSection h1,
.pageTitleSection {
  color: #000;
}

.pageTitleSection .breadcrumb .breadcrumb-item,
.pageTitleSection .breadcrumb .breadcrumb-item a {
  color: #000;
}

.pageTitleSection .breadcrumb-item+.breadcrumb-item::before {
  color: #000;
}
.pageTitleSection .breadcrumb .breadcrumb-item a:hover{
  color: #03a9f5;
}
.bgYellowAfter .clientTestoCol .testoItem{
 background: transparent;
 box-shadow: none;
}


.modal-content button.close {
    float: right;
    position: relative;
    right: -161px;
    top: -24px;
}

.modal-body h3 {
    font-size: 18px;
}
.popUp a.newsCol.newsColBig {
    padding: 0px;
    overflow: hidden;
	    margin-bottom: 10px;
		display: inline;
}

.popUp .newsHead {
    padding: 0px 15px;
}

.modal-body {
    padding: 0;
    overflow: hidden;
}
.modal-content {
        min-width: 483px;
    height: 537px !important;
}
.popUp .newsText {
    padding: 0px 25px;
    text-align: center !important;
}
.popUp .newsColBig .newsImg {
    min-width: 100%;
    height: 420px;
}
.popUp label.newsLabel {
    font-size: 20px !important;
    font-weight: 800 !important;
    padding-top: 10px;
}
.popUp .newsCol:hover .newsImg img {
    transform: none;
    opacity: 0.6;
}
.center {
  text-align: center;
}

.experienceImg:hover {
  box-shadow: 0px 7px 16px 0px #eaeaea;
}


.hoverBg:hover, .hoverBg:hover .experCol {
  background: #f7faff;
  border-radius: 4px;

}
.hoverBg:hover .experienceImg {
  position: absolute;
  top: -26px;
  box-shadow: 0px 7px 16px 0px #eaeaea;
}
.hoverBg .experienceImg {
  position: absolute;
  top: -26px;
 border:1px solid #eaeaea ;
 border-radius: 5px; left: 0;
}

.hoverBg:hover .experienceText h3{
  color: #b138cb;
}

p.subtitle01{
  width: 90%;
  font-size: 20px;

}
a.typewrite {
  color: #b33ccd;
  font-size: 20px;
}
.hoverBg {
  margin: 100px 0px;
}
.owl-carousel .owl-nav.disabled button.owl-next span {
  font-size: 34px;
  overflow: hidden;
  line-height: 27px;
}





.reverse .experienceImg {
  right: 0;
  z-index: 10;
  background: #fff;
  text-align: center;
}

.serviceWidth .hoverBg {
  margin: 0;
}

.heroBG2 p.subtitle01 {
  font-size: 17px;
}

.heroBG2 {
  background-image: url(../images/heroBG2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 51%;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.heroBG3 {
  background-image: url(../images/projects.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 51%;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.serviceWidth {
  padding: 0px 87px;
}
.heroBG2.noimg {
  background-image: none;
  padding-bottom: 45px;
}

.reverse {
  margin-top: 0px !important;
}


.about .mt-4,.about .my-4{
  margin-top:0px;
}
.about .hoverBg{
  margin:0px;
}
.heroBG3 p.subtitle01{ font-size:16px;}


.heroBG3,.heroBG4 {
  padding: 10px;
}
.heroBG4{
  background-image: url(../images/projects/pageTitleBg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 51%;
  min-height: 520px;
  display: flex;
  align-items: center;
 
  
}

.btn-primary {
  color: #fff;
  background-color: #2f778f;
  border-color: #2f778f;
}
.btn-primary:hover {
  color: #fff;
  background-color: #b33dcd;
  border-color: #b33dcd;
}

.pt_50 {
  padding-top: 30px;
}

.middle {
  padding: 100px 0px;
}
















/* AD CSS */
@media only screen and (min-width: 1024px) {
  .left-postion{
    position: relative;
    left: 140px;
  }
} 

.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #2f778f;
  min-width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #fff;color:black}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}

.center-cls {
  margin: 0 auto;
}

@media only screen and (max-width: 991px){
  .collapse, .navbar-collapse{
    display: none;
  }

}
@media only screen and (min-width: 992px){
  .nav-toggle{
    display: none;
  }
  
}
.nav a {
  font-size: 16px;
}
.nav ul {
  margin-top: 0 !important;
}
@media only screen and (max-width: 600px) {
  .center-in-mobile .col-6 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100%;
  }
  .center-in-mobile span{
    font-size:14px;
  }
  .center-in-mobile p{
    text-align:center;
  }
  .subtitle01{
    width:50%;
    color:black;
  }
  .mail-for-mobile{
    display:none;
  }
  .dropdown-content{
    height: auto;
  }
  .navbar-nav{
    overflow: visible !important;
  }
  .heroBG {
    background-position: 40%;
  }
}
.keyword{
  display: none;
}

.p_45{ padding: 45px;}

.pt_75{ padding-top: 75px;}

.social a .fa:hover, .social a .fab:hover{
  background: #b33dcd;
  color: #fff;
}

.social a .fa, .social a .fab {
  padding: 9px;
  background: #2f778f;
  color: #fff;
  border-radius: 50px;
  font-size: 12px;
  line-height: 1;
}
.social a {
  padding: 20px 0;
}
.social p {
  padding: 12px 0;
}

.owl-carousel .owl-nav.disabled{
  display: block;
}

.owl-carousel .owl-nav.disabled button.owl-next {
  float: left;
    position: relative;
    background: #2f778f;
    width: 40px;
    height: 39px;
    color: #fff;
    border-radius: 50px;
}

.owl-carousel .owl-nav.disabled {
  display: block;
  position: relative;
  top: -221px;
  left: -22px;
}

.owl-carousel .owl-nav.disabled button.owl-prev {
  float: right;
  position: relative;
  background: #2f778f;
  width: 40px;
  height: 39px;
  color: #fff;
  border-radius: 50px;
  right: -42px;
}
.owl-carousel .owl-nav.disabled button.owl-next span, .owl-carousel .owl-nav.disabled button.owl-prev span {
  font-size: 34px;
  overflow: hidden;
  line-height: 27px;
}
.owl-carousel .owl-nav.disabled button.owl-next:hover, .owl-carousel .owl-nav.disabled button.owl-prev:hover {
  background: #e74785;
}


.owl-theme .owl-nav button.owl-next,.owl-theme .owl-nav button.owl-prev {
 
  background: #2f778f;
  width: 32px;
  height: 34px;
  color: #fff;
  border-radius: 50px;
 
}
.owl-theme .owl-nav button.owl-next:hover,.owl-theme .owl-nav button.owl-prev:hover {
 
  background: #e74785;
 
}
.owl-dots {
  display: none;
}


.nav-toggle.expanded .nav-toggle-bar::after,.nav-toggle.expanded .nav-toggle-bar::before{
  background: #000 !important;
  margin-left:32%;
}
.nav{
  background: #2f778f !important;

}
.nav a{
  color:white !important;
  font-weight: 600;
}

.aboutPoint .iconCol img {
  max-width: 70px;
  margin-right: 29px;
}

.aboutPoint .textInfo h3 {
  font-size: 20px;
  padding-bottom: 8px;
}

.aboutPoint:hover h3 {
  color: #b541ce;
  transition: 0.5s;
}
.aboutPoint:hover {
  box-shadow: 0px 2px 15px 1px #c5c5c5;
  transition: 0.5s;
  border-radius: 5px;
}

a.servicesItem:hover .itemTitle h5{
  color: #b541cf;
}

.dropdown-content, .dropdown-content a:hover{
  border-radius: 5px;
}






@media only screen and (max-width: 350px){
  .nav-toggle.expanded .nav-toggle-bar::after,.nav-toggle.expanded .nav-toggle-bar::before{
    margin-left: 0%  !important;
  }
}
