
@font-face {
	font-family: 'futura';
  src: url("../webfonts/futura/futura-medium-bt.ttf");
}
@font-face {
  font-family: 'futuralight';
  src: url("../webfonts/futura/futura-light-bt.ttf")
}
@font-face {
  font-family: 'futuraheavy';
  src: url("../webfonts/futura/Futura_Heavy_font.ttf")  
}
@font-face {
  font-family: 'futuranormal';
  src: url("../webfonts/futura/futura_medium_condensed_bt.ttf")
}
@font-face {
  font-family: 'futuraitalic';
  src: url("../webfonts/futura/Futura_Medium_Italic_font.ttf")
}
@font-face{
  font-family: 'tw';
  src: url("../webfonts/tw-cen-mt-std/TwCenMTStd-Light.otf")
}
:root{
  --white: #ffffff;
}

html, body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    min-height: 100vh;
    width: 100%;
    position: static;
    background: white;
	  text-align: center;
    direction: ltr;
    scroll-behavior: smooth;
	  -moz-osx-font-smoothing: grayscale;
	  -webkit-font-smoothing: antialiased
}

*{
    font-family: 'futuralight', sans-serif;  
}

.bold{
  font-family: 'futuraheavy', sans-serif;
}
.l {
    text-align: left;
}
.j {
  text-align: justify;
}

.r {
    text-align: right;
}

.c {
    text-align: center;
}

header nav a.active div,
header nav .g a:hover div{
  color: #039 !important;
}

.popup{
  background-color: #fff;
  color: #797979;
  width: 356px;
  transform: translate(-50%,-42%);
  left: 50%;
  top: 42%;
  border-radius: 15px;
  font-family: 'futuraheavy', sans-serif;
  position: fixed;
  z-index: 999;
  height: 190px;
  display: none;
  box-shadow: 3px 3px 10px 3px #2222;
  animation:  slideInn 1.5s;
}
@keyframes slideInn {
  0% {
    top: 45%;
  }
  100% {
    top: 42%;
  }
}

.popup button{
  color: #eaeaea;
  font-weight: bold;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  width: 100%;
  background-color: #003399;
  font-size: 28px;
  border: none;
  outline: none;
  cursor: pointer;
  position: absolute;
  display: block;
  margin-top: 24px;
  height: 52px;  
}
.popup p{
  font-size: 18px;
  text-align: justify;
  margin: 0px 0 0px;
  padding: 30px 30px 0;
}

.languageDropdown {
  padding: 8px !important;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  color: #333;
  font-size: 14px;
  text-transform: uppercase;
}
.languageDropdown option {
  background-color: #fff;
  font-size: 15px;
}


.chat-container {
  width: 100%;
  display: none; 
}

.chat-header {
  background-color: #003399;
  color: #fff;
  padding: 10px;
  text-align: center;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.mes {
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: none;
  height: 255px;
  padding: 10px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.btnn{
  font-size: 17px;
  line-height: 18px;
  padding: 15px;
  border-radius: 6px;
  background-color: rgb(237, 232, 252);
  border: none;
  display: inline-block;
  margin: 4px;
}

.btnn a{
    color: #003399;
}
.btnn:hover{
  background: #003399;
}
.btnn:hover a{
  color: #fff;
}

.chat-content {
  padding: 10px;
  border-radius: 5px;
  height: 271px;
}

.chatbot-messages {
  height: 400px;
  padding: 10px;
}

.chatbot-message {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.chatbot-message img.avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-right: 10px;
}

.chatbot-message p {
  background-color: rgb(237, 232, 252);
  padding: 14px 18px;
  border-radius: 10px;
  margin-bottom: 0;
  max-width: 75%;
}

.chat-container ul li a{
  text-decoration: none;
  color: #003399;
  font-size: 17px;
}

#chat-cont{
  border-radius: 5px;
}

.chat-container ul li{
  list-style: none;
  padding: 9px;
  margin-right: 213px;
}

.ds{
  margin-top: 43px;
  display: flex;
  flex-wrap: wrap;
}
.fleche_avant{
color: #003399;
font-size: 16px;
text-align: center;
}

.flex {
    display: inline-block;
    height: auto;
    width: 100%;
}

.flex-style {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.flex-column {
    flex-direction: column;
}

.flex-display {
    display: flex !important;
    justify-content: end;
    align-items: center;
}

.display-direction {
    flex-direction: column;  
}

.wrap-flex {
    flex-wrap: nowrap;
}

.h_txt {
    font-size: 75px;
    font-weight: 700;
    color: white;
}

.h_txt1 {
    font-size: 24px;    
    font-weight: 700;
    color: #ffffff;
}

.chat {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 50px;
  height: 50px;
  background: #003399;
  border-radius: 50%;
  cursor: pointer;
  z-index: 99999;    
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center; 
}
.chat.sq {
  width: 415px;
  height: 384px;
  background-color: transparent;
  border-radius: 5px;
}
.chat.sq .chat-container {
  display: block;
}
.chat.sq #ig {
  display: none;
}

.slide-in {
  animation: slideIn 1s ;
}

@keyframes slideIn {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0px);
  }
}

.g,
.g_nm,
g,
g_nm {
	display: inline-block
}

.pl60 {
    padding-left: 60px;
}

.container {
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 25%); z-index: 2;
    background: rgba(255, 255, 255);
    text-align: center;
    padding: 0px;
    z-index: 100;
}

.sticky {
    position:sticky;
    top: -1px;
}

.ph20 {
    padding-left: 20px; padding-right: 20px;
}

.pr10 {
    padding-right: 10px;
}

.sep {
    display: inline-block;
    height: 2px;
    width: 160px;
    z-index: 300;
    background: #333;
}

.btn {
    color: white;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.1em;
    border-bottom: 4px solid transparent;
    padding-bottom: 30px;
    padding-top: 30px;
    margin-top: 30px;
    margin-bottom: 30px;   
}

.pa{
    position: absolute !Important;

}

.scrolltotop{
    position: fixed;
    bottom: 40px;
    left: 40px;
    width: 55px;
    height: 55px;
    background: #7dbf65;
    color: #fff;
    font-size: 40px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 99999;    
    transition: 0.5s;

}
.scrolltotop:hover{
    background: #fc0;
    transition: 0.5s;
}

.pa.logo{
    display: flex;
    top: 0px;
    height: 100%;
    padding-top: 30px;
    padding-right: 32px;
    padding-left: 32px;
    left: 0%;
    scale: 1.2;
    
}

.label_1{
    color: #fc0;
    font-family: futuraheavy ;
    font-size: 25px;
    line-height: 10px;
}

.label_2{
    color: white;
    font-size: 13px;
    font-weight: 100;
    top: 10px;
    padding-top: 10px;
    font-family: 'tw', sans-serif;
    letter-spacing: 2px;
}

.pa.logo img{
  width: 67px;
}

.ml90 {
    margin-left: 90px;
}
.ml40 {
  margin-left: 40px;
}

.pl40 {
    padding-left: 40px;
}

.ez {
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease
}

nav {
    padding: 0px 10px 0px;
}

.mobilemenu {
    display:none;
    background-color: white;
    
}

.vh100 {
    height: 100vh !important;
}

.vh80 {
    height: 80vh;
}

.vh25 {
    height: 25vh;
}

.mt15 {
    margin-top: 15px;
}

.mt25 {
    margin-top: 25px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb40{
  margin-bottom: 40px;
}

.mt30 {
    margin-top: 30px;
    
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt80 {
    margin-top: 80px;
}

.w25 {
    width: 25%;
}

.p10 {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.p30 {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.pv80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.pv100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.p100 {
  padding-top: 100px;
}

.pv150 {
    padding-top: 150px;
    padding-bottom: 150px;
}

.pv120 {
    padding-top: 120px;
    padding-bottom: 120px;
}
.pv170 {
  padding-top: 200px;
  padding-bottom: 170px;
}

.pv30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.pv20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.pv200 {
    padding-top: 200px;
    padding-bottom: 200px;
}

.pv280 {
    padding-top: 280px;
    padding-bottom: 280px;
}

.ph10 {
    padding-left: 10px;
    padding-right: 10px;
}

.ph15 {
    padding-left: 15px;
    padding-right: 15px;
}

.mt40 {
    margin-top: 40px;
}

.s_txt {
    font-size: 19px;
    color: #0e132a;
    line-height: 26px;
    
}

.preloader {
	background-color: #f7f7f7;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
	margin: 0 auto
}

  .preloader-circle{
	width: 100px;
	height: 100px;
  position: absolute;
  top: 40%;
	left: 45%;
	border-style: solid;
	border-width: 1px;
	border-top-color: #7dbf65;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	z-index: 10;
	border-radius: 50%;
	-webkit-box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
	box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
	background-color: #ffffff;
	-webkit-animation: zoom 2000ms infinite ease;
	animation: zoom 2000ms infinite ease;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
  animation: spinloader 2s linear infinite;
}


.preloader-circle img{
    margin: 10%;
    animation: spinlogo 2s linear infinite;}

@keyframes spinloader {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
@keyframes spinlogo {
    0% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0deg);
  }
}
body,
html {
	min-height: 100%;
	min-height: 100vh;
	width: 100%;
	position: static
}

.rtl,
.tbl.flipped,
.tbl_nm.flipped,
tbl_nm.flipped,
tbl.flipped,
.stackX.flipped {
	direction: rtl
}

.ltr,
.tbl.flipped .col,
.tbl_nm.flipped .col_nm,
.stackX.flipped .stacked,
tbl.flipped cl,
tbl_nm.flipped cl {
	direction: ltr
}

img {
	border: none
}

.pointer {
	cursor: pointer
}

.default {
	cursor: default
}

.clear {
	clear: both
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0px;
	content: " ";
	clear: both;
	height: 0px
}

ul,
ol,
li :not(.active){
	margin: 0;
	padding: 0
}

ul,
ol {
	padding: 0 0 0 40px
}

ul.d {
	list-style: disc outside none
}

ol.d {
	list-style-type: decimal
}

ul.none {
	list-style: none
}

header,
section,
footer,
aside,
nav:not(.nav__wrapper),
main,
article,
figure {
	display: block
}

.tbl,
.tbl_nm,
.stackX,
tbl,
tbl_nm {
	display: table;
	width: 100%
}

.tbl.fixed,
tbl[fixed],
.fixed,
[fixed] {
	table-layout: fixed
}

.col,
.col_nm,
.stacked,
cl,
cl_nm,
tbl_nm cl,
.tbl_nm .col {
	display: table-cell;
	vertical-align: middle
}

.vd,
[vd] {
	vertical-align: baseline !Important
}

.vt,
[vt] {
	vertical-align: top !Important
}

.vm,
[vm] {
	vertical-align: middle !Important
}

.vb,
[vb] {
	vertical-align: bottom !Important
}

.row,
.row_nm,
rw,
rw_nm,
tbl_nm rw,
.tbl_nm .row {
	display: table-row
}

.g,
.g_nm,
g,
g_nm {
	display: inline-block
}

.grid .g,
.grid .g_nm,
grid .g,
grid .g_nm {
	font-size: 1rem
}


.ps {
	position: sticky;
	position: -webkit-sticky
}

.pl15 {
    padding-left: 15px;
}

.cl_sep150 {
    min-width: 150px;
    width: 150px;
}

.cl_sep {
    min-width: 100px;
    width: 100px;
}

.cl_sep10 {
    min-width: 10px;
    width: 10px;
}

.cl_sep15 {
    min-width: 15px;
    width: 15px;
}

.cl_sep30 {
    min-width: 30px;
    width: 30px;
}

.cl_sep60 {
    min-width: 60px;
    width: 60px;
}

.mt100 {
    margin-top: 100px;
}

.mt150 {
    margin-top: 150px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.pl5 {
    padding-left: 5px;
}

.oh {
    overflow: hidden;
}

.p20 {
    padding: 20px;
}

.ph25 {
    padding-left: 25px;
    padding-right: 25px;
}

.pv40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.pv60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.f_tit {
    color: #fff;
    font-size: 24px;  
    font-weight: 700;
}

.f_btn {
    color: #868c98;
    font-size: 19px; 
    border-bottom: none;
    
}

.f_btn:hover {
    color: #fc0;
    
}

.f_txt {
    color: #9fa6bd;
    font-size: 18px;
    
    line-height: 26px;
}
.info {
    cursor: pointer;
    color: #868c98;
}

.f_txt.info:hover {
    color: #fc0;
}

.h {
    display: none;
}

.pr20 {
    padding-right: 20px;
}

.pl20 {
    padding-left: 20px;
}

.fs40 {
    font-size: 40px;
}

.fs20 {
    font-size: 20px;
}

.pb100 {
    padding-bottom: 100px;
}

.fw700 {
    font-weight: 700;
}

.ph5 {
    padding-left: 5px;
    padding-right: 5px;
}

a {
    text-decoration: none;
}

footer {
    padding: 0px 10px 0px;
}

.mobilemenu > ul {
  position: relative;
  display: block;
  padding: 0px 48px 0;
  list-style: none;
  margin-top: 80%;
}

.our-services-head{
    text-align: center;
    font-weight: bold;
    font-size: 52px;
    margin-top: 5%;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 5%;
    color: #003399;
} 

.pe{
    left: 5px;
}
      .wrapper {
        min-height: 100vh;
        font-family: "Roboto Slab", serif;
        font-weight: 300;
        color: #fff;
      }
      
      .section {
        height: 100vh;
        font-weight: 100;
        position: relative;
        background-repeat: no-repeat;
        text-align: left;
      
      }
      .service{
        padding-top: 40vh;
        padding-left: 20%;
        margin-top: 0%;
        text-align: left;    
      }
    
      .nav-position {
        position: absolute; 
        top:0px;
        width: 100%;    
        transform: 0.5ms;
      }

      .p_wrapper{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;  
        grid-gap: 0.25em;
        text-align: center;
      }

      .single_p{
        display: block;
        text-decoration: none;
        color: black;
        position: relative;
        transition: 0.5s;
        z-index: 1;
        overflow: hidden;
        transition: 5s;
      }

    .p_wrapper >.single_pa{
      text-align: center;
        padding: 0;
    }
    
    .pp{ 
      background: rgba(0,53,151,.3);  
      height: 25%;
      width: 100%;
      bottom: 0 !important;
      position: absolute; 
      transition: 1s;  
    }
    .pp:hover {
      height: 75%;  
    }
    .title_p{
      color: white;
      font-size: 19px;
    }
    .details_text_p{
      display: none;
      color: white;
      transition: 2s;
    }
    .pp:hover  .details_text_p{
      display: inline-block;
    }
    
    .p_image{
        width: 100%;
        height: 35vh;
        transform: scale(1.1);
        transition: 3s;
        cursor: pointer;
    }
      
    .scroll-downs {
      margin:20vh auto;
      width :34px;
      height: 55px;
    }
    .mousey {
      width: 3px;
      padding: 10px 15px;
      height: 35px;
      border: 2px solid #fff;
      border-radius: 25px;
      opacity: 0.75;
      box-sizing: content-box;
    }
    .scroller {
      width: 3px;
      height: 10px;
      border-radius: 25%;
      background-color: #fff;
      animation-name: scroll;
      animation-duration: 2.2s;
      animation-timing-function: cubic-bezier(.15,.41,.69,.94);
      animation-iteration-count: infinite;
    }
    @keyframes scroll {
      0% { opacity: 0; }
      10% { transform: translateY(0); opacity: 1; }
      100% { transform: translateY(15px); opacity: 0;}
    }

      .u-section-1 {
        min-height: 874px;
      }
      
      .u-section-1 .u-layout-wrap-1 {
        margin-top: 0;
        margin-bottom: 60px;
      }
      
      .u-section-1 .u-image-1 {
        min-height: 758px;
        background-image: url("/img/pexelsphoto3526221.jpeg");
        background-position: 50% 50%;
      }
      
      .u-section-1 .u-container-layout-1 {
        padding: 30px 17px;
      }
      
      .u-section-1 .u-text-1 {
        font-size: 9.375rem;
        font-weight: 700;
        font-family: Barlow;
        margin: 58px 0 0 auto;
      }
      
      .u-section-1 .u-layout-cell-2 {
        min-height: 758px;
        background-image: none;
      }
      
      .u-section-1 .u-container-layout-2 {
        padding: 30px;
      }
      
      .u-section-1 .u-text-2 {
        font-size: 9rem;
        line-height: 1.1;
        font-weight: 700;
        margin: 72px 400px 0 0;
      }
      
      .u-section-1 .u-text-3 {
        font-size: 18px;
        width: 88%;
        margin: 8% 6% 6% 6%;
      }
      
      .u-section-1 .u-text-4 {
        font-size: 1rem;
        margin: 0 190px 0 0;
      }
      
      html {
        font-family: sans-serif;
        -ms-text-size-adjust: 100%;
        -webkit-text-size-adjust: 100%;
      }
      body {
        margin: 0;
      }
      article,
      aside,
      details,
      figcaption,
      figure,
      footer,
      header,
      main,
      menu,
      nav,
      section,
      summary {
        display: block;
      }
      *,
      *:before,
      *:after {
        box-sizing: border-box;
      }
      html {
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
      }
      body {
        height: auto;
        min-height: 100%;
      }
      body,
      aside,
      .u-sidebar-block,
      header,
      footer {
        position: relative;
      }
      section > *,
      header > *,
      footer > *,
      .u-sheet > *,
      .u-section-row > * {
        position: relative;
      }
      base {
        display: none;
      }
      a {
        text-decoration: none;
      }
      a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
      }
      .u-clearfix:after,
      .u-clearfix:before {
        content: '';
        display: table;
      }
      .u-clearfix:after {
        clear: both;
      }
      blockquote.u-text.u-indent-0 {
        padding-left: 0px;
      }      

      .u-text-default {
        display: table;
        align-self: flex-start;
        width: -webkit-fit-content;
        width: fit-content;
        width: -moz-fit-content;
      }
      .u-text-default:empty {
        display: block;
        width: 15px;
      }  
      section.u-image:not(.u-hover-box),
      .u-sheet.u-image:not(.u-hover-box),
      .u-group.u-image:not(.u-hover-box),
      .u-layout-cell.u-image:not(.u-hover-box) {
        overflow: visible;
      }
      .u-text .u-image {
        display: inline-block;
      }
    
      [data-post-link],
      [data-href] {
        cursor: pointer;
      }

      .u-container-layout {
        position: relative;
        flex: 1;
        max-width: 100%;
        transition-duration: inherit;
      }
      .u-inner-container-layout,
      .u-inner-container-layout > *,
      .u-container-layout > * {
        position: relative;
      }
      .u-inner-container-layout {
        white-space: normal;
      }
  
      .u-expanded-width {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .u-preserve-proportions.u-expanded-width > * {
        position: absolute !important;
      }
      .u-preserve-proportions.u-expanded-width > .u-preserve-proportions-child {
        position: relative !important;
      }

      .u-layout-row > .u-size-30 {
        flex: 0 0 50%;
        max-width: 50%;
        min-width: 50%;
      }

      .u-layout-col,
      .u-layout-row,
      .u-layout-col > *,
      .u-layout-row > * {
        display: flex;
      }

      .u-layout-col,
      .u-layout-row {
        flex: 1 1 auto;
      }
      .u-layout-row > * {
        max-height: 100%;
        min-height: -webkit-fit-content;
        min-height: fit-content;
      }
      
      .u-layout-row {
        flex-direction: row;
        flex-wrap: wrap;
        min-height: -webkit-fit-content;
        min-height: fit-content;
        max-width: 100%;
      }
      .u-layout-cell {
        position: relative;
        display: flex;
        background-clip: padding-box;
        background-origin: padding-box;
      }
      html {
        font-size: 16px;
      }
      
      p {
        margin-top: 0;
        padding: 0;
        margin-bottom: 0.5rem;
      }
      .u-container-style:not([class*="u-align-"]) {
        text-align: center;
      }
      text {
        word-wrap: break-word;
        position: relative;
      }
      .u-custom-color-1{
        background-color: #039;
        color: white;
      }
      .u-text-1{
        color: #039;
      }
      .u-text-2{
        color: #fff;
      }
      
      .ss:nth-child(odd){
        height: 20%;
        width: 70%;
        margin: auto ;
        display: grid;
        grid-template-columns: 1fr 4fr;
        grid-template-rows: 1fr;
      }
      .ss:nth-child(even){
        height: 20%;
        width: 70%;
        margin: auto;
        display: grid;
        grid-template-columns:  4fr 1fr;
        grid-template-rows: 1fr;
      }
      .ss:nth-child(even).sv{ 
        grid-area: 1 / 2 / 2 / 3; 
        text-align: left !important;
      }
      .ss:nth-child(even) .sw { 
        grid-area: 1 / 1 / 2 / 2; 
        text-align: right;
      }
      .ss{
        padding-bottom: 10px;
      }
      .sv{
        Background-color: #003399;
        width: 300px;
        height: 300px;
        border-radius: 50%;
        grid-row:1;
      }
      .sw{
        grid-row:1;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;
        color: #003399;
        font-family: futura;
        
      }
      .st{
        margin: auto 0;
        font-size: 48px;
        font-weight: bold;
      }
      .sd{
        font-size: 28px;
        
      }

    .bb{
        background: #003399;
    }
    .cw{
        color: #fff;
    }
    .cb{
        color: #003399;
    }
    .title{
        position: absolute;
        top: 80%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        color: #fff;
        z-index: 1;
        font-size: 50px;
        font-weight: bold;
    }
    #sectionp2 h1{
        text-align: center;
        font-weight: bold;
        font-size: 45px;
        margin-bottom: 4%;
        color: #003399;
    }
    .description{
        width: 70%;
        color: #003399;
        margin-left: auto;
        margin-right: auto;
    }
    .container_p {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .row_p {
        display: flex;
        flex-direction: row;
        width: 100%;     
    }
    .col_p {
        display: flex;
        flex: 1;
    }
    
    .row_p .image{
        width: 100%;
    }
    .content-text{
        font-size: 18px;
        width: 80%;
        line-height: 23px;   
        margin-bottom: 5px;
    }
    .content-text h1{
      margin-bottom: -20px;
    }
    .single-btn .previous{
      margin-right: -97px;
    }
    .single-btn .next{
      margin-left: -97px;
    }

    .previous:hover .arrow{
      transform: translateX(-5px) !important;
      transition-duration: 1s ;
    } 
    .next:hover .arrow{
      transform: translateX(5px);
      transition-duration: 1s;
    }
    .bttn{
        width: 200px;
        padding: 15px 0;
        text-align: center;
        font-size: 17px;
        margin-top: 58px;
        margin-bottom: 58px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 25px;
        font-weight: bold;
        border: none;
        background: #003399;
        color: #fff;
        cursor: pointer;
      
    }
    .bttn span{
      position: absolute;
      width: 11px;
      height: 11px;
      border: 4px solid #fff;
      transition: .5s;
    }
    .next span{
      bottom: 77px;
      margin-left: 24px;
      border-left: none;
      border-top: none;
      transform: rotate(-45deg)
    }
    .next:hover span{
      margin-left: 28px;
    }
    .next span:before{
      content: '';
      position: absolute;
      width: 20px;
      height: 3px;
      background: #fff;
      transform-origin: right;
      transform: rotate(45deg) translate(-5px,15px) scaleX(0);
      transition: .5s;
    } 
    .next:hover span:before{
      transform: rotate(45deg) translate(-5px,15px) scaleX(1);
    }

    .previous span{
      bottom: 77px;
      margin-left: -24px;
      border-right: none;
      border-bottom: none;
      transform: rotate(-45deg)
    }
    .previous:hover span{
      margin-left: -28px;
    }
    .previous span:before{
      content: '';
      position: absolute;
      width: 20px;
      height: 3px;
      background: #fff;
      transform-origin: left;
      transform: rotate(45deg) translate(-4px,1px)  scaleX(0);
      transition: .5s;
    } 
    .previous:hover span:before{
      transform: rotate(45deg)  translate(-4px,1px)  scaleX(1);
    }
    .pagination{
      padding-top: 35px;
    }
    .pagination a{
      display: inline-block;
      padding: 10px;
      background-color: #f2f2f2;
      color: #333;
      text-decoration: none;
      border-radius: 5px;
    }
    .pagination a:hover {
      background-color: #ddd;
    }
    .pagination a.active {
      background-color: #555;
      color: #fff;
    }   
    #contact{
      margin-bottom: 5%;
      padding-top: 3%;

    }
    .contact-header p{
      color: #003399;
      font-size: 19px;
      margin-top: -16px;
      margin-bottom: 50px;
    }
    .contact-info{
      display: flex;
      flex-direction: row;
      box-shadow: 0px 3px 6px #888888;
      margin-left: 24px;
      margin-right: 24px;
      margin-top: 2%;
      border-radius: 24px;
      height: 75vh;     
    }
    .conta{
      width: 45%;
      background: #003399;
      color: white;
      margin: 25px 0px 25px 30px;
      height: calc(75vh - 50px);
      border-radius: 16px;
      
    }
    .conta h1, .conta p{
      padding-left: 40px;
    }
    .conta p{
      padding-right: 1%;
    }
    .conta h1{
      font-size: 39px;
    }
    .conta ul{
      margin-top: 8%;
      padding-left: 15px;
    }
    .conta  ul li span{
      padding-right: 14px;
      vertical-align: middle;
    }
    .conta ul li{
      list-style: none;
      padding: 20px;
    }
    .conta p ,.conta ul li {
      font-size: 18px;
    }
  
    .svg{
      margin-top: 39px;
      margin-right: 5%;
    }
    .svg a{
      padding-right: 9px;
    }
    .svg a:hover .cls-a{
      fill: #003399;
    }
    .svg a:hover .cls-b{
      fill: #fff;
    }
    
    .svg-hw{
      height: 40px;
      width: 40px;
    }
    .svg2-hw{
      height: 25px;
      width: 25px;
    }
    .contb{
      margin-left: 5%;
      margin-top: 4%;
      width: 44%;
      
    }
    .f-contact{
      display: flex;
      flex-direction: column;
      margin-bottom: -6px;
    }
    .contb .wd{
      width: 46%;
    }
    .dc{
      display: flex;
      flex-direction: row;
      justify-content: space-between;
    }
  
    .contb label{
      color: #003399;
      margin-left: 1%;
      font-size: 19px;
    }
    .contb form input{
      height: 33px;
    }
    .contb form input,
      .contb textarea{      
      border-radius: 5px;
      border: 1px solid #003399;
      margin-top: 3%;
      margin-bottom:8%;
      font-size: 19px;
      color: rgba(0,53,151);
    }
    form input:focus{
      border: 2px solid blue ;
    }
  
    .contb form input[type="submit"]{
      width: 27%;     
      text-align: center;
      font-size: 16px;     
      margin-left: 71%;
      border-radius: 25px;
      border: none;
      background: #003399;
      color: #fff;
      cursor: pointer;
    }
    .contb textarea{
      height: 200px;
      width: 100%;
      margin-bottom: 0%;
      resize: none;
    }


    @media all and (max-width:768px) {
    
      .m_pl0 {
          padding-left: 0px;
      }
  
      .flex-logo{
          padding-bottom: 22px;
      }
      .nav-position {
        height: 122px;
        top: -25px !important;
    }
    .fb{
      margin-bottom: -58px;
      margin-top: 40px;
      }

      .flex-md-column {
          flex-direction: column;
      }
  
    .m_left {
      float: left
    }
    .m_right {
      float: right
    }
    .m_none {
      float: none
    }
    .tbl,
    .tbl>.row,
    .tbl>.col,
    .tbl>.row>.col,
    .g,
    tbl,
    tbl>rw,
    tbl>cl,
    tbl>rw>cl,
    g {
      display: block;
      width: auto !Important
    }
      .m_m_h {
          display: none;
      }
    .m_vd,
    [vd] {
      vertical-align: baseline !Important
    }
    .m_vt,
    [vt] {
      vertical-align: top !Important
    }
    .m_vm,
    [vm] {
      vertical-align: middle !Important
    }
    .m_vb,
    [vb] {
      vertical-align: bottom !Important
    }
    
      .m_vh80 {
          height: 80vh;
      }
      
      .h_txt1 {
          font-size: 20px;          
      }
  
      .m_fs50 {
          font-size: 50px;
      }
  
      .m_fs23 {
          font-size: 23px;
      }
  
      .m_mt30 {
          margin-top: 30px;
      }
      
      .m_mt60 {
          margin-top: 60px;
      }
  
      .m_w100 {
          width: 100%;
      }
  
      .ss{
        height: 20% !important;
        width: 70% !important;
        margin-right: 15% !important;
        margin-left: 15% !important;
        margin-bottom: 6% !important;
        display: grid !important;
        grid-template-columns: 1fr !important;
        grid-template-rows: 1fr !important;
        align-content: center !important;
      }
      .sv{
        Background-color: #003399 !important;
        width: 200px !important;
        height: 200px !important;
        border-radius: 50% !important;
        grid-row:1 !important;
        text-align: center  !important;
        margin: auto;
      }
      .sw{
        grid-row:2 !important;
        display: grid !important;
        grid-template-columns: 1fr !important;
        grid-template-rows: 0.5fr 1fr !important;
        color: #003399 !important;
        text-align: center !important;
        margin-bottom: 5%;
      }
      .st{
        margin: auto !important;
      }
      .p_wrapper{
        grid-template-columns: 1fr;  
      }
      .p_wrapper>.single_p:nth-child(1){
        grid-column: 1/2 !important;
        
      }
      .p_wrapper>.single_p:nth-child(8){
        grid-column: 1/2 !important;
        
      }
    .single_p{
        width: 100%;
    }
  
    .pa.logo{
      padding-left: 75px;
    }
    .s_txt {
      font-size: 17px;
    }
    .im{
      padding-left: 50px;
      padding-bottom: 16px;
    }
    .pl{
      padding-left: 53px;
    }
    .content-text {
      font-size: 14px;
      margin: 20px auto;
      text-align: center;
    }

    .p_image {
      height: 42vh;
    }
    #about{
      padding-top: 100px;
    }
    #services{
      padding-top: 66px !important;
    }
    .row_p:nth-child(odd){
      flex-direction: column-reverse;
    }
    .row_p:nth-child(even){
      flex-direction: column;
    }
    .row_p:nth-child(4){
      flex-direction: row;
    }
    
    .row_p .image{
      height: 45vh !important;
    }
    .height{
      height: 40vh;
    }
    
    .title {
      font-size: 45px;
    }
    #sectionp2 h1 {
      font-size: 36px;
    }
    .description {
      font-size: 14px;
    }   
    .u-section-1 .u-text-2 {    
      margin-top: 20px !important;
    }
    .contact-info {
      display: flex; 
      flex-direction: column;
      height: 1110px;  
    }
    .conta {
      width: calc(100% - 40px);
      margin-left: 20px;
      margin-right: 20px;
    }
    .svg{
      margin-bottom: 2%;
    }
    .contb {
      margin-left: 5%;
      margin-right: 5%;
      margin-top: 2%;
      width: 90%;
    }
    .contb form input {     
      width: 100%;
    }
    .contb textarea {
      margin-bottom: 0 !important;
    }
    .contb form input, .contb textarea {
      margin-bottom: 6%;
    }
    .contb form input[type="submit"] {
      width: 23%;
      margin-left: 74%;
    }
    #contact{
      padding-top: 16% !important;
    }
    .bttn span{
      display: none;
    }
  }

    @media ( max-width:920px ) {
      #menu-container {
        top: 17px;
        left: 88%;
        padding: 10px;
        position: fixed;
        cursor: pointer;
        width: min-content;
        transition: all 0.1s ease-in-out;
      }

      .bar {
          margin: 6px;
          height: 3px;
          width: 30px;
          background-color: #fc0;
          transition: all 0.2s ease-in-out;
      }
      .container-m{
        background: white;
        height: 100vh;
        width: 100%;
        position: absolute;
        display: none;     
      }    
      .center{
        display: flex;
        justify-content: center;
      } 
      .m_m_h {
        display: none;
      }
      
      .m_sib {
        display: inline-block !Important
      }
      .mobilemenu {
        position: absolute;
        color: #003399;
      }
      .mobilemenu ul li.menu-item a {
        display: block;
        position: relative;
        color: #003399;
        font-weight: 100;
        text-decoration: none;
        font-size: 22px;
        line-height: 2.35;
        font-weight: 200;
        width: 100%;
      }
      .mobilemenu ul li.menu-item {
        margin-top: 24px;
        transform: scale(1.15) translateY(-30px);
        transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
      }

    #contact{
      padding-top: 9%;
    }
    }

    @media ( min-width:768px ) {
      .display-direction {
          flex-direction: row;
      }
      .wrap-flex {
          flex-wrap: wrap;
      }
      .nav__wrapper{
        width: 100%;
      }
      .ss:nth-child(odd) .sw{
        text-align: left !important;
      }
        .nav-position{
          height: 122px ;
          top: -25px !important;
        } 
        .sd {
          padding-right: 10px  ;
          padding-left: 10px  ;  
        }
        .ss{    
          width: 80%  !important;
          margin-left: 10% !important;
          margin-right: 10% !important;
        }
    }  

    @media all and (min-width:1200px){        
      
      .p_wrapper>.single_p:nth-child(1){
          grid-column: 1/3;
          grid-row: 1/3;
      }
      .single_p:nth-child(1) .p_image{
        height: 70vh;
      }
      .single_p:nth-child(8) .p_image{
        height: 70vh;
      }

      .p_wrapper>.single_p:nth-child(8){
          grid-column: 2/4;
          grid-row: 4/6;
      }

      .p_wrapper>.single_p:nth-child(7n+1) .title_p{
        font-size: 23px !important;          
      }
      
      .u-section-1 .u-text-1 {
        font-size: 6.375rem !important;
      }
      .u-section-1 .u-text-2 {
        font-size: 6rem !important;
        margin-top: 85px !important;
        
      }
      .u-section-1 .u-container-layout-2 {
        padding: 18px !important;
      }
      .u-layout-row {
        min-height: 300 !important;
      }
    
      .pa.logo{
        padding-left: 120px !important;
      } 
      .im{
        padding-left: 80px;
      }
      .pl60{
        padding-right: 120px !important;
      }
      .h_txt { 
        font-size: 60px !important;
        font-weight: 600 !important;
      } 
      .h_txt1 {
        font-size: 20px !important;    
        font-weight: 600 !important;
      } 
      .sv{
        width: 270px !important;
        height: 270px !important;
        margin-top: -14px !important;
      } 
      .ss {
        padding-bottom: 0px !important;
      }
      .sw {
        padding-right: 13px !important;
        padding-left: 13px !important;
      }
      .row_p:nth-child(odd) .content-text{
        margin-top: 50px !important;
        margin-left: 90px !important;
      }
      .row_p:nth-child(even) .content-text{
        margin-top: 80px !important;
        margin-left: 40px !important;
      }
    }

    @media all and (max-width:1200px){
      .p_wrapper>.single_p:nth-child(8){
        grid-column: 1/3;
      }
    }

    @media (min-width:1024px) {
    .nav-position {
      top: -23px !important;
      height: 125px !important;
    }
    .sd {
      margin-top: -25px !important; 
    }
    .sv {
      margin-top: 9px !important;
    }
    .bttn{
      margin-left: 0;
      margin-right: 0;
    }
    .previous{
      margin-left: 63%;

    }
    .next{
      margin-left: 4%;
    }
    }

    @media (min-width:1024px) and (max-width:1200px){
    .pa.logo{
      padding-left: 102px;
    }
    .pl60 {
      padding-right: 102px;
    }
    .sv {
      width: 275px;
      height: 275px;
    }
    .sd {
      font-size: 25px ;
    }
    .row_p:nth-child(odd) .content-text{
      margin-top: 23px ;
      margin-left: 65px;
    }
    .row_p:nth-child(even) .content-text{
      margin-top: 70px;
      margin-left: 45px;
    }
    .tbl .im{
      padding-left: 70px;
    }     
    
    }

    @media (min-width:768px) and (max-width:1920px){
      .u-section-1 .u-text-2 {
        margin-right: 560px !important;
      }
      .single_p:nth-child(1) .p_image{
        height: 70vh;
      }
      .single_p:nth-child(8) .p_image{
        height: 70vh;
      }

    }

    @media (max-width:1024px) {
    .pa.logo{
      padding-left: 80px ;
    }
    .pl60 {
      padding-right: 45px;
    }
    
    }

    @media (max-width: 1399px) {
      .u-section-1 {
        min-height: 771px;
      }
    
      .u-section-1 .u-layout-wrap-1 {
        position: relative;
      }
    
      .u-section-1 .u-image-1 {
        min-height: 655px;
      }
    
      .u-section-1 .u-layout-cell-2 {
        min-height: 655px;
      }
    
      .u-section-1 .u-text-2 {
        margin-right: 305px;
      }
    
      
    
      .u-section-1 .u-text-4 {
        margin-right: 100px;
      }
    }
    
    @media (max-width: 1199px) {
      .u-section-1 {
        min-height: 656px;
      }
    
      .u-section-1 .u-image-1 {
        min-height: 540px;
      }
    
      .u-section-1 .u-text-1 {
        font-size: 6rem;
      }
    
      .u-section-1 .u-layout-cell-2 {
        min-height: 568px;
      }
    
      .u-section-1 .u-text-2 {
        font-size: 6rem;
        width: auto;
        margin-top: 65px;
        margin-right: 215px;
      }
    
      .u-section-1 .u-text-4 {
        font-size: 1.25rem;
        width: auto;
        margin-right: 0;
      }
    }
    
    @media (max-width: 991px) {
      .u-section-1 {
        min-height: 530px;
      }
    
      .u-section-1 .u-image-1 {
        min-height: 414px;
      }
    
      .u-section-1 .u-layout-cell-2 {
        min-height: 533px;
      }
    
      .u-section-1 .u-text-2 {
        margin-right: 49px;
      }
      .u-section-1 .u-text-4 {
        font-size: 1rem;
      }
      
    }
    
    @media (max-width: 767px) {
      .u-section-1 {
        min-height: 1358px;
      }
    
      .u-section-1 .u-layout-wrap-1 {
        margin-bottom: 0;
      }
    
      .u-section-1 .u-image-1 {
        min-height: 661px;
      }
    
      .u-section-1 .u-container-layout-1 {
        padding: 0 10px;
      }
    
      .u-section-1 .u-text-1 {
        width: auto;
        margin-top: 80%;
        margin-right: auto;
      }
    
      .u-section-1 .u-layout-cell-2 {
        min-height: 697px;
      }
    
      .u-section-1 .u-container-layout-2 {
        padding-left: 10px;
        padding-right: 10px;
      }
    }

    @media (max-width:1920px){
      .p_wrapper>.single_p:nth-child(1){
        grid-column: 1/3;
        grid-row: 1/3;
      }

    }

    @media (min-width: 1920px) {
      .nav-position{
        height: 146px !important;
      }
      .pa.logo{
        padding-left: 192px  !important;
        padding-top: 30px  !important;
      }

      .btn{
        font-size: 24px !important;
      }

      #services{
        padding-top: 17px !important;
      }

      #about{
        padding-top: 10% !important;
      }
  
      #projects {
        padding-top: 7% !important;
      }

      .sd {
        padding-left: 0 !important;
        padding-right: 0 !important;
      }
      .sv{
        width: 300px !important;
        height: 300px !important;
      }  
      .u-section-1 .u-text-2{
        margin-right: 590px !important;
      } 
      .f_btn {
        font-size: 23px !important;
      }  
      .f_txt {
        font-size: 21px !important;
      }   
      .f_tit {
        font-size: 27px;
      }
      .im{
        padding-left: 192px !important;
      }
      .im img{
        width: 320px !important;
      }

      .title{
        font-size: 67px !important;
      }
      #sectionp2 h1{ 
        font-size: 55px !important;
      }
      .description{
        font-size: 30px !important;
      }
      .row_p:nth-child(odd) .image{
        height: 550px !important;
      }
      .row_p:nth-child(even) .image{
        height: 750px !important;
      }
      .content-text {
        font-size: 30px !important;
        line-height: 34px !important;
      }
      .single-btn button {
        margin-left: 810px !important;
        margin-right: 810px !important;
      }
      .bttn{
        width: 300px !important;
        padding: 25px 0 !important;
        font-size: 26px !important;
        margin-top: 110px !important;
        border-radius: 52px !important;
      }
      .contb {
        margin-left: 6%  !important;
      } 
      .pa.logo img {
        width: 79px;
        padding-top: 5px;
      }
      .label_2 {
        font-size: 17px;
        letter-spacing: 2px;
        padding-top: 12px;
      }
      .labels{
        padding-top: 34px !important;
      }
      .label_1 {
        font-size: 30px;
      }
      .pv170{
        padding-top: 300px;
      }
      .bttn span {
        width: 15px;
        height: 15px;
      }
      .next span {
        bottom: 88px;
      }
      .previous span {
        bottom: 89px;
      }
      .previous:hover span:before {
        transform: rotate(45deg) translate(-4px,2px) scaleX(1);
    }
    .previous span:before {
      transform: rotate(45deg) translate(-4px,2px) scaleX(0);
    }
    .previous span:before , .next span:before {
      height: 4px;
    }
    .next:hover span:before {
        transform: rotate(45deg) translate(-4px,17px) scaleX(1);
    }
    .next span:before {
      transform: rotate(45deg) translate(-4px,17px) scaleX(0);
    }

  }

    @media (min-width: 1400px) {
      .h_txt { 
        font-size: 80px !important;
      } 
      .h_txt1 {
        font-size: 30px !important;    
      }  
      .chat {
        bottom: 60px;
        right: 60px;
        width: 76px;
        height: 76px;
    }
    .chat img{
      width: 50px;
      height: 50px;
    }
    .chat.sq {
      width: 500px;
      height: 475px;
    }
    .mes {
      height: 360px;
    }
    .chatbot-message p {
      font-size: 21px;
    }
    .chatbot-message img.avatar {
      width: 53px;
      height: 53px;
    }
    .btnn {
      font-size: 21px;
      margin: 7px;
    }
    .contact-header p {
      font-size: 29px;
    }
    .conta h1 {
      font-size: 50px;
    }
    .conta p, .conta ul li {
      font-size: 25px;
    }
    .conta ul {
      margin-top: 15%;
    }
    .conta {
      width: 41%;
    }
    .svg {
      margin-top: 161px;
    }
    .contb label {
      margin-left: 2%;
      font-size: 27px;
    }
    .contb form input {
      height: 41px;
    }
    .contb textarea{
      height: 212px;
    }
    .contb form input[type="submit"] {
      font-size: 20px;
      height: 50px;
    }
    .svg-hw{
      height: 50px;
      width: 50px;
    }
    .u-section-1 .u-text-3 {
      font-size: 22px;
    }
    .s_txt {
      font-size: 25px;
    }
    .our-services-head {
      font-size: 57px;
    }
    .popup {
      width: 368px;
      height: 207px;
    }
    .popup p {
      font-size: 20px;
    }
    .popup button {
      margin-top: 32px;
    }

  }

    @media (min-width:1400px) and (max-width: 1920px) {
      .pl60 {
        padding-right: 145px !important;
        padding-top: 5px !important;

      }
      .logo {
        padding-left: 145px !important;
      }  
      .btn{
        font-size: 19px !important;
      }
    
      #myImg{
        width: 250px !important;
      }

    }

    @media (min-width: 768px) and (max-width: 991px) {
      .pa.logo {
        padding-top: 27px;
        padding-left: 80px;
      }
      .im{
        padding-left: 30px;
      }
      .h_txt {
        font-size: 60px;
      }
      .row_p:nth-child(odd) .content-text{
        margin-top: 27px;
        margin-left: 50px;
        font-size: 15px;

      }
      .row_p:nth-child(even) .content-text{
        margin-top: 81px;
        margin-left: 43px;
        font-size: 15px;
      }
      .sv{
        width: 275px;
        height: 275px;
      }
      .s_txt {
        font-size: 18px;
      }
      .bttn {
        width: 171px;
        font-size: 15px;
      }
      .conta h1 {
        font-size: 30px;
      }
      .conta p, .conta ul li {
        font-size: 14px;
      }
      .svg{
        margin-top: 67px;
      }
      .u-section-1 .u-text-3 {
        font-size: 16px;
      }
      /* .contb form input {
        width: 80%;
      } */
      .st {
        font-size: 39px;
      }
    }

    @media (min-width: 991px) and (max-width: 1024px) {
      .im{
        padding-left: 66px;
      }
      .row_p:nth-child(odd) .content-text{
        margin-top: 25px;
        margin-left: 55px;
        font-size: 16px;

      }
      .row_p:nth-child(even) .content-text{
        margin-top: 85px;
        margin-left: 40px;
        font-size: 16px;
      }
      .bttn {
        width: 186px;
        font-size: 16px;
        border-radius: 30px
      }
      .u-section-1 .u-text-3 {
        font-size: 17px;
      }
    }
    
    @media  (min-width: 768px) and (max-width: 1200px){
      .p_wrapper{
        grid-template-columns: 1fr 1fr;
    }
    }
    @media (min-width: 768px) and (max-width: 1024px) {
      .contb label {
        font-size: 17px;
      }
      .sv {
        width: 252px;
        height: 252px;
        margin-top: 35px 
      }
      .sd {
        margin-top: -48px; 
        font-size: 23px ;
      }
      .bttn{
        margin-left: 0;
        margin-right: 0;
      }
      .previous{
        margin-left: 49%;
  
      }
      .next{
        margin-left: 12%;
      }
    
    }

    @media (min-width: 575px) and (max-width: 768px) {
        .u-layout-wrap:not(.u-layout-custom-sm) .u-layout-row > * {
          min-width: 100%;
        }
        .u-layout-wrap:not(.u-layout-custom-sm) .u-layout {
          margin-left: 0 !important;
          margin-right: 0 !important;
        }
        .u-layout-wrap:not(.u-layout-custom-sm) .u-layout .u-layout-cell {
          border-left: 0 !important;
          border-right: 0 !important;
        }
        .h_txt {
          font-size: 49px;
        }
        .our-services-head {
          font-size: 44px!important;
      }
      .st {
        font-size: 42px;
      }
      .sd {
        font-size: 24px;
      }
      .u-section-1 .u-text-2 {
        font-size: 94px;
      }
      .bttn {
        width: 163px;
        font-size: 15px;
      }
      
    }
    
    @media(max-width: 575px){
      .u-layout-wrap:not(.u-layout-custom-xs) .u-layout-row > * {
        min-width: 100%;
      }
      .u-layout-wrap:not(.u-layout-custom-xs) .u-layout {
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .u-layout-wrap:not(.u-layout-custom-xs) .u-layout .u-layout-cell {
        border-left: 0 !important;
        border-right: 0 !important;
      }
      .h_txt {
        font-size: 37px;
      }  
      .h_txt1 {
        font-size: 17px;
      }
      .our-services-head {
        font-size: 39px !important;
      }
      .sv {
        width: 182px !important;
        height: 182px !important;
      }
      .st {
        font-size: 39px;
      }
      .sd {
        font-size: 20px;
      }
      .ss{
        margin-bottom: 3% !important;
      } 
      .u-section-1 .u-text-1 {
        font-size: 80px;
      }
      .u-section-1 .u-text-2 {
        font-size: 72px;
        margin-right: 4px;
      }
      .s_txt {
        font-size: 15px;
      }
      .bttn {
        width: 133px;
        font-size: 13px;
      }
      .f_tit {
        font-size: 21px;
      }
      .im img{
        width: 210px;
      }
      .im{
        padding-left: 12px;
      }
      .pl {
        padding-left: 21px;
      }
      .p_image {
        height: 37vh;
      }
      .single-btn .next {
        margin-left: -58px;
      }
      .single-btn .previous {
        margin-right: -58px;
      }
      .u-section-1 {
        min-height: 898px;
      }
      .preloader-circle{
        left: 38%;
      }
    
      .u-section-1 .u-image-1 {
        min-height: 416px;
      }
    
      .u-section-1 .u-text-1 {
        
        margin-right: auto;
      }
    
      .u-section-1 .u-layout-cell-2 {
        min-height: 646px;
      }
    
      .u-section-1 .u-text-2 {
        margin-top: 21px;
      }
      .our-services-head {
        margin-bottom: 10%;
      }
      .contact-header p {
        font-size: 16px;
      }
      .conta h1 {
        font-size: 30px;
      }
      .conta{
        height: 424px;
      }
      .conta p, .conta ul li {
        font-size: 14px;
      }
      .conta h1, .conta p {
        padding-left: 20px;
      }
      .conta ul li {
        padding: 11px;
      }
      .conta ul {
        margin-top: 15%;
      }
      .svg2-hw{
        height: 20px;
        width: 20px;
      }
    }

    @media(max-width: 432px){
      .title {
        font-size: 35px;
      }
      #sectionp2 h1 {
        font-size: 30px;
      }
      .chat {
        bottom: 20px;
        right: 20px;
      }
      .conta h1 {
        font-size: 25px;
      }
      .conta p, .conta ul li {
        font-size: 13px;
      }
    .svg2-hw {
      height: 15px;
      width: 15px;
    }
    .svg-hw {
      height: 32px;
      width: 32px;
    }
    .conta {
      height: 404px;
    }
    .dc {
      flex-direction: column;
    }
    .contb form input[type="submit"] {
      margin-left: 63%;
      font-size: 15px;
    }
    .contb form input, .contb textarea {
      margin-bottom: 5%;
    }
    .contb .wd {
      width: 100%;
    }
    .u-section-1 .u-text-3 {
      font-size: 16px;
    }
    #menu-container {
      margin-top: 0;
      top: 11px;
      left: 82%;
    }
    .pa.logo img {
      width: 49px;
    }
    .label_1 {
      font-size: 18px;
    }
    .label_2 {
      font-size: 11px;
      padding-top: 5px;
      letter-spacing: 1px;
    }
    .pa.logo {
      padding-left: 37px;
    }
    .nav-position {
      height: 103px;
    }
    .pa.logo .labels{
      padding-top: 21px !important;
    }
    .bar {
      width: 24px;
    }
    .row_p .image ,  .height{
      height: 45vh !important;
    }
    .popup {
      width: 273px;
      height: 196px;
    }
    .popup button{
      margin-top: 19px;
    }
    .popup p {
      font-size: 16px;
    }
    }

    @media (min-width: 432px) and (max-width: 575px) {
      .contact-info {
        height: 993px;
    }
      #menu-container {
        left: 83%;
      }
      .pa.logo img {
        width: 57px;
        padding-top: 5px !important;
      }
      .label_1 {
        font-size: 22px;
      }
      .label_2 {
        font-size: 11px;
      }
      .pa.logo {
        padding-left: 55px;
      }
      .bar {
        width: 26px;
      }
      .popup {
        width: 300px;
        height: 210px;
      }
      .popup button{
        margin-top: 22px;
      }

    }