@import url("https://fonts.googleapis.com/css2?family=Jim+Nightshade&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
@import url("https://fonts.googleapis.com/css2?family=League+Spartan&display=swap");
@import url(custombs.css);
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html, body {
  overflow-x: clip;
}

:root {
  --main-blue-color: #D88531;
  --main-highlighted-blue-color: #0e62fb;
  --main-red-color: #A3261E;
  --light-black-text-color: #3C3B3B;
  --background-light-color: rgba(245, 245, 245, 0.61);
  --font-family-league-spartan: "League Spartan", sans-serif;
  --font-family-jim-nightshade: "Jim Nightshade", cursive;
  --font-family-lato: "Lato", sans-serif;
  --h2-custom-font-size: 2.8rem;
  --h2-main-normal-font-size: 2.6rem;
  --p-default-font-size: 1.2rem;
  --light-blue: #dcf5ff;
  --primary--color: #059cd6;
}

.p-line-height {
  line-height: 2.2rem;
}

h2, h3, h4, h5 {
  font-family: var(--font-family-league-spartan);
}

p, li {
  font-family: var(--font-family-lato);
  color: var(--light-black-text-color);
  line-height: 1.6rem;
  font-size: 1.2rem;
}

a {
  font-family: var(--font-family-lato);
  text-decoration: none !important;
  color: var(--light-black-text-color) !important;
}

.btn-main {
  background: var(--main-highlighted-blue-color) !important;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 1px;
  font-family: var(--font-family-lato);
  border: 2px solid var(--main-highlighted-blue-color);
}
.btn-main:hover {
  color: var(--light-black-text-color);
  font-weight: 600;
  background: transparent !important;
  border: 2px solid var(--main-blue-color);
}

/*animated cursor start*/
.zdcsefe {
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 0;
}

/*animated cursor end*/
/*header start*/
header {
  box-shadow: 0px 4px 4px 0px rgba(136, 136, 136, 0.24);
}
header .iuherrrww li {
  display: inline;
  font-weight: 600;
  letter-spacing: 0.5px;
}
header .iuherrrww li i {
  color: var(--main-blue-color);
  font-size: 20px;
}
header .iuherrrww li b {
  color: #000;
}
header .navbar-nav li {
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 0.9rem;
  margin: 0 5px;
  text-transform: uppercase;
  position: relative;
}
header .navbar-nav li .nav-link {
  transition: 0.3s ease-in-out;
}
header .navbar-nav li .nav-link:hover {
  color: var(--main-blue-color) !important;
  transition: 0.3s ease-in-out;
}
header .navbar-nav li .nav-link:after {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background: var(--main-blue-color);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s ease-in-out;
  border-radius: 10px;
}
header .navbar-collapse{
    z-index: 999999;
}
header .navbar-nav li .nav-link.active:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: var(--main-blue-color);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s ease-in-out;
  border-radius: 10px;
}
header .navbar-nav li .nav-link:hover:after {
  width: 100%;
  transition: 0.3s ease-in-out;
}
header #mega-menu-drpdwn {
  overflow: hidden;
}
header #mega-menu-drpdwn #mega-menu-drpdwn-collapse {
  opacity: 0;
  transform: translateY(1rem);
  transition: 0.3s ease-in-out;
  width: 18rem;
  left: -7.8rem;
  overflow: hidden;
  /*hide show match id start*/
  /*hide show match id end*/
}
header #mega-menu-drpdwn #mega-menu-drpdwn-collapse li {
  list-style: none;
  border-bottom: 1px dotted #a2a2a2;
  overflow: hidden;
  transition: 0.3s ease-in-out;
  /*subcategories adjust same distance from start*/
  /*subcategories adjust same distance from end*/
}
header #mega-menu-drpdwn #mega-menu-drpdwn-collapse li:nth-of-type(15n-13) .uierr_dropdown .ud-list {
  top: -2.162rem;
}
header #mega-menu-drpdwn #mega-menu-drpdwn-collapse li:nth-of-type(15n-12) .uierr_dropdown .ud-list {
  top: -4.324rem;
}
header #mega-menu-drpdwn #mega-menu-drpdwn-collapse li:nth-of-type(15n-11) .uierr_dropdown .ud-list {
  top: -6.486rem;
}
header #mega-menu-drpdwn #mega-menu-drpdwn-collapse li:nth-of-type(15n-10) .uierr_dropdown .ud-list {
  top: -8.648rem;
}
header #mega-menu-drpdwn #mega-menu-drpdwn-collapse li:nth-of-type(15n-9) .uierr_dropdown .ud-list {
  top: -10.81rem;
}
header #mega-menu-drpdwn #mega-menu-drpdwn-collapse li:nth-of-type(15n-8) .uierr_dropdown .ud-list {
  top: -12.972rem;
}
header #mega-menu-drpdwn #mega-menu-drpdwn-collapse li:nth-of-type(15n-7) .uierr_dropdown .ud-list {
  top: -15.134rem;
}
header #mega-menu-drpdwn #mega-menu-drpdwn-collapse li:nth-of-type(15n-6) .uierr_dropdown .ud-list {
  top: -17.296rem;
}
header #mega-menu-drpdwn #mega-menu-drpdwn-collapse li:nth-of-type(15n-5) .uierr_dropdown .ud-list {
  top: -19.458rem;
}
header #mega-menu-drpdwn #mega-menu-drpdwn-collapse li:nth-of-type(15n-4) .uierr_dropdown .ud-list {
  top: -21.62rem;
}
header #mega-menu-drpdwn #mega-menu-drpdwn-collapse li:nth-of-type(15n-3) .uierr_dropdown .ud-list {
  top: -23.782rem;
}
header #mega-menu-drpdwn #mega-menu-drpdwn-collapse li:nth-of-type(15n-2) .uierr_dropdown .ud-list {
  top: -25.944rem;
}
header #mega-menu-drpdwn #mega-menu-drpdwn-collapse li:nth-of-type(15n-1) .uierr_dropdown .ud-list {
  top: -28.106rem;
}
header #mega-menu-drpdwn #mega-menu-drpdwn-collapse li:nth-of-type(15n) .uierr_dropdown .ud-list {
  top: -30.268rem;
}
header #mega-menu-drpdwn #mega-menu-drpdwn-collapse li .dropdown-item {
  text-transform: capitalize;
  transition: 0.3s ease-in-out;
  color: #686868 !important;
  font-size: 14px;
}
header #mega-menu-drpdwn #mega-menu-drpdwn-collapse li .dropdown-item i {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
header #mega-menu-drpdwn #mega-menu-drpdwn-collapse li:last-child {
  border-bottom: 0;
}
header #mega-menu-drpdwn #mega-menu-drpdwn-collapse li:hover {
  border-color: #fff;
  transition: 0.3s ease-in-out;
  overflow: initial;
  background: var(--main-blue-color);
  border-radius: 3px;
}
header #mega-menu-drpdwn #mega-menu-drpdwn-collapse li:hover .dropdown-item {
  color: #fff !important;
  transition: 0.3s ease-in-out;
}
header #mega-menu-drpdwn #mega-menu-drpdwn-collapse .uierr_dropdown {
  position: absolute;
  width: 100%;
  height: auto;
  left: 17.5rem;
  top: 0;
  opacity: 0;
  transform: translateX(10px);
  transition: 0.3s ease-in-out;
}
header #mega-menu-drpdwn #mega-menu-drpdwn-collapse .uierr_dropdown .ud-list {
  position: absolute;
  right: -20rem;
  height: 32rem;
  padding: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
header #mega-menu-drpdwn #mega-menu-drpdwn-collapse .uierr_dropdown .ud-list .ud-l-inner {
  text-transform: capitalize;
}
header #mega-menu-drpdwn #mega-menu-drpdwn-collapse .uierr_dropdown .ud-list .ud-l-inner .eeretr_inner .mega-dropdown-item {
  padding: 5px 10px;
  display: block;
  position: relative;
  font-size: 14px;
  color: #686868 !important;
}
header #mega-menu-drpdwn #mega-menu-drpdwn-collapse .uierr_dropdown .ud-list .ud-l-inner .eeretr_inner .mega-dropdown-item:after {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  border-radius: 10px;
  background: var(--main-blue-color);
  left: 0;
  bottom: 0;
  transition: 0.3s ease-in-out;
}
header #mega-menu-drpdwn #mega-menu-drpdwn-collapse .uierr_dropdown .ud-list .ud-l-inner .eeretr_inner .mega-dropdown-item:hover:after {
  width: 100%;
  transition: 0.3s ease-in-out;
}
header #mega-menu-drpdwn #mega-menu-drpdwn-collapse .uierr_dropdown .i_l_t_menu {
  opacity: 0;
  transition: 0.3s ease-in-out;
}
header #mega-menu-drpdwn #mega-menu-drpdwn-collapse #m-m-d-l-a:hover .m-m-d-l-a {
  opacity: 1;
  transform: translateX(0);
  transition: 0.3s ease-in-out;
}
header #mega-menu-drpdwn #mega-menu-drpdwn-collapse #m-m-d-l-b:hover .m-m-d-l-b {
  opacity: 1;
  transform: translateX(0);
  transition: 0.3s ease-in-out;
}
header #mega-menu-drpdwn #mega-menu-drpdwn-collapse #m-m-d-l-c:hover .m-m-d-l-c {
  opacity: 1;
  transform: translateX(0);
  transition: 0.3s ease-in-out;
}
header #mega-menu-drpdwn #mega-menu-drpdwn-collapse #m-m-d-l-d:hover .m-m-d-l-d {
  opacity: 1;
  transform: translateX(0);
  transition: 0.3s ease-in-out;
}
header #mega-menu-drpdwn #mega-menu-drpdwn-collapse #m-m-d-l-e:hover .m-m-d-l-e {
  opacity: 1;
  transform: translateX(0);
  transition: 0.3s ease-in-out;
}
header #mega-menu-drpdwn #mega-menu-drpdwn-collapse #m-m-d-l-f:hover .m-m-d-l-f {
  opacity: 1;
  transform: translateX(0);
  transition: 0.3s ease-in-out;
}
header #mega-menu-drpdwn #mega-menu-drpdwn-collapse #m-m-d-l-g:hover .m-m-d-l-g {
  opacity: 1;
  transform: translateX(0);
  transition: 0.3s ease-in-out;
}
header #mega-menu-drpdwn #mega-menu-drpdwn-collapse #m-m-d-l-h:hover .m-m-d-l-h {
  opacity: 1;
  transform: translateX(0);
  transition: 0.3s ease-in-out;
}
header #mega-menu-drpdwn #mega-menu-drpdwn-collapse #m-m-d-l-i:hover .m-m-d-l-i {
  opacity: 1;
  transform: translateX(0);
  transition: 0.3s ease-in-out;
}
header #mega-menu-drpdwn #mega-menu-drpdwn-collapse #m-m-d-l-j:hover .m-m-d-l-j {
  opacity: 1;
  transform: translateX(0);
  transition: 0.3s ease-in-out;
}
header #mega-menu-drpdwn #mega-menu-drpdwn-collapse #m-m-d-l-k:hover .m-m-d-l-k {
  opacity: 1;
  transform: translateX(0);
  transition: 0.3s ease-in-out;
}
header #mega-menu-drpdwn #mega-menu-drpdwn-collapse #m-m-d-l-l:hover .m-m-d-l-l {
  opacity: 1;
  transform: translateX(0);
  transition: 0.3s ease-in-out;
}
header #mega-menu-drpdwn #mega-menu-drpdwn-collapse #m-m-d-l-m:hover .m-m-d-l-m {
  opacity: 1;
  transform: translateX(0);
  transition: 0.3s ease-in-out;
}
header #mega-menu-drpdwn #mega-menu-drpdwn-collapse #m-m-d-l-n:hover .m-m-d-l-n {
  opacity: 1;
  transform: translateX(0);
  transition: 0.3s ease-in-out;
}
header #mega-menu-drpdwn #mega-menu-drpdwn-collapse #m-m-d-l-o:hover .m-m-d-l-o {
  opacity: 1;
  transform: translateX(0);
  transition: 0.3s ease-in-out;
}
header #mega-menu-drpdwn #mega-menu-drpdwn-collapse:hover .i_l_t_menu {
  opacity: 1;
  transition: 0.3s ease-in-out;
}
header #mega-menu-drpdwn #mega-menu-drpdwn-collapse:hover {
  overflow: initial;
}
header #mega-menu-drpdwn .drpdwn-icon {
  transition: 0.3s ease-in-out;
}
header #mega-menu-drpdwn:hover .drpdwn-icon {
  transform: rotateX(-180deg);
  transition: 0.3s ease-in-out;
}
header #mega-menu-drpdwn:hover {
  overflow: initial;
}
header #mega-menu-drpdwn:hover #mega-menu-drpdwn-collapse {
  opacity: 1;
  transform: translateY(0);
  transition: 0.3s ease-in-out;
}

/*header end*/
/*banner start*/
.ihindweihr_text-grad {
  font-weight: bold;
  margin: 5px;
  background: linear-gradient(to right, red 20%, navy 30%, green 70%, orange 80%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background-size: 500% auto;
  animation: textShine 5s ease-in-out infinite alternate;
}

@keyframes textShine {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
.banner .banner-content .ikhnkdewrewr img:last-child {
  position: absolute;
  left: 5%;
  top: 35%;
  transform: translateY(-50%);
  animation: updn 3s infinite linear;
}
@keyframes updn {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(1.4rem);
  }
  100% {
    transform: translateY(0);
  }
}
.banner .banner-content h1 {
  font-size: 3.2rem;
  font-family: var(--font-family-league-spartan);
  font-weight: 600;
}
.banner .banner-content h2 {
  font-size: var(--h2-custom-font-size);
  line-height: 1.1;
  font-weight: 800;
}
.banner .banner-content p {
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.5px;
}
.banner .banner-content .uierrr_btn .btn-main:nth-child(2) {
  background: transparent !important;
  color: var(--light-black-text-color);
  font-weight: 600;
}
.banner .banner-content .uierrr_btn .btn-main:nth-child(2):hover {
  background: var(--main-blue-color) !important;
  color: #fff;
  font-weight: 400;
}

/*banner end*/
/*live chat start*/
.ihiuderer_live_chat .floating-chat {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 4rem;
  height: 4rem;
  transform: translateY(70px);
  transition: all 250ms ease-out;
  border-radius: 50%;
  opacity: 0;
  background: -webkit-linear-gradient(-45deg, #183850 0, #183850 25%, #192C46 50%, #22254C 75%, #22254C 100%);
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: 10000000000000000000;
}
.ihiuderer_live_chat .floating-chat .fa-comments, .ihiuderer_live_chat .floating-chat .fa-times {
  font-size: 1.4rem;
}
.ihiuderer_live_chat .floating-chat.enter:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  opacity: 1;
}
.ihiuderer_live_chat .floating-chat.enter {
  transform: translateY(0);
  opacity: 0.6;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.14);
}
.ihiuderer_live_chat .floating-chat.expand {
  width: 250px;
  max-height: 400px;
  height: 400px;
  border-radius: 5px;
  cursor: auto;
  opacity: 1;
}
.ihiuderer_live_chat .floating-chat :focus {
  outline: 0;
  box-shadow: 0 0 3pt 2pt rgba(14, 200, 121, 0.3);
}
.ihiuderer_live_chat .floating-chat button {
  background: transparent;
  border: 0;
  color: white;
  text-transform: uppercase;
  border-radius: 3px;
  cursor: pointer;
}
.ihiuderer_live_chat .floating-chat .chat {
  display: flex;
  flex-direction: column;
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  border-radius: 50%;
  transition: all 250ms ease-out;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ihiuderer_live_chat .floating-chat .chat.enter {
  opacity: 1;
  border-radius: 0;
  margin: 10px;
  width: auto;
  height: auto;
}
.ihiuderer_live_chat .floating-chat .chat .header {
  flex-shrink: 0;
  padding-bottom: 10px;
  display: flex;
  background: transparent;
}
.ihiuderer_live_chat .floating-chat .chat .header .title {
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0 5px;
}
.ihiuderer_live_chat .floating-chat .chat .header button {
  flex-shrink: 0;
}
.ihiuderer_live_chat .floating-chat .chat .messages {
  padding: 10px;
  margin: 0;
  list-style: none;
  overflow-y: scroll;
  overflow-x: hidden;
  flex-grow: 1;
  border-radius: 4px;
  background: transparent;
}
.ihiuderer_live_chat .floating-chat .chat .messages::-webkit-scrollbar {
  width: 5px;
}
.ihiuderer_live_chat .floating-chat .chat .messages::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: rgba(25, 147, 147, 0.1);
}
.ihiuderer_live_chat .floating-chat .chat .messages::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(25, 147, 147, 0.2);
}
.ihiuderer_live_chat .floating-chat .chat .messages li {
  position: relative;
  clear: both;
  display: inline-block;
  padding: 14px;
  margin: 0 0 20px 0;
  font: 12px/16px "Noto Sans", sans-serif;
  border-radius: 10px;
  background-color: rgba(25, 147, 147, 0.2);
  word-wrap: break-word;
  max-width: 81%;
}
.ihiuderer_live_chat .floating-chat .chat .messages li:before {
  position: absolute;
  top: 0;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  content: "";
  background-size: cover;
}
.ihiuderer_live_chat .floating-chat .chat .messages li:after {
  position: absolute;
  top: 10px;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid rgba(25, 147, 147, 0.2);
}
.ihiuderer_live_chat .floating-chat .chat .messages li.other {
  animation: show-chat-odd 0.15s 1 ease-in;
  -moz-animation: show-chat-odd 0.15s 1 ease-in;
  -webkit-animation: show-chat-odd 0.15s 1 ease-in;
  float: right;
  margin-right: 45px;
  color: #0AD5C1;
}
.ihiuderer_live_chat .floating-chat .chat .messages li.other:before {
  right: -45px;
  background-image: url(https://github.com/Thatkookooguy.png);
}
.ihiuderer_live_chat .floating-chat .chat .messages li.other:after {
  border-right: 10px solid transparent;
  right: -10px;
}
.ihiuderer_live_chat .floating-chat .chat .messages li.self {
  animation: show-chat-even 0.15s 1 ease-in;
  -moz-animation: show-chat-even 0.15s 1 ease-in;
  -webkit-animation: show-chat-even 0.15s 1 ease-in;
  float: left;
  margin-left: 45px;
  color: #0EC879;
}
.ihiuderer_live_chat .floating-chat .chat .messages li.self:before {
  left: -45px;
  background-image: url(https://github.com/ortichon.png);
}
.ihiuderer_live_chat .floating-chat .chat .messages li.self:after {
  border-left: 10px solid transparent;
  left: -10px;
}
.ihiuderer_live_chat .floating-chat .chat .footer {
  flex-shrink: 0;
  display: flex;
  padding-top: 10px;
  max-height: 90px;
  background: transparent;
}
.ihiuderer_live_chat .floating-chat .chat .footer .text-box {
  border-radius: 3px;
  background: rgba(25, 147, 147, 0.2);
  min-height: 100%;
  width: 100%;
  margin-right: 5px;
  color: #0EC879;
  overflow-y: auto;
  padding: 2px 5px;
}
.ihiuderer_live_chat .floating-chat .chat .footer .text-box::-webkit-scrollbar {
  width: 5px;
}
.ihiuderer_live_chat .floating-chat .chat .footer .text-box::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: rgba(25, 147, 147, 0.1);
}
.ihiuderer_live_chat .floating-chat .chat .footer .text-box::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(25, 147, 147, 0.2);
}
@keyframes show-chat-even {
  0% {
    margin-left: -480px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes show-chat-odd {
  0% {
    margin-right: -480px;
  }
  100% {
    margin-right: 0;
  }
}

/*live chat end*/
/*home page middle start*/
main .iiinerwerwer {
  background: #F8FAFC;
}
main .iiinerwerwer .iunerwerwerer {
  align-items: end;
}
main .iiinerwerwer .iunerwerwerer h2 {
  font-weight: 600;
  font-size: 2.4rem;
}
main .iiinerwerwer .ihnheuiworewr .uihedjrherw {
  border-radius: 25px;
}
main .iiinerwerwer .ihnheuiworewr .uihedjrherw h4 {
  font-weight: 600;
  margin: 0.8rem 0;
  color: #fff;
}
main .iiinerwerwer .ihnheuiworewr .uihedjrherw p {
  color: #fff;
}
main .iiinerwerwer .ihnheuiworewr .uihedjrherw .cvtrergrtert {
  font-size: 3rem;
  width: 4rem;
  height: 4rem;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  color: #000;
  text-align: center;
  line-height: 1.5;
}
main .iiinerwerwer .ihnheuiworewr .uihedjrherw .oijiiuhwerer {
  top: 0;
  left: 0;
  background: rgba(15, 46, 82, 0.9);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
main .iiinerwerwer .ihnheuiworewr .uihedjrherw .oijiiuhwerer .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main .iiinerwerwer .ihnheuiworewr .uihedjrherw:hover .oijiiuhwerer {
  opacity: 1;
  transition: 0.3s ease-in-out;
}
main .iiinerwerwer .ihnheuiworewr .col-lg-4:first-child .uihedjrherw {
  background: url("../images/123722 (1) (1).webp") no-repeat;
  background-position: center;
  background-size: cover;
}
main .iiinerwerwer .ihnheuiworewr .col-lg-4:first-child .uihedjrherw .cvtrergrtert {
  color: #7056f0;
}
main .iiinerwerwer .ihnheuiworewr .col-lg-4:first-child .uihedjrherw button {
  background: transparent !important;
  border: none;
  padding-left: 0;
  letter-spacing: 0;
  color: #fff;
  position: relative;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
}
main .iiinerwerwer .ihnheuiworewr .col-lg-4:first-child .uihedjrherw button i {
  opacity: 0;
  position: absolute;
  color: #7056f0;
  transition: 0.3s ease-in-out;
}
main .iiinerwerwer .ihnheuiworewr .col-lg-4:first-child .uihedjrherw button:after {
  position: absolute;
  content: "";
  width: 90%;
  height: 3px;
  border-radius: 50px;
  background: #7056f0;
  left: 0;
  bottom: 0;
  transition: 0.3s ease-in-out;
}
main .iiinerwerwer .ihnheuiworewr .col-lg-4:first-child .uihedjrherw button:hover:after {
  transition: 0.3s ease-in-out;
}
main .iiinerwerwer .ihnheuiworewr .col-lg-4:first-child .uihedjrherw button:hover i {
  position: relative;
  opacity: 1;
  transition: 0.3s ease-in-out;
}
main .iiinerwerwer .ihnheuiworewr .col-lg-4:first-child .uihedjrherw h4 {
  font-weight: 600;
  margin: 0.8rem 0;
}
main .iiinerwerwer .ihnheuiworewr .col-lg-4:nth-of-type(2n) .uihedjrherw {
  background: url("../images/36875 (1) (1).webp") no-repeat;
  background-position: center;
  background-size: cover;
}
main .iiinerwerwer .ihnheuiworewr .col-lg-4:nth-of-type(2n) .uihedjrherw .cvtrergrtert {
  color: #288852;
}
main .iiinerwerwer .ihnheuiworewr .col-lg-4:nth-of-type(2n) .uihedjrherw button {
  background: transparent !important;
  border: none;
  padding-left: 0;
  letter-spacing: 0;
  color: #fff;
  position: relative;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
}
main .iiinerwerwer .ihnheuiworewr .col-lg-4:nth-of-type(2n) .uihedjrherw button i {
  opacity: 0;
  position: absolute;
  color: #288852;
  transition: 0.3s ease-in-out;
}
main .iiinerwerwer .ihnheuiworewr .col-lg-4:nth-of-type(2n) .uihedjrherw button:after {
  position: absolute;
  content: "";
  width: 90%;
  height: 3px;
  border-radius: 50px;
  background: #288852;
  left: 0;
  bottom: 0;
  transition: 0.3s ease-in-out;
}
main .iiinerwerwer .ihnheuiworewr .col-lg-4:nth-of-type(2n) .uihedjrherw button:hover:after {
  transition: 0.3s ease-in-out;
}
main .iiinerwerwer .ihnheuiworewr .col-lg-4:nth-of-type(2n) .uihedjrherw button:hover i {
  position: relative;
  opacity: 1;
  transition: 0.3s ease-in-out;
}
main .iiinerwerwer .ihnheuiworewr .col-lg-4:last-child .uihedjrherw {
  background: url("../images/133697 (1) (1).webp") no-repeat;
  background-position: center;
  background-size: cover;
}
main .iiinerwerwer .ihnheuiworewr .col-lg-4:last-child .uihedjrherw .cvtrergrtert {
  color: #df7a0f;
}
main .iiinerwerwer .ihnheuiworewr .col-lg-4:last-child .uihedjrherw button {
  background: transparent !important;
  border: none;
  padding-left: 0;
  letter-spacing: 0;
  color: #fff;
  position: relative;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
}
main .iiinerwerwer .ihnheuiworewr .col-lg-4:last-child .uihedjrherw button i {
  opacity: 0;
  position: absolute;
  color: #df7a0f;
  transition: 0.3s ease-in-out;
}
main .iiinerwerwer .ihnheuiworewr .col-lg-4:last-child .uihedjrherw button:after {
  position: absolute;
  content: "";
  width: 90%;
  height: 3px;
  border-radius: 50px;
  background: #df7a0f;
  left: 0;
  bottom: 0;
  transition: 0.3s ease-in-out;
}
main .iiinerwerwer .ihnheuiworewr .col-lg-4:last-child .uihedjrherw button:hover:after {
  transition: 0.3s ease-in-out;
}
main .iiinerwerwer .ihnheuiworewr .col-lg-4:last-child .uihedjrherw button:hover i {
  position: relative;
  opacity: 1;
  transition: 0.3s ease-in-out;
}
main .iiinerwerwer .ihnheuiworewr .uhndieitrt_ovrlay {
  background: rgba(15, 46, 82, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main .idjejrewrhewrewr {
  background: #F8FAFC;
  /* WE BEST CON */
  /* ABOUT SECTION */
  /* GROWTH SERVICES SECTION */
  /* PROJECT SECTION */
  /* CREATIVITY SECTION */
  /* REVIEWS SECTION */
}
main .idjejrewrhewrewr .best-services h4 {
  font-weight: 800 !important;
}

main .idjejrewrhewrewr .fdgwegrge {
  font-size: 3rem;
  font-weight: 600;
}
main .idjejrewrhewrewr .fdgwegrge span {
  color: var(--main-highlighted-blue-color) !important;
}
main .idjejrewrhewrewr .banner-con .vector-img1 {
  top: 0;
  left: 0;
  animation: move 4s ease infinite;
  animation-duration: 8s;
}
main .idjejrewrhewrewr .banner-con {
  padding-top: 106px;
}
main .idjejrewrhewrewr .banner-con h1 {
  color: var(--black--color);
  margin-bottom: 17px;
}
main .idjejrewrhewrewr span.blue-text {
  color: var(--primary--color);
}
main .idjejrewrhewrewr .banner-con .vector-img2 {
  top: 0;
  right: -39%;
}
main .idjejrewrhewrewr .banner-con .banner-wrap1 {
  padding-top: 85px;
  z-index: 1;
}
main .idjejrewrhewrewr .banner-con p {
  color: var(--text-color);
  padding-right: 52px;
  padding-left: 6px;
  line-height: 27px;
  margin-bottom: 28px;
}
main .idjejrewrhewrewr .banner-con .banner-wrap1 .navy-btn {
  margin-left: 18px;
}
main .idjejrewrhewrewr .we-best-con .vector-img3 {
  right: 0;
  top: 100px;
  animation: move 4s ease infinite;
  animation-duration: 8s;
}
main .idjejrewrhewrewr .main-box h2 {
  margin-bottom: 40px;
  text-transform: uppercase;
}
main .idjejrewrhewrewr .we-best-con .best-inner-con {
  background-color: var(--secondary--color);
  box-shadow: 0 10px 23px 0 rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  margin: 0;
  padding: 70px 55px 58px;
}
main .idjejrewrhewrewr .main-box h4 {
  color: var(--navy-blue);
  text-transform: uppercase;
  /*margin-bottom: 18px;*/
}
main .idjejrewrhewrewr .we-best-con .best-feature {
  padding: 0 47px;
}
main .idjejrewrhewrewr .we-best-con .best-feature figure {
  background-color: var(--light-blue);
  border-radius: 100px;
  padding: 9px 0;
  margin-bottom: 17px;
}
main .idjejrewrhewrewr .we-best-con .best-feature.blue-box {
  background-color: var(--primary--color);
  height: 400px;
  position: absolute;
  border-radius: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 350px;
  padding: 78px 39px 51px;
}
main .idjejrewrhewrewr .we-best-con .best-feature.blue-box h4,
main .idjejrewrhewrewr .we-best-con .best-feature.blue-box p {
  color: var(--secondary--color);
}
main .idjejrewrhewrewr .we-best-con .best-feature.blue-box h4 {
  margin-bottom: 20px;
}
main .idjejrewrhewrewr .we-best-con .best-feature.blue-box figure {
  margin-bottom: 36px;
}
main .idjejrewrhewrewr .main-box h3 {
  text-transform: uppercase;
}
main .idjejrewrhewrewr .about-silver-con img {
  left: -50%;
  top: 26px;
}
main .idjejrewrhewrewr .about-silver-con h2 {
  margin-bottom: 24px;
}
main .idjejrewrhewrewr .about-silver-con .vm-inner1.var {
  width: 52%;
  margin-right: 10px;
}
main .idjejrewrhewrewr .about-silver-con p {
  line-height: 28px;
}
main .idjejrewrhewrewr .about-silver-con .vm-inner1 h3 {
  margin-bottom: 10px;
}
main .idjejrewrhewrewr .about-silver-con ul li img {
  position: absolute;
  left: 0;
  top: 8px;
}
main .idjejrewrhewrewr .about-silver-con ul li {
  font-size: 14px;
  line-height: 36px;
  padding-left: 35px;
}
main .idjejrewrhewrewr .about-silver-con ul {
  margin-bottom: 18px;
}
main .idjejrewrhewrewr .about-silver-con img.vector-img4 {
  top: 0;
  right: 0;
  left: unset;
  animation: move 4s ease infinite;
  animation-duration: 8s;
}
main .idjejrewrhewrewr .growth-services-con .curve1 {
  top: 0;
  left: 0;
  animation: move 4s ease infinite;
  animation-duration: 8s;
}
main .idjejrewrhewrewr .growth-services-con .vector-img1 {
  bottom: -60px;
  left: 0;
  animation: move 4s ease infinite;
  animation-duration: 8s;
}
main .idjejrewrhewrewr .growth-services-con .best-services {
  /*background-color: #fff;*/
  /*box-shadow: 0 10px 23px 0 rgba(0, 0, 0, 0.08);*/
  border-radius: 10px;
  width: 100%;
  height: 375px;
  padding: 4px 33px 40px 23px;
  overflow: hidden;
}
.ojmmier_right .row .col-lg-6:first-child{
    border-right: 2px dashed #ccc;
}
.khineuwrwrewrq{
    border-bottom: 2px dashed #ccc;
}
.ojmmier_left ul li{
    list-style: none;
    margin-bottom: 10px;
    display: flex;
    align-items: baseline;
}
.ojmmier_left ul li i{
    color: var(--main-highlighted-blue-color) !important;
}
main .idjejrewrhewrewr .growth-services-con .best-services:hover {
  background: var(--primary--color);
  color: #fff;
}
main .idjejrewrhewrewr .growth-services-con .best-services figure {
  background-color: var(--light-blue);
  border-radius: 100px;
  padding: 13px;
  margin-bottom: 12px;
  display: inline-block;
  width: 79px;
  text-align: center;
  height: 79px;
}
main .idjejrewrhewrewr .growth-services-con .best-services h4,
main .idjejrewrhewrewr .growth-services-con .best-services p {
  padding-left: 13px;
}
main .idjejrewrhewrewr .growth-services-con .position-var {
  align-self: flex-end;
}
main .idjejrewrhewrewr .growth-services-con .row {
  min-height: 585px;
}
main .idjejrewrhewrewr .growth-services-con .arrow-down {
  top: 45%;
}
main .idjejrewrhewrewr .growth-services-con .arrow-up {
  bottom: 20%;
}
main .idjejrewrhewrewr .growth-services-con .best-services:hover {
  transition: all 0.3s ease-in-out;
}
main .idjejrewrhewrewr .growth-services-con .best-services:hover h4 {
  color: var(--secondary--color);
}
main .idjejrewrhewrewr .growth-services-con .best-services:hover p {
  color: var(--secondary--color);
}
main .idjejrewrhewrewr .growth-services-con .best-services:hover figure {
  background-color: #fff;
  transform: translateY(5px);
  transition: ease-in-out 0.6s;
}
main .idjejrewrhewrewr .growth-services-con .icon-vector {
  bottom: -53px;
  right: -31px;
}
main .idjejrewrhewrewr .growth-services-con .smart-objct1 {
  bottom: 115px;
  left: -10rem;
  animation: move 4s ease infinite;
  animation-duration: 8s;
  filter: brightness(0);
}
main .idjejrewrhewrewr .growth-services-con .smart-objct2 {
  top: 20rem;
  right: -8rem;
  animation: move1 6s infinite;
  filter: brightness(0.85);
}
main .idjejrewrhewrewr .growth-services-con .smart-objct3 {
  top: -2rem;
  right: 5rem;
  animation: move 4s ease infinite;
  animation-duration: 8s;
  filter: brightness(0);
}
main .idjejrewrhewrewr .growth-services-con h2 {
  position: relative;
  z-index: 1;
}
main .idjejrewrhewrewr .projects-con .project-carousel .project-box span.item-span {
  font-size: 30px;
  color: var(--primary--color);
  line-height: 44px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  position: relative;
}
main .idjejrewrhewrewr .projects-con .project-carousel .project-box span.item-span::before {
  content: "";
  position: absolute;
  width: 119px;
  height: 9px;
  background-image: url("../images/line.png");
  left: 45px;
  top: 19px;
}
main .idjejrewrhewrewr .projects-con h3 {
  margin-bottom: 20px;
}
main .idjejrewrhewrewr .projects-con .project-carousel .item {
  margin: 0;
  padding: 70px 43px;
  border: 1px solid #e8e8e8;
  border-bottom: none;
  border-left: none;
}
main .idjejrewrhewrewr .projects-con .project-carousel .project-box {
  position: relative;
}
main .idjejrewrhewrewr .projects-con .project-carousel .project-box .prj-img {
  margin-bottom: 24px;
}
main .idjejrewrhewrewr .projects-con .project-carousel .project-box a.explore-link {
  color: var(--primary--color);
  font-size: 16px;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
}
main .idjejrewrhewrewr .projects-con .project-carousel .project-box a.explore-link::before {
  content: "";
  position: absolute;
  width: 119px;
  height: 9px;
  background-image: url("../images/line.png");
  left: 134px;
  top: 7px;
  cursor: auto;
}
main .idjejrewrhewrewr .projects-con .project-carousel .project-box p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 27px;
}
main .idjejrewrhewrewr .projects-con .project-carousel .project-box a.explore-link:hover {
  color: var(--navy-blue);
}
main .idjejrewrhewrewr .projects-con .project-carousel .project-box .arrow a {
  display: inline;
  width: 73px;
  height: 73px;
  line-height: 73px;
  text-align: center;
  border-radius: 100px;
  border: 2px solid var(--primary--color);
  float: right;
  transition: all 0.3s ease-in-out;
  background-color: var(--secondary--color);
}
main .idjejrewrhewrewr .projects-con .project-carousel .project-box .arrow {
  right: 44px;
  position: absolute;
  bottom: 6px;
}
main .idjejrewrhewrewr .projects-con .project-carousel .project-box .arrow i {
  color: var(--primary--color);
  width: 12px;
  height: 22px;
  font-size: 21px;
}
main .idjejrewrhewrewr .projects-con .project-carousel .project-box .arrow a:hover {
  background-color: var(--navy-blue);
  border: 2px solid var(--navy-blue);
}
main .idjejrewrhewrewr .projects-con .project-carousel .project-box .arrow a:hover i {
  color: var(--secondary--color);
}
main .idjejrewrhewrewr .creativity-con h2 {
  margin-bottom: 19px;
}
main .idjejrewrhewrewr .creativity-con .creative-inner-wrapper {
  padding: 80px 0 76px;
}
main .idjejrewrhewrewr .creativity-con .creative-img {
  right: -54%;
  top: 23px;
}
main .idjejrewrhewrewr .creativity-con .creative-inner-wrapper p {
  margin-bottom: 33px;
}
main .idjejrewrhewrewr .creativity-con .progress-bar {
  background-color: var(--primary--color);
  border-radius: 20px;
  height: 24px;
  position: absolute;
  width: 0;
  top: 0;
  left: 0;
  animation: progress 1.5s ease-in-out forwards;
}
main .idjejrewrhewrewr .creativity-con .progress-bar .title {
  opacity: 0;
  animation: show 0.35s forwards ease-in-out 0.5s;
  position: absolute;
  right: 15px;
}
main .idjejrewrhewrewr .creativity-con .progress {
  background-color: var(--secondary--color);
  border-radius: 20px;
  height: 24px;
  font-size: 14px;
  position: relative;
  font-weight: bold;
  margin-bottom: 24px;
}
main .idjejrewrhewrewr .creativity-con .creative-inner-wrapper span.blue-text.campaign {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 8px;
}
main .idjejrewrhewrewr .creativity-con .vector-icon1 {
  left: 98px;
  top: 50%;
  animation: move1 6s infinite;
}
main .idjejrewrhewrewr .creativity-con .vector-icon2 {
  top: 77px;
  left: 50%;
  animation: move 4s ease infinite;
  animation-duration: 8s;
}
main .idjejrewrhewrewr .reviews-con {
  padding: 155px 0;
}
main .idjejrewrhewrewr .reviews-con h2 {
  margin-bottom: 42px;
}
main .idjejrewrhewrewr .reviews-con .review-inner-con {
  background-image: url("../images/reviews-bg.png");
  height: 540px;
  width: 890px;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
  position: relative;
  background-size: cover;
}
main .idjejrewrhewrewr .reviews-con img.reviews-line-obj {
  right: 0;
  top: 274px;
}
main .idjejrewrhewrewr .reviews-con .review-inner-con .item {
  padding: 92px 90px 106px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
main .idjejrewrhewrewr .reviews-con .review-carousel .item .review-person {
  background-color: var(--secondary--color);
  border: 4px solid var(--primary--color);
  height: 127px;
  width: 127px;
  border-radius: 100px;
  margin: 0 auto 8px;
  overflow: hidden;
}
main .idjejrewrhewrewr .reviews-con .review-carousel .item .review-person img {
  bottom: -22px;
}
main .idjejrewrhewrewr .reviews-con .review-carousel .item i {
  color: var(--primary--color);
  background-color: var(--secondary--color);
  border: 2px solid var(--primary--color);
  height: 38px;
  width: 38px;
  border-radius: 100px;
  line-height: 33px;
  position: absolute;
  top: 14px;
  left: 281px;
}
main .idjejrewrhewrewr .reviews-con .review-carousel .item span.reviewer-name {
  color: var(--navy-blue);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
main .idjejrewrhewrewr .reviews-con h4 {
  color: var(--secondary--color);
  text-transform: unset;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  margin-bottom: 15px;
}
main .idjejrewrhewrewr .reviews-con p {
  color: var(--secondary--color);
  line-height: 26px;
  padding: 0 52px;
}
main .idjejrewrhewrewr .reviews-con .vector-img4 {
  bottom: 215px;
  right: 0;
  animation: move 4s ease infinite;
  animation-duration: 8s;
}
main .idjejrewrhewrewr .reviews-con .review-objct1 {
  left: 212px;
  top: 134px;
  animation: move 4s ease infinite;
  animation-duration: 8s;
}
main .idjejrewrhewrewr .reviews-con .review-objct2 {
  left: 215px;
  top: 456px;
  animation: move1 6s infinite;
}
main .idjejrewrhewrewr .reviews-con .review-objct3 {
  right: 305px;
  bottom: 342px;
  animation: move1 6s infinite;
}
main .idjejrewrhewrewr .reviews-con .owl-dots button span {
  background-color: var(--navy-blue);
  width: 14px;
  height: 14px;
  border-radius: 100px;
  display: block;
  margin-right: 13px;
}
main .idjejrewrhewrewr .reviews-con .owl-dots button.active span {
  background-color: var(--primary--color) !important;
  color: var(--primary--color);
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
main .idjejrewrhewrewr .bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
main .idjejrewrhewrewr .bounceOut {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
main .idjejrewrhewrewr .bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
main .idjejrewrhewrewr .bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes move {
  50% {
    transform: translateY(-15px);
  }
}
@keyframes move1 {
  0% {
    transform: translatex(0);
  }
  50% {
    transform: translatex(-40px);
  }
}
@keyframes progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
main .h-section-2 .uiherrrr_left .ijerrrr {
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
main .h-section-2 .uiherrrr_left .ijerrrr img {
  width: 100%;
  height: 15rem;
  max-width: 100%;
  max-height: initial;
}
main .h-section-2 .uiherrrr_left .uiherrrr_ctgy_circle {
  width: 11rem;
  height: 11rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: shadowpulse 3s infinite linear;
}
@keyframes shadowpulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
  }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
main .h-section-2 .uiherrrr_left .uiherrrr_ctgy_circle .uygerbiudrrr {
  padding-top: 3rem;
}
main .h-section-2 .uiherrrr_left .uiherrrr_ctgy_circle span {
  font-weight: 600;
  color: var(--main-highlighted-blue-color);
  font-size: 3.5rem;
  font-family: var(--font-family-league-spartan);
}
main .h-section-2 .uiherrrr_left .uiherrrr_ctgy_circle p {
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  font-size: 15px;
}
main .h-section-2 .uiherrrr_right h3 {
  font-family: var(--font-family-jim-nightshade);
  color: var(--main-blue-color);
  font-size: 2.5rem;
}
main .h-section-2 .uiherrrr_right h2 {
  font-size: var(--h2-custom-font-size);
  font-weight: 600;
}
main .h-section-2 .uiherrrr_right p {
  font-weight: 600;
  letter-spacing: 0.5px;
}
main .h-section-2 .uiherrrr_right .iuherrr_wrapper .uierr_circle {
  width: 3rem;
  height: 3rem;
  padding: 26px;
  border-radius: 50%;
  background: var(--main-highlighted-blue-color);
}
main .h-section-2 .uiherrrr_right .iuherrr_wrapper .uierr_circle i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 26px;
  color: #fff;
}
main .h-section-2 .uiherrrr_right .iuherrr_wrapper .uguyerrr_content h4 {
  font-weight: 600;
  letter-spacing: 1px;
}
main .h-section-2 .uiherrrr_right .iuherrr_wrapper .uguyerrr_content p {
  font-weight: 400;
}
main .h-section-3 .uiherrrr_left .ijerrrr {
  border-radius: 8px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
main .h-section-3 .uiherrrr_left .ijerrrr img {
  width: 100%;
  height: 15rem;
  max-width: 100%;
  max-height: initial;
}
main .h-section-3 .uiherrrr_left .uiherrrr_ctgy_circle {
  width: 11rem;
  height: 11rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main .h-section-3 .uiherrrr_left .uiherrrr_ctgy_circle .uygerbiudrrr {
  padding-top: 3rem;
}
main .h-section-3 .uiherrrr_left .uiherrrr_ctgy_circle span {
  font-weight: 600;
  color: var(--main-blue-color);
  font-size: 3.5rem;
  font-family: var(--font-family-league-spartan);
}
main .h-section-3 .uiherrrr_left .uiherrrr_ctgy_circle p {
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  font-size: 15px;
}
main .h-section-3 .uiherrrr_right h3 {
  font-family: var(--font-family-jim-nightshade);
  color: var(--main-blue-color);
  font-size: 2.5rem;
}
main .h-section-3 .uiherrrr_right h2 {
  font-size: var(--h2-main-normal-font-size);
}
main .h-section-3 .uiherrrr_right p {
  font-weight: 600;
  letter-spacing: 0.5px;
}
main .h-section-3 .uiherrrr_right .iuherrr_wrapper .uierr_circle {
  width: 3rem;
  height: 3rem;
  padding: 26px;
  border-radius: 50%;
  background: var(--main-blue-color);
}
main .h-section-3 .uiherrrr_right .iuherrr_wrapper .uierr_circle i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 26px;
  color: #fff;
}
main .h-section-3 .uiherrrr_right .iuherrr_wrapper .uguyerrr_content h4 {
  font-weight: 600;
  letter-spacing: 1px;
}
main .h-section-3 .uiherrrr_right .iuherrr_wrapper .uguyerrr_content p {
  font-weight: 400;
}
main .h-section-4 {
  background: var(--main-blue-color);
}
main .h-section-4:before {
  border-left: 38px solid transparent;
  border-right: 38px solid transparent;
  border-top: 35px solid rgb(255, 255, 255);
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
main .h-section-4 .iherrr_inner .dieugrer span {
  color: var(--main-blue-color);
  font-size: 3.6rem;
  position: absolute;
  top: 44%;
  left: 50%;
  font-family: var(--font-family-jim-nightshade);
  transform: translate(-50%, -50%);
}
main .h-section-4 .iherrr_inner .dieugrer h4 {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
}
main .h-section-5 h2 {
  color: var(--main-red-color);
  font-weight: 600;
  font-size: var(--h2-main-normal-font-size);
}
main .h-section-5 .uihuhweee-image {
  height: 30rem;
}
main .h-section-5 .uihuhweee-image img {
  max-width: 100%;
}
main .h-section-5 h3 {
  color: var(--main-red-color);
  font-weight: 600;
  letter-spacing: 1px;
}
main .h-section-5 p {
  font-size: var(--p-default-font-size);
}
main .h-section-6 .uguygerrrr__der h3 {
  font-family: var(--font-family-jim-nightshade);
  color: var(--main-blue-color);
  font-size: 2.5rem;
}
main .h-section-6 .uguygerrrr__der h2 {
  font-size: var(--h2-custom-font-size);
  font-weight: 600;
}
main .h-section-6 .uguygerrrr__der h2 span {
  color: var(--main-highlighted-blue-color);
}
main .h-section-6 .uguygerrrr__der p {
  font-weight: 600;
  letter-spacing: 0.5px;
}
main .h-section-6 .fsdfrgghyiuop_xcdfdf {
  /*On hover*/
}
main .h-section-6 .fsdfrgghyiuop_xcdfdf .shape-box {
  display: inline-block;
  position: relative;
  z-index: 1;
  height: 430px;
  margin: 30px 10px 30px;
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.12);
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
}
main .h-section-6 .fsdfrgghyiuop_xcdfdf .shape-box_half {
  overflow: hidden;
  text-align: left;
}
main .h-section-6 .fsdfrgghyiuop_xcdfdf .shape-box_half:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: skewY(53.5deg);
  transform-origin: top left;
  transition: transform 0.4s;
  background: #fff;
  z-index: 1;
}
main .h-section-6 .fsdfrgghyiuop_xcdfdf .shape-box > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
main .h-section-6 .fsdfrgghyiuop_xcdfdf .bg-black {
  background-color: #000;
}
main .h-section-6 .fsdfrgghyiuop_xcdfdf .shape-box_half figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 30px 30px;
  transition: transform 0.4s;
  transform: translateY(100%);
  z-index: 3;
}
main .h-section-6 .fsdfrgghyiuop_xcdfdf .shape-box_half figcaption a {
  color: #fff !important;
}
main .h-section-6 .fsdfrgghyiuop_xcdfdf .shape-box_half figcaption a:hover {
  background: var(--main-highlighted-blue-color) !important;
  border-color: var(--main-highlighted-blue-color);
}
main .h-section-6 .fsdfrgghyiuop_xcdfdf .shape-box_half figcaption .show-cont {
  position: absolute;
  bottom: calc(100% + 30px);
  left: 30px;
  right: 30px;
  transition: bottom 0.4s;
}
main .h-section-6 .fsdfrgghyiuop_xcdfdf .card-no {
  font-size: 36px;
  color: #ffc107;
  padding: 0;
  margin: 10px 0;
}
main .h-section-6 .fsdfrgghyiuop_xcdfdf .card-main-title {
  margin-top: 8px;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  color: #292b2c;
}
main .h-section-6 .fsdfrgghyiuop_xcdfdf .card-content {
  color: #000;
  margin-top: 20px;
  line-height: 22px;
}
main .h-section-6 .fsdfrgghyiuop_xcdfdf .read-more-btn {
  border: 2px solid #db3236;
  font-size: 14px;
  cursor: pointer;
  padding: 10px 20px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
  position: relative;
  transition: all 0.3s;
  background: #db3236;
  color: #fff;
  border-radius: 2px;
  margin-top: 25px;
  text-decoration: none;
}
main .h-section-6 .fsdfrgghyiuop_xcdfdf .read-more-btn:hover {
  background: transparent;
  color: #db3236;
}
main .h-section-6 .fsdfrgghyiuop_xcdfdf .shape-box_half > .after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FEBC07;
  opacity: 0;
  transition: opacity 0.4s;
}
main .h-section-6 .fsdfrgghyiuop_xcdfdf .shape-box_half:hover:before {
  transform: skewY(20deg);
}
main .h-section-6 .fsdfrgghyiuop_xcdfdf .shape-box_half:hover figcaption {
  transform: translateY(0);
}
main .h-section-6 .fsdfrgghyiuop_xcdfdf .shape-box_half:hover figcaption .show-cont {
  bottom: 100%;
}
main .h-section-6 .fsdfrgghyiuop_xcdfdf .shape-box_half:hover > .after {
  opacity: 1;
}
main .h-section-7 .ouihjewrr_left .oheirtyry h3 {
  font-family: var(--font-family-jim-nightshade);
  color: var(--main-blue-color);
  font-size: 2.5rem;
}
main .h-section-7 .ouihjewrr_left .oheirtyry h2 {
  font-size: var(--h2-main-normal-font-size);
}
main .h-section-7 .ouihjewrr_left .oheirtyry p {
  font-weight: 600;
  letter-spacing: 0.5px;
}
main .h-section-7 .ouihjewrr_left .uiegrrr_wrapper .ioibdftg_wrapper {
  border-bottom: 1px solid #C2C2C2;
}
main .h-section-7 .ouihjewrr_left .uiegrrr_wrapper .ioibdftg_wrapper .iguygerrr_circle {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  padding: 1.6rem;
  background-color: var(--main-blue-color);
}
main .h-section-7 .ouihjewrr_left .uiegrrr_wrapper .ioibdftg_wrapper .iguygerrr_circle span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.5rem;
  font-family: var(--font-family-jim-nightshade);
  color: #fff;
}
main .h-section-7 .ouihjewrr_left .uiegrrr_wrapper .ioibdftg_wrapper .uigherrr_content h4 {
  font-weight: 600;
  letter-spacing: 1px;
}
main .h-section-7 .ouihjewrr_left .uiegrrr_wrapper .ioibdftg_wrapper .iuherrr span {
  color: var(--main-red-color);
  font-weight: 600;
  font-size: 2.5rem;
  font-family: var(--font-family-league-spartan);
}
main .h-section-7 .ouihjewrr_left .uiegrrr_wrapper .ioibdftg_wrapper .iuherrr h5 {
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--light-black-text-color);
}
main .h-section-7 .ouihjewrr_right img {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
main .h-section-8 {
  background: var(--main-blue-color);
}
main .h-section-8 h2 {
  color: #fff;
  font-size: 3.5rem;
}
main .h-section-8:before {
  position: absolute;
  content: "";
  border-right: 6.5rem solid transparent;
  border-top: 6.5em solid #1e8fa3;
  border-left: 6.5rem solid transparent;
  border-bottom: 6.5rem solid transparent;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(270deg);
}
main .h-section-8:after {
  position: absolute;
  content: "";
  border-right: 6.5rem solid transparent;
  border-top: 6.5rem solid #1e8fa3;
  border-left: 6.5rem solid transparent;
  border-bottom: 6.5rem solid transparent;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}
main :root {
  --font-size-title: 32px;
  --line-height-title: 1.4;
  --font-size-caption: 14px;
  --line-height-caption: 1.2;
  --color-text: #222022;
  --color-highlight-primary: #FFEF7E;
  --color-highlight-secondary: #B7F9E9;
  --border-radius-primary: 32px;
}
main .h-section-9 .ytftgydthii {
  /*profileImage*/
  /*ProfileCard Info*/
  /*active states*/
}
main .h-section-9 .ytftgydthii .profileCard {
  height: 374px;
  width: 100%;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
main .h-section-9 .ytftgydthii .profileCard .profileImage {
  position: absolute;
  max-height: 100%;
  transform: translate(0, 0);
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease-in-out 0.5s;
}
main .h-section-9 .ytftgydthii .profileCard .profileImage::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: linear-gradient(to top, rgba(33, 33, 33, 0.6) 10%, rgba(255, 255, 255, 0));
  z-index: 1;
  transition: all ease-in-out 0.5s;
}
main .h-section-9 .ytftgydthii .profileCard .profileImage img {
  max-width: 100%;
  transition: all ease 0.5s;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
main .h-section-9 .ytftgydthii .profileCard .profileImage .info {
  position: absolute;
  bottom: 40px;
  left: 1rem;
  font-size: 1.8rem;
  color: #fff;
  font-family: var(--font-family-league-spartan);
  font-weight: 600;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
main .h-section-9 .ytftgydthii .profileCard .profileImage .info .viewMore {
  display: flex;
  justify-content: center;
  align-items: center;
}
main .h-section-9 .ytftgydthii .profileCard .profileImage .info .viewMore button {
  margin-left: 1rem;
  position: relative;
  border-radius: 500px;
  height: 2rem;
  width: 2rem;
  background-color: rgba(33, 33, 33, 0.8);
  color: #f1f1f1;
  border: none;
  outline: 0;
  animation: shadowpulse 3s infinite linear;
}
main .h-section-9 .ytftgydthii .profileCard .profileImage .info .viewMore button i.fa {
  transition: all ease-in-out 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main .h-section-9 .ytftgydthii .profileCard .profileImage .info .viewMore button:hover {
  cursor: pointer;
  background: var(--main-highlighted-blue-color) !important;
}
main .h-section-9 .ytftgydthii .profileCard .profileImage .info .viewMore button:hover i.fa {
  margin-left: 0.4rem;
}
main .h-section-9 .ytftgydthii .profileCard .profileImage .info .designation {
  font-size: 1.2rem;
  font-family: var(--font-family-league-spartan);
  color: #fff;
  margin-top: 0.8rem;
  font-weight: 500;
}
main .h-section-9 .ytftgydthii .profileCard .profileInfo {
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: column;
  padding: 1rem 1.2rem;
  transform: translateY(150%);
  transition: all ease-in-out 0.5s;
  font-family: var(--font-family-league-spartan);
}
main .h-section-9 .ytftgydthii .profileCard .profileInfo .name {
  font-size: 1.6rem;
  font-weight: 600;
  font-family: var(--font-family-league-spartan);
}
main .h-section-9 .ytftgydthii .profileCard .profileInfo .designation {
  font-size: 1rem;
  margin: 10px 0;
}
main .h-section-9 .ytftgydthii .profileCard .profileInfo .description {
  font-size: 1.2rem;
  margin: 10px 0;
  line-height: 1;
}
main .h-section-9 .ytftgydthii .profileCard .profileInfo hr {
  width: 100%;
  margin: 0.2rem auto;
}
main .h-section-9 .ytftgydthii .profileCard .profileInfo .follow {
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 1.2rem;
  color: #212121;
  margin-bottom: 0.2rem;
}
main .h-section-9 .ytftgydthii .profileCard .profileInfo .backBtn {
  padding: 0.5rem 2rem;
  background-color: var(--main-blue-color);
  border: none;
  border-radius: 4px;
  color: #f1f1f1;
  font-family: var(--font-family-league-spartan);
  outline: 0;
  font-size: 1rem;
}
main .h-section-9 .ytftgydthii .profileCard .profileInfo .backBtn:hover {
  cursor: pointer;
  background-color: var(--main-blue-color) !important;
}
main .h-section-9 .ytftgydthii .profileCard:hover .profileImage::after {
  background-color: rgba(241, 241, 241, 0.1);
}
main .h-section-9 .ytftgydthii .profileCard.active .profileImage {
  transform: translate(-32%, -37%) scale(0.2);
}
main .h-section-9 .ytftgydthii .profileCard.active .profileImage::after,
main .h-section-9 .ytftgydthii .profileCard.active .profileImage .info {
  visibility: hidden;
  font-family: var(--font-family-league-spartan);
}
main .h-section-9 .ytftgydthii .profileCard.active .profileInfo {
  margin-top: 5rem;
  transform: translateY(0);
}
main .h-section-9 .iherrrr h2 {
  font-size: var(--h2-main-normal-font-size);
  font-weight: 600;
  letter-spacing: 1px;
}
main .h-section-9 .iherrrr h2 span {
  color: var(--main-highlighted-blue-color);
}
main .h-section-9 .iherrrr p {
  font-weight: 600;
  font-size: 1.2rem;
  letter-spacing: 1px;
  line-height: 2.2rem;
}
main .h-section-9 .uygerruierr .uihieurr_inner {
  box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
  border-radius: 8px;
  transition: 0.3s ease-in-out;
}
main .h-section-9 .uygerruierr .uihieurr_inner .uygerrr-ctgy-sp {
  width: 10rem;
  height: 4rem;
  background: var(--main-blue-color);
  right: -3.5rem;
  top: -3.5rem;
  transform: rotate(45deg);
  transition: 0.2s ease-in-out;
}
main .h-section-9 .uygerruierr .uihieurr_inner h3 {
  font-weight: 600;
  font-family: var(--font-family-league-spartan);
  position: relative;
  letter-spacing: 1px;
}
main .h-section-9 .uygerruierr .uihieurr_inner h3:after {
  position: absolute;
  content: "";
  width: 30%;
  height: 3px;
  border-radius: 10px;
  background: var(--main-blue-color);
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.3rem;
  transition: 0.3s ease-in-out;
}
main .h-section-9 .uygerruierr .uihieurr_inner p {
  letter-spacing: 0.5px;
  font-weight: 600;
  font-style: italic;
}
main .h-section-9 .uygerruierr .uihieurr_inner:hover h3:after {
  width: 100%;
  transition: 0.3s ease-in-out;
}
main .h-section-9 .uygerruierr .uihieurr_inner:hover {
  background: var(--main-blue-color);
  transition: 0.3s ease-in-out;
  color: #fff;
}
main .h-section-9 .uygerruierr .uihieurr_inner:hover .uygerrr-ctgy-sp {
  right: -3rem;
  top: -3rem;
  transition: 0.2s ease-in-out;
}
main .h-section-9 .uygerruierr .uihieurr_inner:hover p {
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 400;
}

/*home page middle end*/
/*arian start*/
/*  start Register css by arian*/
/*  start Register css by arian*/
/*  start Register css by arian*/
.mainmm {
  width: 100%;
  background: linear-gradient(180deg, rgba(194, 246, 255, 0.51) 0%, rgba(9, 114, 133, 0) 100%);
}

.khfgfgfd {
  padding: 25px;
  margin: auto;
  position: relative;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.jfhd {
  width: 80px;
  height: 5px;
  background: #097285;
  border-top-right-radius: 25px;
  margin-top: 0 !important;
  border-bottom-right-radius: 25px;
}

.gfgdfg h2 {
  font-weight: bold;
}

.jgfgfd44 {
  margin-top: 10px;
}

.lmlm {
  font-weight: bold;
  margin-bottom: 7px;
}

.lkghjjgfh {
  margin-bottom: 15px;
}

.mk {
  margin-left: 20px;
}

.jk {
  font-weight: bold;
}

.btn10 {
  width: 100%;
  height: 40px;
  background-color: #097285;
  color: white;
  border: none;
  font-weight: 500;
  font-size: 18px;
}

.kjgvhfg {
  text-align: center;
  margin-top: -8px;
  margin-bottom: -5px;
}
.kjgvhfg h6 {
  font-weight: bold;
  color: #097285;
}

.btn11 {
  width: 100%;
  height: 40px;
  color: white;
  border: none;
  font-weight: 500;
  font-size: 18px;
  background-color: #3A559F;
}
.btn11 a {
  color: white;
  padding-left: 10px;
}

.btn12 {
  width: 100%;
  height: 40px;
  background-color: #03A9F4;
  color: white;
  border: none;
  font-weight: 500;
  font-size: 18px;
}
.btn12 a {
  color: white;
  padding-left: 10px;
}

.sdcrcsdfdzf{
      display: flex;
  }
  
  .hjdniewhr_left, .hjdniewhr_right{
      width: 50%;
  }
  
  .bg-white{
      background: #fff !important;
  }
  
  .hjdniewhr_right{
      padding: 5rem;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
  }
  
  .hjdniewhr_right img{
      width: 15rem;
  }
  
  .iduekhjriewhirewr .form-label{
      font-family: var(--font-family-lato);
      font-weight: 600;
  }
  
  .d-flex{
      display: flex;
  }
  
  .align-items-center{
      align-items: center;
  }
  
  .khueirnekr .form-label{
      font-weight: 500;
  }
  
  .indiuhneirewnrewr{
      width: 3rem;
      height: 3rem;
      border-radius: 50%;
      background: #0866FF;
      position: relative;
  }
  
  .inhwerwer .btn-main{
      background: #059CD6 !important;
      border-color: #059CD6 !important;
  }
  
  .sdcrcsdfdzf form{
      height: 28rem;
      overflow-y: auto;
  }
  
  .indiuhneirewnrewr i{
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #fff;
  }
  
  .indiuhneirewnrewr:last-child{
      background: #E94235;
  }
  
  
.hjdniewhr_right .tab-container {
  display: flex;
  width: 100%;
}

.hjdniewhr_right .tabs {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: -9rem;
  top: 50%;
  transform: translateY(-50%);
}

.hjdniewhr_right .tab-link {
  padding: 1rem 2.3rem;
  cursor: pointer;
  border: none;
  background: #000;
  font-family: var(--font-family-lato);
  border-radius: 50px 0 0 50px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
}

.hjdniewhr_right .tab-link.active {
  background: #fff;
  color: #000;
}

.hjdniewhr_right .tab-content {
  width: 100%;
  padding: 20px;
  background-color: #fff;
}

.hjdniewhr_right .tab-item {
  display: none;
}

.hjdniewhr_right .tab-item.active {
  display: block;
}

/*  end Register css by arian*/
/*  end Register css by arian*/
/*  end Register css by arian*/
/* Start Login css by arian*/
/* Start Login css by arian*/
/* Start Login css by arian*/
.jfhd1 {
  width: 50px;
  height: 5px;
  background: #097285;
  border-top-right-radius: 25px;
  margin-top: 0 !important;
  border-bottom-right-radius: 25px;
}

.khfgfgfd1 {
  padding: 25px;
  margin: auto;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.gfhgf {
  margin-top: -12px !important;
  margin-bottom: 20px;
}
.gfhgf a {
  color: #097285;
  font-weight: bold;
}

/*custom saas application development start*/
.btn-cstm-ss {
  box-shadow: 0px 11px 12px #dbdbdb;
  padding: 0.8rem 1.8rem !important;
  font-size: 1.2rem !important;
  font-weight: 600 !important;
}

.uihhhgeyuger {
  background: #2842A1;
}
.uihhhgeyuger .inkjnuhheirihewr_circle_shape {
  width: 500px;
  height: 600px;
  border-radius: 50%;
  right: -10rem;
  top: -10rem;
  z-index: 9;
}
.uihhhgeyuger .ihdheihrer {
  color: #fff;
}
.uihhhgeyuger .ihdheihrer h1 {
  font-size: 3rem;
}
.uihhhgeyuger .ihdheihrer h1 span {
  position: relative;
}
.uihhhgeyuger .ihdheihrer h1 span svg {
  position: absolute;
  bottom: 0;
  width: 100%;
  animation: extend 3s;
}
@keyframes extend {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.uihhhgeyuger .ihdheihrer p {
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.8px;
}
.uihhhgeyuger .ihdheihrer img {
  position: relative;
  z-index: 99;
}

.ugnbugehrerer_wrapper {
  background: #292930;
}
.ugnbugehrerer_wrapper .uhnuihnier_circle {
  width: 60rem;
  height: 60rem;
  border-radius: 50%;
  border: 1px solid #949494;
  top: -160%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}
.ugnbugehrerer_wrapper h2 {
  color: #fff;
  text-align: center;
  font-size: 3rem;
}
.ugnbugehrerer_wrapper .inihniier_inner {
  border-radius: 20px;
  position: relative;
  z-index: 99;
}
.ugnbugehrerer_wrapper .inihniier_inner img {
  width: 20%;
}
.ugnbugehrerer_wrapper .col-lg-4:first-child .inihniier_inner {
  background-color: #fdc10f;
}
.ugnbugehrerer_wrapper .col-lg-4:nth-of-type(2n) .inihniier_inner {
  background-color: #FFADAD;
}
.ugnbugehrerer_wrapper .col-lg-4:last-child .inihniier_inner {
  background-color: #57c9da;
}

.iuhhuhewbruewr_wrapper {
  position: relative;
}
.iuhhuhewbruewr_wrapper h2 {
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
}
.iuhhuhewbruewr_wrapper .hiuherewr_inner {
  border: 1px solid #e7e7e7;
  border-radius: 25px;
}
.iuhhuhewbruewr_wrapper .hiuherewr_inner .hnuidhehrier {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
}
.iuhhuhewbruewr_wrapper .hiuherewr_inner h4 {
  font-weight: 600;
  text-transform: uppercase;
}
.iuhhuhewbruewr_wrapper .col-lg-6:first-child .hnuidhehrier {
  background: #FFFAD9;
}
.iuhhuhewbruewr_wrapper .col-lg-6:first-child .hnuidhehrier i {
  color: #fdc10f;
  line-height: 1.9;
}
.iuhhuhewbruewr_wrapper .col-lg-6:nth-of-type(2n) .hnuidhehrier {
  background: #FFE1E9;
}
.iuhhuhewbruewr_wrapper .col-lg-6:nth-of-type(2n) .hnuidhehrier i {
  color: #FD346E;
  line-height: 1.9;
}
.iuhhuhewbruewr_wrapper .col-lg-6:nth-of-type(3n) .hnuidhehrier {
  background: #DDFBF8;
}
.iuhhuhewbruewr_wrapper .col-lg-6:nth-of-type(3n) .hnuidhehrier i {
  color: #1EE2CF;
  line-height: 1.9;
}
.iuhhuhewbruewr_wrapper .col-lg-6:last-child .hnuidhehrier {
  background: #E3EEFA;
}
.iuhhuhewbruewr_wrapper .col-lg-6:last-child .hnuidhehrier i {
  color: #418fdf;
  line-height: 1.9;
}
.iuhhuhewbruewr_wrapper .kjnidjeirer {
  max-width: 100%;
  bottom: 0;
  left: -3rem;
}

.uihjuiehirwhewirewr {
  background: #edf9ff;
}
.uihjuiehirwhewirewr h2 {
  font-size: 3rem;
  font-weight: 600;
}
.uihjuiehirwhewirewr .iuhnkjeir_inner .uiuiherer_circle {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}
.uihjuiehirwhewirewr .iuhnkjeir_inner .uiuiherer_circle i {
  font-size: 1.4rem;
  line-height: 2.9;
  animation: changeposition 1s infinite linear;
}
@keyframes changeposition {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
.uihjuiehirwhewirewr .iuhnkjeir_inner h4 {
  font-size: 1.4rem;
  letter-spacing: 0.2px;
  font-weight: 600;
}
.uihjuiehirwhewirewr .inniewhroeriewr .col-lg-4:first-child .uiuiherer_circle i {
  color: #fdc10f;
}
.uihjuiehirwhewirewr .inniewhroeriewr .col-lg-4:nth-of-type(8n - 6) .uiuiherer_circle i {
  color: #963a10;
}
.uihjuiehirwhewirewr .inniewhroeriewr .col-lg-4:nth-of-type(8n - 5) .uiuiherer_circle i {
  color: #0f59e4;
}
.uihjuiehirwhewirewr .inniewhroeriewr .col-lg-4:nth-of-type(8n - 3) .uiuiherer_circle i {
  color: #fd0fdd;
}
.uihjuiehirwhewirewr .inniewhroeriewr .col-lg-4:nth-of-type(8n - 2) .uiuiherer_circle i {
  color: #0c8f42;
}
.uihjuiehirwhewirewr .inniewhroeriewr .col-lg-4:last-child .uiuiherer_circle i {
  color: #087fa3;
}

.hiuneuirhuwhre {
  background: #F8FAFC;
}
.hiuneuirhuwhre h2 {
  font-size: 3rem;
  font-weight: 600;
}
.hiuneuirhuwhre .injihiwee_left button {
  background: transparent !important;
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 3.2rem;
  z-index: 9;
}
.hiuneuirhuwhre .injihiwee_left button h5 {
  font-size: 1.4rem;
  color: #000 !important;
  font-weight: 600;
  margin-bottom: 0;
  background: #fff;
  padding: 20px 65px 20px 100px;
  border-radius: 50px;
  text-align: center;
  box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}
.hiuneuirhuwhre .injihiwee_left button span {
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 50%;
  background: #f3f7fa;
  position: relative;
  border: 5px solid #fff;
  position: absolute;
}
.hiuneuirhuwhre .injihiwee_left button span i {
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  line-height: 0;
  color: #2842A1;
}
.hiuneuirhuwhre .injihiwee_left button.active h5 {
  color: #2842A1 !important;
}
.hiuneuirhuwhre .injihiwee_left .nav button:first-child,
.hiuneuirhuwhre .injihiwee_left .nav button:last-child {
  margin-left: 10rem;
}
.hiuneuirhuwhre .injihiwee_left .nav button:nth-of-type(2n),
.hiuneuirhuwhre .injihiwee_left .nav button:nth-of-type(4n) {
  margin-left: 3.2rem;
}
.hiuneuirhuwhre .injihiwee_left .nav button:last-child h5 {
  padding: 20px 75px 20px 110px;
}
.hiuneuirhuwhre .injihiwee_left .uihneirher {
  right: 1rem;
  opacity: 0.15;
  max-width: 100%;
  height: auto;
  top: 4rem;
}
.hiuneuirhuwhre .injihiwee_right .oihdeirr_wrapper {
  border-radius: 15px;
  box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
  width: 30%;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -9;
  animation: updn 3s infinite linear;
}
@keyframes updn {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(2rem);
  }
  100% {
    transform: translateY(0);
  }
}
.hiuneuirhuwhre .injihiwee_right .oihdeirr_wrapper .iuniueriuer {
  width: 5rem;
  height: 5rem;
  margin: auto;
  box-shadow: rgba(59, 205, 117, 0.1) 0px 4px 16px, rgba(59, 205, 117, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
  border-radius: 50%;
  margin-bottom: 1rem;
  position: relative;
  border: 2px solid #46C779;
}
.hiuneuirhuwhre .injihiwee_right .oihdeirr_wrapper .iuniueriuer i {
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 50%;
  background: #46C779;
  display: block;
  margin: auto;
  font-size: 2.3rem;
  position: absolute;
  color: #fff;
  line-height: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.uybueihrer_iuhewe {
  position: relative;
  background: url("../images/marielle-ursua-l7AVeJi1RMk-unsplash.jpg") no-repeat fixed;
  background-position: center;
  background-size: cover;
}
.uybueihrer_iuhewe .iniheriewrerer {
  position: absolute;
  background: rgba(41, 41, 48, 0.8);
  width: 100%;
  height: 100%;
}
.uybueihrer_iuhewe .ihnihererrr_left {
  color: #fff;
}
.uybueihrer_iuhewe .ihnihererrr_left h2 {
  font-size: 3rem;
  font-weight: 600;
}
.uybueihrer_iuhewe .ihnihererrr_left form textarea {
  height: 150px;
}
.uybueihrer_iuhewe .ihnihererrr_right {
  padding-bottom: 5rem;
  border-radius: 10px;
}
.uybueihrer_iuhewe .ihnihererrr_right .col-lg-12 {
  margin-bottom: 4rem;
}
.uybueihrer_iuhewe .ihnihererrr_right .col-lg-12 h4 {
  font-weight: 600;
}
.uybueihrer_iuhewe .ihnihererrr_right .col-lg-12 h4 i {
  color: #2842A1;
}
.uybueihrer_iuhewe .ihnihererrr_right .col-lg-12 p {
  color: #7e7e7e;
  font-weight: 600;
}

/*custom saas application development end*/
/* End Login css by arian*/
/* End Login css by arian*/
/* End Login css by arian*/
/* start blog css by arian*/
/* start blog css by arian*/
/* start blog css by arian*/
.banner-blog {
  width: 100%;
  background: url(../images/banner1.png);
  background-size: 100% 100%;
}

.hughgfhfh {
  text-align: center;
}
.hughgfhfh h2 {
  padding-top: 130px;
  font-size: 55px;
  font-weight: bold;
  color: white;
}
.hughgfhfh h6 {
  color: white;
  font-size: 21px;
  font-weight: bold;
}
.hughgfhfh i {
  color: white;
  padding-top: 10px;
  padding: 7px 4px;
  border: 2px solid white;
  font-weight: bold;
  border-radius: 6px;
  font-size: 20px;
}

.secondk {
  width: 100%;
  padding: 40px 0;
}

.kghff {
  width: 100%;
  height: 380px;
}
.kghff img {
  width: 100%;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.kfjghjfdgdfgh {
  display: flex;
}

.fkgjhfjgfdg {
  margin-right: 8px;
  display: flex;
}
.fkgjhfjgfdg i {
  color: #097285;
  font-size: 18px;
}
.fkgjhfjgfdg p {
  padding-left: 5px;
}

.red1 {
  color: red !important;
  font-weight: bold;
}

.lkhjfgdgdg h2 {
  font-size: 37px;
  font-weight: bold;
}
.lkhjfgdgdg p {
  font-size: 18px;
}

.lkfhjgdfg1 {
  display: flex;
}
.lkfhjgdfg1 h4 {
  color: grey;
  font-size: 30px;
  font-weight: bold;
  padding-right: 5px;
  padding-top: 5px !important;
}

.fgjf {
  margin-top: 11px;
}

.hjgfg {
  text-align: center;
}

.kdhjfvghdgdg {
  padding: 10px;
  border: 1px solid grey;
  border-radius: 8px;
}
.kdhjfvghdgdg p {
  color: gray;
  font-size: 17px;
}

.bfghdvgfgbbg {
  margin-top: 20px;
}
.bfghdvgfgbbg h2 {
  color: black;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 2px;
  border-left: 4px solid red;
  padding-left: 8px !important;
}

.gjfggf {
  display: flex;
  border-bottom: 1px dotted red;
}
.gjfggf i {
  color: #097285;
  font-weight: bold;
  font-size: 24px;
  margin-top: 10px;
}
.gjfggf p {
  color: black;
  font-size: 20px;
  padding-left: 7px;
  margin-top: 10px;
}

.khfgdgfdg {
  margin-bottom: 40px;
}

/* end blog css by arian*/
/* end blog css by arian*/
/* end blog css by arian*/
/* start Service css by arian*/
/* start Service css by arian*/
/* start Service css by arian*/
.ndfjbhgfgvfd {
  display: flex;
  align-items: baseline;
}

.kgjfgghfgdf {
  width: 100%;
  padding: 20px 0;
}
.kgjfgghfgdf i {
  font-weight: bold;
  font-size: 20px;
  padding-right: 5px;
}
.kgjfgghfgdf p {
  color: grey;
}

.home {
  font-size: 25px;
  color: red !important;
  padding-right: 5px;
}

.service {
  font-weight: bold;
  color: black !important;
}

.kjdfhgdfg {
  text-align: center;
  height: 120px;
  padding: 10px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  background-color: #097285;
}
.kjdfhgdfg h6 {
  color: white;
  font-weight: bold;
  font-size: 18px;
}
.kjdfhgdfg p {
  color: white;
  font-size: 13px;
}
.kjdfhgdfg h5 {
  color: white;
  font-size: 18px;
}

.kjfghdhvbfbg {
  padding: 20px;
}

.kjhdfg {
  margin-bottom: 12px;
}

.khjk {
  color: grey;
  font-weight: bold;
  margin-bottom: 5px;
}

.kjhdfg .form-control {
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px !important;
}

.kgjfgdf {
  text-align: center;
  margin: auto;
}

.kjfghdhvbfbg {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.kjdfgfdf {
  width: 100%;
  height: 400px;
}
.kjdfgfdf img {
  width: 100%;
  height: 100%;
}

.dfkjgdfhbdfg h4 {
  color: #1A1A1A;
  font-weight: bold;
}
.dfkjgdfhbdfg p {
  font-size: 17px;
  color: black;
}

.dslkfjhjdfgd {
  background: url(../images/bnr4\ -\ Copy.jpg);
  width: 100%;
  background-size: 100% 100%;
  height: 400px;
}

.ovaylay10 {
  width: 100%;
  height: 400px;
  background-color: rgba(0, 22, 59, 0.6);
}

.dfkgvhjfgb {
  text-align: center;
  color: white;
}
.dfkgvhjfgb h2 {
  padding-top: 80px;
  font-size: 40px;
}
.dfkgvhjfgb p {
  font-size: 20px;
}

/* end service css by arian*/
/* start review css by arian*/
/* start review css by arian*/
/* start review css by arian*/
/* start review css by arian*/
.banner-new {
  width: 100%;
  height: 50vh;
  background: url(../images/banner1.png);
  background-size: 100% 100%;
}

.hughgfhfh-new {
  text-align: center;
}
.hughgfhfh-new h2 {
  padding-top: 100px;
  font-size: 55px;
  font-weight: bold;
  color: white;
}
.hughgfhfh-new h6 {
  color: white;
  font-size: 21px;
  font-weight: bold;
}
.hughgfhfh-new i {
  color: white;
  padding-top: 10px;
  padding: 7px 4px;
  border: 2px solid white;
  font-weight: bold;
  border-radius: 6px;
  font-size: 20px;
}

.kjdhfgjvfgf {
  width: 100%;
  height: 350px;
  background-color: #097285;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.kjghdfgdf h2 {
  font-size: 40px;
  color: white;
  font-weight: bold;
  padding-top: 30px;
}

.gkjftgbhg {
  width: 100%;
  padding: 20px 0;
}

.jghdfg {
  margin-top: -170px;
}

.jdfgdfg {
  width: 100%;
  height: 370px;
  border-radius: 12px;
  background-color: #ffffff;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  padding: 20px;
  margin-bottom: 40px;
}
.jdfgdfg p {
  font-size: 17px;
  color: grey;
}

.lkjdfk {
  width: 100px;
  height: 100px;
  margin-top: 50px;
}
.lkjdfk img {
  width: 100%;
  height: 100%;
  border-radius: 50px;
}

.fbghgf {
  margin-top: 20px;
}
.fbghgf h6 {
  font-size: 18px;
  font-weight: bold;
}
.fbghgf p {
  font-size: 14px;
}

.jghfbg {
  display: flex;
  margin-top: -10px;
}
.jghfbg i {
  color: #FA8315;
  font-size: 18px;
}

/* end review css by arian*/
/* end review css by arian*/
/* end review css by arian*/
/* start answers css by arian*/
/* start answers css by arian*/
/* start answers css by arian*/
.dygfrdgv {
  width: 100%;
  padding: 40px 0;
}

.fkvukjgdfvdg {
  width: 100%;
  padding: 40px 0;
  margin-top: 30px;
}

.mdhgvfdjn h2 {
  color: black;
  font-weight: bold;
  font-size: 35px;
}
.mdhgvfdjn p {
  color: gray;
  line-height: 22px;
  font-size: 17px;
}

.kfhdfgdfgdfgfd h2 {
  color: black;
  font-weight: bold;
  font-size: 35px;
}

.hgfd {
  width: 100%;
  height: 170px;
  background: #ddf9fd;
  border: 3px solid #097285;
  border-radius: 15px;
  padding: 15px;
  text-align: center;
  margin-bottom: 22px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.kjdfhbgf i {
  text-align: center;
  margin: auto;
  padding-top: 18px;
  font-size: 40px;
  color: #097285;
}
.kjdfhbgf p {
  font-size: 17px;
  color: gray;
}
.kjdfhbgf h6 {
  padding-top: 10px;
  color: black;
  font-size: 20px;
  font-weight: bold;
}

/* end answers css by arian*/
/* end answers css by arian*/
/* end answers css by arian*/

/* start homepage extra by arian*/
/* start homepage extra by arian*//* start homepage extra by arian*/


/*start Hpme page extra  css*/
/*start Hpme page extra  css*/
/*start Hpme page extra  css*/
#content {
  width: 100%;
  background: #fff;
  padding: 20px;
  font-family: Sans-Serif;
  font-size: 18px;
  color: #444;
  margin: 0 auto;
  max-height: 135px;
  overflow: hidden;
  /* Set Transitions */
  transition: max-height 0.5s;
}

#content.open {
  max-height: 1000px;
  /* Set transitions */
  transition: max-height 0.7s;
}

#show-more {
  width: 13%;
  background: transparent;
  color: rgb(13, 112, 232) !important;
  font-family: sans-serif;
  display: block;
  cursor: pointer;
  text-align: center;
  padding: 15px;
  margin: 10px auto;
  border: 1px solid rgb(13, 112, 232);
  border-radius: 12px;
  font-size: 15px;
}

.ndbfghdssdg {
  padding: 30px 0;
}

.fnghdfgfdg {
  text-align: center;
}
.fnghdfgfdg h2 {
  font-size: 32px;
  color: rgb(54, 54, 54);
}
.fnghdfgfdg p {
  width: 80%;
  margin: auto;
  padding-top: 15px;
}

.dfhgudfghf {
  text-align: center;
  margin: auto;
}
.dfhgudfghf button {
  padding: 14px 30px;
  margin-bottom: 15px;
  margin-left: 10px;
  border-radius: 25px;
  font-size: 15px;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
  background: transparent;
}

.fvgfvgdfgbdfgbdf {
  width: 100%;
  padding: 40px 0;
}
.fvgfvgdfgbdfgbdf #content2 {
  width: 100%;
  background: #fff;
  padding: 20px;
  font-family: Sans-Serif;
  font-size: 18px;
  color: #444;
  margin: 0 auto;
  max-height: 330px;
  overflow: hidden;
  /* Set Transitions */
  transition: max-height 0.7s;
}
.fvgfvgdfgbdfgbdf #content2.open {
  max-height: 3000px;
  /* Set transitions */
  transition: max-height 0.7s;
}
.fvgfvgdfgbdfgbdf #show-more2 {
  width: 13%;
  background: transparent;
  color: rgb(13, 112, 232) !important;
  font-family: sans-serif;
  display: block;
  cursor: pointer;
  text-align: center;
  padding: 15px;
  margin: 10px auto;
  border: 1px solid rgb(13, 112, 232);
  border-radius: 12px;
  font-size: 15px;
}

.fhgdfgdfg h4 {
  font-size: 24px;
}
.fhgdfgdfg p {
  font-size: 15px;
  line-height: 22px;
}
.fhgdfgdfg i {
  font-size: 10px !important;
  color: black;
  padding-right: 2px;
}

.dfhgdfgfdg table {
  border: 1px solid #ffffff;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
.dfhgdfgfdg table caption {
  font-size: 1.5em;
  margin: 0.5em 0 0.75em;
}
.dfhgdfgfdg table tr {
  background-color: #f8f8f8;
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
  padding: 0.35em;
}
.dfhgdfgfdg table th,
.dfhgdfgfdg table td {
  padding: 0.625em;
  text-align: left;
  color: #007bff;
}
.dfhgdfgfdg table th {
  font-size: 0.85em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .dfhgdfgfdg table {
    border: 0;
  }
  .dfhgdfgfdg table caption {
    font-size: 1.3em;
  }
  .dfhgdfgfdg table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .dfhgdfgfdg table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }
  .dfhgdfgfdg table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: right;
  }
  .dfhgdfgfdg table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  .dfhgdfgfdg table td:last-child {
    border-bottom: 0;
  }
}

.dfhgdfgfdg2 table {
  border: 1px solid #ffffff;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
.dfhgdfgfdg2 table caption {
  font-size: 1.5em;
  margin: 0.5em 0 0.75em;
}
.dfhgdfgfdg2 table tr {
  background-color: #f8f8f8;
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
  padding: 0.35em;
}
.dfhgdfgfdg2 table th,
.dfhgdfgfdg2 table td {
  padding: 0.625em;
  text-align: left;
  font-size: 16px;
}
.dfhgdfgfdg2 table th {
  font-size: 0.85em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .dfhgdfgfdg2 table {
    border: 0;
  }
  .dfhgdfgfdg2 table caption {
    font-size: 1.3em;
  }
  .dfhgdfgfdg2 table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .dfhgdfgfdg2 table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }
  .dfhgdfgfdg2 table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: right;
  }
  .dfhgdfgfdg2 table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  .dfhgdfgfdg2 table td:last-child {
    border-bottom: 0;
  }
}

/*end Home page extra  css*/
/*end Home page extra  css*/

  
              
        /*start new service page css*/
        /*start new service page css*/
        /*start new service page css*/
        .home2 {
          width: 100%;
          height: 500px;
          background-image: url(../images/banner12.png);
          background-position: center top;
          background-size: cover;
        }
        
        .dfnhbgdfg {
          padding: 10px;
        }
        
        .gfhjgfhghf {
          background-color: #03d26e;
          margin-top: 40px;
          padding: 15px;
          border-radius: 12px;
        }
        
        .nhfgfg {
          text-align: center;
        }
        
        .nhfgfg h4 {
          color: white;
        }
        
        .fxvfgff {
          margin-bottom: 15px;
        }
        
        .fxvfgff label {
          color: #000;
          font-weight: 600;
        }
        
        .fxvfgff2 {
          text-align: center;
        }
        
        .fxvfgff2 button {
          width: 100%;
          height: 50px;
          border: none;
          border-radius: 8px;
          margin-top: 10px;
          font-size: 20px;
          background-color: #097285;
          color: white;
        }
        
        .hfghdfh {
          /*--------------------------*/
          /*---------------------------*/
        }
        
        .hfghdfh button:focus,
        .hfghdfh input:focus {
          outline: none;
          box-shadow: none;
        }
        
        .hfghdfh a,
        .hfghdfh a:hover {
          text-decoration: none;
        }
        
        .hfghdfh .qty-container {
          display: flex;
          align-items: center;
          justify-content: center;
        }
        
        .hfghdfh .qty-container .input-qty {
          text-align: center;
          padding: 6px 10px;
          border: 1px solid #d4d4d4;
          max-width: 80px;
        }
        
        .hfghdfh .qty-container .qty-btn-minus,
        .hfghdfh .qty-container .qty-btn-plus {
          border: 1px solid #d4d4d4;
          padding: 10px 13px;
          font-size: 10px;
          height: 38px;
          width: 38px;
          transition: 0.3s;
          background-color: #097285;
        }
        
        .hfghdfh .qty-container .qty-btn-minus i,
        .hfghdfh .qty-container .qty-btn-plus i {
          color: white;
        }
        
        .hfghdfh .qty-container .qty-btn-plus {
          margin-left: -1px;
        }
        
        .hfghdfh .qty-container .qty-btn-minus {
          margin-right: -1px;
        }
        
        .hfghdfh .btn-cornered,
        .hfghdfh .input-cornered {
          border-radius: 4px;
        }
        
        .hfghdfh .btn-rounded {
          border-radius: 8px;
        }
        
        .hfghdfh .input-rounded {
          border-radius: 50px;
        }
        
        .fxvfgff .form-control::-moz-placeholder {
          font-size: 14px !important;
          color: rgb(0, 0, 0) !important;
          font-weight: 500;
        }
        
        .fxvfgff .form-control::placeholder {
          font-size: 14px !important;
          color: rgb(0, 0, 0) !important;
          font-weight: 500;
        }
        
        .dfbvdfgdfghxfh {
          width: 100%;
          padding-bottom: 30px;
        }
        
        .dfhjvbdfg {
          width: 100%;
          margin-top: 130px;
        }
        
        .dfhjvbdfg h2 {
          font-size: 35px;
          color: #064853;
          padding-top: 10px;
          font-weight: 700 !important;
        }
        
        .dfhjvbdfg p {
          color: #404040;
          font-size: 18px;
          line-height: 25px;
        }
        
        .bgvdgvfgdfgdfgfd {
          width: 100%;
          padding: 40px 0;
        }
        
        .bfvghfgf {
          width: 100%;
          height: 350px;
          box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
          padding: 8px;
        }
        
        .bfvghfgf img {
          width: 100%;
          height: 100%;
        }
        
        .hfgdfgf h2 {
          font-size: 35px;
          padding-top: 10px;
          color: black;
        }
        .hfgdfgf h2 p {
          font-size: 17px;
        }
        
        .jfgfd {
          display: flex;
        }
        
        .hgh {
          width: 20px;
          height: 20px;
          margin-right: 10px;
        }
        
        .hgh img {
          width: 100%;
          height: 100%;
        }
        
        .nfbjhvgfg {
          width: 100%;
        }
        
        .nfbjhvgfg button {
          padding: 12px 40px;
          border: none;
          background-color: #097285;
          color: white;
          border-radius: 8px;
          font-size: 18px;
        }
        
        .bdfgfd {
          width: 100%;
        }
        
        .ljhyuffgdfgdfgfdg {
          width: 100%;
        }
        
        .bfvghfdfgdfg {
          width: 100%;
          height: 450px;
          background: url(../images/Dream\ Assignment\ banner.png);
        }
        
        .vfgdfgfd {
          width: 50%;
        }
        
        .vfgdfgfd h2 {
          padding-top: 70px;
          font-size: 45px;
          font-weight: 700;
        }
        
        .ljhyuffgdfgdfgfdg {
          width: 100%;
          padding: 40px 0;
        }
        
        .bhfggfg {
          margin-bottom: 40px;
        }
        
        .fbghf {
          width: 100%;
          height: 650px;
        }
        
        .fbghf img {
          width: 100%;
          height: 100%;
        }
        
        .sdfhyhgdvsfgsdg {
          width: 100%;
          padding: 40px 0;
        }
        
        .hfgdfg {
          text-align: center;
        }
        
        .hfgdfg h2 {
          color: rgb(0, 0, 0);
          font-size: 35px;
        }
        
        .dfyhgfgdfg h2 {
          color: #000;
          font-weight: 600;
          font-size: 40px;
        }
        .dfyhgfgdfg p {
          font-size: 17px;
        }
        
        .bghvffg {
          text-align: center;
          box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
          width: 100%;
          height: 55px;
          border-radius: 8px;
          margin-bottom: 20px;
          border: 2px solid #bb3523;
        }
        
        .bghvffg h6 {
          line-height: 55px;
          font-size: 18px;
          color: #404040;
        }
        
        .bghvffg:hover {
          background-color: #097285;
        }
        
        .bghvffg:hover h6 {
          color: white;
          transform: scale(1.1);
          transition: 0.5s;
        }
        
        .fhgfdg {
          margin-top: 50px;
        }
        
        .bgnhdfbgf {
              text-align: center;
            }
            
            .bgnhdfbgf h2 {
              font-size: 35px;
              font-weight: 600;
         }
         
         .bgfdgf {
          width: 125px;
          height: 125px;
          background-color: #059CD6;
          border-radius: 50%;
          text-align: center;
          margin: auto;
          border: 3px solid #bb3523;
          margin-top:20px;
        }
        
        
        .dfgdf {
          width: 70px;
          height: 70px;
          text-align: center;
          margin: auto;
          line-height: 125px;
        }
        
        .dfgdf img {
          width: 100%;
          height: 100%;
        }
        
        .fggf {
          margin-top: 15px;
        }
        
        .fggf h5 {
          font-size: 18px;
          font-weight: 600;
        }
        
        .fggf {
          margin-top: 15px;
        }
        
        .fggf h5 {
          font-size: 18px;
          font-weight: 600;
          text-align:center;
        }


        /*end  new service page css*/
        /*end new service page css*/
        /*end new service page css*/
        
        /*start order now page css*/
        /*start order now page css*/
        /*start order now page css*/
        .bfvghfdfgdfg {
          width: 100%;
          height: 450px;
          background: url(../images/Dream\ Assignment\ banner.png);
        }
        
        .vfgdfgfd {
          width: 50%;
        }
        
        .vfgdfgfd h2 {
          padding-top: 70px;
          font-size: 45px;
          font-weight: 700;
        }
        
        .dgsvfgndfgfdg {
          width: 100%;
          padding: 40px 0;
        }
        
        .bnghgfgh {
          width: 100%;
          background: url(../images/banner1000.png);
          height: 110px;
          line-height: 110px;
          background-size: 100% 100%;
        }
        
        .gfdg {
          text-align: center;
        }
        
        .gfdg P {
          margin-bottom: 0;
          padding-top: 15px;
          font-size: 20px;
          font-weight: 600;
          color: #ffffff;
          font-family: "Montserrat", sans-serif !important;
        }
        
        .fbvghdfgdf {
          margin-top: -13px !important;
        }
        
        .fbvghdfgdf h6 {
          font-size: 22px;
          display: block;
          transform: rotate(-90deg) !important;
          margin-left: -375px;
          padding-top: 62px;
          font-weight: 700;
          color: rgb(255, 255, 255);
          position: absolute;
          font-family: "Montserrat", sans-serif !important;
        }
        
        .fbvghdfgdf h2 {
          padding-left: -50px;
          font-size: 62px;
          padding-top: 7px;
          font-weight: 700;
          color: rgb(255, 255, 255);
          font-family: "Montserrat", sans-serif !important;
        }
        
        .fbvghdfgdf {
          display: flex;
          justify-content: center;
          text-align: center;
          margin: auto;
        }
        
        .gvffgdfgfd {
          margin-top: 20px;
        }
        
        .dhgfddsd {
          padding: 10px;
          box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
        }
        
        .fbghdgvfg {
          background-color: #ddf8f2;
          padding: 10px;
        }
        
        .fxvghdfbvg2 {
          padding: 0 10px;
          margin-top: 10px;
        }
        
        .fxvghdfbvg2 button {
          width: 100%;
        }
        
        .fxvghdfbvg2 label {
          font-size: 14px;
          color: #000;
          font-weight: 700;
          margin-bottom: 8px;
        }
        
        .fxvghdfbvg2 label i {
          color: #6d6a6a;
          font-size: 17px;
        }
        
        .fxvghdfbvg2 .form-control::-moz-placeholder {
          font-size: 14px !important;
          color: rgb(21, 21, 21) !important;
          font-weight: 500 !important;
        }
        
        .fxvghdfbvg2 .form-control::placeholder {
          font-size: 14px !important;
          color: rgb(21, 21, 21) !important;
          font-weight: 500 !important;
        }
        
        .gdfhfd557 i {
          position: absolute;
          margin-top: -55px;
          margin-left: 12px;
          color: #059CD6;
          background-color: #ffffff;
          padding: 5px;
          font-size: 20px;
          border: 1px solid rgb(203, 201, 201);
        }
        
        .gdfhfd557a i {
          position: absolute;
          margin-top: -77px;
          margin-left: 12px;
          color: #059CD6;
          background-color: #ffffff;
          padding: 5px;
          font-size: 15px;
          border: 1px solid rgb(203, 201, 201);
        }
        
        .gdfhfd557 .form-select {
          padding-left: 48px !important;
          padding: 10px;
        }
        
        .gdfhfd557 .form-control {
          padding-left: 48px !important;
          padding: 10px;
        }
        
        .gdfhfd557a .form-control {
          padding-left: 48px !important;
          padding: 10px;
        }
        
        .nfbghfgfd button {
          width: 100%;
          height: 60px;
          background: url(../images/nvhn255.jpg);
          background-size: 100% 100%;
          border: none;
          font-size: 25px;
          color: white;
        }
        
        .bghdcfdvfdsf {
          width: 100%;
          padding: 10px;
          box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
        }
        
        .fbnhhfdg {
          width: 100%;
          padding: 15px 20px;
          background: url(../images/nvhn255.jpg);
        }
        
        .nbghfdgdf h3 {
          font-size: 27px;
          color: white;
          font-weight: 600;
          text-align: center;
        }
        
        .bdghvcfd54 {
          width: 100%;
          padding: 10px;
          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;
        }
        
        .bghvfdvgdf {
          padding: 10px;
        }
        
        .bghvfdvgdf button {
          width: 100%;
        }
        
        .vdffgdfgdfgdfg {
          width: 100%;
          padding: 10px;
          margin-top: 20px;
          box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
        }
        
        .fvffgvfs {
          width: 100%;
          height: 200px;
        }
        
        .fvffgvfs img {
          width: 100%;
          height: 100%;
        }
        
        .dbghfvdfgdf {
          width: 100%;
          padding: 20px;
          margin-top: 20px;
          box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
        }
        
        .dbghfvdfgdf h2 {
          font-size: 26px;
        }
        
        .dbghfvdfgdf h2 i {
          font-size: 30px;
          color: #0E62FB;
        }
        
        .fbhghfdgdfg i {
          color: #0E62FB;
        }
        
        .fbhghfdgdfg p {
          font-size: 16px;
        }
        
        .fhdf p {
          font-size: 16px;
        }
        
        #foo {
          background: rgb(243, 255, 253);
        }
        
        #foo:valid {
          outline: solid rgb(17, 224, 114) 1px;
        }
        
        /*end order now page css*/
        /*end order now page css*/
        /*end order now page css*/
        
        
        
        /* Start Quistion Answer css by arian*/
        /* Start Quistion Answer css by arian*/
        /* Start Quistion Answer css by arian*/
        .hdfhjvkfkgfg {
          width: 100%;
          padding: 40px 0;
        }
        
        .fghfdvhgdf {
          width: 100%;
          position: absolute;
          top: 50%;
          height: 250px;
        }
        
        .fghfdvhgdf2 {
          width: 100%;
          position: absolute;
          margin-top: 1000px;
        }
        
        .kjgfdgfggg88 {
          display: flex;
        }
        
        .kjgfdgfggg88 img {
          width: 30px;
          height: 30px;
          margin-top: 5px;
        }
        
        .kjgfdgfggg88 h4 {
          padding-left: 10px;
          padding-top: 5px;
          font-size: 27px;
        }
        
        .hdfjgdg22 i {
          color: #059CD6;
          padding-top: 5px;
        }
        
        .hdfjgdg22 {
          margin-top: 10px;
        }
        
        .jugfdvgd {
          display: flex;
          justify-content: space-between !important;
        }
        
        .kjfbghjgf {
          display: flex;
        }
        
        .kjfbghjgf p {
          width: 110px;
          height: 35px;
          background-color: rgb(129, 4, 4);
          color: white !important;
          border-radius: 4px;
          margin-right: 20px;
          padding-top: 5px;
          padding-left: 12px !important;
        }
        
        .kjfbghjgf p i {
          background-color: #fff;
          color: #2d2c2c;
          border-radius: 50px;
          width: 15px;
          height: 15px;
          font-size: 11px;
          padding-top: 3px;
          padding-left: 3px;
          margin-right: 5px;
          font-weight: bold;
        }
        
        .spn11 {
          width: 60px;
          text-align: center;
          height: 35px;
          padding-top: 8px;
          border-radius: 4px;
          background-color: #272727 !important;
          color: white !important;
        }
        
        .lkjkjhjfghfgh p {
          font-size: 18px;
          padding-left: 50px;
          color: #464343;
        }
        
        .hr111 {
          margin-left: 40px;
        }
        
        .kjghfhdfvbdgfdg {
          display: flex;
          margin-left: 50px;
        }
        
        .hdfjgdg22 {
          display: flex;
          margin-right: 25px;
        }
        
        .hdfjgdg22 p {
          padding-left: 5px !important;
        }
        
        .lkjkjhjfghfgh {
          padding: 20px 15px;
          margin-bottom: 25px;
          background-color: #fff;
          box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
        }
        
        .djgg button {
          font-size: 16px;
        }
        
        /* end Quistion Answer css by arian*/
        /* end Quistion Answer css by arian*/
        /* end Quistion Answer css by arian*/
        
        /*start blog page  css*/
        /*start blog page  css*/
        /*start blog page  css*/
        .hdsghfdfgfgfg {
          width: 100%;
          padding: 40px 0;
        }
        
        .hgfhgf25 {
          background: var(--main-highlighted-blue-color) !important;
          color: #fff;
          padding: 9px 15px;
          font-size: 1rem;
          letter-spacing: 1px;
          border-radius: 8px;
          font-family: var(--font-family-lato);
          border: 2px solid var(--main-highlighted-blue-color);
          box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
        }
        
        .hgfhgf {
          padding: 10px 15px;
          border: none;
          border-radius: 8px;
          margin-right: 15px;
          color: #000;
          font-size: 1rem;
          font-weight: 600;
          box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
          background: transparent;
        }
        
        .hgfhgf:hover {
          background: var(--main-highlighted-blue-color) !important;
          color: #fff;
          padding: 9px 15px;
          font-size: 1rem;
          letter-spacing: 1px;
          border-radius: 8px;
          font-family: var(--font-family-lato);
          border: 2px solid var(--main-highlighted-blue-color);
          box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
          transition: 0.5s;
        }
        
        .bhgfvgdfgdf {
          text-align: center;
          margin: auto;
        }
        
        .bhgfvgdfgdf .owl-carousel .owl-nav button.owl-next {
          position: absolute;
          right: 0 !important;
          top: 40%;
          font-size: 40px;
          transform: translateY(-50%);
        }
        
        .bhgfvgdfgdf .owl-carousel .owl-nav button.owl-prev {
          position: absolute;
          left: -25px !important;
          top: 40%;
          font-size: 40px;
          transform: translateY(-50%);
        }
        
        .kjsrbgvcfdvsbhfg {
          width: 100%;
          padding: 25px 0;
        }
        
        .fbgdfgfd {
          width: 100%;
          height: 300px;
        }
        
        .fbgdfgfd img {
          width: 100%;
          height: 100%;
          padding: 10px;
        }
        
        .fbvghdfdfg {
          display: flex;
        }
        
        .fbvgdhfbnjs {
          padding: 15px;
        }
        
        .fbvgdhfbnjs h4 {
          font-size: 25px;
        }
        
        .fbvgdhfbnjs1 {
          padding: 15px;
        }
        
        .fbvgdhfbnjs1 h4 {
          font-size: 20px;
          color: #000;
          font-weight: 600;
        }
        
        .gnbfgfgfdg2654 {
          box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
        }
        
        .fbvghdfdfg p {
          padding-right: 10px;
        }
        
        .fbvghdfdfg i {
          color: #097285;
        }
        
        .fbgdfgfd2 {
          width: 100%;
          height: 200px;
        }
        
        .fbgdfgfd2 img {
          width: 100%;
          height: 100%;
          padding: 5px;
        }
        
        .fdbnhghdfgdf {
          margin-top: 30px;
        }
        
        .jhfvgdfg {
          box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
          margin-bottom: 20px;
        }
        
        .fbvgdhfbnjs button {
          margin: 8px 0;
        }
        
        .fbvgdhfbnjs p {
          margin-bottom: 0;
        }
        
        .fbvgdhfbnjs1 button {
          margin: 8px 0;
        }
        
        .fbvgdhfbnjs1 p {
          margin-bottom: 0;
          font-size: 16px;
        }
        
        .fbvghdfdfg i {
          color: #059CD6;
        }
        
        .fbvgdhfbnjs p {
          font-size: 16px;
        }
        
        .fbvgdhfbnjs h4 {
          color: #000;
          font-weight: 600;
        }
        
        /*end  blog page  css*/
        /*end  blog page  css*/
        /*end  blog page  css*/
        
        
        
        
        /* start sample css by arian*/
/* start sample css by arian*/
/* start sample css by arian*/
.sfgdfgfdggg {
  width: 100%;
  padding: 40px 0;
}

.gdfgdf258 h2 {
  color: black;
  font-size: 40px;
  font-weight: 700;
}

.jgndfgfd {
  margin-top: 40px;
}

.best-services {
  background-color: #fff;
  box-shadow: 0 10px 23px 0 rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  width: 286px;
  padding: 18px 33px 40px 23px;
  overflow: hidden;
  margin-bottom: 50px;
}

.arrow-down {
  top: 105%;
  left: 28%;
}

.icon-vector {
  bottom: -53px;
  right: -31px;
}

.fgd55fgfd {
  margin-top: 150px;
}

.fgd55fgfd2 {
  margin-top: 80px;
}


.best-services figure {
  background-color: var(--light-blue);
  border-radius: 100px;
  padding: 13px;
  margin-bottom: 12px;
  display: inline-block;
  width: 79px;
  text-align: center;
  height: 79px;
}

.fd58sfds {
  margin-top: -90px;
}
.dfghdfghfd
{
  background: url(../images/shape.png);
}



/* end sample css by arian*/
/* end sample css by arian*/
/* end sample css by arian*/

        
        
                
        /* start footer */
        /* start footer */
        /* start footer */
        .dfbgydfhgfd {
          width: 100%;
          background-color: #000A30;
          padding: 20px 0;
        }
        
        .gnbnh {
          display: flex;
        }
        
        .gnbnh img {
          width: 25px;
          height: 25px;
        }
        
        .gnbnh p {
          color: white;
          padding-left: 5px;
          font-size: 15px;
        }
        
        .gghgh58 h2 {
          color: white;
          font-size: 28px;
          padding-top: 20px;
          border-bottom: 3px solid #097285;
          width: 140px;
        }
        
        .fhdf h2 {
          font-size: 28px;
          color: white;
          padding-top: 20px;
          border-bottom: 3px solid #097285;
          width: 150px;
        }
        
        .fhdf p {
          color: white;
          margin-bottom: 0;
          padding-bottom: 5px;
        }
        
        .fbghfgfd h2 {
          color: white;
          border-bottom: 3px solid #097285;
          width: 180px;
        }
        
        .cfbghfdgd input {
          width: 70%;
          padding: 12px;
          border: 1px solid #ccc;
          border-radius: 4px;
          margin-right: 10px;
        }
        
        .cfbghfdgd button {
          padding: 13px 38px;
          background-color: #097285;
          color: white;
          border: none;
          border-radius: 4px;
          cursor: pointer;
        }
        
        .cfbghfdgd button:hover {
          background-color: #bb3523;
        }
        
        .cfbghfdgd #results {
          margin-top: 20px;
          text-align: left;
        }
        
        .cfbghfdgd .result-item {
          padding: 10px;
          border-bottom: 1px solid #ccc;
        }
        
        .cfbghfdgd .result-item a {
          text-decoration: none;
          color: #007bff;
        }
        
        .cfbghfdgd .result-item a:hover {
          text-decoration: underline;
        }
        
        .fbghfgfd h2 {
          font-size: 28px;
          padding-top: 20px;
        }
        
        .gjghh {
          width: 35px;
          height: 35px;
          margin-right: 10px;
        }
        
        .gjghh img {
          width: 100%;
          height: 100%;
        }
        
        .cfbhgfg {
          display: flex;
        }
        
        .xghffgf {
          margin-top: 15px;
        }
        
        .xghffgf p {
          margin-bottom: 0;
          color: white;
          font-weight: 400px;
          font-size: 16px;
        }
        
        .kbgnfjhgfdg {
          height: 150px;
          background-color: #007bff;
        }
        
        .fggfdg {
          width: 100%;
          height: 2px;
          background-color: #a19c9c;
        }
        
        .xfghxfg {
          text-align: center;
          padding-top: 15px;
        }
        
        .xfghxfg p {
          margin-bottom: 0;
          color: white;
          font-size: 15px;
        }
        
        .gftvgdfgfdg {
          width: 100%;
          background-color: #a9d0f9;
          padding: 40px 0;
        }
        
        .bgfg {
          margin-top: 50px;
          width: 100%;
          height: 300px;
        }
        
        .bgfg img {
          width: 100%;
          height: 300px;
        }
        
        .vgfdfg h2 {
          font-size: 30px;
          padding-top: 50px;
        }
        
        .vgfdfg button {
          padding: 14px 30px;
          border: none;
          border-radius: 12px;
          color: white;
          font-size: 18px;
          font-weight: 500;
          background-color: #bb3523;
        }
        
        .bgvhfdfgfd {
          width: 100;
          padding: 40px 0;
        }
        
        .gfdg {
          width: 100%;
          height: 350px;
        }
        
        .gfdg img {
          width: 100%;
          height: 100%;
        }
        
        .dbhgfdg .accordion .accordion-item {
          border-bottom: 1px solid #e5e5e5;
        }
        
        .dbhgfdg .accordion .accordion-item button[aria-expanded=true] {
          border-bottom: 1px solid #03b5d2;
        }
        
        .dbhgfdg .accordion button {
          position: relative;
          display: block;
          text-align: left;
          width: 100%;
          padding: 1em 0;
          color: #000000;
          font-size: 1.15rem;
          font-weight: 500;
          border: none;
          background: none;
          outline: none;
        }
        
        .dbhgfdg .accordion button:hover,
        .dbhgfdg .accordion button:focus {
          cursor: pointer;
          color: #03b5d2;
        }
        
        .dbhgfdg .accordion button:hover::after,
        .dbhgfdg .accordion button:focus::after {
          cursor: pointer;
          color: #03b5d2;
          border: 1px solid #03b5d2;
        }
        
        .dbhgfdg .accordion button .accordion-title {
          padding: 1em 1.5em 1em 0;
        }
        
        .dbhgfdg .accordion button .icon {
          display: inline-block;
          position: absolute;
          top: 18px;
          right: 0;
          width: 22px;
          height: 22px;
          border: 1px solid;
          border-radius: 22px;
        }
        
        .dbhgfdg .accordion button .icon::before {
          display: block;
          position: absolute;
          content: "";
          top: 9px;
          left: 5px;
          width: 10px;
          height: 2px;
          background: currentColor;
        }
        
        .dbhgfdg .accordion button .icon::after {
          display: block;
          position: absolute;
          content: "";
          top: 5px;
          left: 9px;
          width: 2px;
          height: 10px;
          background: currentColor;
        }
        
        .dbhgfdg .accordion button[aria-expanded=true] {
          color: #03b5d2;
        }
        
        .dbhgfdg .accordion button[aria-expanded=true] .icon::after {
          width: 0;
        }
        
        .dbhgfdg .accordion button[aria-expanded=true] + .accordion-content {
          opacity: 1;
          max-height: 9em;
          transition: all 200ms linear;
          will-change: opacity, max-height;
        }
        
        .dbhgfdg .accordion .accordion-content {
          opacity: 0;
          max-height: 0;
          overflow: hidden;
          transition: opacity 200ms linear, max-height 200ms linear;
          will-change: opacity, max-height;
        }
        
        .dbhgfdg .accordion .accordion-content p {
          font-size: 1rem;
          font-weight: 300;
          margin: 2em 0;
        }
        
        .gfdg {
          width: 100%;
          height: 450px;
        }
        
        .gfdg img {
          width: 100%;
          height: 100%;
        }
        
        /* end footer */
        /* end footer */









/* End homepage extra by arian*/
/* End homepage extra by arian*//* End homepage extra by arian*/

/*footer start*/
footer a, footer p {
  color: #fff !important;
}
footer .footer1 {
  width: 100%;
  background: #272727;
}
footer .fjgfd i {
  color: white;
}
footer .fjgfd a {
  color: white;
  text-decoration: none;
  padding-left: 5px;
}
footer .hrgfgf {
  margin-top: 40px;
}
footer .hrgfgf h3 {
  color: #FA8315;
  font-weight: bold;
}
footer .kdhgfdg {
  margin-bottom: 25px;
}
footer .jkfhg {
  width: 32px;
  height: 32px;
  border-radius: 50px;
}
footer .jkfhg img {
  width: 100%;
  height: 100%;
  border-radius: 50px;
}
footer .kjgdfhgfdg {
  display: flex;
  align-items: baseline;
}
footer .kjgdfhgfdg a {
  padding-left: 10px;
  color: white;
  text-decoration: none;
}
footer .kjgdfhgfdg {
  margin-bottom: 15px;
}
footer .jkfhg1 {
  width: 32px;
  height: 32px;
}
footer .jkfhg1 img {
  width: 100%;
  height: 100%;
}
footer .kgjdfg {
  width: 100%;
}
footer .kgjdfg img {
  max-width: 100%;
  height: auto;
}
footer .gfgfgg {
  margin-top: 15px;
}
footer .gfgfgg h5 {
  color: #FA8315;
  font-weight: bold;
}
footer .gfgfgg p {
  color: white;
}
footer .fjhhdfdd h5 {
  color: #FA8315;
  font-weight: bold;
}
footer .kdhdf {
  display: flex;
  color: white;
}
footer .kdhdf p {
  padding-left: 10px;
}
footer .footer2 {
  width: 100%;
  background: #1A1A1A;
}
footer .kjughfdfdg {
  text-align: center;
  color: white;
}
footer .kjughfdfdg h6 {
  padding-top: 25px;
}

/*footer end*//*# sourceMappingURL=style.css.map */