@import url("https://fonts.googleapis.com/css2?family=League+Spartan&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Space+Grotesk:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Space+Grotesk:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=League+Spartan:wght@100..900&family=Lora:ital,wght@0,400..700;1,400..700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Space+Grotesk:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=League+Spartan:wght@100..900&family=Lora:ital,wght@0,400..700;1,400..700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Space+Grotesk:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=League+Spartan:wght@100..900&family=Lora:ital,wght@0,400..700;1,400..700&family=Oswald:wght@200..700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Space+Grotesk:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Wittgenstein:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playwrite+GB+S:ital,wght@0,100..400;1,100..400&family=Wittgenstein:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "League Spartan", sans-serif;
}

:root {
  --blue-highlighted-color: #226ed1;
  --ornage-highlighted-color: #e7852e;
  --light-text-color: #6d6d6d;
  --league-spartan-font: "League Spartan", sans-serif;
  --lato-font: "Lato", sans-serif;
}

body, html {
  overflow-x: clip;
  font-family: var(--body-font);
  font-size: var(--normal-font-size);
  background: var(--body-color);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--league-spartan-font);
}

p {
  color: var(--light-text-color);
  font-family: var(--lato-font);
  font-size: 17px;
  line-height: 32px;
}

.btn-main {
  background: var(--blue-highlighted-color) !important;
  color: #fff !important;
  border-radius: 50px !important;
  padding: 12px 25px !important;
  font-family: var(--league-spartan-font);
  font-size: 1.2rem !important;
  border: 2px solid var(--blue-highlighted-color) !important;
  font-weight: 600 !important;
  letter-spacing: 1px;
  transition: 0.3s ease-in-out;
}
.btn-main:hover {
  font-weight: initial !important;
  transition: 0.3s ease-in-out;
}

.text-right {
  text-align: right;
}

.h6-text-style {
  padding: 8px 18px 4px 18px;
  border-radius: 50px;
  color: #6d6d6d;
  font-weight: 500;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.text-gradient-animation {
  background: linear-gradient(90deg, #4169e1, #5768df, #8164d7, #aa60c8, #cc60b3, #e3689c, #ed7889, #ee8c7e, #e99e7c, #e4ac7f, #e0b585, #deb887, orange);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200%;
  animation: text-animation-gradient 3s alternate infinite;
}

@keyframes text-animation-gradient {
  from {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 0;
  }
  to {
    background-position: 0 50%;
  }
}
.banner1 {
  width: 100%;
  background: url(../images/banner1.jpg);
  background-size: 100% 100%;
  height: 100vh;
}

.overlay10 {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
}

.dgdfgdfgfdgd {
  /*padding: 30px 40px;*/
  background-color: #fff !important;
  /*width: 50%;*/
  position: absolute;
  margin-top: 13%;
  border-radius: 8px;
}
.dgdfgdfgfdgd h2 {
  font-size: 45px !important;
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
}
.dgdfgdfgfdgd h6 {
  font-size: 19px;
  color: rgb(101, 101, 101);
}
.dgdfgdfgfdgd button {
  padding: 14px 60px;
  border: none;
  background-color: #600488;
  color: white;
  font-size: 20px;
  margin-top:15px !important;
  font-weight: 600;
  border-radius: 8px;
}
.bhghfg
{
    margin-bottom:20px;
    padding:10px;
 
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}

.text1 {
  font-family: "Nunito Sans", sans-serif;
  color: #00adb5;
}

.dghhfdfg {
  text-align: center;
}
.dghhfdfg h2 {
  color: black;
  font-size: 55px !important;
  font-weight: bold;
  font-family: "Nunito Sans", sans-serif;
}
.dghhfdfg p {
  color: rgb(87, 87, 87);
  font-size: 17px;
  font-weight: 600;
}

.vbghfdgdfg {
  width: 100%;
  padding: 40px 0;
}

.hygfdgdfgdf {
  margin-top: 40px;
}

.ftgfdf {
  width: 70px;
  height: 70px;
  text-align: center;
  margin: auto;
}
.ftgfdf img {
  width: 100%;
  height: 100%;
}

.dfbvghfgd {
  margin-top: 15px;
  padding: 10px;
  text-align: center;
}
.dfbvghfgd h6 {
  font-weight: 700;
  color: rgb(21, 21, 49);
  font-size: 22px;
  margin-bottom: 0;
}
.dfbvghfgd p {
  font-weight: 500;
}

.hfgjgdfgdf {
  text-align: center;
  margin: auto;
  margin-top: 40px;
}
.hfgjgdfgdf button {
  padding: 14px 40px;
  border: none;
  background-color: #600488;
  color: white;
  font-size: 20px;
  font-weight: 600;
  border-radius: 8px;
}

.ndhjfgsdfdfgd {
  width: 100%;
  padding: 50px 0;
  background-color: #ecfdfd;
}

.lfhuygdfgfd {
  text-align: center;
}
.lfhuygdfgfd h2 {
  color: #00adb5;
  font-size: 45px !important;
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
}

.text-gradient-animation {
  background: linear-gradient(90deg, #4169e1, #5768df, #8164d7, #aa60c8, #1449c5, #e3689c, #0929ca, #7e80ee, #0f4dd2, #e4ac7f, #e0b585, #deb887, orange);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200%;
  animation: text-animation-gradient 3s alternate infinite;
}

.fhfgh {
  padding: 20px;
  text-align: center;
  background-color: #fff;
  border-radius: 25px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}

.thfghghfhgf {
  width: 90%;
  margin: 50px auto;
}

.gnh {
  margin-top: -40px;
}
.gnh i {
  padding: 17px;
  background-color: #3a046a;
  border-radius: 50px;
  color: white;
}

.bgfgfdg {
  margin-top: 25px;
}
.bgfgfdg h4 {
  color: black;
  font-size: 26px;
  margin-bottom: 0;
}
.bgfgfdg h6 {
  font-size: 18px;
}
.bgfgfdg h2 {
  font-size: 52px;
  font-weight: bold;
  padding-top: 5px;
}

.fkhgdsvfbdgdfgfdd {
  width: 100%;
  padding: 50px 0;
}

.jdbgff {
  text-align: center;
  margin-top: 35px;
}
.jdbgff h4 {
  color: black;
  font-weight: 600;
  font-size: 27px;
}
.jdbgff span {
  font-weight: 700;
  color: black;
  font-size: 17px;
  margin-bottom: 0;
}
.jdbgff p {
  margin-bottom: 0;
}

.hhf i {
  font-size: 25px;
  color: rgb(255, 170, 0);
}

.lkfbdf {
  width: 140px;
  height: 40px;
  text-align: center;
  margin: auto;
}
.lkfbdf img {
  width: 100%;
  height: 100%;
  padding-top: 5px;
  box-sizing: 100% 100%;
}

.lkhfydf {
  width: 100%;
  height: 260px;
  background-color: #f1d4d4;
}

.lkhfydf {
  width: 100%;
  height: 240px;
  padding: 10px;
  background: url(../images/bg2.png);
  background-size: 100% 100%;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
}

.nfhjgf {
  width: 45px !important;
  height: 45px !important;
}
.nfhjgf img {
  width: 100%;
  height: 100%;
  border-radius: 50px;
}

.hgjffdgffg {
  width: 100%;
  padding: 40px 0;
  background: #eaf8ea;
}

.nfhjgf25 {
  text-align: center;
}

.nfhjgf25 h2 {
  font-size: 40px;
  color: #040c34;
  font-weight: 700;
  margin-bottom: 0;
}
.nfhjgf25 p {
  font-size: 18px;
  font-weight: 500;
}

.bgfgfg {
  display: flex;
  align-items: baseline;
}
.bgfgfg h6 {
  padding-left: 10px;
  font-size: 19px;
  font-weight: 700;
}

.hfgdf {
  margin-top: 10px;
}
.hfgdf i {
  color: rgb(255, 187, 0);
}

.bfvgfd p {
  font-size: 15px;
  line-height: 22px;
}

.bdfgg .owl-theme .owl-nav {
  position: absolute;
  top: 100px;
}

.jhfgdgf .containerwidth {
  width: 100%;
}

.jhfgdgf .wrapper {
  background-color: #ffffff;
  padding: 10px 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  box-shadow: 0 15px 25px rgba(0, 0, 50, 0.2);
}

.jhfgdgf .toggle,
.jhfgdgf .content {
  font-family: "Poppins", sans-serif;
}

.jhfgdgf .toggle {
  width: 100%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: #112430;
  font-weight: 600;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 0;
}

.jhfgdgf .content {
  position: relative;
  font-size: 14px;
  text-align: justify;
  line-height: 30px;
  height: 0;
  overflow: hidden;
  transition: all 1s;
}

.hfggffgdg285 {
  padding: 15px 0;
}

.hfggffgdg285 h2 {
  font-size: 55px !important;
  font-weight: bold;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
}

.fhjgfgfg h2 {
  font-size: 45px;
  font-weight: bold;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  padding-bottom: 25px;
}

.hfgvjfg {
  width: 72px;
  height: 72px;
}

.hfgvjfg img {
  width: 100%;
  height: 100%;
  border-radius: 50px;
}

.fbghfgf {
  display: flex;
  align-items: baseline;
}

.fbghfgf h4 {
  padding-left: 15px;
  font-weight: 600;
}

.fngjfgfg {
  margin-top: 15px;
}

.fgfdgf i {
  font-size: 18px;
  color: rgb(255, 191, 0);
}

.nfhjgdd {
  padding: 15px;
  background-color: #e9f1f3;
  border-radius: 8px;
}

.wrapper button::after {
  background-color: #fff !important;
}

.nfdbghvdbnfgvd {
  width: 100%;
  padding: 40px 0;
}

.nfghjh {
  width: 100%;
  height: 600px;
}
.nfghjh img {
  width: 100%;
  height: 100%;
}

.fbghhvgfg {
  margin-left: 25px;
}

.huygjfgfh h2 {
  font-size: 40px !important;
  color: black;
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
}

.banner10 {
  width: 100%;
  height: 650px;
  background: url(../images/banner10.png);
  background-size: 100% 100%;
  padding-top: 60px;
}

.fgfdbh {
  margin-top: 60px;
}
.fgfdbh h2 {
  font-size: 45px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  color: #112430;
}
.fgfdbh p {
  font-size: 20px;
}
.fgfdbh button {
  padding: 12px 40px;
  background-color: #133664;
  color: white;
  border: none;
  font-weight: 600;
  font-size: 18px;
  border-radius: 8px;
}

.gvfgf {
  margin-top: 30px;
}
.gvfgf p {
  text-align: center;
  font-size: 15px;
  line-height: 20px;
  padding-top: 3px;
}

.bvfgg {
  display: flex;
  align-items: baseline;
}
.bvfgg h4 {
  padding-left: 10px;
  font-weight: 700;
}
.bvfgg i {
  color: #133664;
  font-size: 20px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background-color: #ccceef;
  border-radius: 50px;
}

.fhghdfbgdf {
  width: 100%;
  padding: 20px 0;
}

.jhgfdfdf {
  text-align: center;
}
.jhgfdfdf h2 {
  font-size: 40px;
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
}

.lfgfg {
  width: 100%;
  height: 80px;
}
.lfgfg img {
  width: 100%;
  height: 100%;
  padding: 15px;
}

.nhjdfgfg {
  width: 100%;
}

.bghfvfgvf {
  width: 100%;
  height: 60px;
  position: fixed;
  background-color: #fff;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.bghfvfgvf h6 {
  line-height: 60px;
  font-size: 18px;
  font-weight: 600;
}

.bghfvfgvf:hover {
  background-color: #133664;
  transition: 0.5s;
}

.bghfvfgvf:hover h6 {
  color: white !important;
  font-size: 20px;
  transition: 0.5s;
}

.gfkjhgfg {
  text-align: center;
}
.gfkjhgfg h6 {
  line-height: 60px;
  color: black;
  font-size: 18px;
}

.lfhgfgfg {
  width: 100%;
  padding: 40px 0;
}

.jhgbf h2 {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
}

.fjbgf {
  width: 40px;
  height: 40px;
}
.fjbgf img {
  width: 100%;
  height: 100%;
}

.jfbgvfdgdfg {
  margin-top: 50px;
}

.mkjggbgh {
  display: flex;
  align-items: baseline;
  margin-left: 420px;
}

.mkjggbgh100 {
  display: flex;
  align-items: baseline;
  margin-bottom: 20px;
}

.mkjggbgh1 {
  display: flex;
  align-items: baseline;
  margin-left: 360px;
  margin-top: 20px;
}

.mkjggbgh2 {
  display: flex;
  align-items: baseline;
  margin-left: 300px;
  margin-top: 20px;
}

.mkjggbgh3 {
  display: flex;
  align-items: baseline;
  margin-left: 240px;
  margin-top: 20px;
}

.mkjggbgh4 {
  display: flex;
  align-items: baseline;
  margin-left: 180px;
  margin-top: 20px;
}

.mkjggbgh5 {
  display: flex;
  align-items: baseline;
  margin-left: 120px;
  margin-top: 20px;
}

.mkjggbgh6 {
  display: flex;
  align-items: baseline;
  margin-left: 60px;
  margin-top: 20px;
}

.mkjggbgh7 {
  display: flex;
  align-items: baseline;
  margin-top: 20px;
}

.dffdgfd {
  margin-left: 10px;
}
.dffdgfd h6 {
  font-size: 19px;
}

.jbdfgvhdgdfg {
  width: 100%;
  padding: 40px 0;
}

.jhgfdg {
  text-align: center;
}
.jhgfdg h2 {
  font-size: 40px;
  font-weight: bold;
  font-family: "Nunito Sans", sans-serif;
}

.lkfgvddg {
  text-align: center;
}
.lkfgvddg h4 {
  font-size: 40px;
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
  padding-bottom: 20px !important;
}

.gfhvsbgf {
  width: 75%;
  margin: auto;
}
.gfhvsbgf ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.gfhvsbgf ul.tabs li {
  background: none;
  color: #222;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
}
.gfhvsbgf ul.tabs li.current {
  background: #ffffff;
  color: #222;
}
.gfhvsbgf .tab-content {
  display: none;
  background: #ffffff;
  width: 300px;
  text-align: center;
  margin: auto;
  height: 60px;
  background-color: #133664;
  color: white;
  font-weight: 600;
  padding: 10px;
  border-radius: 8px;
}
.gfhvsbgf .tab-content.current {
  display: inherit;
}

.gfhvsbgf2 {
  width: 75%;
  margin: auto;
}
.gfhvsbgf2 ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.gfhvsbgf2 ul.tabs li {
  background: none;
  color: #222;
  display: inline-block;
  padding-top: 15px;
  width: 100%;
  cursor: pointer;
  border-bottom: 2px solid rgb(93, 93, 93);
}
.gfhvsbgf2 ul.tabs li.current {
  background: #ffffff;
  color: #222;
}
.gfhvsbgf2 .tab-content {
  display: none;
  background: #ffffff;
  width: 300px;
  text-align: center;
  margin: auto;
  height: 60px;
  background-color: #133664;
  color: white;
  font-weight: 600;
  padding: 10px;
  border-radius: 8px;
}
.gfhvsbgf2 .tab-content.current {
  display: inherit;
}

.fhgfg {
  display: flex;
}
.fhgfg h6 {
  padding-top: 10px;
  padding-left: 5px;
  font-size: 18px;
  transform: scaleX(5px);
  color: #0c0c0c;
  font-family: "DM Serif Text", serif;
}

.fhgfg h6:hover {
  transform: translateY(-5px);
  transition: 0.5s;
}

.fhbvf {
  width: 25px;
  height: 25px;
}
.fhbvf img {
  width: 100%;
  height: 100%;
  margin-top: 5px;
  margin-right: 5px;
}

.fhjgbf {
  text-align: center;
}
.fhjgbf h2 {
  font-size: 55px;
  color: rgb(64, 63, 63);
}

.dfgvdfgdfgfd {
  width: 100%;
  padding: 40px 0;
}

.fbvgfgf556 {
  width: 60%;
  margin: auto;
  padding: 40px 20px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.fgfdg {
  margin-bottom: 15px;
}
.fgfdg label {
  font-weight: 700;
}

.fgfdg .form-control {
  padding: 10px;
  background-color: #edd9f4;
}

.fgfdg button {
  padding: 10px 40px;
  color: white;
  background-color: #133664;
  border: none;
  font-weight: 600;
  border-radius: 8px;
}

.dfbgfdgfdg h3 {
  color: #0c0c0c;
}

.mngfgfg {
  width: 100%;
  height: 520px;
  background: url(../images/form-banner2.png);
  background-size: 100% 100%;
  border-radius: 8px;
}

.ghfcbvfbg {
  padding-top: 100px;
}

.dfkbghfgf485 {
  padding: 40px;
}

.dfbgfhg .form-control {
  padding: 10px;
  margin-bottom: 15px;
}

.dfbgfhg .form-select {
  padding: 10px;
  margin-bottom: 15px;
}

.dfbgfhg .form-select option {
  padding: 10px;
  margin-bottom: 15px;
  font-weight: 500;
}

.dfbgfhg label {
  font-weight: 700;
}

.dfbgfhg span {
  color: red;
}

.dfbgfhg button {
  padding: 12px 50px;
  background-color: #133664;
  color: white;
  border: none;
  font-size: 18px;
  border-radius: 8px;
  margin-top: 15px;
}

.fgfdfgh h2 {
  color: black;
  font-size: 30px;
  font-weight: bold;
  font-family: "Nunito Sans", sans-serif;
}

.bgcbhghf {
  padding: 40px;
}

.hfghdfgdfgfdg {
  width: 100%;
  padding: 40px 0;
}

.fvghffgdfg {
  text-align: center;
}

.fvghffgdfg h2 {
  font-size: 40px;
  font-weight: bold;
  font-family: "Nunito Sans", sans-serif;
}
.fvghffgdfg p {
  width: 70%;
  margin: auto;
}

.drbfghdfgfdg {
  width: 80%;
  margin: auto;
  margin-top: 30px;
}

.nbghjhfv {
  width: 200px;
  height: 200px;
}
.nbghjhfv img {
  width: 100%;
  height: 100%;
  padding: 10px;
  border-radius: 50%;
  border: 3px solid skyblue;
}

.dfrhgdfgfhg {
  margin-top: 10px;
}
.dfrhgdfgfhg h4 {
  font-weight: bold;
  font-family: "Nunito Sans", sans-serif;
}

.ghvffdg55 {
  border-bottom: 2px solid rgb(231, 229, 229);
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.dfrhgdfgfhg2 {
  margin-top: 10px;
  text-align: right;
}
.dfrhgdfgfhg2 h4 {
  font-weight: bold;
  font-family: "Nunito Sans", sans-serif;
}

/*// Ignore This //*/
/* start mobole application app css by arian */
/* start mobole application app css by arian */
/* start mobole application app css by arian */
.fdsfdsf {
  padding: 60px 0;
}
.fdsfdsf h2 {
  font-size: 42px;
  font-family: "Wittgenstein", serif;
  color: #024C5B;
}
.fdsfdsf p {
  font-family: "Wittgenstein", serif;
}
.fdsfdsf button {
  padding: 12px 35px;
  border: none;
  background-color: #024C5B;
  color: white;
  font-style: 17px;
  font-weight: 600;
  border-radius: 4px;
}

.fbgvfgf {
  margin-top: 40px;
}

.ghdfg h2 {
  margin-bottom: 0;
  font-weight: 700;
}

.bvdvgdfv {
  width: 100%;
  margin: auto;
  height: 550px;
}
.bvdvgdfv img {
  width: 100%;
  height: 100%;
}

.hdsfgdfvf {
  margin-top: 60px;
}

.ghvfgdfgf {
  background: url(../images/bg1.jpg);
  height: 200px;
  border-radius: 12px;
}

.dfgfgf {
  padding: 40px 0;
}

.ghvfgdfgf {
  padding: 20px;
}

.bvghfg {
  text-align: center;
  margin-bottom: 40px;
}
.bvghfg h4 {
  color: white;
}

.gbgf {
  width: 100%;
  height: 70px;
}
.gbgf img {
  width: 100%;
  height: 100%;
}

.nhjg {
  font-size: 40px;
  font-weight: bold;
}

.nhjg h2 {
  font-family: "Wittgenstein", serif !important;
  color: white;
  font-style: italic;
}

.kjfhbgfdfg {
  padding: 40px 0;
  background-color: #dbf4fb;
}

.jfgvff {
  text-align: center;
  width: 80%;
  margin: auto;
}
.jfgvff h2 {
  font-weight: bold;
  color: #024C5B;
  font-size: 40px;
  margin-bottom: 0;
}

.jdsbgftdf {
  padding: 20px;
  border-radius: 25px;
  background-color: #fff;
  margin-bottom: 25px;
}

.gffg {
  width: 60px;
  height: 60px;
  padding: 8px;
  border: 3px solid #024C5B;
  border-radius: 50px;
}
.gffg img {
  width: 100%;
  height: 100%;
}

.lnjhfvdf {
  margin-top: 40px;
}

.bdgvdf {
  margin-top: 10px;
}
.bdgvdf h2 {
  margin-bottom: 0;
  color: #024C5B;
  font-weight: 600;
}
.bdgvdf p {
  font-size: 16px;
}

.bghfdsfdfgdg {
  width: 100%;
  height: 750px;
  background-size: 100% 100% !important;
  background: url(../images/bgbg1.png);
}

.fbvgdf {
  width: 100%;
  height: 250px;
}
.fbvgdf img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.kjgffdg {
  margin-top: 150px;
}
.kjgffdg h2 {
  color: white;
}

.dfgfg button {
  margin-top: 5px;
  padding: 10px 35px;
  border: none;
  font-size: 18px;
  font-weight: 600;
  border-radius: 4px;
}

.dhghfdf {
  margin-top: 20px;
}
.dhghfdf p {
  color: white;
}

.hgfdfg {
  margin-top: 150px;
}

.gdfg {
  width: 60px;
  height: 60px;
}
.gdfg img {
  width: 100%;
  height: 100%;
}

.jbgvfghdf h4 {
  color: white;
  padding-top: 15px;
}
.jbgvfghdf p {
  color: white;
  font-size: 16px;
  line-height: 25px;
}

.dfbgvhdfvdfd {
  width: 100%;
  padding: 40px 0;
  background-color: #DBF4FB;
}

.bgfvhdfdg {
  width: 100%;
  height: 530px;
  padding: 25px;
  background-color: white;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.hfg {
  width: 60px;
  height: 60px;
  border: 3px solid #024C5B;
  padding: 8px;
  border-radius: 12px;
}
.hfg img {
  width: 100%;
  height: 100%;
}

.hdgfvdf {
  width: 120px;
  height: 120px;
}
.hdgfvdf img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.gfdfgfdg {
  margin-top: 30px;
}
.gfdfgfdg h2 {
  font-size: 40px;
  color: #024C5B;
  font-weight: 700;
}

.dsnhfbdf {
  margin-top: 25px;
}
.dsnhfbdf h6 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 0;
}

.fvddf {
  padding: 20px;
}

.gfgfg5 .form-control {
  padding: 10px;
  border: 2px solid #024C5B;
  margin-bottom: 15px;
  padding-left: 55px;
}

.gfgfg52 .form-control {
  padding: 10px;
  border: 2px solid #024C5B;
  margin-bottom: 15px;
  padding-left: 55px;
}

.gfgfg5 .form-select::-moz-placeholder {
  font-size: 18px;
  padding-left: 45px;
}

.gfgfg5 .form-select::placeholder {
  font-size: 18px;
  padding-left: 45px;
}

.gfgfg5 .form-select {
  padding: 10px;
  border: 2px solid #024C5B;
  margin-bottom: 15px;
  padding-left: 55px;
}

.gfgfg5 .form-control::-moz-placeholder {
  font-size: 18px;
}

.gfgfg5 .form-control::placeholder {
  font-size: 18px;
}

.gfgfg5 i {
  position: absolute;
  margin-top: -62px;
  margin-left: 2px;
  background-color: #024C5B;
  text-align: center;
  line-height: 45px;
  font-size: 20px;
  color: white;
  width: 45px;
  height: 45px;
}

.dfbhgfdg {
  padding: 20px;
  margin-top: -30px;
}
.dfbhgfdg button {
  width: 100%;
  height: 50px;
  background-color: #024C5B;
  border: none;
  color: white;
  line-height: 50px;
  border-radius: 4px;
}

.gfgfg52 i {
  position: absolute;
  margin-top: -133px;
  margin-left: 2px;
  background-color: #024C5B;
  text-align: center;
  line-height: 118px;
  font-size: 20px;
  color: white;
  width: 45px;
  height: 118px;
}

/* end mobole application app css by arian */
/* end mobole application app css by arian */
/* end mobole application app css by arian */
/* start Custom IOT css by arian */
/* start Custom IOT css by arian */
/* start Custom IOT css by arian */
.ndfbhjgfdgf {
  width: 100%;
  height: 600px;
  background: url(../images/banner321c.webp);
  background-size: 100% 100%;
}

.fbghfgfd {
  text-align: center;
}
.fbghfgfd h2 {
  padding-top: 300px;
  font-size: 55px !important;
  color: white;
}
.fbghfgfd p {
  font-size: 25px !important;
  font-family: "Dosis", sans-serif !important;
  color: white !important;
}

.bfgvg button {
  padding: 12px 40px;
  border: none;
  background-color: #22bffd;
  color: rgb(231, 231, 231);
  font-size: 16px;
  border-radius: 4px;
  margin-top:15px;
}

.nhdfbgyvbf {
  width: 100%;
  padding: 40px 0;
  background-color: #e4f2f6;
  margin-top: 50px;
}

.hbfhgf {
  text-align: center;
  padding: 40px;
}
.hbfhgf h2 {
  font-size: 42px !important;
}
.hbfhgf span {
  color: #22bffd;
}

.hfghg {
  width: 100%;
  height: 480px;
}
.hfghg img {
  width: 100%;
  height: 100%;
}

.bfghf {
  text-align: center;
  width: 100%;
  height: 160px;
  line-height: 160px;
  background-color: #fff;
  border-bottom: 1px solid rgb(184, 182, 182);
  border-right: 1px solid rgb(184, 182, 182);
}

.fd {
  width: 50px;
  height: 50px;
  text-align: center;
  margin: auto;
}
.fd img {
  width: 100%;
  height: 100%;
}

.dfgdfg {
  margin-top: 65px;
}
.dfgdfg h6 {
  font-size: 25px;
}

.gfghfg {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.jfhygfv {
  width: 100%;
  height: 350px;
  background: url(../images/bannerblue1.png);
}

.bhdfggd {
  text-align: center;
}
.bhdfggd h2 {
  padding-top: 50px;
  font-size: 40px !important;
  color: black;
}
.bhdfggd p {
  font-size: 22px !important;
  color: #0c0c0c;
}
.bhdfggd button {
  padding: 12px 40px;
  border: none;
  background-color: #22bffd;
  color: rgb(231, 231, 231);
  font-size: 16px;
  border-radius: 4px;
  margin-top: 20px;
}

.lfghhfghfhfg {
  width: 100%;
  padding: 40px 0;
}

.fjhgfdgd {
  text-align: center;
}
.fjhgfdgd h2 {
  font-size: 35px;
  color: black;
}

.gfdf {
  width: 70px;
  height: 70px;
  padding: 12px;
  border: 3px solid #00adb5;
  border-radius: 50px;
}
.gfdf img {
  width: 100%;
  height: 100%;
}

.dnbhvff {
  margin-top: 40px;
}

.bgdfdd {
  padding: 15px;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  margin-bottom: 20px;
  border-radius: 8px;
}

.jdbvghvdfdfgdf {
  width: 100%;
  height: 350px;
  margin-top: 90px;
  background: #00adb5;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.fghg {
  width: 100%;
  height: 550px;
  background-color: #fff;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  margin-top: -100px;
  padding: 30px 30px;
}

.nfbhjgfd {
  margin-bottom: 15px;
}

.nfbhjgfd .form-control {
  padding: 10px;
  border: none !important;
  border-radius: 0px !important;
  border-bottom: 2px solid black !important;
}

.nbdfhgfvdf {
  margin-bottom: 20px;
}
.nbdfhgfvdf h2 {
  font-size: 42px;
  color: #0c0c0c;
  width: 200px;
  border-bottom: 2px solid #00ADB5;
}

.fggfgf button {
  padding: 12px 40px;
  border: none;
  background-color: #00ADB5;
  color: rgb(231, 231, 231);
  font-size: 16px;
  border-radius: 4px;
  margin-top: 20px;
}

.ghffg {
  margin-top: 30px;
}

.gggf {
  margin-bottom: 10px;
}
.gggf h6 {
  color: white;
  font-size: 17px;
}
.gggf i {
  font-size: 20px;
  color: white;
  padding-right: 10px;
}
.gggf p {
  color: white !important;
}

.hdghfd h4
{
    font-size:25px !important;
    font-weight:700;
}

.hdghfd p
{
    font-size:17px;
    line-height:28px;
}


.dsbghfdsfds * {
  box-sizing: border-box;
}
.dsbghfdsfds *::before, .dsbghfdsfds *::after {
  box-sizing: border-box;
}
.dsbghfdsfds .accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
  border: none !important;
  border-bottom: 2px solid #838383 !important;
}
.dsbghfdsfds .accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #03b5d2;
}
.dsbghfdsfds .accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.dsbghfdsfds .accordion button:hover, .dsbghfdsfds .accordion button:focus {
  cursor: pointer;
  color: #03b5d2;
}
.dsbghfdsfds .accordion button:hover::after, .dsbghfdsfds .accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}
.dsbghfdsfds .accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}
.dsbghfdsfds .accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.dsbghfdsfds .accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.dsbghfdsfds .accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.dsbghfdsfds .accordion button[aria-expanded=true] {
  color: #03b5d2;
}
.dsbghfdsfds .accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.dsbghfdsfds .accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.dsbghfdsfds .accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.dsbghfdsfds .accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}

.dnfbhjdfdgdfg {
  margin-top: 100px;
  padding: 40px 0;
}

.dfgfdg h2 {
  font-size: 40px;
  color: black;
}

/* End Custom IOT css by arian */
/* End Custom IOT css by arian */
/* End Custom IOT css by arian */
/* start devops css by arian */
/* start devops css by arian */
/* start devops css by arian */
.hjgfdgfdg {
  /* Don't forget include bootstrap 5.3.0 */
}
.hjgfdgfdg .gradient-pp {
  background: linear-gradient(45deg, #65e9c8, #459fe9, #4be0f1);
}
.hjgfdgfdg .title {
  color: #fff;
  font-size: 5em;
}
.hjgfdgfdg .waves {
  position: relative;
  width: 100%;
  height: 46vh;
  margin-bottom: -30px;
  min-height: 100px;
  max-height: 300px;
}
.hjgfdgfdg .waves.no-animation .moving-waves > use {
  animation: none;
}
.hjgfdgfdg .wave-rotate {
  transform: rotate(180deg);
}
.hjgfdgfdg .moving-waves > use {
  animation: f 40s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.hjgfdgfdg .moving-waves > use:first-child {
  animation-delay: -2s;
  animation-duration: 11s;
}
.hjgfdgfdg .moving-waves > use:nth-child(2) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.hjgfdgfdg .moving-waves > use:nth-child(3) {
  animation-delay: -3s;
  animation-duration: 15s;
}
.hjgfdgfdg .moving-waves > use:nth-child(4) {
  animation-delay: -4s;
  animation-duration: 20s;
}
.hjgfdgfdg .moving-waves > use:nth-child(5) {
  animation-delay: -4s;
  animation-duration: 25s;
}
.hjgfdgfdg .moving-waves > use:nth-child(6) {
  animation-delay: -3s;
  animation-duration: 30s;
}
@keyframes f {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  to {
    transform: translate3d(85px, 0, 0);
  }
}

.hjgfdgfdgf {
  text-align: center;
}
.hjgfdgfdgf h2 {
  font-size: 80px;
  font-weight: bold;
  padding-top: 80px;
  color: rgb(4, 4, 44);
}
.hjgfdgfdgf p {
  width: 70%;
  margin: auto;
  color: white;
}

.dfhfghgf {
  text-align: center;
}
.dfhfghgf button {
  padding: 12px 40px;
  border: none;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
}

.fhgfdgf {
  text-align: center;
}
.fhgfdgf h6 {
  color: #0c0c0c;
  padding-top: 50px;
  font-size: 22px;
  font-weight: 600;
  color: #00ADB5;
}
.fhgfdgf h2 {
  color: #040c34;
  font-size: 45px;
  font-weight: 600;
}

.dfhfghgf {
  margin-top: 40px;
}

.gvdfgdfg {
  width: 100%;
  height: 550px;
}
.gvdfgdfg img {
  width: 100%;
  height: 100%;
}

.kdbfgdf .accordion__header {
  padding: 1em;
  margin-top: 2px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.kdbfgdf .accordion__header > * {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px !important;
}
.kdbfgdf .accordion__header.is-active {
  color: #040c34;
  font-size: 20px;
  font-weight: 600;
  border-left: 2px solid #03b5d2 !important;
}
.kdbfgdf .accordion__toggle {
  margin-left: 10px;
  height: 3px;
  background-color: #03b5d2;
  width: 13px;
  display: block;
  position: relative;
  flex-shrink: 1;
  border-radius: 2px;
}
.kdbfgdf .accordion__toggle::before {
  content: "";
  width: 3px;
  height: 13px;
  display: block;
  background-color: #03b5d2;
  position: absolute;
  top: -5px;
  left: 5px;
  border-radius: 2px;
}
.kdbfgdf .is-active .accordion__toggle {
  background-color: #fff;
}
.kdbfgdf .is-active .accordion__toggle::before {
  display: none;
}
.kdbfgdf .accordion__body {
  display: none;
  padding: 1em;
  text-align: left;
  border-left: 2px solid #03b5d2;
  border-top: 0;
}
.kdbfgdf .accordion__body.is-active {
  display: block;
}

.dfhjdf h2 {
  color: #040c34;
  font-size: 40px;
}

.dnfhjgdfdsf {
  width: 100%;
  padding: 40px 0;
  margin-top: 60px;
}

.dfhjdf {
  text-align: center;
}
.dfhjdf h2 {
  font-size: 40px;
  font-weight: 700;
}

.hfgvdfd ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.hfgvdfd ul.tabs li {
  background: none;
  color: #222;
  display: inline-block;
  width: 100%;
  height: 60px;
  line-height: 50px;
  cursor: pointer;
  border: 2px solid #78ebb7;
  margin-bottom: 30px !important;
  border-radius: 12px;
  padding: 0 10px;
}
.hfgvdfd ul.tabs li.current {
  background: #ffffff;
  color: #222;
  border: 2px solid #03b5d2;
  border-right: 8px solid #03b5d2;
}
.hfgvdfd .tab-content {
  display: none;
  background: #ffffff;
}
.hfgvdfd .tab-content.current {
  display: inherit;
}

.kdfghdfd {
  margin-top: 40px;
}

.kdfghdfd {
  padding: 35px 15px;
  border: 3px solid #35c595;
  border-radius: 4px;
}

.fgfg {
  width: 45px;
  height: 45px;
  line-height: 60px;
}
.fgfg img {
  width: 100%;
  height: 100%;
}

.fgfg2 {
  width: 45px;
  height: 45px;
  line-height: 60px;
  margin-left: 10px;
}
.fgfg2 img {
  width: 100%;
  height: 100%;
}

.nhdff {
  display: flex;
  align-items: baseline;
  margin-bottom: 15px;
}

.fhdf p {
  color: #000000;
  font-weight: 700;
  padding-left: 10px;
  font-size:18px !important;
}

.fgfgfg {
  width: 100%;
  height: 170px;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.fgfgfg img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.dhjfgdf {
  margin-top: 10px;
}
.dhjfgdf h4 {
  font-size: 24px;
  color: black;
  margin-bottom: 0;
  font-weight: 600;
}
.dhjfgdf p {
  font-size: 16px;
  line-height: 28px;
}

.gfg {
  padding-left: 180px;
}
.gfg i {
  font-size: 18px;
  font-weight: bold;
}

.fnhjfbgvfzfghd {
  width: 100%;
  padding: 40px 0;
}

.nhfgdfd {
  width: 100%;
  height: 500px;
  background: url(../images/bgbanner1.jpg);
  border-radius: 8px;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  padding: 30px;
}

.nfhjgf {
  width: 100%;
  text-align: center;
}
.nfhjgf h2 {
  color: #040c34;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 38px;
}
.nfhjgf p {
  color: #000000;
  font-weight: 600;
  font-size: 18px;
}

.ghvv {
  width: 100%;
  height: 150px;
  margin-bottom: 20px;
  background-color: #d6ddf5;
}

.dfhghdf {
  margin-top: 60px;
}

.ghvv {
  text-align: center;
  border-radius: 8px;
}

.ghvv i {
  padding-top: 40px;
  font-size: 35px;
  color: #040c34;
}

.ghvv h6 {
  padding-top: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #040c34;
}

.lhfgjdgd {
  padding: 20px 20px 0px 30px;
}
.lhfgjdgd h2 {
  color: white;
  font-weight: 600;
}

.fhjbgdfg {
  margin-left: 15px;
}
.fhjbgdfg h6 {
  font-size: 30px;
}
.fhjbgdfg button {
  padding: 10px 30px;
  border: 2px solid #03b5d2;
  border-radius: 50px;
  font-size: 17px;
  font-weight: 600;
  margin-top: 30px;
}

.gftydfdsf ul.navigation {
  margin: 0;
  padding: 20px;
  list-style: none;
}
.gftydfdsf ul.navigation li {
  background: none;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
  width: 100%;
  color: white;
  margin-left: 40px;
  position: relative;
  border-radius: 25px;
}
.gftydfdsf ul.navigation li.active {
  background: #ededed;
  color: #ffffff;
  background: #000000;
  border-radius: 25px;
}
.gftydfdsf .panel-content {
  display: none;
  background: #ededed;
  padding: 20px;
  height: 400px;
}
.gftydfdsf .panel-content.active {
  display: block;
}

.gftydfdsf {
  background-color: #01B8B0;
  width: 100%;
  height: 400px;
}

.kjfgdfgfdg {
  width: 100%;
  padding: 40px 0;
}

.ihfnsdfsdf_left
{
    margin-top:30px;
}

.nfhjff {
  /* LINE ANIMATION ===================== */
  /* CENTER TRIANGLE ===================== */
  /* TOP LEFT POLYGON ===================== */
  /* BOTTOM LEFT POLYGON ===================== */
  /* BACKGROUND OVERLAY GRADIENT ===================== */
  /* BACKGROUND COLOR CHANGING ANIMATION ===================== */
}
.nfhjff svg {
  overflow: visible;
  shape-rendering: geometricPrecision;
  transform-style: preserve-3D;
  -ms-perspective: 1500px;
  -o-perspective: 1500px;
  perspective: 1500px;
  backface-visibility: hidden;
}
.nfhjff #line .st5 {
  fill: none;
  filter: url(#f1);
  stroke: rgba(255, 255, 255, 0);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 1, 2000;
  stroke-dashoffset: 2000;
  animation: dot 9s 3s forwards ease 1, pulse 0.25s infinite;
}
@keyframes dot {
  0% {
    stroke-dashoffset: 2000;
    stroke: rgba(255, 255, 255, 0.8);
  }
  50% {
    stroke: rgba(255, 255, 255, 0.9);
  }
  100% {
    stroke-dashoffset: 0;
    stroke: rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0.25;
  }
}
.nfhjff #line .st6 {
  fill: none;
  stroke: rgba(255, 255, 255, 0);
  stroke-width: 1;
  stroke-linecap: round;
  stroke-dasharray: 200, 2000;
  stroke-dashoffset: 2000;
  animation: line 9s 9s forwards ease infinite;
}
@keyframes line {
  0% {
    stroke-dashoffset: 2000;
    stroke: rgba(255, 255, 255, 0);
  }
  5% {
    stroke: rgba(255, 255, 255, 0.3);
  }
  50% {
    stroke: rgba(255, 255, 255, 0.3);
  }
  100% {
    stroke-dashoffset: 0;
    stroke: rgba(255, 255, 255, 0);
  }
}
.nfhjff #line .st4 {
  opacity: 0;
  stroke: rgba(255, 255, 255, 0);
  fill: rgba(255, 255, 255, 0.2);
  stroke-width: 2;
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  animation: strokeFade 10s alternate linear infinite, fadeIn 4s 0.5s forwards ease 1, dash 9s 3s forwards ease 1;
  transform-origin: 50% 100%;
}
@keyframes strokeFade {
  0% {
    stroke: #B6862D;
  }
  50% {
    stroke: rgba(255, 255, 255, 0.3);
  }
  100% {
    stroke: #B6862D;
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
    fill: rgba(255, 255, 255, 0);
  }
}
@keyframes fadeInUpLeft {
  0% {
    opacity: 0;
    transform: scale(0.3) translateY(300px) translateX(-300px);
    animation-timing-function: ease-in-out;
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0) translateX(0);
    animation-timing-function: ease-out;
  }
}
.nfhjff #graphic .st1 {
  fill: url(#GRAD_2);
  animation: fadeInUpRight 14s forwards linear;
  transform-origin: 50%;
}
@keyframes fadeInUpRight {
  0% {
    transform: scale(3) translateY(200px) translateX(100px);
    animation-timing-function: ease-out;
  }
  100% {
    transform: scale(1) translateY(0) translateX(0);
    animation-timing-function: ease-in;
  }
}
.nfhjff #graphic .st2 {
  fill: url(#GRAD_3);
  animation: fadeInLeft 8s forwards linear;
  transform-origin: 50%;
}
@keyframes fadeInLeft {
  0% {
    transform: scale(3) translateX(-180px);
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: scale(1) translateX(0);
    animation-timing-function: ease-out;
  }
}
.nfhjff #graphic .st3 {
  fill: url(#GRAD_4);
  animation: zoomInLeft 12s forwards linear;
  transform-origin: 50% 100%;
}
@keyframes zoomInLeft {
  0% {
    transform: scale(3) translateX(50px);
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: scale(1) translateX(0);
    animation-timing-function: ease-out;
  }
}
.nfhjff #background rect.st0 {
  fill: url(#GRAD_OVERLAY);
}
.nfhjff #background rect.st1 {
  fill: none; /* Fix BG Color Flicker */
  opacity: 0; /* Fix BG Color Flicker */
  transform: translateY(0) translateX(0);
  animation: color-change 120s linear infinite, fadeIn 2s 0.5s forwards ease 1;
}
@keyframes color-change {
  0% {
    fill: #F6A800;
  } /* ORANGE */
  10% {
    fill: #D8292F;
  } /* RED */
  20% {
    fill: #4B384C;
  } /* PURPLE */
  30% {
    fill: #2C5697;
  } /* DK BLUE */
  40% {
    fill: #4E748B;
  } /* BLUE */
  50% {
    fill: #8CB8CA;
  } /* LT BLUE */
  60% {
    fill: #58B7B3;
  } /* TEAL */
  70% {
    fill: #B5BE00;
  } /* GREEN */
  80% {
    fill: #E1E000;
  } /* YELLOW */
  100% {
    fill: #F6A800;
  } /* ORANGE */
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.gdfghdfh {
  position: absolute;
  top: 30%;
  width: 70%;
  margin-left: 200px;
  text-align: center;
}
.gdfghdfh h2 {
  font-size: 70px !important;
  color: wheat;
}
.gdfghdfh p {
  font-size: 17px;
  color: rgb(255, 255, 255);
}
.gdfghdfh button {
  padding: 12px 40px;
  border: none;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
}

.bhgvfgf {
  width: 100%;
  height: 210px;
}
.bhgvfgf img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.bbfgbg h5 {
  font-size: 25px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 0;
}

.chfghfgh {
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  border-radius: 4px;
  margin: 10px;
  background-color: white;
}

.fhjvbgfdgfd {
  margin-top: 50px;
}

.bbfgbg {
  padding: 10px;
}



.btnbox {
  text-align: left;
}

.fghfg {
  margin: 0;
}
.fghfg h2 {
  color: #000;
  font-weight: bold;
  font-size: 40px;
}

.gvdhfvfg {
  padding: 15px;
  border-radius: 8px;
  background: url(../images/bgbgbg1.png);
  background-size: 100% 100%;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.khgyfdfg {
  width: 100%;
  height: 450px;
  background: url(../images/bgbgbg.png);
  background-size: 100% 100%;
  border-radius: 8px;
  padding: 20px;
}

.dfgdfzg {
  margin-top: 25px;
}
.dfgdfzg h2 {
  font-size: 30px;
  margin-bottom: 0;
  color: white;
}
.dfgdfzg p {
  font-size: 15px;
  line-height: 22px;
  color: white !important;
  padding-left: 10px;
}

.fgbdff {
  display: flex;
  align-items: baseline;
  margin: 0;
  height: 50px;
}

.hghd {
  margin-top: -20px !important;
}
.hghd p {
  color: white !important;
  font-weight: 600  !important;
  font-size: 16px  !important;
  padding-left: 10px  !important;
}

.fghdf {
  margin-top: 8px;
}

.dfgdfg i {
  color: white;
  margin: auto;
}

.fghdf .form-control {
  padding: 10px;
}

.fghdf label {
  font-size: 17px;
  font-weight: 600;
}

.fghdf55 {
  margin-top: 25px;
}
.fghdf55 button {
  padding: 12px 35px;
  border-radius: 4px;
  font-size: 18px;
  color: white;
  font-weight: 600;
  background: #01B8B0;
  border: none;
}

.ljfuifhg h2 {
  font-size: 40px;
  color: #000;
  padding-top: 40px;
}
.ljfuifhg p {
  color: #000;
  font-size: 16px;
}

.snfhjgdfzhfgxh {
  width: 100%;
  padding: 40px 0;
}

.ljfuifhg h2 {
  color: #000;
  font-size: 35px;
  margin-bottom: 0;
}
.ljfuifhg p {
  margin-bottom: 0;
  font-size: 16px !important;
  line-height: 22px;
}
.ljfuifhg button {
  margin-top: 10px;
  background-color: #01B8B0;
  padding: 7px 20px;
  border: none;
  color: white;
  border-radius: 4px;
}

.nfbhj {
  width: 60px;
  height: 60px;
}
.nfbhj img {
  width: 100%;
  height: 100%;
}

.dfgdg {
  margin-top: 10px;
}
.dfgdg h6 {
  font-size: 20px;
  font-weight: 600;
}

.fgjhfg {
  width: 20px;
  height: 20px;
}
.fgjhfg img {
  width: 100%;
  height: 100%;
}

.dfgfdg {
  display: flex;
}

.dnfbhdfgfggd {
  display: flex;
}

.dfgfg {
  padding-left: 10px;
}
.dfgfg p {
  margin-bottom: 0;
}

.dgdfd button {
  margin-top: 10px;
  background-color: #01B8B0;
  padding: 9px 20px;
  border: none;
  color: white;
  border-radius: 4px;
}

.mfgjhfg5265a {
  margin-top: 25px;
  padding: 15px;
  background-color: #efdef7;
}

.mfgjhfg5265b {
  margin-top: 25px;
  padding: 15px;
  background-color: #def7e1;
}

.mfgjhfg5265c {
 margin-top: 25px;
  padding: 15px;
  background-color: #f7ebde;
}

.mfgjhfg5265d {
  margin-top: 25px;
  padding: 15px;
  background-color: #def7f7;
}

.mfgjhfg5265e {
   margin-top: 25px;
  padding: 15px;
  background-color: #f7dede;
}



/* start extra css  devops*/
/* extra css  devops*/
/* extra css  devops*/


.jfghjgfhvgjh
{
  width: 100%;
  height: 650px;
  background: url(../images/bannerdevops.webp);
  background-size: 100% 100%;
}

.dfhghfg
{
  margin-top: 160px;
  h2 
  {
    color: #040c34;
    font-weight: 700;
    font-size: 42px !important;
  }
  button 
  {
    padding: 10px 30px;
    background-color: #004AAD;
    font-size: 17px;
    font-weight: 600;
    color: white;
    border: none;
    margin-top:15px;
    border-radius: 6px;



  }
}

.ljfuifhg h2 
{
  color: #040c34;
  font-size: 35px;
  font-weight: 600;

}

.jdfbdg
{
  width: 100%;
  height: 100px;
  // background-color: #004AAD;
  // border: 3px solid #004AAD;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  border-radius: 8px;
  text-align: center;
    margin: auto;
    margin: 10px;
  i 
  {
    color: #004AAD;
    font-size:25px;
    padding-top: 15px;
    
  }
  h4 
  {
    padding-top: 12px;
    font-weight: 600;

  }
}

.dhfydsfsdf
{
   margin-top: 40px;
}





/* end extra css  devops*/
/* end extra css  devops*/
/* end extra css  devops*/





/* cloud consulting css start*/
/* cloud consulting css start*/
/* cloud consulting css start*/
.lkfhgfgf {
  width: 100%;
  height: 400px;
  margin-top: 140px;
}
.lkfhgfgf img {
  width: 100%;
  height: 100%;
}

.fnhgvfhdvfbghfhb {
  width: 100%;
  height: 600px;
  background: url(../images/bg149.png);
  background-size: 100% 100%;
}

.fnbhgvdfgvfdgvfd {
  width: 100%;
  padding: 40px 0;
}

.fhbgfgf {
  margin-top: 2px;
}
.fhbgfgf button {
  width: 100%;
  height: 45px;
  line-height: 45px;
  color: white;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  font-size: 18px;
  background: #01B8B0;
  margin-top: 25px;
}

.fghfgd {
  padding: 20px;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  border-radius: 8px;
}

.fghfgd .form-control {
  padding: 10px;
}

.fghfdgdf {
  text-align: center;
}
.fghfdgdf h4 {
  font-size: 35px;
  font-weight: 700;
}

.hfgd h2 {
  font-size: 42px !important;
  font-weight: 600;
  color: #00ADB5;
}
.hfgd p {
  font-size: 18px;
}

/* cloud consulting css end*/
/* cloud consulting css end*/






/* end devops css by arian */
/* end devops css by arian */
/* end devops css by arian *//*# sourceMappingURL=style.css.map */