body {
  margin     : 0;
  font-family: Arial, Helvetica, sans-serif;
}

.topnav {
  overflow          : hidden;
  background-color  : #46668af2;
  position          : fixed;
  top               : 0;
  z-index           : 99;
  width             : 100%;
  border-bottom     : black solid 1px;
  box-shadow        : -3px 21px 26px -3px rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: -3px 21px 26px -3px rgba(0, 0, 0, 0.33);
  -moz-box-shadow   : -3px 21px 26px -3px rgba(0, 0, 0, 0.33);
}

.topnav a {
  float          : left;
  display        : block;
  color          : #f2f2f2;
  text-align     : center;
  padding        : 14px 16px;
  text-decoration: none;
  font-size      : 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color           : black;
}

.topnav a.active {
  background-color: #c8c6cc;
  color           : white;
}

.topnav .icon {
  display: none;
}

.footerStl {
  height            : 84px;
  width             : 100%;
  background-color  : #46668a;
  position          : relative;
  border-top        : black solid 1px;
  box-shadow        : 0px -9px 14px -1px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0px -9px 14px -1px rgba(0, 0, 0, 0.24);
  -moz-box-shadow   : 0px -9px 14px -1px rgba(0, 0, 0, 0.24);
}

.copyRhtStl {
  font-size  : 15px;
  font-weight: 600;
  top        : 10px;
  position   : absolute;
  left       : 11%;
}

.crtByStl {
  float       : right;
  margin-right: 28%;
  margin-top  : 31px;
  font-size   : 12px;
  font-weight : 600;
}

.meessageModStl {
  display              : none;
  width                : 550px;
  background-color     : #deffea;
  height               : 300px;
  position             : fixed;
  z-index              : 9999;
  left                 : 33%;
  top                  : 29%;
  border-radius        : 12px;
  border               : black solid 2px;
  box-shadow           : -1px 19px 33px 2px rgba(0, 0, 0, 0.81);
  -webkit-box-shadow   : -1px 19px 33px 2px rgba(0, 0, 0, 0.81);
  -moz-box-shadow      : -1px 19px 33px 2px rgba(0, 0, 0, 0.81);
}

.sendSpinnHolStl {
  display           : none;
  position          : fixed;
  z-index           : 99;
  height            : 204px;
  width             : 204px;
  background-color  : #000000d9;
  left              : 43%;
  top               : 28%;
  border-radius     : 24px;
  box-shadow        : 0px 23px 54px -12px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0px 23px 54px -12px rgba(0, 0, 0, 0.6);
  -moz-box-shadow   : 0px 23px 54px -12px rgba(0, 0, 0, 0.6);
}

.servsStl {
  margin          : -1px;
  border          : #3e3e3e solid 1px;
  border-radius   : 0px;
  background-color: #4a688b;
  text-align      : center;
  color           : #ffffff;
  font-weight     : 700;
  width           : 142px;
  height          : 66px;
  padding-top     : 7px;
}

.servsOneLineTxt {
  padding-top: 15px;
}

.servsTwoLineTxt {
  padding-top: 11px;
}

.flex-container_sec_2 {
  display        : flex;
  flex-direction : row;
  flex-wrap      : wrap;
  justify-content: normal;
  align-items    : normal;
  align-content  : normal;
  font-size      : 16px;
}

.flex-items_sec_2:nth-child(1) {
  display    : block;
  flex-grow  : 0;
  flex-shrink: 1;
  flex-basis : auto;
  align-self : auto;
  order      : 0;
}

.flex-items_sec_2:nth-child(2) {
  display    : block;
  flex-grow  : 0;
  flex-shrink: 1;
  flex-basis : auto;
  align-self : auto;
  order      : 0;
}

.flex-items_sec_2:nth-child(3) {
  display    : block;
  flex-grow  : 0;
  flex-shrink: 1;
  flex-basis : auto;
  align-self : auto;
  order      : 0;
}

.flex-items_sec_2:nth-child(4) {
  display    : block;
  flex-grow  : 0;
  flex-shrink: 1;
  flex-basis : auto;
  align-self : auto;
  order      : 0;
}

.flex-container_sec_3 {
  display        : flex;
  flex-direction : row;
  flex-wrap      : wrap;
  justify-content: normal;
  align-items    : normal;
  align-content  : normal;
  font-size      : 16px;
}

.flex-items_sec_3:nth-child(1) {
  display    : block;
  flex-grow  : 0;
  flex-shrink: 1;
  flex-basis : auto;
  align-self : auto;
  order      : 0;
}

.flex-items_sec_3:nth-child(2) {
  display    : block;
  flex-grow  : 0;
  flex-shrink: 1;
  flex-basis : auto;
  align-self : auto;
  order      : 0;
}

.flex-items_sec_3:nth-child(3) {
  display    : block;
  flex-grow  : 0;
  flex-shrink: 1;
  flex-basis : auto;
  align-self : auto;
  order      : 0;
}

.flex-items_sec_3:nth-child(4) {
  display    : block;
  flex-grow  : 0;
  flex-shrink: 1;
  flex-basis : auto;
  align-self : auto;
  order      : 0;
}

.flex-container_sec_4 {
  display        : flex;
  flex-direction : row;
  flex-wrap      : wrap;
  justify-content: normal;
  align-items    : normal;
  align-content  : normal;
  font-size      : 16px;
}

.flex-items_sec_4:nth-child(1) {
  display    : block;
  flex-grow  : 0;
  flex-shrink: 1;
  flex-basis : auto;
  align-self : auto;
  order      : 0;
}

.flex-items_sec_4:nth-child(2) {
  display    : block;
  flex-grow  : 0;
  flex-shrink: 1;
  flex-basis : auto;
  align-self : auto;
  order      : 0;
}

.flex-items_sec_4:nth-child(3) {
  display    : block;
  flex-grow  : 0;
  flex-shrink: 1;
  flex-basis : auto;
  align-self : auto;
  order      : 0;
}

.flex-items_sec_4:nth-child(4) {
  display    : block;
  flex-grow  : 0;
  flex-shrink: 1;
  flex-basis : auto;
  align-self : auto;
  order      : 0;
}

.servTabHolder {
  margin-left: 13%;
  width      : 100%;
  margin-top : 6px;
}

.avDescStl {
  padding-right: 118px;
  line-height: 40px;
}

.footerComTxtStl {
  margin-top : 20px;
  position   : absolute;
  white-space: nowrap;
  margin-left: 7px;
}

.avlsTypes{
  font-size: 24px;
  font-weight: 600;
}

@media screen and (max-width: 1289px) {
  .flex-container .flex-items .descFlxRStl .servTabHolder {
    margin-left: 1%;
  }
}

@media screen and (max-width: 1113px) {
  .flex-container .flex-items .descFlxRStl .servTabHolder {
    margin-left: 2%;
    width      : 65%;
  }
}

@media screen and (max-width: 1867px) {
  .flex-container .flex-items .inHolder {
    height: 100%;
  }
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {
    display: none;
  }

  .topnav a.icon {
    float  : right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {
    position: fixed;
  }

  .topnav.responsive .icon {
    position: absolute;
    right   : 0;
    top     : 0;
  }

  .topnav.responsive a {
    float     : none;
    display   : block;
    text-align: left;
  }

  .flex-container .flex-items .formSecFlex .sendMessageBtn {
    margin-left: 199px;
  }


  .flex-container .flex-items .formSecFlex .txtAreaStl {
    width: 324px;
  }

  .flex-container .flex-items .descFlxRStl {
    font-size   : 16px;
    padding-left: 27px;
  }

  .flex-container .flex-items .descFlxRStl .logValStl {
    font-size: 19px;
  }
}

.flex-container {
  display        : flex;
  flex-direction : row;
  flex-wrap      : wrap;
  justify-content: normal;
  align-items    : stretch;
  align-content  : stretch;
}

.flex-items:nth-child(1) {
  display    : block;
  flex-grow  : 0;
  flex-shrink: 1;
  flex-basis : auto;
  align-self : auto;
  order      : 0;
  width      : 40%;
  overflow: hidden;
}

.flex-items:nth-child(2) {
  display    : block;
  flex-grow  : 0;
  flex-shrink: 1;
  flex-basis : auto;
  align-self : auto;
  order      : 0;
  width      : 60%;
  overflow: hidden;
}

@media (max-width: 881px) {
  .flex-container .flex-items .descFlxRStl .servTabHolder {

    width: 99%;
    margin-top : 30px;
  }

  .flex-container .flex-items .descFlxRStl .avDescStl {
    padding-right: 16px;
    font-size: 24px;
    line-height: 36px;
  }
}

@media (max-width: 800px) {
  .flex-container {
    flex-direction: column;
  }

  .flex-items:nth-child(1) {
    width: 100%;
  }

  .flex-items:nth-child(2) {
    width: 100%;
  }

  .modalMessStl {
    font-size: 19px;
  }
}

.contacInfoStl {
  color        : #ffffff;
  font-size    : 24px;
  margin-left  : 60%;
  padding-top  : 83px;
  margin-bottom: 24px;
}

@media(max-width: 1823px) {
  .contacInfoStl {
    margin-left: 34%;
  }

  .mHolder .mainLogoStl {
    top  : 80px;
    right: 94px;
  }
}

@media(max-width: 1084px) {
  .contacInfoStl {
    margin-left: 16%;
  }

  .mainLogoStl {
    top  : 84px;
    width: 19%;
    right: 49px;
  }

  .meessageModStl {
    width                : 400px;
    height               : 290px;
    left                 : 25%;
  }
}

.mainLogoStl {
  position: absolute;
  width   : 15%;
  right   : 94px;
  top     : 44px;
}

.mainTitle {
  position                  : absolute;
  top                       : 19%;
  font-size                 : 3vw;
  font-weight               : 600;
  color                     : #ffffff;
  background-color          : #000000b8;
  width                     : 54%;
  text-align                : center;
  border-bottom-right-radius: 19px;
  border-top-right-radius   : 19px;
  padding-bottom            : 12px;
  padding-top               : 8px;
  box-shadow                : 12px 13px 47px 1px rgba(0, 0, 0, 0.44);
  -webkit-box-shadow        : 12px 13px 47px 1px rgba(0, 0, 0, 0.44);
  -moz-box-shadow           : 12px 13px 47px 1px rgba(0, 0, 0, 0.44);
}

.titleUnderTxtStl {
  font-size: 1.9vw;
}

.frontImage {
  width     : 100%;
  max-height: 44vw;
  object-fit: cover;
}

.descSecStl {
  background-color: #c7ecee;
  color           : rgb(0, 0, 0);
  height          : 74px;
  font-size       : 54px;
  text-align      : center;
  padding-top     : 8px;
  font-weight     : 700;
  margin-top      : -4px;
}

@media(max-width: 600px) {
  .meessageModStl {
    width                : 340px;
    height               : 290px;
    left                 : 3%;
  }

  .sendSpinnHolStl {
    height               : 194px;
    width                : 194px;
    left                 : 26%;
  }
}

@media(max-width: 700px) {
  .descSecStl {
    font-size: 38px;
    height   : 54px;
  }

  .mainTitle {
    margin-top: 6%;
    font-size : 30px;
  }

  .mHolder .frontImage {
    max-height: 80vw;
  }

  .titleUnderTxtStl {
    font-size  : 16px;
    padding-top: 9px;
  }

  .mHolder .mainLogoStl {
    top  : 54px;
    right: 14px;
    width: 31%;
  }

  .crtByStl {
    margin-right: 2%;
    font-size: 16px;
  }

  .copyRhtStl {
    left: 2%;
    font-size: 16px;
  }

  .footerComTxtStl{
    white-space: normal;
  }

  .flex-container .flex-items .formSecFlex .txtAreaStl {
    width : 284px;
    height: 184px;
  }

  .flex-container .flex-items .inHolder {
    height: 254px;
  }

  .flex-container .flex-items .inHolder .ima_1 {
    display: none;
  }

  .flex-container .flex-items .inHolder .ima_2 {
    display: none;
  }

  .flex-container .flex-items .inHolder .ima_3 {
    height: 100%;
  }

  .servTabHolder{
    margin-left: 0%;
  }

  .avlsTypes{
    font-size: 20px;
  }
}

.inHolder {
  height: 1798px;
}

.ima_1,
.ima_2,
.ima_3 {
  width     : 100%;
  height    : 33.33%;
  object-fit: cover;
  display   : block;
}

.titleValTxtStl {
  color: #1a8aa8;
}

.sendMessageBtn {
  padding         : 15px 25px;
  font-size       : 19px;
  text-align      : center;
  cursor          : pointer;
  outline         : none;
  color           : #fff;
  background-color: #17c311;
  border          : none;
  border-radius   : 8px;
  box-shadow      : 0 6px #635e5e;
  margin-left     : 246px;
  margin-top      : 4px;
}

.sendMessageBtn:hover {
  background-color: #3ddf38
}

.sendMessageBtn:active {
  background-color: #22e01c;
  box-shadow      : 0 5px #666;
  transform       : translateY(4px);
}

.modalMessStl {
  padding    : 8%;
  font-size  : 26px;
  font-weight: 600;
  color      : #263a2d;
}

.closeModStl {
  position        : absolute;
  right           : 14px;
  bottom          : 10px;
  font-size       : 17px;
  font-weight     : 600;
  height          : 42px;
  width           : 77px;
  border-radius   : 18px;
  background-color: #ffe5e5;
  border-color    : #07284030;
}

.descLstStl {
  margin-bottom: 24px;
}

.cursorPointer {
  cursor: pointer;
}

.formLabel {
  font-size  : 24px;
  font-weight: 550;
}

.formSecFlex {
  background-color: #8a8a8a;
  padding-left    : 4%;
  padding-top     : 3%;
  padding-bottom  : 111px;

  box-shadow        : 10px 10px 14px -8px rgba(0, 0, 0, 0.41) inset;
  -webkit-box-shadow: 10px 10px 14px -8px rgba(0, 0, 0, 0.41) inset;
  -moz-box-shadow   : 10px 10px 14px -8px rgba(0, 0, 0, 0.41) inset;
}

.fonrmInpStl {
  font-size    : 24px;
  border-radius: 6px;
}

.txtAreaStl {
  resize: none;
  width : 344px;
}

.flexSecCntLftStl {
  background-color: #444444;
}

.descFlxRStl {
  font-size         : 26px;
  padding-left      : 54px;
  background-color  : #eaeaea;
  height            : 100%;
  box-shadow        : -44px -14px 47px -34px rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: -44px -14px 47px -34px rgba(0, 0, 0, 0.61);
  -moz-box-shadow   : -44px -14px 47px -34px rgba(0, 0, 0, 0.61);

  border-left  : #dadada solid 1px;
  border-bottom: #dadada solid 1px;
}

.logValStl {
  margin-top                  : 44px;
  font-weight                 : 700;
  font-size                   : 29px;
  margin-left                 : 7%;
  background-color            : #000000ab;
  border-top-left-radius      : 10px;
  border-bottom-left-radius   : 15px;
  color                       : #ffffff;
  box-shadow                  : 10px 10px 16px -1px rgb(0 0 0 / 69%);
  -webkit-box-shadow          : 10px 10px 16px -1px rgb(0 0 0 / 69%);
  -moz-box-shadow             : 10px 10px 16px -1px rgba(0, 0, 0, 0.69);
  min-height                  : 58px;
}

.logValInnerStl {
  padding-left  : 64px;
  padding-top   : 12px;
  padding-bottom: 15px;
  padding-right : 24px;
}

.spinnerStl {
  font-size: 99px !important;
  padding  : 52px !important;
  color    : #ffffff !important;
}

.spinnTxtStl {
  color      : #ffffff;
  left       : 10px;
  position   : absolute;
  bottom     : 11px;
  font-size  : 24px;
  font-weight: 600;
  left       : 51px;
}

.errToast {
  background-color: red;
}