* {
  margin: 0;
  padding: 0;
}

:root {
  --gcolor: #644394;
  --dcolor: #644394;
  --theme: #644294;
  --lighttheme: #64429459;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-thumb {
  background: var(--lighttheme);
}
::-webkit-scrollbar-thumb:hover {
  background: var(--theme);
}
.gcolor {
  background: var(--gcolor);
}
.dcolor {
  color: var(--dcolor);
}
.themecolor {
  color: var(--theme);
}
.lightcolor {
  color: var(--lighttheme);
}

body {
  font-family: "Open Sans", "Josefin Sans", sans-serif !important;
}
a:hover {
  text-decoration: none !important;
}
img {
  max-width: 100%;
}
.custom-container {
  width: 100%;
  padding: 0px 100px;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.5s;
  padding: 10px 0px;
}
header.active {
  background: #fff;
  box-shadow: 0px 4px 4px #848482;
}
header.active ul.navbar-nav.main-navbar li a.nav-link {
  color: #000;
}
.main-logo img {
  width: 160px;
}
.dark-logo {
  display: none;
}
header.active .dark-logo {
  display: block;
}
header.active .light-logo {
  display: none;
}
span.down-uparrow {
  font-size: 11px;
}
header.active ul.navbar-nav.main-navbar li.nav-item.active a.nav-link {
  color: #a668ff;
  font-weight: 700;
}
header.inner-pages ul.navbar-nav.main-navbar li.nav-item.active a.nav-link {
  color: #a668ff;
}
ul.navbar-nav.main-navbar li {
  margin-right: 10px;
}
ul.navbar-nav.main-navbar li:last-child {
  margin-right: 0px;
}
ul.navbar-nav.main-navbar li a {
  font-size: 14px;
  color: #fff;
  font-family: Josefin Sans;
}
ul.navbar-nav.main-navbar li a.dropdown-item {
  font: normal normal normal 14px Open Sans;
  letter-spacing: 0.14px;
  padding: 10px 10px;
  border-bottom: 1px solid #77679e;
}
ul.navbar-nav.main-navbar li a.dropdown-item:last-child {
  border-bottom: 0;
}
ul.navbar-nav.main-navbar li .dropdown-menu {
  padding: 5px;
  background: #6a5a95;
}
ul.navbar-nav.main-navbar li .dropdown-menu .dropdown-item:hover {
  background: transparent;
}
.mainbanner-cont {
  position: absolute;
  top: 50%;
  left: 80px;
  width: 521px;
  transform: translateY(-50%);
}
.mainbanner-cont h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.96px;
  font-family: Open Sans;
  margin-bottom: 20px;
  position: relative;
}
.mainbanner-cont h4:after {
  position: absolute;
  width: 26px;
  height: 2px;
  background: #a668ff;
  content: "";
  left: 0;
  bottom: -7px;
}
.mainbanner-cont h3 {
  font-family: Josefin Sans;
  font-size: 32px;
  color: #a668ff;
  line-height: 40px;
}
.mainbanner-cont h3 span {
  color: #fff;
}
.mainbanner-cont p {
  letter-spacing: 0.34px;
  color: #ffffff;
  /*opacity: 0.5;*/
  font-size: 17px;
  font-family: Open Sans;
}
.btn.btn-more {
  background: #fff;
  color: #644394;
  font-size: 14px;
  font-weight: 600;
  font-family: Josefin Sans;
  letter-spacing: 0.14px;
}
.mainbanner img {
  height: 100vh;
  object-fit: cover;
}
.main-footer {
  padding: 60px 0px;
  background: #644394 url(../images/dot-map.webp) no-repeat 150% 0%;
  background-size: 81%;
}
.footer-haeding h5 {
  letter-spacing: 0.56px;
  color: #fff;
  font: normal normal 600 16px/18px Josefin Sans;
}
.footer-haeding p {
  letter-spacing: 0.2px;
  color: #ffffff;
  /*opacity: 0.4;*/
  font: normal normal normal 14px/30px Open Sans;
  line-height: 26px;
  position: relative;
}
.footer-haeding p:after {
  position: absolute;
  content: "";
  width: 22px;
  left: 0;
  bottom: -10px;
  height: 2px;
  background: #a668ff;
}
a.flink {
  font: normal normal normal 14px/17px Open Sans;
  letter-spacing: 0.48px;
  color: #a668ff;
  opacity: 1;
}
a.flink:hover {
  color: #fff;
}
.footer-haeding address {
  font: normal normal normal 12px/20px Open Sans;
  letter-spacing: 0.48px;
  color: #ffffff;
  opacity: 1;
}
.footer-haeding label {
  font: normal normal normal 12px/17px Open Sans;
  letter-spacing: 0.48px;
  color: #ffffff;
  /*opacity: 0.6;*/
}
.footer-haeding ul li a {
  font: normal normal normal 13px/30px Open Sans;
  letter-spacing: 0.52px;
  color: #ffffff;
  /*opacity: 0.4;*/
  transition: all 0.5s ease-in-out;
}
.footer-haeding ul li a:hover {
  opacity: 1;
}
.footer-haeding h3 {
  text-align: right;
  font: normal normal normal 14px/17px Open Sans;
  letter-spacing: 0.48px;
  color: #ffffff;
}
.socil-links a {
  width: 40px;
  height: 40px;
  border: 0.5px solid #fff;
  border-radius: 50%;
  color: #fff;
  line-height: 40px;
  display: block;
  text-align: center;
  margin-bottom: 15px;
  margin-left: 20px;
  font-size: 14px;
  transition: all 0.5s;
}
.socil-links a:hover {
  color: #a668ff;
  transform: translateY(-5px);
  border-color: #a668ff;
}
.glass img {
  width: 100%;
}
.copy-right p {
  font: normal normal normal 12px/30px Open Sans;
  letter-spacing: 0.24px;
  color: #ffffff;
  /* opacity: 0.6;*/
}
.copy-right {
  background: #32224a;
}
.our-services h3 {
  font: normal normal 400 26px/32px Josefin Sans;
  color: #101010;
}
.our-services h3:before {
  position: absolute;
  content: "";
  width: 24px;
  left: calc(50% - 12px);
  bottom: -10px;
  height: 2px;
  background: #a668ff;
}
.our-services p {
  font: normal normal normal 16px/22px Open Sans;
  letter-spacing: 0.32px;
  color: #101010;
}
.services-icons h6 {
  font: normal 600 16px Open Sans;
  letter-spacing: 0px;
  color: #101010;
}
.services-icons p {
  font: normal normal normal 14px/20px Open Sans;
  letter-spacing: 0.17px;
  color: #101010;
  line-height: 24px;
}
.services-icons img {
  width: 110px;
  height: 90px;
  object-fit: contain;
}
.services-icons a {
  font: normal normal normal 14px/17px Open Sans;
  letter-spacing: 0.14px;
  color: #a668ff;
}
.services-icons {
  margin-bottom: 30px;
}
section.what-we {
  background: url(../images/Group-228.png) no-repeat 100% 100%;
  background-size: cover;
}
.cover-whatdo h5 {
  font: normal normal 300 30px/35px Josefin Sans;
  letter-spacing: 1.5px;
  color: #ffffff;
}
.cover-whatdo h5 span {
  color: #c69eff;
}
.cover-whatdo h5:before {
  position: absolute;
  content: "";
  width: 24px;
  left: 0;
  bottom: -10px;
  height: 2px;
  background: #a668ff;
}
.cover-whatdo p {
  font: normal normal normal 16px/30px Open Sans;
  letter-spacing: 1px;
  color: #ffffff;
  /*opacity: 0.3;*/
}
.small-icons {
  width: 70%;
}
.small-icons h3 {
  font: normal normal 600 14px/15px Open Sans;
  color: #c69eff;
}
.small-icons p {
  font: normal normal normal 13px/24px Open Sans;
  letter-spacing: 0.26px;
  color: #ffffff;
  /*opacity: 0.3;*/
}
.custom-grid li {
  width: calc(20% - 15px);
  padding: 0px 15px;
  text-align: center;
}
.solutions-icons img {
  width: 120px;
}
.solutions-cont h5 {
  font: normal normal 600 18px Open Sans;
  color: #101010;
  margin: 15px 0px;
}
.solutions-cont p {
  font: normal normal normal 16px/20px Open Sans;
  letter-spacing: 0.17px;
  color: #101010;
}
.cover-tabs .nav-tabs li {
  width: 33.33%;
}
.cover-tabs .nav-tabs li .nav-link {
  border-radius: 0px;
  border: 1px solid #f2f2f2;
  font: normal normal normal 18px/22px Josefin Sans;
  letter-spacing: 0.9px;
  color: #434343;
  text-align: center;
  padding: 15px 0px;
}
.cover-tabs .nav-tabs li:nth-child(2) .nav-link {
  border-left: 0;
  border-right: 0;
}
.cover-tabs .nav-tabs li .nav-link.active {
  border-bottom: 3px solid #a668ff;
}
.cover-tbscont .cover-whatdo p {
  font: normal normal normal 16px/30px Open Sans;
  letter-spacing: 0.3px;
  color: #101010;
  /* opacity: 0.3;*/
}
.right-tbsimg img {
  width: 80%;
}
section.expert-section {
  background: url(../images/Group1619.png) no-repeat 100% 40%;
  background-size: cover;
}
section.expert-section .our-services h3 {
  font: normal normal 300 18px/22px Josefin Sans;
  letter-spacing: 0.72px;
  color: #ffffff;
}
section.expert-section .our-services h3 span {
  font-weight: 600;
  color: #c69eff;
}
section.expert-section .our-services p {
  font: normal normal normal 15px/30px Open Sans;
  letter-spacing: 0.3px;
  color: #ffffff;
  /* opacity: 0.8;*/
}
section.expert-section .our-services p.double-paira {
  font: normal normal normal 16px/30px Open Sans;
  letter-spacing: 0.28px;
  opacity: 0.9;
}
.smm-cont h5 {
  font: normal normal 600 18px Open Sans;
  margin: 20px 0px;
  color: #101010;
}
.smm-cont p {
  font: normal normal normal 14px/20px Open Sans;
  letter-spacing: 0.17px;
  color: #101010;
}
section.testomonial {
  background: url(../images/Group1616.png) no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
section.testomonial .our-services h3 {
  color: #fff;
}
section.testomonial .our-services p {
  opacity: 0.9;
  color: #fff;
}
.test-slidercontant {
  width: 65%;
  margin: 30px auto;
}
.test-pic {
  border: 1px solid #fff;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  margin: auto;
  position: relative;
}
.test-main {
  background: rgb(255 255 255 / 50%);
  border-radius: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 160px;
  padding: 15px;
}
.test-cont p {
  font: normal normal normal 17px/36px Open Sans;
  letter-spacing: 0.34px;
  color: #ffffff;
}
.test-cont h6 {
  font: normal normal 600 22px/36px Josefin Sans;
  letter-spacing: 0.7px;
  color: #ffffff;
  text-shadow: 0px 3px 6px #00000029;
}
.commannav-slider .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #ffffff1a !important;
  width: 42px;
  height: 42px;
  font-size: 22px !important;
  border-radius: 50% !important;
  color: #fff !important;
  opacity: 0.5;
}
.commannav-slider .owl-nav:hover button {
  opacity: 1;
}
.commannav-slider .owl-nav button.owl-prev {
  left: 0px;
}
.commannav-slider .owl-nav button.owl-next {
  right: 0px;
}
.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-prev:focus {
  outline: none;
}
section.contact .our-services h3:before {
  left: 0;
}
.btn-theme {
  display: inline-block;
  padding: 8px 20px;
  color: #fff;
  border: none;
  font: normal normal normal 16px/24px Josefin Sans;
  letter-spacing: 0.16px;
  box-shadow: -8px 8px 6px #00000029;
}
section.contact {
  background: url(../images/home-appointment-contact-bg-image.webp) no-repeat;
  background-size: 38% 62%;
  background-position: right center;
}
.cover-hand input.form-control::placeholder,
.cover-hand textarea.form-control::placeholder {
  font: normal normal normal 12px/17px Open Sans;
  letter-spacing: 0.48px;
  color: #101010;
  /*opacity: 0.4;*/
}
.cover-hand select.form-control {
  font: normal normal normal 12px/17px Open Sans;
  letter-spacing: 0.48px;
  color: #4343436b;
  /* opacity: 0.4;*/
}
.cover-hand input.form-control,
.cover-hand select.form-control {
  height: 38px;
}
.cover-hand .form-control {
  background: #faf9fc;
}
.cover-hand .form-control:focus {
  outline: none;
  box-shadow: none;
  background: #faf9fc;
}
.right-contcontact h5 {
  font: normal normal 600 14px/19px Open Sans;
  letter-spacing: 0.7px;
  color: #434343;
}
.right-contcontact h3 {
  font: normal normal 600 20px/34px Open Sans;
  letter-spacing: 0.56px;
  color: #644394;
}
.location a label {
  font: normal normal normal 12px/17px Open Sans;
  letter-spacing: 0.24px;
  color: #a668ff;
}
section.branding {
  background: #f9f9f9;
}
section.branding .our-services h3 {
  font: normal normal 300 26px/32px Josefin Sans;
  letter-spacing: 0px;
  color: #434343;
}
section.branding .commannav-slider .owl-nav button {
  background: #6c4b9c !important;
}
.brand-img img {
  width: 70% !important;
  margin: 0 auto;
  filter: grayscale(1);
  transition: all 0.3s ease;
  cursor: pointer;
}
.brand-img img:hover {
  filter: grayscale(0);
  transform: scale(1.1);
}
.main-overlay {
  cursor: pointer;
  margin-bottom: 25px;
}
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -100%;
  transition: all 0.5s;
  background: rgba(0 0 0 / 92%);
  padding: 30px 10px;
}
.main-overlay:hover .overlay {
  bottom: 0;
}
.overlay p {
  font: normal normal normal 16px Open Sans;
  letter-spacing: 0.24px;
  opacity: 0.5;
  margin-bottom: 10px;
}
.overlay h2 {
  font: normal normal 600 20px Josefin Sans;
  margin-bottom: 10px;
}
.overlay a {
  font: normal normal normal 14px Open Sans;
  letter-spacing: 0.26px;
  color: #a668ff;
  margin-bottom: 10px;
}
.overlay button.btn-theme {
  background: #fff;
  color: #644394;
}
.inhouse-project.commannav-slider .owl-nav button {
  opacity: 1;
  background: #644394 !important;
}
.right-casestudy h5 {
  font: normal normal normal 100px Josefin Sans;
  letter-spacing: 2px;
  color: #434343;
  opacity: 0.03;
}
.right-casestudy h6 {
  font: normal normal 300 26px/32px Josefin Sans;
  letter-spacing: 0px;
  color: #434343;
}
.right-casestudy h6:after {
  position: absolute;
  content: "";
  width: 24px;
  left: 0;
  bottom: 0px;
  height: 2px;
  background: #a668ff;
}
.right-casestudy p {
  font: normal normal normal 16px Open Sans;
  letter-spacing: 0.28px;
  color: #101010;
  /*    width: 75%;*/
  line-height: 26px;
}
a.btn-theme:hover {
  color: #fff;
}
.ecard-img img {
  width: 62px;
  height: 52px;
}
.brandcard h4 {
  font: normal normal 300 26px/32px Josefin Sans;
  color: #434343;
}
.brandcard h4:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  left: calc(30% - 15px);
  bottom: -3px;
  background: #a668ff;
}
p.atagio {
  font: normal normal normal 16px/22px Open Sans;
  letter-spacing: 0.32px;
  color: #101010;
}
section.ecard {
  background: url(../images/agio-ecard.png) no-repeat;
  background-size: 100% 100%;
  background-position: left bottom;
}
.e-dvice h6 {
  font: normal normal 600 15px Open Sans;
  color: #434343;
}
.e-dvice p {
  font: normal normal normal 14px Open Sans;
  letter-spacing: 0.17px;
  color: #101010;
}
.how-use h5 {
  font: normal normal normal 70px/30px Josefin Sans;
  letter-spacing: 1.88px;
  color: #f2f2f2;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
/*.dis {
    position: absolute;
    right: 0;
    bottom: 0;
}*/
.dis2 {
  position: absolute;
  left: 0;
  bottom: 0;
}
section.case-study {
  background: url(../images/bg03.png) no-repeat;
  background-size: 30% 45%;
  background-position: right bottom;
}
section.blog {
  background: #f9f9f9;
}
.rightblog-img img {
  width: 100%;
}

section.portfolio {
  background: #f9f9f9;
}
h5.main-portfolio {
  font: normal normal normal 80px Josefin Sans;
  letter-spacing: 2px;
  color: #f2f2f2;
}
.cover-webtabs .nav-tabs .nav-link {
  font: 20px Josefin Sans;
  color: #434343;
  border-radius: 0px !important;
  border: none !important;
  font-weight: 300;
}
.cover-webtabs .nav-tabs .nav-link.active {
  background-color: transparent !important;
  color: #a668ff !important;
  font-weight: 400;
  position: relative;
}
.cover-webtabs .nav-tabs .nav-link.active:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background: #644394;
  left: calc(50% - 12px);
  bottom: 0px;
}
.cover-webtabs .nav-tabs .nav-item {
  width: 16%;
  white-space: nowrap;
}
.cover-webtabs .nav-tabs .nav-link {
  padding: 5px;
  text-align: center;
}
.cover-webtabs {
  max-width: 70%;
}
.vc_list li {
  margin-bottom: 30px;
}
a.vc_goDown,
a.vc_goUp {
  background: #644394;
  height: 50px;
  font-size: 20px;
  width: 40px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  left: -70px;
  position: absolute;
}
a.vc_goDown {
  top: 45%;
  transform: translateY(-50%);
}
a.vc_goUp {
  top: 60%;
  transform: translateY(-60%);
}
.verticalCarouselHeader a:hover {
  color: #fff;
}
.close-icon {
  display: none;
}
/************************* inner page css start here ************************************/
section.comman-banner {
  background: url(../images/9000.png) no-repeat;
  background-size: cover;
  height: 400px;
}
/*section.comman-banner:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.3);
}*/
.cover-aboutbanner.text-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.cover-aboutbanner h1 {
  font: normal normal 600 32px/40px Josefin Sans;
  letter-spacing: 1.28px;
  color: #ffffff;
}
.cover-aboutbanner h1 span {
  color: #a668ff;
}
.cover-aboutbanner p {
  font: normal normal 300 20px/30px Josefin Sans;
  color: #ffffff;
  max-width: 78%;
  margin: 25px auto;
}
h5.our-company {
  font: normal normal 600 16px/22px Open Sans;
  letter-spacing: 0.96px;
  color: #434343;
}
h5.our-company:after {
  position: absolute;
  content: "";
  width: 24px;
  left: 0;
  bottom: -10px;
  height: 2px;
  background: #a668ff;
}
.it-services h6 {
  font: normal normal 600 29px/50px Josefin Sans;
  color: #000;
  line-height: 40px;
  margin-bottom: 25px;
}
.it-services h6 span {
  color: #a668ff;
}
.card-cont h4 {
  font: normal normal 600 26px/50px Josefin Sans;
  color: #000000;
}
.card-cont p {
  font: normal normal normal 16px/30px Open Sans;
  letter-spacing: 0.32px;
  color: #101010;
  /*opacity: 0.4;*/
  padding: 0px 50px;
  line-height: 30px;
}
section.about-card .card {
  padding-top: 40px;
}
.card-cont {
  margin: 30px 0px;
}
.discover {
  border-top: 1px solid #f5f5f5;
}
.discover a {
  font: normal normal normal 14px/17px Open Sans;
  letter-spacing: 0.2px;
  color: #a668ff;
  display: block;
  margin: 15px 0px;
}
.high-tech p {
  font: normal normal normal 16px/30px Open Sans;
  letter-spacing: 0.32px;
  color: #101010;
  /*opacity: 0.5;*/
}
.board img {
  width: 100%;
  /*    height: 350px;
    object-fit: cover;*/
}
.take-chan p {
  font: normal normal normal 17px/23px Open Sans;
  letter-spacing: 0.34px;
  color: #101010;
}
.take-chan p a {
  color: #a668ff;
  text-decoration: underline;
}
section.about-second {
  background: url(../images/Group6621.png) no-repeat;
  background-size: cover;
}
.donec h4 {
  font: normal normal 300 30px/35px Josefin Sans;
  letter-spacing: 1.5px;
  color: #ffffff;
}
.donec h5 {
  font: normal 400 20px/30px Josefin Sans;
  color: #ffffff;
  margin-bottom: 0px !important;
}
.donec h4 span {
  color: #c69eff;
}
.donec p {
  font: normal normal normal 15px/30px Open Sans;
  letter-spacing: 0.3px;
  color: #ffffff;
  /*opacity: 0.3;*/
}
.donec-more a.btn-theme {
  font: normal normal 600 14px/24px Josefin Sans;
  letter-spacing: 0.14px;
  color: #644394;
  background: #fff;
}
.donec h4:before {
  position: absolute;
  content: "";
  width: 24px;
  left: 0;
  bottom: 0px;
  height: 2px;
  background: #a668ff;
}
.excel h3 {
  font: normal normal normal 28px/34px Josefin Sans;
  color: #101010;
}
.excel h3:before {
  position: absolute;
  content: "";
  width: 24px;
  left: calc(50% - 12px);
  bottom: -5px;
  height: 2px;
  background: #a668ff;
}
.excel p {
  font: normal normal normal 18px/38px Open Sans;
  letter-spacing: 0.36px;
  color: #101010;
}
ul.management-it li {
  position: relative;
  padding-left: 50px;
}
ul.management-it li:after {
  position: absolute;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  left: 0px;
  font-size: 22px;
  top: 0px;
  font-weight: 600;
  color: #a668ff;
}

ul.management-it li h4 {
  font: normal normal 600 20px/30px Open Sans;
  letter-spacing: 0.4px;
  color: #101010;
}
ul.management-it li p {
  font: normal normal normal 18px/30px Open Sans;
  letter-spacing: 0.36px;
  color: #101010;
  /*opacity: 0.5;*/
  width: 80%;
}
section.about-four {
  background: #f9f9f9;
}
.five-icons ul li {
  text-align: center;
  width: 20%;
}
.five-icons ul li a h5 {
  font: normal normal bold 42px/57px Open Sans;
  color: #271750;
  margin-top: 15px;
}

.five-icons ul li a p {
  font: normal normal normal 18px/30px Open Sans;
  letter-spacing: 0.36px;
  color: #888888;
  text-transform: capitalize;
}
.launch-ico p {
  font: normal normal normal 17px/30px Open Sans;
  letter-spacing: 0.34px;
  color: #101010;
}
.guidline h6 {
  font: normal normal 600 24px/50px Josefin Sans;
  color: #000000;
}
.guidline p {
  font: normal normal 16px/28px Open Sans;
  letter-spacing: 0.34px;
  color: #101010;
  /*opacity: 0.6;*/
}
.breadcum {
  position: absolute;
  bottom: 5%;
  left: 5%;
}
.breadcum li {
  margin-right: 20px;
}
.breadcum li a {
  font: normal normal normal 18px/30px Josefin Sans;
  letter-spacing: 0.9px;
  color: #ffffff;
  position: relative;
}
.breadcum li a:after {
  position: absolute;
  content: "|";
  transform: rotate(20deg);
  width: 1px;
  height: 1px;
  top: -5px;
  right: -15px;
}
.breadcum li:last-child a:after {
  content: none;
}
li.nav-item.active {
  background: #fff;
  border-radius: 5px;
}
li.nav-item.active a.nav-link {
  color: #a668ff;
}
.run-all h6 {
  font: normal normal 600 24px/50px Josefin Sans;
  color: #000000;
}
.run-all p {
  font: normal normal normal 17px/30px Open Sans;
  letter-spacing: 0.34px;
  color: #101010;
  /*opacity: 0.6;*/
}
.social1 img {
  width: 75%;
}
.social2 img {
  width: 390px;
  height: 295px;
  object-fit: cover;
}
.cover-faq .card {
  margin-bottom: 15px;
}
.cover-faq .card-header {
  background: #644394;
  padding: 10px 15px;
}
.cover-faq .card .card-body {
  background: #efecf4;
}
.cover-faq .card .card-body p {
  font: normal normal normal 18px/34px Open Sans;
  letter-spacing: 0.36px;
  color: #101010;
  /*opacity: 0.6;*/
}
.cover-faq .card-header button.btn.btn-link {
  font: normal normal normal 18px/34px Open Sans;
  letter-spacing: 0.36px;
  color: #ffffff;
  padding: 0px 0px;
}
.cover-faq .card-header button.btn.btn-link:hover,
.cover-faq .card-header button.btn.btn-link:focus {
  text-decoration: none;
}
.rotate-icon[aria-expanded="false"]::before {
  content: "\f067";
}
.rotate-icon[aria-expanded="true"]::before {
  content: "\f068";
}
.rotate-icon[aria-expanded="true"]::before,
.rotate-icon[aria-expanded="false"]::before {
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  position: absolute;
  right: 20px;
  font-weight: 600;
  margin-top: -5px;
  top: 16px;
  background: #ffffff1a;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
}
.liner-one {
  padding: 35px;
  background-image: linear-gradient(
    to right,
    #f7f5fa,
    #f9f8fb,
    #fbfafd,
    #fdfdfe,
    #ffffff
  );
}
.contant-one {
  max-width: calc(100% - 100px);
  flex: 0 0 calc(100% - 100px);
}
.contant-one h6 {
  font: normal normal 600 29px/50px Josefin Sans;
  color: #000000;
}
.contant-one p {
  font: normal normal normal 16px/30px Open Sans;
  letter-spacing: 0.32px;
  color: #101010;
  /*opacity: 0.5;*/
}
.join-icon {
  max-width: 100px;
  flex: 0 0 100px;
}
.mix-social img {
  width: 100%;
}
.liner-two {
  padding: 35px;
  background-image: linear-gradient(
    to left,
    #f7f5fa,
    #f9f8fb,
    #fbfafd,
    #fdfdfe,
    #ffffff
  );
}
.contant-one.contant-one2 {
  margin-right: 20px;
  text-align: right;
}
.right-gif img {
  width: 100%;
  height: 280px;
  object-fit: fill;
}
.ico-img img {
  width: 100%;
  height: 325px;
}
.limited-list h3 {
  font: normal normal 600 24px/34px Josefin Sans;
  color: #000000;
  width: 83%;
}
ul.list-check li {
  font: normal normal normal 17px/50px Open Sans;
  letter-spacing: 0.34px;
  color: #101010;
  /*opacity: 0.6;*/
  position: relative;
  padding-left: 30px;
}
ul.list-check li:after {
  position: absolute;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  left: 0px;
  font-size: 14px;
  top: 0px;
  font-weight: 600;
  color: #a668ff;
}
.list-right ul li {
  position: relative;
  padding-left: 30px;
}
.list-right ul li:after {
  position: absolute;
  content: "-";
  width: 8px;
  height: 1px;
  left: 0px;
  top: 0px;
  font-size: 30px;
  color: #a680ff;
}
.list-right ul li a {
  font: normal normal normal 18px/48px Open Sans;
  letter-spacing: 0.36px;
  color: #a668ff;
}
.list-right {
  margin-left: 40px;
}
h5.single-heading {
  font: normal normal 600 24px/30px Josefin Sans;
  color: #000000;
}
.pre-sale p {
  font: normal normal 16px/26px Open Sans;
  letter-spacing: 0.34px;
  color: #101010;
  /* opacity: 0.6;*/
}
.pre-images img {
  width: 395px;
}
section.world-web {
  background: url(../images/G6621.png) no-repeat;
  background-size: 100% 100%;
}
section.world-web .donec h4 {
  width: 70%;
}
section.world-web .donec p {
  font: normal normal normal 16px/36px Open Sans;
  letter-spacing: 0.32px;
  color: #ffffff;
  /* opacity: 0.6;*/
}
section.relibty p {
  font: normal normal 16px/28px Open Sans;
  letter-spacing: 0.34px;
  color: #101010;
  /* opacity: 0.6;*/
  margin-bottom: 10px;
}
section.wallet-two .excel h3 {
  font: normal normal 300 26px/35px Josefin Sans;
}
section.wallet-two .excel p {
  font: normal normal normal 16px/24px Open Sans;
}
.factor-auth h4 {
  font: normal normal 600 14px/17px Open Sans;
  color: #101010;
  margin: 15px 0px;
}
.factor-auth p {
  font: normal normal normal 14px/20px Open Sans;
  letter-spacing: 0.17px;
  color: #101010;
  margin: auto;
  width: 100%;
}
section.wallet-three {
  background: url(../images/bg-01.png) no-repeat;
  background-size: 100% 100%;
}
section.wallet-three .donec p {
  font: normal normal normal 16px/36px Open Sans;
  opacity: 0.9;
  letter-spacing: 0.32px;
}
section.wallet-three .donec h4 span {
  font: normal normal 600 30px/35px Josefin Sans;
}
section.wallet-three .donec h4 {
  width: 80%;
}
section.token-one .excel p {
  width: 64%;
  margin: auto;
}
section.token-one .factor-auth {
  margin-bottom: 20px;
}
section.token-one .factor-auth h4 {
  margin: 20px 0px !important;
}
section.token-two {
  background: url(../images/wordPress-development-services-extraordinary.webp)
    no-repeat;
  background-size: cover;
  height: 550px;
  padding: 50px 0px;
  background-position: center;
}
section.token-two .donec p {
  font: normal normal normal 16px/40px Open Sans;
  letter-spacing: 0.32px;
  opacity: 0.8;
  text-align: justify;
}
ul.list-more li {
  position: relative;
  padding-left: 30px;
  font: normal normal 600 16px/40px Open Sans;
  color: #101010;
  text-transform: capitalize;
}
ul.list-more li:after {
  position: absolute;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  left: 0px;
  font-size: 15px;
  top: 0px;
  font-weight: 600;
  color: #a668ff;
}
.images-more img {
  width: 100%;
  height: 300px;
  object-fit: contain;
}
section.web-designtwo .excel h3 {
  font: normal normal 300 26px/32px Josefin Sans;
}
section.web-designtwo .excel p {
  font: normal normal normal 16px/22px Open Sans;
  letter-spacing: 0.32px;
}
.types-design li {
  width: calc(20% - 20px);
  text-align: center;
  margin: 0px 10px;
}
.types-design li h5 {
  font: normal normal 600 12px/17px Open Sans;
  color: #434343;
  text-transform: capitalize;
  margin: 20px 0px;
}
.types-design li p {
  font: normal normal normal 13px/24px Open Sans;
  letter-spacing: 0.18px;
  color: #959595;
  opacity: 0.7;
  margin-bottom: 0px;
}
.coverprogressbar ul li h6 {
  max-width: 20%;
  flex: 0 0 20%;
  font: normal normal 600 18px/40px Open Sans;
  color: #434343;
}
.coverprogressbar ul li .progress {
  max-width: calc(100% - 20%);
  flex: 0 0 calc(100% - 20%);
}
p.progress-cont {
  font: normal normal normal 16px/22px Open Sans;
  letter-spacing: 0.32px;
  color: #707070;
}
section.web-designthree {
  background: url(../images/webdesignbanner.png) no-repeat;
  background-size: 100% 100%;
  /* padding: 33px 0px 0px 0px; */
  background: #5c0075;
}
section.web-designthree .donec {
  padding-top: 0px;
}
section.web-designthree .donec h4:before {
  bottom: -5px;
}
section.web-designthree .donec p {
  font: normal normal 16px/26px Open Sans;
  opacity: 0.9;
  margin-bottom: 10px;
}
.ico-illu {
  width: 100%;
  /* margin-left: 80px; */
  position: relative;
  top: 0;
  text-align: center;
  margin-bottom: 0;
}
.ico-illu img {
  max-width: 65%;
}
.factor-auth {
  margin-bottom: 30px;
  height: 100%;
}
.images-more2 img {
  width: 100%;
}
section.web-developmentbanner {
  background: url(../images/Group-web.png) no-repeat;
  background-size: cover;
  height: 460px;
}
.btn-active {
  background: #a668ff;
}
.btn-border {
  border: 1px solid #dcdcdc;
}
.two-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
ul.ranking li {
  display: flex;
  position: relative;
  padding-left: 25px;
  margin-bottom: 30px;
}
ul.ranking li:before {
  position: absolute;
  left: 0px;
  top: 7px;
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  font-weight: 700;
  color: #a668ff;
}
ul.ranking li h5 {
  max-width: 15%;
  flex: 0 0 15%;
  font: normal normal 600 16px/30px Open Sans;
  color: #101010;
  text-transform: capitalize;
}
ul.ranking li p {
  max-width: calc(85% - 30px);
  flex: 0 0 calc(85% - 30px);
  margin-left: 30px;
  font: normal normal normal 17px/30px Open Sans;
  letter-spacing: 0.34px;
  color: #101010;
  /* opacity: 0.6;*/
}
ul.ranking li h2 {
  font: normal normal 600 15px/30px Open Sans;
  color: #101010;
  text-transform: capitalize;
}
ul.ranking.ranking2 li {
  margin-bottom: 10px;
}
.netwk img {
  width: 100%;
  height: 280px;
}
section.web-netwoktwo {
  background: #644394;
}
.hire-media h5 {
  font: normal normal bold 28px/60px Open Sans;
  letter-spacing: 1.68px;
  color: #fff;
}
.hire-media span {
  color: #c69eff;
}
.hire-media p {
  font: normal normal normal 18px/40px Open Sans;
  letter-spacing: 0.54px;
  color: #ffffff;
  opacity: 0.7;
}
ul.path li {
  margin-right: 30px;
}
h5.hand {
  font: normal normal 600 18px/30px Open Sans;
  color: #000000;
}
section.cms-one {
  background: #f2f2f2;
}
.faster h5 {
  font: normal normal bold 28px/60px Open Sans;
  letter-spacing: 0.56px;
  color: #000000;
}
.faster p {
  font: normal normal normal 18px/40px Open Sans;
  letter-spacing: 0.36px;
  color: #101010;
  /*opacity: 0.7;*/
}
.btn-lets {
  background: #a668ff;
  font: normal normal normal 18px/36px Open Sans;
  letter-spacing: 0.36px;
}
section.comman-banner:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: rgb(0 0 0 / 66%);
  width: 100%;
  height: 100%;
}
ul.breadcum {
  z-index: 9;
}
.box {
  margin-bottom: 30px;
}
.box h6 {
  font: normal normal 600 15px/20px Open Sans;
  color: #000000;
  margin: 15px 0px;
}
.box p {
  font: normal normal normal 12px/20px Open Sans;
  letter-spacing: 0.17px;
  color: #101010;
}
.box a {
  font: normal normal 600 14px/17px Open Sans;
  letter-spacing: 0.2px;
  color: #a668ff;
}
.guidline a {
  font: normal normal 600 17px/30px Open Sans;
  letter-spacing: 0.34px;
  color: #a668ff;
}
.big-box {
  height: 100%;
}
.big-box h2 {
  font: normal normal 600 24px/34px Josefin Sans;
  color: #000000;
}
.big-box ul li {
  padding-left: 30px;
}
.big-box ul li:after {
  position: absolute;
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 700;
  color: #a668ff;
  top: 3px;
  left: 0;
}
.big-box ul li p {
  font: normal normal 400 16px/30px Open Sans;
  color: #000000;
}
.csm-images li {
  width: 20%;
}
.state-border:after {
  position: absolute;
  content: "";
  right: 30px;
  top: 0px;
  background: #e3e3e3;
  height: 40px;
  width: 1px;
}
h6.grow {
  font: normal normal 600 16px/30px Open Sans;
  letter-spacing: 0.32px;
}
h6.grow span {
  color: #a668ff;
}
h6.heading-comman {
  font: normal normal 600 24px/50px Josefin Sans;
  color: #000000;
}
.guidline.guidline2 p {
  width: 50%;
}
.small-box {
  margin-bottom: 30px;
}
.small-box h5 {
  font: normal normal 600 18px/30px Open Sans;
  color: #000000;
}
.small-box p {
  font: normal normal normal 14px/28px Open Sans;
  letter-spacing: 0.32px;
  color: #101010;
  /*opacity: 0.6; */
}
.mobile-img img {
  width: 486px;
  height: 415px;
}
section.web-phptwo {
  background: url(../images/bg-php1.png) no-repeat;
  background-size: cover;
  padding: 90px 0px;
}
.faster.faster2 {
  padding: 0px 0px;
}
.faster.faster2 p {
  letter-spacing: 0.36px;
  color: #ffffff;
  opacity: 0.9;
}
.comp {
  margin-bottom: 30px;
}
.comp h3 {
  font: normal normal 600 15px/20px Open Sans;
  color: #101010;
  margin: 25px 0px;
}
.comp p {
  font: normal normal normal 14px/26px Open Sans;
  letter-spacing: 0.2px;
  color: #101010;
}
.labmob img {
  width: 100%;
}
.b2b h2 {
  font: normal normal 600 18px/30px Open Sans;
  color: #000000;
}
.b2b p {
  font: normal normal normal 17px/30px Open Sans;
  letter-spacing: 0.34px;
  color: #101010;
  /* opacity: 0.6;*/
}
.b2b label {
  font: normal normal 600 16px/24px Josefin Sans;
  letter-spacing: 0.16px;
  color: #101010;
  padding: 10px 20px;
}
section.web-ecommerce {
  background: url(../images/liner.png) no-repeat;
  background-size: 100% 100%;
  padding: 60px 0px;
}
.btn-lets.btn-lets2 {
  background-color: #fff;
}
.leftseo {
  max-width: 25%;
  flex: 0 0 25%;
}
.leftseo img {
  width: 80% !important;
  height: 305px;
  margin: auto;
}
.rightseo {
  max-width: calc(100% - 25%);
  flex: 0 0 calc(100% - 25%);
  background-color: #f2f2f2;
  padding: 30px 25px;
}
.rightseo h4 {
  font: normal normal bold 18px/24px Open Sans;
  color: #000000;
}
.rightseo p {
  font: normal normal normal 16px/30px Open Sans;
  letter-spacing: 0.32px;
  color: #101010;
  /*opacity: 0.5;*/
  line-height: 30px;
  margin-bottom: 0px;
}
.seo-details .owl-dots {
  position: absolute;
  left: 140px;
  bottom: 10px;
}
.seo-details .owl-nav {
  position: absolute;
  bottom: 10px;
  left: 30%;
}
.seo-details .owl-nav button.owl-prev,
.seo-details .owl-nav button.owl-next {
  background: #644394 !important;
  color: #fff !important;
  width: 60px;
  height: 40px;
  border-radius: 5px;
  font-size: 20px !important;
}
.seo-details .owl-nav button.owl-prev {
  margin-right: 20px;
}
button.owl-dot:focus {
  outline: none;
  box-shadow: none;
}
.seo-details.owl-theme .owl-dots .owl-dot.active span,
.seo-details .owl-theme .owl-dots .owl-dot:hover span {
  background: #000 !important;
}
.seo-details.owl-theme .owl-dots .owl-dot span {
  background: transparent !important;
  border: 1px solid #000;
}
.seo-result h3 {
  font: normal normal bold 24px/50px Josefin Sans;
  color: #000000;
  margin-top: -46px;
  background: #fff;
  width: 40%;
  padding-left: 17px;
}
.traffic h5 {
  font: normal normal 600 15px/30px Open Sans;
  letter-spacing: 0.3px;
  color: #101010;
}
.traffic h4 {
  font: normal normal bold 24px/33px Open Sans;
  color: #000000;
}
.outrak img {
  width: 70%;
}
a.know {
  font: normal normal normal 10px/17px Open Sans;
  letter-spacing: 0.14px;
  color: #a668ff;
}
.it-services h6 small {
  font: normal normal normal 20px/27px Open Sans;
  color: #101010;
}
.btn-dark {
  background-color: #101010 !important;
}
.expertise-box {
  margin-bottom: 30px;
}
.expertise-box h6 {
  font: normal normal 600 20px/50px Josefin Sans;
  color: #000000;
}
.expertise-box p {
  font: normal normal 16px/30px Open Sans;
  letter-spacing: 0.32px;
  color: #101010;
  /*opacity: 0.4;*/
  margin-bottom: 10px;
}
.expertise-box li {
  font: normal normal 16px/30px Open Sans;
  letter-spacing: 0.34px;
  color: #101010;
  margin-bottom: 10px;
}
.expertise-box a {
  font: normal normal 600 14px/17px Open Sans;
  letter-spacing: 0.2px;
  color: #a668ff;
}
.guidline p span {
  font: normal normal 600 17px/30px Open Sans;
  letter-spacing: 0.34px;
  color: #a668ff;
}
section.fill {
  background: url(../images/quote-banner.png) no-repeat;
  background-size: cover;
  padding: 70px 0px;
}
.aftr p {
  font: normal normal normal 18px/40px Open Sans;
  letter-spacing: 0.54px;
  color: #ffffff;
  opacity: 0.9;
}
.aftr p:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 2px;
  bottom: -15px;
  left: calc(50% - 12px);
  background: #fff;
  opacity: 1;
}
.aftr h3 {
  font: normal normal bold 20px/60px Open Sans;
  letter-spacing: 1.2px;
  color: #ffffff;
}
.ppc-ad h4 {
  font: normal normal 600 18px/50px Open Sans;
  color: #644394;
}
.disply-ads h3 {
  font: normal normal bold 18px/50px Open Sans;
  color: #000000;
}
.disply-ads p {
  font: normal normal normal 17px/30px Open Sans;
  letter-spacing: 0.34px;
  color: #101010;
  opacity: 0.6;
}
h3.ad-heading {
  font: normal normal bold 18px/50px Open Sans;
  color: #000000;
}
.guidline li {
  font: normal normal normal 17px/30px Open Sans;
  letter-spacing: 0.34px;
  color: #101010;
  padding-left: 20px;
  margin-bottom: 20px;
}
p.ad-paira {
  font: normal normal 600 17px/30px Open Sans;
  letter-spacing: 0.34px;
  color: #101010;
}
ul.exact li {
  font: normal normal normal 17px/40px Open Sans;
  letter-spacing: 0.34px;
  color: #101010;
}
ul.exact li strong {
  color: #000;
}
.match-table th {
  background-color: #dee2e6;
}
.match-table th,
.match-table td {
  border: 1px solid #000 !important;
  padding: 7px !important;
}
h6.negatv {
  font: normal normal 600 24px/50px Josefin Sans;
  color: #644394;
}
ul.post li {
  font: normal normal 600 16px/50px Open Sans;
  color: #101010;
  text-transform: capitalize;
  padding-left: 15px;
}
ul.post li:before {
  position: absolute;
  left: 0px;
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  font-weight: 700;
  color: #a668ff;
}
h6.quotes:before {
  position: absolute;
  left: 50%;
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-size: 30px;
  color: #ff68d2;
  font-weight: 900;
}
h6.quotes {
  padding: 2px 0px;
}
.content-box h5 {
  font: normal normal 600 18px/50px Josefin Sans;
  color: #000000;
}
.content-box p {
  font: normal normal normal 16px/30px Open Sans;
  letter-spacing: 0.32px;
  color: #101010;
  /*opacity: 0.4;*/
}
.guidline p b {
  color: #000;
}
ul.list-traffic li {
  font: normal normal normal 17px/30px Open Sans;
  letter-spacing: 0.34px;
  color: #101010;
  /*opacity: 0.6;*/
}
ul.faster li {
  padding-left: 30px;
}
ul.faster li:after {
  position: absolute;
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 700;
  color: #a668ff;
  top: 3px;
  left: 0;
}
ul.faster li p {
  font: normal normal 400 16px/30px Open Sans;
  color: #000000;
}
.aftr h6 {
  font: normal normal bold 28px/60px Open Sans;
  letter-spacing: 0.56px;
  color: #ffffff;
}
ul.five-box li {
  width: 20%;
}
ul.five-box li {
  width: calc(20% - 30px);
  margin-right: 37px;
}
ul.five-box li:last-child {
  margin-right: 0px;
}
ul.five-box li h6 {
  font: normal normal 600 18px Josefin Sans;
  color: #000000;
  margin: 20px 0px;
}
ul.five-box li p {
  font: normal normal normal 17px/30px Open Sans;
  letter-spacing: 0.34px;
  color: #101010;
}
.constant-box {
  margin-bottom: 25px;
}
.constant-box p {
  font: normal normal normal 17px/30px Open Sans;
  letter-spacing: 0.34px;
  color: #101010;
}
.constant-box h2 {
  font: normal normal bold 17px/20px Open Sans;
  letter-spacing: 0.34px;
  color: #000000;
  margin: 20px 0px;
}
.aftr h2 {
  font: normal normal 600 20px/40px Open Sans;
  letter-spacing: 0.6px;
  color: #ffffff;
}
.aftr h2 a {
  color: #ff68d2;
  text-decoration: underline;
}
ul.scl-list li {
  font: normal normal normal 17px/30px Open Sans;
  letter-spacing: 0.34px;
  color: #101010;
}
ul.scl-list li b {
  color: #000000;
}
.factor-auth img {
  width: 80px;
  height: 80px;
}
/*.faster{
    padding: 60px 0px;
}*/
.box.rounded.border.text-center.p-4 {
  height: 100%;
  padding: 20px 15px 0px 15px !important;
}
.two-btn h3 {
  font-size: 24px;
}
.packeg-smo h4 {
  color: #101010;
  font-size: 20px;
  line-height: 30px;
}
.packeg-smo p {
  font-size: 16px;
  line-height: 30px;
  color: #101010;
  /*opacity: 0.6;*/
}
.btn.btn-resume,
.btn.btn-resume:hover {
  background: #8b67bf;
  font: normal normal 600 18px/24px Open Sans;
  letter-spacing: 0.36px;
  color: #ffffff;
}
.quote-form input.form-control::placeholder,
.quote-form textarea.form-control::placeholder,
.quote-form select.form-control {
  font: normal normal 12px/17px Open Sans;
}
.quote-form label {
  font: normal normal 12px/24px Open Sans;
  height: 38px;
}
.quote-form .custom-file-label::after {
  line-height: 24px;
  height: 36px;
}
.main-overlay img {
  height: 250px;
  object-fit: fill;
}
.potfolio.commannav-slider .owl-nav button {
  opacity: 1;
  background: #644394 !important;
}
.cover-webtabs.w-100.mx-auto {
  margin-bottom: 30px;
}
.html-gif {
  margin-top: -80px;
}
section.so-imart {
  padding: 30px 0px;
}
ul.ranking.threeul li {
  display: block;
}
ul.ranking.threeul li p {
  width: 100%;
  max-width: 100%;
  margin-left: 0px;
}
ul.ranking.threeul li h5 {
  max-width: 100%;
}
.cover-faq .card .card-body ol {
  padding-left: 20px;
}
.cover-faq .card .card-body ol li,
.cover-faq .card .card-body ul li {
  font-size: 16px;
  line-height: 30px;
  padding-left: 10px;
  color: #101010;
  /*opacity: 0.6;*/
}
.guidline h3 {
  font-weight: 400;
  font-size: 23px;
  margin-bottom: 20px;
}
.modal-dialog {
  max-width: 800px !important;
  margin-top: 100px !important;
  position: relative;
}
.modal-dialog .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  color: #fff;
  opacity: 1;
  font-weight: 400;
  font-size: 38px;
  padding: 0 0 0 0;
}
.modal-dialog .close:focus,
.modal-dialog .close:hover {
  border: none;
  color: #fff;
  text-shadow: none;
  outline: none;
}
