/* ====================== [ Start Typography  ] ====================== */
@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900&amp;display=swap");
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@100;200;300;400;500;600;700;800;900&amp;display=swap");
@import url(plugins.css);

:root {
  --main-color: #26246d;
  --second-color: #7d8cff;
}
.html.remove{
  overflow: hidden !important;
}
body.remove{
  overflow: hidden!important;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;

}
body.active{
  overflow: hidden;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden !important;
}

body {
  color: #111;
  line-height: 1.5;
  font-weight: 400;
  overflow-x: hidden !important;
  font-family: 'Poppins', sans-serif;
  list-style: none;
}
.dropdown:not(.dropdown-open)>.dropdown-menu {
  display: none;
}
.nav-item:hover > ul.dropdown-menu {
  display: block;
}
.nav-item:hover .dropdown-menu.show{
  display: block;
}
header .dropdown-menu {
  mix-blend-mode: normal;
  opacity: 0.89;
  -webkit-box-shadow: 0px 4px 9px rgb(0 0 0 / 50%);
  box-shadow: 0px 4px 9px rgb(0 0 0 / 50%);
  inset: auto;
}
img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}

span {
  display: inline-block;
  color: inherit;
}

a {
  display: inline-block;
  color: inherit;
}

a:hover {
  display: inline-block;
  color: inherit;
}

h1 {
  font-size: 55px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 35px;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 25px;
}

h6 {
  font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: 1.4;
  font-weight: 500;
  overflow: inherit;
}

p {
  color: #888;
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  margin: 0;
}
body.hidden{
  overflow: hidden;
}
a, span {
  display: inline-block;
}

a:hover, span:hover {
  text-decoration: none;
}

.container {
  max-width: 1200px;
}

.custom-font {
  font-family: 'Poppins', sans-serif;
}
.fullwidth{
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  left: 50%;
  right: 50%;
  position: relative;
}
.btna {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.color-font {
  background: -webkit-gradient(linear, left top, right top, from(#12c2e9), color-stop(#c471ed), to(#f64f59));
  background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.back-color {
  background: -webkit-gradient(linear, left top, right top, from(#12c2e9), color-stop(#c471ed), to(#f64f59));
  background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
}

.line {
  position: absolute;
  height: 1px;
  width: 65%;
  background: -webkit-gradient(linear, left top, right top, from(#12c2e9), color-stop(#c471ed), to(#f64f59));
  background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
}
.lineb{
  margin-top: 40px;
  height: 2px;
  width: 100%;
  opacity: .4;
  background: -webkit-gradient(linear, left top, right top, from(#12c2e9), color-stop(#c471ed), to(#f64f59));
  background:  linear-gradient(to right , #12c2e9, #c471ed, #f64f59);
}
.linec{
  margin-top: 10px;
  height: 2px;
  width: 100%;
  opacity: .4;
  background: -webkit-gradient(linear, left top, right top, from(#12c2e9), color-stop(#c471ed), to(#f64f59));
  background:  linear-gradient(to right , #12c2e9, #c471ed, #f64f59);
}
.line.top {
  top: 0;
}

.line.bottom {
  bottom: 0;
}

.line.left {
  left: 0;
}

.line.right {
  right: 0;
}

.pe-7s-angle-right:before, .pe-7s-angle-left:before {
  font-size: 50px;
}


/* ====================== [ End Typography  ] ====================== */
/* ====================== [ Start Helper Classes  ] ====================== */
.o-hidden {
  overflow: hidden;
}

.position-re {
  position: relative;
}

.ontop {
  position: relative;
  z-index: 7;
}

.full-width {
  width: 100% !important;
}

@media screen and (max-width: 565px) {
  .full-height {
    min-height: 40vh !important;
  }
}
.sub-bg {
  background: #f5f5f5;
}
.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.section-padding {
  padding: 120px 0;
}

.section-padding2 {
  padding: 20px 0;
}

.section-padding3 {
  padding: 20px 0 60px 0;
}
.circle {
  border-radius: 50%;
}
.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*-------------------------------------------------------
                       letter-spacing
  -------------------------------------------------------*/
.ls1 {
  letter-spacing: 1px !important;
}
.ls10 {
  letter-spacing: 10px !important;
}
/*-------------------------------------------------------
               margin-top  (0/100) +5
  -------------------------------------------------------*/
  .mt-30 {
    margin-top: 30px !important;
  }

  .mt-20 {
    margin-top: 20px !important;
  }
  .mt-5 {
    margin-top: 5px !important;
  }
  .mt-80 {
    margin-top: 80px !important;
  }
  .mt-10 {
    margin-top: 10px !important;
  }

/*-------------------------------------------------------
               margin-bottom  (0/100) +5
  -------------------------------------------------------*/
  .mb-20 {
    margin-bottom: 20px !important;
  }
  .mb-10 {
    margin-bottom: 10px !important;
  }
  .mb-80 {
    margin-bottom: 80px !important;
  }
  .mb-50 {
    margin-bottom: 50px !important;
  }
  .mb-40 {
    margin-bottom: 40px !important;
  }
.fw-700{
  font-weight: 700 !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
/*-------------------------------------------------------
              padding-top  (0/100) +5
  -------------------------------------------------------*/
  .pt-70 {
    padding-top: 70px !important;
  }
  .pt-20 {
    padding-top: 20px !important;
  }
  .pt-0 {
    padding-top: 0 !important;
  }
  .pt-30 {
    padding-top: 30px !important;
  }
  .pt-50 {
    padding-top: 50px !important;
  }
/*-------------------------------------------------------
           padding-bottom  (0/100) +5
  -------------------------------------------------------*/
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.pb-70 {
  padding-bottom: 70px !important;
}
.no-padding {
  padding: 0 !important;
}

/* ====================== [ End Helper Classes  ] ====================== */

/*GLOBAL SECTION START--------------------------------------------------------------------*/
.lang{
  width: 100px;
  text-align: right;
  font-weight: bold;
  position: relative;
}
.lang .selected-lang{
  display: flex;
  justify-content: end;
  line-height: 2;
  cursor: pointer;
}
.lang .selected-lang:before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url('/img/langall.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.lang  ul {
  margin: 0;
  padding: 0;
  display: none;
  background-color: #fff;
  border: 1px solid #f8f8f8;
  position: absolute;
  top: 25px;
  right: 0px;
  width: 125px;
  border-radius: 5px;
  box-shadow: 0px 1px 10px rgba(0,0,0,0.2);
}
.lang ul li {
  list-style: none;
  text-align: left;
  display: flex;
  justify-content: space-between;
}
.lang ul li a{
  text-decoration: none;
  width: 125px;
  padding: 5px 10px;
  display: block;
}
.lang ul li a:hover{
  background-color: #f2f2f2;
}
.lang  ul li a:before{
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  margin-right: 10px;
  background-size: contain;
  background-repeat: no-repeat;
}
.lang:hover ul{
  display: block;
}
.az:before{
  background-image: url('/img/flagaz.png');
}
.ru:before{
  background-image: url('/img/flagru.png');
}
.en:before{
  background-image: url('/img/flagen.png');
}
#notfound {
  position: relative;
  height: 100vh;
  background: #030005;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.notfound {
  max-width: 767px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
}

.notfound .notfound-404 {
  position: relative;
  height: 180px;
  margin-bottom: 20px;
  z-index: -1;
}

.notfound .notfound-404 h1 {
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 224px;
  font-weight: 900;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -12px;
  color: #030005;
  text-transform: uppercase;
  text-shadow: -1px -1px 0px #8400ff, 1px 1px 0px #ff005a;
  letter-spacing: -20px;
}

.notfound .notfound-404 h2 {
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  left: 0;
  right: 0;
  top: 110px;
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0px 2px 0px #8400ff;
  letter-spacing: 13px;
  margin: 0;
}

.notfound a {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  text-transform: uppercase;
  color: #ff005a;
  text-decoration: none;
  border: 2px solid;
  background: transparent;
  padding: 10px 40px;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.notfound a:hover {
  color: #8400ff;
}

@media only screen and (max-width: 767px) {
  .notfound .notfound-404 h2 {
    font-size: 24px;
  }

}

@media only screen and (max-width: 480px) {
  .notfound .notfound-404 h1 {
    font-size: 182px;
  }
}
#id01 .animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s;
}
@-webkit-keyframes animatezoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@keyframes animatezoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.modal1{
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0,0,0,.4);
  padding-top: 60px;
  z-index: 1000;
}
.modal1 .center{
  width: 500px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 12%;
}
.modalBtn{
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
}
.modal .modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 0.3rem;
  outline: 0;
}
 #id01 .imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}
 #id01 .close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: 700;
}
#id01 .container {
  padding: 16px;
}
#id01 label {
  margin-bottom: 0;
}
#id01 input[type=text], input[type=number], select, textarea {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  resize: none !important;
}
#id01 input[type=text]::placeholder,
#id01 textarea::placeholder{
  font-style: italic;
  opacity: .7;
  font-size: 14px;
}
#id01 .cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

#id01 button {
  background-color: #9B59B6;
  color: #fff;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: auto;
}
#id01 button:hover{
  background-color: #880bbb;
  color: #fff;
  transition: all .3s;
}
#id01 span.psw {
  float: right;
  padding-top: 16px;
}
/*PRICE START------------------------------------------------*/


.princ .pricingTable10{
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
}
.princ .pricingTable10:hover{
  transform: translateY(-25px);
  -webkit-transform: translateY(-25px);
  -moz-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  -o-transform: translateY(-25px);
}


.pricingTable10 {
	text-align: center;
}
.pricingTable10 .pricingTable-header {
  border-radius: 10px;
  padding: 2px 0;
  background: #4d4d4d;
  position: relative;
  transition: all 0.3s ease 0s;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.paket1:hover .pricingTable-header {
	background: #9B59B6;
}
.pak.active{
  transform: translateY(-20px);
  -webkit-transform: translateY(-17px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
}
.pak.active .pricingTable-header{
  background: #f64f59 !important;

}
.paket1:hover .read{
  background: #9B59B6;
}
.paket2:hover .pricingTable-header {
	background: #f64f59 !important;
}
.paket2:hover .read{
  background: #f64f59;
}
.paket3:hover .pricingTable-header{
	background: #6549d5 !important;
}
.paket3:hover .read{
  background: #6549d5;
}
.pricingTable10 .pricingTable-header:after,
.pricingTable10 .pricingTable-header:before {
	content: '';
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 1px solid #d9d9d8;
	position: absolute;
	bottom: 12px;
}
.pricingTable10 .pricingTable-header:before {
	left: 40px;
}
.pricingTable10 .pricingTable-header:after {
	right: 40px;
}
.pricingTable10 .heading {
  padding-top: 20px;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 0;
}
.pricingTable10 .price-value {
	display: inline-block;
	position: relative;
	font-size: 37px;
	font-weight: 700;
	color: #ccc;
	transition: all 0.3s ease 0s;
}
.pricingTable10:hover .price-value {
	color: #fff;
}
.pricingTable10 .currency {
	font-size: 30px;
	font-weight: 700;
	position: absolute;
	top: 6px;
	left: -19px;
}
.pricingTable10 .month {
	font-size: 16px;
	color: #fff;
	position: absolute;
	bottom: 15px;
	right: -30px;
	text-transform: uppercase;
}
.pricingTable10 .pricing-content {
  border-radius: .7rem;
  padding-top: 25px;
  background: rgb(245, 241, 241);
  position: relative;
  -webkit-border-radius: .7rem;
  -moz-border-radius: .7rem;
  -ms-border-radius: .7rem;
  -o-border-radius: .7rem;
}
.pricingTable10 .pricing-content:after,
.pricingTable10 .pricing-content:before {
	content: '';
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 1px solid #7c7c7c;
	position: absolute;
	top: 12px;
}
.pricingTable10 .pricing-content:before {
	left: 40px;
}
.pricingTable10 .pricing-content:after {
	right: 40px;
}
.pricingTable10 .pricing-content ul {
	padding: 0 20px;
	margin: 0;
	list-style: none;
}
.pricingTable10 .pricing-content ul:after,
.pricingTable10 .pricing-content ul:before {
	content: '';
	width: 8px;
	height: 46px;
	border-radius: 3px;
	background: linear-gradient(to bottom, #818282 50%, #727373 50%);
	position: absolute;
	top: -22px;
	z-index: 1;
	box-shadow: 0 0 5px #707070;
	transition: all 0.3s ease 0s;
}
.pricingTable10:hover .pricing-content ul:after,
.pricingTable10:hover .pricing-content ul:before {
	background: linear-gradient(to bottom, #40c4db 50%, #34bacc 50%);
}
.pricingTable10 .pricing-content ul:before {
	left: 44px;
}
.pricingTable10 .pricing-content ul:after {
	right: 44px;
}
.pricingTable10 .pricing-content ul li {
	font-size: 15px;
	font-weight: 700;
	color: #777473;
	padding: 5px 0;
	border-bottom: 1px solid #d9d9d8;
}
.pricingTable10 .pricing-content ul li:last-child {
	border-bottom: none;
}
.pricingTable10 .read {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	background: #d9d9d8;
	padding: 8px 25px;
	margin: 10px 0;
	transition: all 0.3s ease 0s;
}
.pricingTable10 .read:hover {
	text-decoration: none;
}
.pricingTable10:hover .read {
  transform: translateY(-10px);

  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}
@media screen and (max-width: 990px) {
	.pricingTable10 {
		margin-bottom: 25px;
	}
}









.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
  content: '';
}


/*PRICE END------------------------------------------------*/

/*TOOLS START------------------------------------------------*/
.tools {
  margin-top: 6rem;
}
.tools .container .fontsize{
    margin-top: 50px;
  }
  .tools .container .mt-50{
    margin-top: 30px;
    padding-bottom: 60px;
  }
  .tools .container .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .tools h6{
    margin-top: 2rem;
  }
  .tools .container .col-sm-6{
    width: 50% !important;
    flex: 0 0 30%;
  }
  .tools .counter-wrap ul {
      margin-bottom: 0rem !important;
  }
.tools .counter-wrap ul li{
    margin-top: 10px;
    width: 140px;
    height: 140px;
    display: inline-block;
    list-style: none;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

.tools .counter-wrap ul li img{
    width: 100%;
    height: 100%;
}
.tools .counter-wrap ul li img:nth-child(1){
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}
.tools .counter-wrap ul li img:nth-child(2){
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}
.tools .counter-wrap ul li:hover img:nth-child(1){
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}
.tools .counter-wrap ul li:hover img:nth-child(2){
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}
  .tools .container .counter-wrap{
    width: 100%;
    padding: 9px;
    text-align: center;
  }
  .tools .container .tools-text{
    display: block;
    font-weight: bold;
    padding-top: 20px;
  }


  @media screen and (max-width:1200px){
    .tools .counter-wrap ul li{
        width: 166px;
        height: 180px;
    }
  }
  @media screen and (max-width:991px) {
    .tools .container .tools-text{
      font-size: .75rem;
    }
    .tools .counter-wrap ul li{
        width: 135px;
        height:135px;
    }
  }

  @media screen and (max-width:565px) {
    .tools .container .tools-text{
      font-size: .75rem;
    }
   .tools .container .col-sm-6{
    flex: 0 0 50% !important;
   }
   .tools .counter-wrap ul li{
    width: 195px;
    height:195px;
    }
  }
  @media screen and (max-width:480px) {
   .tools .counter-wrap ul li{
    width: 126px;
    height:126px;
    }

  }
  @media screen and (max-width:210px) {
    .tools .counter-wrap ul li{
        width: 97px !important;
        height:86px !important;
     }
     .footerTwo{
         display: none !important;
     }
   }
/*TOOLS END------------------------------------------------*/
/*steps-section END------------------------------------------------*/

.app-services{
  position: relative;
  margin-top: -100px;
}
.app-services .container {
  max-width: 1170px;
}
.app-services .container .s-head{
    margin-bottom: 80px !important;
}
.app-services .container .s-head .stit {
  font-size: 22px;
  color: #f45162;
  position: relative;
  z-index: 4;
}
.app-services .container .s-head .stit span {
  position: relative;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #0f0f1e;
  border-radius: 50%;
}
.app-services .container .s-head .stit span.left {
  margin-right: 15px;
}
.app-services .container .s-head .stit span.right {
  margin-left: 15px;
}
.app-services .container .s-head .stit span:after {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #f45162;
  z-index: -1;
}
.app-services .container .s-head .stit span:after {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #f45162;
  z-index: -1;
}
.app-services .item {
  padding: 40px;
  -webkit-box-shadow:  0 4px 12px rgba(76, 76, 76, 25%);
  box-shadow: 0 4px 12px rgb(76 76 76 / 25%);
  border-radius: 10px;
  height: 100%;
  border: 1px solid transparent;
  background: #fff;
  position: relative;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  z-index: 3;
}

.app-services .item:hover {
  border-color: transparent;
}

.app-services .item:hover:before {
  opacity: 1;
}

.app-services .item:after, .app-services .item:before {
  content: '';
  position: absolute;
  border-radius: 5px;
  background: #fff;
  z-index: -1;
}

.app-services .item:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.app-services .item:before {
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background-image: -webkit-gradient(linear, right top, left top, from(#17c0e9), color-stop(#c96ddd), to(#f45162));
  background-image: -webkit-linear-gradient(right, #17c0e9, #c96ddd, #f45162);
  background-image: -o-linear-gradient(right, #17c0e9, #c96ddd, #f45162);
  background-image: linear-gradient(to left, #17c0e9, #c96ddd, #f45162);
  opacity: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.app-services .item .item-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
}



.app-services .item .item-tit .icon svg {
  width: 40px;
  fill: #f45162;
}

.app-services .item .item-tit .icon span {
  font-size: 45px;
  color: #f45162;
}

.app-services .item .item-tit .text-tit h5 {
  font-size: 15px;
  margin-top: 10px;
  position: relative;
  text-align: center;
}






.testimonial-section .icon-layer-one,
.testimonial-section .icon-layer-two,
.testimonial-section .icon-layer-three,
.testimonial-section .icon-layer-four,
.about-section .circle-layer,
.services-section-three .pattern-layer-one,
.services-section-three .pattern-layer-two,
.service-block-two .inner-box:hover .icon-four,
.service-block-two .inner-box:hover .icon-three,
.banner-section-two .content-column .pattern-layer-three,
.banner-section-two .content-column .pattern-layer-four,
.services-section-four .pattern-layer-two,
.services-section-four .pattern-layer-one,
.seo-section .pattern-layer-one,
.seo-section .pattern-layer-two,
.page-title .pattern-layer-four,
.step-block .inner-box .icon-box:before,
.step-block:nth-child(3) .inner-box .icon-box:before,
.service-block-five .inner-box .icon-box .border-layer,
.services-section-four .owl-carousel .owl-stage-outer .owl-item.center .service-block-four .inner-box .icon-three,
.services-section-four .owl-carousel .owl-stage-outer .owl-item.center .service-block-four .inner-box .icon-four{
  animation-name: rotateme;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;

  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;

  -moz-animation-name: rotateme;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;

  -ms-animation-name: rotateme;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;

  -o-animation-name: rotateme;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}


/*steps-section END------------------------------------------------*/
@media screen and (max-width:767px) {
  .tools .container .tools-text{
    font-size: .85rem;
  }
  .tools .counter-wrap ul li{
    width: 115px;
    height:115px;
  }

  .slider-st .container .sub-title{
    margin-bottom: 20px !important;
  }
  .slider-st .container .sub-title h6{
    font-size: 30px;
  }
  .slider-st .container .valign .mb-10{
    font-size: 25px;
  }
  .slider-st .container .newbtn{
    margin-bottom: 20px !important;
  }
  
}
/*SEOAREA END------------------------------------------------*/
.serv-block {
  position: relative;
  padding: 120px 0;
}
.serv-block .container {
  max-width: 1170px;
}
.serv-block .container .valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.serv-block .container .stit,
.myworks .container .stit{
  font-size: 22px;
  color: #f45162;
  position: relative;
  z-index: 4;
  text-align: center;
}
.serv-block .container .content h2{
  text-align: center;
}
.serv-block .container .stit span,
.myworks .container .stit span {
  position: relative;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #0f0f1e;
  border-radius: 50%;
}
.serv-block .container .stit span:after,
.myworks .container .stit span:after{
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #f45162;
  z-index: -1;
}
.serv-block .app-sta .col-sm-6{
  margin-bottom: 30px;
}
.serv-block .app-sta .item{
  -webkit-box-shadow: 0 4px 12px rgb(76 76 76 / 25%);
  box-shadow: 0 4px 12px rgb(76 76 76 / 25%);
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  border-radius: 10px;
  padding: 30px;
}
.serv-block .app-sta .item .icon {
  color: #f45162;
  font-size: 40px;
  margin-bottom: 10px;
}
.serv-block .app-sta .item h3 {
  font-size: 25px;
  margin-bottom: 10px;
}
.serv-block .content p {
  font-size: 16px;
}











@media screen and (max-width: 991px) {
  .app-services .container .row .col-lg-3{
    margin-bottom: 30px;
  }
  .serv-block{
    padding:70px 0px;
  }
}





/*seo-section-two start------------------------------------------------*/
.section-seo{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  float: left;
  width: 100%;
}
.section-seoadiut {
  position: relative;
  width: 100%;
  float: left;
}
.section-seo .section-wrapper {
  width: 100%;
  max-width: 1020px;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.padding-top-zero {
  padding-top: 0!important;
}
.section-padding {
  position: relative;
  width: 100%;
  float: left;
  padding: 5em 1em;
}
#seoadiut-con {
  box-shadow: 11px 4px 8px 0 rgb(6 166 238 / 4%);
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
  padding: 60px;
  border-radius: 15px 15px 15px 15px;
  position: relative;
  width: 100%;
  background: rgb(210, 232, 239);
}
#seoadiut-con .seoadiut-heading {
  text-align: center;
  margin-bottom: 20px;
}
#seoadiut-con .seoadiut-heading h4 {
  color: #444;
  font-weight: 700;
  font-size: 30px;
}
#seoadiut-con .seoadiut-heading p{
  color: #444;
}
.section-seo  .seo_title_back {
  display: none;
  transition: all .4s ease 0s;
}
.contact__msg_seo{
  margin-bottom: 10px;
  display: flex;

}
.section-seo .wpcf7-response-output h4 {
  padding: 0.2em 1em;
  border: 1px solid #9B59B6;
  visibility: hidden;
  font-weight: 300;
  font-size: 18px;
  color: #444;

}

.section-seo .wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}
.section-seo .wpcf7-spinner::before {
  content: '';
  position: absolute;
  background-color: #fbfbfc;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}
.section-seo .one-line-form {
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding: 13px;
  background: #fff;
  border-radius: 33px;
  -webkit-border-radius: 33px;
  -moz-border-radius: 33px;
  margin-bottom: 1em;
}
.one-line-form>* {
  float: left;
}
.section-seo .one-line-form>span {
  width: 28%;
}
.section-seo .seoadiut-input {
  width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 23px;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  padding: 9px 20px;
  box-sizing: border-box;
  outline: 0;
  color: #606060;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  box-sizing: border-box;
  overflow: visible;
}
.section-seo .one-line-form input {
  border: none;
  float: left;
  position: relative;
}
.section-seo .one-line-form>span.your-email {
  position: relative;
}
.section-seo .one-line-form>span.your-email:before {
  content: "";
  width: 1px;
  height: 60%;
  background: rgba(0, 0, 0, .1);
  position: absolute;
  left: -3px;
  top: 20%;
}
.section-seo .one-line-form>span.your-tel:before {
  content: "";
  width: 1px;
  height: 45%;
  background: rgba(0, 0, 0, .1);
  position: absolute;
  left: 483px;
  top: 30%;
}
.section-seo .octf-btn,
.intro .octf-btn{
  transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  font-size: 16px;
  padding: 16px 28px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  background: #9B59B6;
  cursor: pointer;
  border: 1px solid transparent;
  outline: 0;
  box-sizing: border-box;
  color: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  box-shadow: 12px 12px 20px 0 rgb(254 76 28 / 30%);
  -webkit-box-shadow: 12px 12px 20px 0 rgb(254 76 28 / 30%);
  -moz-box-shadow: 12px 12px 20px 0 rgba(254, 76, 28, .3);
}
.section-seo .octf-btn-icon,
.intro .octf-btn-icon{
  text-align: left;
  padding: 5px 5px 5px 28px;
}
.section-seo .octf-btn-primary,
.intro .octf-btn-primary,{
  background: #9B59B6;
}
.section-seo [type=reset],
.section-seo [type=submit],
button, html [type=button] {
  -webkit-appearance: button;
}
.section-seo .one-line-form button ,
.intro button{
  position: absolute;
  top: 9px;
  right: 5px;
  box-shadow: none!important;
}
.section-seo .octf-btn-primary.octf-btn-icon ,
.intro .octf-btn-primary.octf-btn-icon{
  box-shadow: 8px 8px 18px 0 rgb(24 156 227 / 30%);
  -webkit-box-shadow: 8px 8px 18px 0 rgb(24 156 227 / 30%);
  -moz-box-shadow: 8px 8px 18px 0 rgb(24 156 227 / 30%);
  border: 0;
  outline: 0;
}
.section-seo .far,
.intro .far{
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.section-seo .octf-btn:before,
.intro .octf-btn:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  opacity: 1;
  -webkit-transform: translate(-105%, 0);
  transform: translate(-105%, 0);
  background-color: rgba(255, 255, 255, .8);
}
.section-seo .octf-btn-icon i,
.intro .octf-btn-icon i{
  background: #46b0e9;
  font-family: 'Font Awesome 5 Free';
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  margin-left: 14px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  -ms-transition: all .3s linear;
}
.octf-btn-primary:focus, .octf-btn-primary:hover {
  box-shadow: 8px 8px 18px 0 rgb(24 156 227 / 30%);
  -webkit-box-shadow: 8px 8px 18px 0 rgb(24 156 227 / 30%);
  -moz-box-shadow: 8px 8px 18px 0 rgb(24 156 227 / 30%);
  border: 0;
  outline: 0;
}
.octf-btn:hover:before {
  opacity: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}









@media (min-width: 768px){
  .section .section-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

/*seo-section-two END------------------------------------------------*/




/*SEOAREA END------------------------------------------------*/

/*------------PROCESS START*/

.procces{
  background:#f6f6f6;
  padding: 60px 0 30px;
  margin-top: 7rem;
}
.procces .container{
  width: 1600px;
  margin: 0 auto;
  max-width: 90%;
  position: relative;
  z-index: 1;
}
.procces .container .process-blocks{
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin: 0 -15px;
}
.procces .container .process-blocks .process-block{
  width: 25%;
  padding: 0 15px 30px;
}
.procces .container .process-blocks .process-block .process-number-block{
  position: relative;
}
.procces .container .process-blocks .process-block .process-number-block .opacity{
  opacity: .4 !important;
}
.procces .container .process-blocks .process-block .process-number-block img{
  width: 140px;
  height: 140px;
  margin: 0 auto;
}
.procces .container .process-blocks .process-block .process-number-block h4{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  white-space: nowrap;
  color: #007bff;
  font-weight: 600;
}
.procces .container .process-blocks .process-description{
  color: #666;
  text-align: start;
}
/*------------PROCESS END*/

/*------------IMGLOADED START*/
.imgLoad img {
  opacity: 0 !important;
  transition: all .7s;
  -webkit-transition: all .7s;
  -moz-transition: all .7s;
  -ms-transition: all .7s;
  -o-transition: all .7s;
}

.imgLoad.loaded::before {
  content: unset !important;
  transition: all .7s;
  -webkit-transition: all .7s;
  -moz-transition: all .7s;
  -ms-transition: all .7s;
  -o-transition: all .7s;
}

.bot.loaded::after {
  content: unset !important;
  transition: all .7s;
  -webkit-transition: all .7s;
  -moz-transition: all .7s;
  -ms-transition: all .7s;
  -o-transition: all .7s;
}

.imgLoad.loaded img, .imgLoad img[data-loaded=true] {
  opacity: 1 !important;
  transition: all .7s;
  -webkit-transition: all .7s;
  -moz-transition: all .7s;
  -ms-transition: all .7s;
  -o-transition: all .7s;
}

.swiper_detal {
  text-decoration: none !important;
  color: #000;
  letter-spacing: 2px;
}

.swiper_detal:hover {
  letter-spacing: 4px;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
}

/*------------IMGLOADED END*/
/* ====================== [ Start Progress ] ====================== */
.progress-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  content: '\f077';

  text-align: center;
  line-height: 44px;
  font-size: 13px;
  font-weight: 900;
  color: #12c2e9;
  left: 0;
  top: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #12c2e9;
  stroke-width: 4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  margin-left: 2px;
  margin-top: 2px;
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: #12c2e9;
  -webkit-transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
  transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -40px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  background-color: #12c2e9;
  opacity: .3;
}

.cursor-outer {
  margin-left: -15px;
  margin-top: -15px;
  width: 40px;
  height: 40px;
  border: 1px solid #12c2e9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: .5;
  -webkit-transition: all .08s ease-out;
  transition: all .08s ease-out;
}

.cursor-outer.cursor-hover {
  opacity: 0;
}

/* ====================== [ End Progress ] ====================== */
/* ====================== [ Start wrapper ] ====================== */
.circle-bg {
  position: relative;
}

.circle-bg .circle-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  overflow: hidden;
}

.circle-bg .circle-color.fixed {
  position: fixed;
  pointer-events: none;
  opacity: .5;
}

.circle-bg .gradient-circle {
  position: absolute;
  left: -250px;
  top: 250px;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 500px;
  height: 500px;
  border-radius: 70%;
  background-image: linear-gradient(45deg, #059dff, #36c6f0);
  opacity: .25;
  -webkit-filter: blur(100px);
  filter: blur(100px);
}

.circle-bg .gradient-circle.two {
  left: auto;
  top: -250px;
  right: -250px;
  bottom: auto;
  background-image: linear-gradient(45deg, #fb5343, #6549d5);
}

/* ====================== [ end wrapper ] ====================== */
/* ====================== [ Start navbar ] ====================== */
.btnHidden{
  opacity: 0;
  visibility: hidden;
}
.btnHidden.hidden{
  opacity: 1;
  visibility: visible;
}

.navbar {
  position: fixed !important;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  background: rgba(255,255,255,1);
  border-bottom: 2px solid transparent;
  z-index: 999;
  min-height: 80px;
  border-bottom: 2px solid rgba(224, 221, 221, 0.3);
  transition: .3s !important;
  -webkit-transition: .3s!important;
  -moz-transition: .3s!important;
  -o-transition: .3s!important;
  -ms-transition: .3s!important;
}
.navbar.nav-scroll{
  background: rgba(255,255,255,.8);
  backdrop-filter: saturate(1) blur(20px)!important;
}
.navbar .icon-bar, .navbar.light .navbar-nav .nav-link {
  color: #111;
}

.navbar .navbar-nav .nav-link {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  padding: 0px 18px;
  margin: 10px 15px;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
}
.navbar .navbar-nav .nav-link.active{
  color: #12c2e9 !important;
}
.navbar.nav-scroll .nav-link.active{
  color: #12c2e9 !important;
}



.navbar .navbar-nav .nav-link:hover {
  color: #12c2e9;
}
.navbar.nav-scroll .nav-link{
  color: #000;
}
.navbar .navbar-nav .dropdown-menu {
  padding: 10px 0;
  border: 0;
  -webkit-box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
}

.navbar .navbar-nav .dropdown-item {
  font-size: 13px;
  padding: 10px 20px;
  opacity: .9;
}

.navbar .navbar-nav .dropdown-item:hover {
  background: transparent;
  color: #12c2e9;
}

.navbar .dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  color: #111;
  background: #f5f5f5;
  min-width: 185px;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .4s;
  transition: all .4s;
}

.navbar .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.navbar .dropdown-menu .dropdown-item {
  -webkit-transition: all .4s;
  transition: all .4s;
  padding: 10px 25px;
  position: relative;
}

.navbar .dropdown-menu .dropdown-item:after {
  content: '';
  width: 0px;
  height: 1px;
  background: #12c2e9;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.navbar .dropdown-menu .dropdown-item:hover {
  padding-left: 30px;
}

.navbar .dropdown-menu .dropdown-item:hover:after {
  width: 10px;
}

.navbar .search {
  color: #fff;
  padding-left: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar .search .icon {
  cursor: pointer;
}

.navbar .search .search-form {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(37, 37, 49, 0.98);
  display: none;
}

.navbar .search .search-form form {
  width: 600px;
  position: absolute;
  left: calc(50% - 300px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.navbar .search .search-form form input {
  padding: 15px 0;
  font-size: 80px;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  background: transparent;
  border: 0;
  border-bottom: 2px solid #12c2e9;
}

.navbar .search .search-form .close {
  position: absolute;
  top: 20%;
  right: 20%;
  color: #fff;
  font-size: 60px;
  opacity: 1;
  cursor: pointer;
}

.navbar .logo {
  width: 180px;
}

/* .nav-scroll {
  background: #fff;
  border-color: #f5f5f5;
  border-bottom: 1px solid #cbc9cc;
  padding: 0;
  position: fixed;
  top: -80px;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
}

.nav-scroll .navbar-nav .nav-link {
  color: #000;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
}

.nav-scroll .navbar-nav .nav-link:hover {
  color: #059dff;
} */

.topnav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  padding: 30px 0;
  color: #fff;
  -webkit-transition: all .7s;
  transition: all .7s;
}

.topnav.light {
  color: #111;
}

.topnav.light .text:after {
  color: #111;
}

.topnav.light .icon i {
  background: #111 !important;
}

.topnav .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.topnav .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 50px;
}

.topnav .logo {
  width: 50px;
}

.topnav .menu-icon {
  margin-left: auto;
  cursor: pointer;
}

.topnav .menu-icon:hover .text .char {
  -webkit-animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}

.topnav .menu-icon .text {
  font-size: 13px;
  font-weight: 500;
  padding-left: 15px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.topnav .menu-icon .text:after {
  content: 'close';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-left: 15px;
  opacity: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}

.topnav .menu-icon .text .word {
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}

.topnav .menu-icon .text.open .word {
  opacity: 0;
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}

.topnav .menu-icon .text.open:after {
  opacity: 1;
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}

.topnav .menu-icon .icon {
  display: table-cell;
}

.topnav .menu-icon .icon i {
  display: block;
  width: 20px;
  height: 3px;
  background: #fff;
  margin: 4px 0;
}
.navbar-expand-lg .container-fluid{
  padding: 5px 100px 5px 100px;
}
.hamenu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  background: #eee;
  padding: 120px 30px 30px;
  overflow: hidden;
  z-index: 9999;
  -webkit-transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
  transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
}

.hamenu.open .menu-links .main-menu > li .link {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  outline: none;
  border: none;
}

.hamenu.open .cont-info:after {
  height: 100vh;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.hamenu.open .cont-info .item {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.hamenu .menu-links {
  margin-top: 30px;
}

.hamenu .menu-links .o-hidden {
  display: inline-block;
}

.hamenu .menu-links .main-menu {
  position: relative;
  z-index: 2;
}

.hamenu .menu-links .main-menu.gosub > li {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: .2s !important;
  transition-delay: .2s !important;
}

.hamenu .menu-links .main-menu.gosub > li .link {
  -webkit-transform: translateY(45px) !important;
  transform: translateY(45px) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  -webkit-transition-delay: .2s !important;
  transition-delay: .2s !important;
}

.hamenu .menu-links .main-menu.gosub .sub-menu.sub-open {
  z-index: 3 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.hamenu .menu-links .main-menu > li {
  font-size: 30px;
  font-weight: 600;
  padding: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.hamenu .menu-links .main-menu > li span.nm {
  opacity: .8;
  font-size: 11px;
  margin-right: 10px;
}

.hamenu .menu-links .main-menu > li .link {
  -webkit-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all .7s;
  transition: all .7s;
  cursor: pointer;
}

.hamenu .menu-links .main-menu > li .link i {
  font-size: 15px;
  margin-left: 5px;
}

.hamenu .menu-links .main-menu .sub-menu {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
  outline: none;
  border: none;
}

.hamenu .menu-links .main-menu .sub-menu.sub-open {
  z-index: 3;
}

.hamenu .menu-links .main-menu .sub-menu.sub-open li .sub-link {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.hamenu .menu-links .main-menu .sub-menu li {
  color: #333;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 8px 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.hamenu .menu-links .main-menu .sub-menu li .sub-link {
  -webkit-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all .7s;
  transition: all .7s;
}

.hamenu .menu-links .main-menu .sub-menu li .sub-link.back {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
}

.hamenu .menu-links .main-menu .sub-menu li .sub-link.back i {
  margin-left: 10px;
}

.hamenu .menu-links .main-menu .sub-menu li .sub-link em {
  font-size: 13px;
  font-weight: 300;
  margin-left: 10px;
}

.hamenu .cont-info {
  margin-top: 50px;
  position: relative;
}

.hamenu .cont-info:after {
  content: '';
  width: 1px;
  height: 0;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: -40px;
  top: -170px;
  -webkit-transition: all .7s;
  transition: all .7s;
}

.hamenu .cont-info .item {
  margin-bottom: 30px;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  opacity: 0;
  -webkit-transition: all .7s;
  transition: all .7s;
}

.hamenu .cont-info .item:last-of-type {
  margin-bottom: 0;
}

.hamenu .cont-info .item h6 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}


.selectpicker{
  margin-left: 50px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

@media screen and (max-width:991px) {
  .navbar .nav-item.lang .nav-link{
    background-color: transparent;
    display: inline-block;
    color: #fff;
    padding: 3px;
  }
  .section-seo .seoadiut-input{
    border: 1px solid #e6e6e6!important;
  }
  .one-line-form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .section-seo .one-line-form>span{
    width: 100%;
  }
  .section-seo .one-line-form>span.your-email:before,.section-seo .one-line-form>span.your-tel:before{
    display: none;
  }
  .section-seo .one-line-form button{
    position: inherit;
    display: flex;
    justify-content: center;
    margin-top: 6px;
  }
  .section-seo .seoadiut-input{
    margin-top: 20px;
  }
  .selectpicker{
    display: none;
  }
  #lang{
    display: block !important;
    position: absolute;
    bottom: 5%;
    right: 50%;
}
  .navbar .lang .langs:nth-child(1) ,.navbar .lang .langs:nth-child(2), .navbar .lang .langs:nth-child(3){
    padding-right: 20px !important;
  }
  .navbar .lang img{
    max-width: 20px;
    padding-right: 5px;
    margin-top: -5px;
  }
  .navbar .lang .langs:hover,
  .navbar .lang .langs:focus
  {
    color: #9B59B6 !important;
  }
  .navbar .nav-item.lang .nav-link{
    color: #8400ff;
  }
  .navbar .nav-item.lang{
    display: block !important;
  }

}
.vs-menu-wrapper li{
  list-style: none!important;
  list-style-type: none !important;
}

.vs-menu-wrapper .vs-mobile-menu{
    text-align: center;
    display: block;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    border-bottom: 1px solid rgba(0,0,0,0.10);
    padding: 6px 10px;
    transition:all .3s;
  width: 100%;
}
.vs-menu-wrapper .vs-mobile-menu:hover,
.vs-menu-wrapper .vs-mobile-menu:focus{
	color:#c471ed;
  letter-spacing: 3px;
}
.vs-menu-wrapper .menu-item-type-custom{
  position: relative;
  display: block;
}
.vs-menu-wrapper  .menu-items li.dropdown .dropdown-btn{
  position: absolute;
  right: 80px;
  top: 0px;
  width: 44px;
  height: 44px;
  text-align: center;
  font-size: 16px;
  line-height: 44px;
  color: #404040;
  cursor: pointer;
  z-index: 5;
}
.vs-menu-wrapper  .menu-items li.dropdown .dropdown-btn:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 10px;
  width: 1px;
  height: 24px;
  border-left: 1px solid rgba(0,0,0,0.10);
}
.vs-menu-wrapper  .menu-items #menu-item-1612{
  position:relative;
}
.vs-menu-wrapper  .menu-items #menu-item-1612 li{
  list-style: none;
  border-bottom: 1px solid rgba(0,0,0,0.10);
}
.vs-menu-wrapper  .menu-items #menu-item-1612 li > a {
  position: relative;
  display: block;
  text-align: center;
  line-height: 18px;
  padding: 4px 9px;;
  font-size: 15px;
  font-weight: 600;
  color: #404040;
  text-transform: capitalize;
}






.vs-menu-wrapper .dropdown{

  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.vs-menu-wrapper .dropdown-item{
  padding: 5px;
}
.vs-menu-wrapper .dropdown .dropdown-menu{
  min-width: 5rem !important;
}
.vs-menu-wrapper .dropdown .dropdown-menu .dropdown-item img{
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
.vs-menu-wrapper .dropdown .dropdown-menu .dropdown-item:hover,
.vs-menu-wrapper .dropdown .dropdown-menu .dropdown-item:focus{
  background-color: #999;
  transition: all .3s;
  color: #fff;
  letter-spacing: 3px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.vs-menu-wrapper .vs-active i{
  border: none;
  outline: none;
  cursor: pointer;
}
.vs-menu-wrapper .vs-active i:hover,
.vs-menu-wrapper .vs-active i:focus{
  color: red;

  transition: all .3s;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.vs-menu-wrapper .nav-item .nav-link.active{
 color: #9B59B6;
 letter-spacing: 3px;
}
.select {
  display:flex;
  flex-direction: column;
  position:relative;
  width:100px;
  height:30px;
  margin-left: 5rem;
  background-color: transparent;
}
.select .option {
    border-radius: 6px;
    padding:0 30px 0 15px;
    min-height:40px;
    display:flex;
    align-items:center;
    background:#ccc;
    color: #fff;
    border-top:#222 solid 1px;
    position:absolute;
    top:0;
    width: 100%;
    pointer-events:none;
    order:2;
    z-index:1;
    transition:background .4s ease-in-out;
    box-sizing:border-box;
    overflow:hidden;
    white-space:nowrap;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.select label img{
    margin-right: 10px;
    margin-top: 1px;
    max-width: 18px;
}
.select .option:hover {
  background:#059dff;
  color: #000;
}

.select:focus .option {
  position:relative;
  pointer-events:all;
  color: #000;
}

.select input {

  opacity:0;
  position:absolute;
  left:-99999px;
}

.select input:checked + label {
  order: 1;
  z-index:2;

  background:#929397;
  border-top:none;
  position:relative;
}

.select input:checked + label:after {
  content:'';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid white;
  position:absolute;
  right:10px;
  top:calc(50% - 2.5px);
  pointer-events:none;
  z-index:3;
}

.select input:checked + label:before {
  position:absolute;
  right:0;

  height: 40px;
  width: 40px;
  content: '';
  background:transparent;
}

@media screen and (max-width:1800px){
  .navbar-expand-lg .container-fluid{
    padding: 0 20px 0 20px;
  }
  .navbar .navbar-nav .nav-link{
    padding: 0px 15px;
    margin: 8px 8px;
  }
}
@media screen and (max-width:1200px){
  .navbar .navbar-nav .nav-link {
    margin: 1px 5px !important;
    font-size: 17px !important;
  }
  .select{
    margin-left: 3rem;
  }
}

@media screen and (min-width:80px) and (max-width:991px){
  .select{
    display: none;
  }
}


/* ====================== [ End navbar ] ====================== */
/* ====================== [ Start Footer ] ====================== */



footer {
  color: #fff;
  padding: 10px 0;

  background-color: #131416;
  position: relative;
}
footer .container-fluid{
    padding: 0px 120px 20px 120px;
}

footer .circle-blur {
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #17c0e9;
  -webkit-filter: blur(100px);
  filter: blur(100px);
}
footer .circle-blur {
  width: 180px;
  height: 180px;
  background: #f45162;
  -webkit-filter: blur(120px);
  filter: blur(120px);
  left: 0;
  top: 80px;
  opacity: .7;
}
footer .circle-blur.two {
  width: 220px;
  height: 220px;
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
  background: #d14add;
}



footer .item .title h5 {
  margin-bottom: 30px;
  color: #fff;
}

footer .item li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2px;
}
footer .item li h6{
  opacity: 1 !important;
  color: #000 !important;
}
footer .item li{
  opacity: .8;
  color: #000;
  padding: 6px 0;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
}
footer .item li:hover{
  opacity: 1;
  color: #059dff;
  transform: translateX(10px);
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
}
footer .item li:last-of-type {
  margin-bottom: 0;
}

footer .item li h6 {
  font-size: 14px;
  font-weight: 600;
}
footer .item li a{
  text-decoration: none;
  color: #fff;
  opacity: .7;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  font-weight: 600;
}
footer .item li a:hover{
  opacity: 1;
  color: #059dff;
}
footer .item li .icon {
  font-size: 30px;
  margin-right: 30px;
}

footer .item li .img {
  width: 150px;
  margin-right: 15px;
}
footer .item .logo {
  margin-bottom: 20px;
}

footer .item .logo img {
  width: 50px;
}
footer .cont .nump{
    margin: 0;
}
footer .item .social a i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #6549d5;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 13px;
  margin-right: 10px;
}
footer .item .social a i:hover{
  color: #fff;
}
footer .item .copy-right {
  margin-top: 30px;
}

footer .item .copy-right p {
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 3px;
}

footer .item .copy-right p a {
  color: #12c2e9;
}
footer .down{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    border-top: 1px solid rgba(245,245,245,.3);
    height: 50px;
}
footer .down .footer_down{
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .down .footer_down h1{
    margin-top: 10px;
    font-size: 1.2rem;
    font-weight: 300;
    color: #fff;
}
footer .down .footer_down h1 a{
    color: #c471ed;

}
footer .down .footer_down h1 a:hover{
    color: #9B59B6;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}
/* ====================== [ End Footer ] ====================== */
/* ====================== [ Start services ] ====================== */
.process .coulmn {
  position: relative;
}

.process .coulmn:after {
  position: absolute;
  content: '';
  width: 75px;
  border-top: 2px dashed #12c2e9;
  top: 75px;
  right: -35px;
}

.process .item {
  text-align: center;
}

.process .item .bg-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0 auto 30px;
  text-align: center;
  position: relative;
}

.process .item .bg-img:after {
  content: '';
  position: absolute;
  top: 7px;
  left: 7px;
  right: 7px;
  bottom: 7px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.25);
}

.process .item .bg-img h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 300;
  line-height: 150px;
  position: relative;
  z-index: 3;
}

/* ====================== [ End services ] ====================== */
/* ====================== [ Start calculator ] ====================== */
.calculator{
  padding: 50px 0;
  min-height: 100vh;
}
.calculator .info h3{
  align-self: start;
  text-align: justify;
  font-size: 3rem;
  color: #6549d5;
}
.calculator .info p{
  font-size: 1.2rem;
  line-height: 1.2;
}
.calculator .calculator_container{
  padding: 50px 0;
}
.calculator .calculator_container .service_form_group_name,
.calculator .calculator_container .service_form_group_select{
  display: inline-block;
}
.calculator .calculator_container .service_form_group_name{
  font-size: 1.2rem;
  font-weight: 600;
  padding: 15px 0;
  width: 100%;
}
.calculator .calculator_container .service_form_group_price{
  text-align: right;
  margin-left: 30px;
}
.calculator .calculator_container .service_form_group_select{
  font-size: 1.1rem;
  display: inline-block;
  width: 80%;
}
.calculator .calculator_container .service_form_group_select .service_form_group_select_name{
  padding: 10px 22px 10px 2px;
  width: 100%;
}
.calculator .calculator_container .service_form_group_multiselect_content .multiselect_preview{
  border: none;
  font-size: .8rem;
  padding: .4rem;
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, .1);
  border-radius: 5px;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  width: 100% !important;
}
.calculator .calculator_container .service_form_group_select select{
  padding: .3rem;
  border-radius: 5px;
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, .1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: none;
  outline: none;
  width: 100% !important;
}
.calculator .calculator_container .service_form_group_select .service_form_group_multiselect_items{
  position: absolute;
  background-color: #f7f7f7;
  margin-top: 10px;
  left: 2%;
  right: 0;
  z-index: 5;
  max-height: 150px;
  overflow-y: auto;
  font-size: 1.1rem;
  border: 1px solid lightgrey;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  width: 77%;
  padding: 10px 15px !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.calculator .calculator_container .service_form_group_select .service_form_group_multiselect_items.active{
  opacity: 1;
  visibility: visible;
}
.calculator .calculator_container .service_form_group_select .service_form_group_multiselect_items label{
  display: block;
  font-size: 1.3rem;
  cursor: pointer;
}
.calculator .calculator_container .service_form_group_select .service_form_group_multiselect_items label input{
  margin-right: 10px;
}
.calculator .calculator_container .service_form_group_select .service_form_group_multiselect_items label:hover{
  color: #059dff;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.calculator .calculator-container .calculator-checkout{
  background: #8400ff;
  margin-top: 5rem;
  border-radius: 10px;
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.calculator .calculator-container .calculator-checkout h3{
  padding: 20px;
}
.calculator .calculator-container .calculator-checkout .calculator-checkout-item{
  font-size: 1.3rem;
  font-weight: 600;
  padding: 10px 20px;

}
.calculator .calculator-container .calculator-footer{
  padding: 10px 20px;
}
.calculator .calculator-container .calculator-footer h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.calculator-checkout-item{
  position: relative;
}
.calculator .calculator-container .calculator-checkout-item__price{
  position: absolute;
  top: 10%;
  right: 7%;
}

/* ====================== [ End calculator ] ====================== */
/*GLOBAL SECTION END--------------------------------------------------------------------*/
/*INDEX SECTION START--------------------------------------------------------------------*/
/* ====================== [ intro Slider ] ====================== */

.slider-st {
  /*background: url(https://hellloexpert.com/tf/html/oule-live/assets/images/slider/hero-shape-1.png) center center/cover no-repeat local;*/
  padding: 150px 0px 0px 0px;
  background:#080e32;
  transform: rotate(-4deg);
  margin-left: -100px;
  margin-right: -100px;

}
.slider-st .container{
  transform: rotate(4deg);
}
.slider-st.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider-st .container{
  max-width: 1200px;
  min-height: 80vh;
}
.slider-st .container .valign .mb-10{
  color: #fff;
}
.slider-st .container .sub-title {
  position: relative;
  margin-bottom: 20px;
}

.slider-st .container .sub-title h6 {
  font-weight: 600;
  font-size: 35px;
  text-transform: uppercase;
  letter-spacing: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#12c2e9), color-stop(#c471ed), to(#f64f59));
  background: -webkit-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
  background: -o-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
  background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
  padding: 7px 12px;
  border-radius: 10px;
  width: auto;
  height: auto;
  text-align: center;
  display: flex;
  align-items: center;
  color: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.slider-st .container .newbtn{
  padding: 10px 20px;
  text-decoration: none;
  font-size: 26px;
  color: white;
  background: #6225E6;
  transition: 1s;
  box-shadow: 6px 6px 0 #ccc;
  transform: skewX(-15deg);
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
}
svg:not(:root){
  padding-top: 16px;
}
.slider-st .container .newbtn:focus {
  outline: none;
}
.slider-st .container .newbtn:hover {
  transition: 0.5s;
  color: #fff;
  box-shadow: 10px 10px 0 #9B59B6;
}
.slider-st .container .newbtn span:nth-child(2) {
  transition: 0.5s;
  margin-right: 0px;
}
.slider-st .container .newbtn:hover  span:nth-child(2) {
  transition: 0.5s;
  margin-right: 45px;
}
.slider-st .container .newbtn span{
  transform: skewX(15deg)
}
.slider-st .container .newbtn span:nth-child(2) {
  width: 20px;
  margin-left: 30px;
  position: relative;
  top: 12%;
}
path.one {
  transition: 0.4s;
  transform: translateX(-60%);
}
path.two {
  transition: 0.5s;
  transform: translateX(-30%);
}

.slider-st .container .newbtn:hover path.three {
  animation: color_anim 1s infinite 0.2s;
}

.slider-st .container .newbtn:hover path.one {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.6s;
}

.slider-st .container .newbtn:hover path.two {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.4s;
}

@keyframes color_anim {
  0% {
    fill: white;
  }
  50% {
    fill: #FBC638;
  }
  100% {
    fill: white;
  }
}



.slider-st .container  .img {
  position: relative;
}
.slider-st .container  .img:before {
  content: '';
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  background: #fff;
  border-radius: 15px;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  opacity: .08;
}
.slider-st .container .img img {
  border-radius: 15px;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
}
.slider-st .container .img:after {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  background: -webkit-gradient(linear, left top, right top, from(#12c2e9), color-stop(#c471ed), to(#f64f59));
  background: -webkit-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
  background: -o-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
  background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
  border-radius: 15px;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

@media screen and (max-width: 991px)
{
  .slider-st .container {
    max-width: 720px;
  }
  .slider-st .md-mb50 {
    margin-bottom: 50px;
  }
  .slider-st{
    transform: rotate(0deg);
    margin-left: 0px;
    margin-right: 0px;
  }
  .slider-st .container{
    transform: rotate(0deg);
  }
}



@media screen and (max-width: 1299px) {

  .navbar-expand-lg .container-fluid{
    padding: 5px 10px 5px 10px;
  }
  .navbar .navbar-nav .nav-link {
      padding: 0 8px;
      margin: 4px 10px;
      font-size: 16px;
    }
  }


  /* ====================== [ intro Slider ] ====================== */

/* ====================== [ Start Slider ] ====================== */
.slider {
  position: relative;
}
/* .main-content{
    margin-top: 20px !important;
} */
.slider.fixed-slider {
  top: 0;
  left: 0;
  right: 0;
}

.slider .swiper-slide-active {
  z-index: 3;
}

.slider .parallax-slider {
  position: relative;
}

.slider .parallax-slider .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  padding-bottom: 50px;
}

.slider .parallax-slider .swiper-slide .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
}

.slider .parallax-slider .swiper-slide-active .caption h1[data-splitting] {
  -webkit-transition: all 0s;
  transition: all 0s;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.slider .parallax-slider .swiper-slide-active .caption h1[data-splitting] .char {
  -webkit-animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(60ms * var(--char-index));
  animation-delay: calc(60ms * var(--char-index));
}

.slider .parallax-slider .swiper-slide-active .caption .thin, .slider .parallax-slider .swiper-slide-active .caption .butn, .slider .parallax-slider .swiper-slide-active .caption h1 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.slider .parallax-slider .swiper-slide-active .caption p {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  text-align: start;
}

.slider .parallax-slider .caption .thin {
  color: #12c2e9;
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 8px;
  margin-bottom: 5px;
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transition-delay: .8s;
  transition-delay: .8s;
}

.slider .parallax-slider .caption .thin span {
  color: #12c2e9;
}

.slider .parallax-slider .caption h1 {
  font-size: 65px;
  font-weight: 800;
  letter-spacing: 2px;
  color: #fff;
  opacity: 0;
  text-align: left;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  visibility: hidden;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}

.slider .parallax-slider .caption p {
  color: #eee;
  margin-top: 15px;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transition-delay: .8s;
  transition-delay: .8s;
}

.slider .parallax-slider .caption .butn {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.slider .parallax-slider .caption.dig h1 {
  font-weight: 800;
  font-size: 80px;
  text-transform: uppercase;
}

.slider .parallax-slider .caption.dig h1 .tline {
  margin-left: 80px;
}

.slider .parallax-slider .caption.dig h1 .whitespace {
  width: 20px;
}

.slider .setone {
  position: absolute;
  bottom: 8%;
  right: 40px;
  z-index: 8;
}

.slider .setone .swiper-nav-ctrl {
  color: #ccc;
  font-size: 13px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  margin: 5px 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: static;
}

.slider .setone .swiper-nav-ctrl:after {
  display: none;
}

.slider .setone.setwo {
  position: static;
}

.slider .setone.setwo .swiper-nav-ctrl {
  border-radius: 50%;
}

.slider .setone.setwo .next-ctrl {
  position: absolute;
  top: 50%;
  right: 30px;
}

.slider .setone.setwo .prev-ctrl {
  position: absolute;
  top: 50%;
  left: 30px;
}

.slider .txt-botm {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  z-index: 8;
}

.slider .txt-botm .swiper-nav-ctrl {
  position: absolute;
  width: auto;
  height: auto;
  margin-top: auto;
  top: auto;
  bottom: 0;
}

.slider .txt-botm .swiper-nav-ctrl i {
  color: #888;
  font-size: 13px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin: 0;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.slider .txt-botm .swiper-nav-ctrl span {
  color: #111;
  font-weight: 500;
  font-size: 12px;
}

.slider .txt-botm .swiper-nav-ctrl:after {
  display: none;
}

.slider .txt-botm .swiper-nav-ctrl.swiper-button-next {
  right: 40px;
}

.slider .txt-botm .swiper-nav-ctrl.swiper-button-next i {
  margin-left: 10px;
}

.slider .txt-botm .swiper-nav-ctrl.swiper-button-prev {
  left: 40px;
}

.slider .txt-botm .swiper-nav-ctrl.swiper-button-prev i {
  margin-right: 10px;
}

.slider .txt-botm .swiper-nav-ctrl:hover i {
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.slider.showcase-full .txt-botm i {
  color: #eee;
}

.slider.showcase-full .txt-botm span {
  color: #fff;
}

.slider.showcase-full .txt-botm:hover i {
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.slider .swiper-pagination-fraction.top {
  position: absolute;
  right: 15%;
  left: auto;
  bottom: auto;
  top: 20%;
  width: auto;
  color: #fff;
  font-size: 40px;
  font-weight: 500;
}

.slider .swiper-pagination-fraction.top .swiper-pagination-current {
  font-size: 60px;
  font-weight: 700;
  position: relative;
  color: transparent;
  -webkit-text-stroke: .5px #fff;
}

.slider .swiper-pagination-fraction.top .swiper-pagination-current:after {
  content: '/';
  color: #fff;
  position: relative;
  margin: 0 10px;
  font-size: 12px;
  font-weight: 100;
}

.slider .swiper-pagination-fraction.top.botm {
  top: auto;
  bottom: 40px;
  right: 40px;
}

.slider .swiper-pagination-fraction.steps {
  position: absolute;
  width: 100px;
  color: #fff;
  font-size: 15px;
  bottom: 40px;
  left: calc(50% - 50px);
  right: auto;
  top: auto;
  text-align: left;
}

.slider .swiper-pagination-fraction.steps:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 15%;
  width: 70%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}

.slider .swiper-pagination-fraction.steps .swiper-pagination-total {
  float: right;
}

.slider .social-icon {
  position: absolute;
  left: 40px;
  bottom: 40px;
  z-index: 8;
}

.slider .social-icon a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: #fff;
  font-size: 13px;
}

@media screen and (max-width: 1200px) {
  .slider .parallax-slider .swiper-slide {
    min-height: 75vh;
  }
  .navbar .logo {
    width: 10rem !important;
  }
  .slider .parallax-slider .caption h1 {
    font-size: 40px !important;
  }
  .about-us .container {
    padding-top: 4rem !important;
  }
  .slider-st .container .sub-title h6 {

    font-size: 28px;
  }
  .slider-st .container .valign .mb-10 {
    font-size: 30px;
  }
}

@media screen and (max-width: 991px) {
  .slider .parallax-slider .swiper-slide {
    min-height: 65vh;
  }
  .statusImg {
    width: 25rem;
  }
  .intro .intro-img{
    width: 80%;
    float: none;
    margin: 0 auto 25px auto;
  }
  .intro .intro-text{
    width: 80%;
    float: none;
    margin: auto;
    text-align: center;
  }
}


@media screen and (max-width: 585px) {
  .slider .parallax-slider .swiper-slide {
    min-height: 46vh;
  }
  .intro .intro-text h2{
    font-size: 25px;
    margin-bottom: 30px;
  }
  .procces .container .process-blocks .process-block{
    width: 100%;
  }
  .statusImg {
    display: none;
  }
  .page-header .cont {
    padding: 58px 0 50px !important;
  }
  .page-header .cont h1 {
    font-size: 45px !important;
    font-weight: 600;
  }
  .slider .parallax-slider .caption h1 {
    font-size: 25px !important;
  }
}

@media screen and (max-width: 380px) {
  .slider .parallax-slider .swiper-slide {
    min-height: 40vh;
  }
  .slider .parallax-slider .caption h1 {
    font-size: 20px !important;
  }
}

.curve-bg {
  position: absolute;
  top: 0;
  left: -10%;
  width: 100%;
  height: 100%;
  z-index: 3;
}

@media screen and (max-width: 991px) {
  .page-header .cont {
    padding: 100px 0 50px;
  }
  .pages-header {
    padding: 40px 0 0;
  }
}

.page-header .cont h1 {
  font-size: 80px;
  font-weight: 600;
}

.page-header .img-wrapper {
  position: relative;
  min-height: 70vh;
}

.page-header .img-wrapper .title {
  position: absolute;
  top: 0;
  right: 0px;
  width: 100%;
  text-align: right;
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
  z-index: 3;
}

.page-header .img-wrapper .title h3 {
  font-size: 100px;
  font-weight: 900;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
}

.page-header .img-wrapper .map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-header.proj-det.bg-img {
  min-height: 85vh;
  padding-bottom: 100px;
}

.page-header.proj-det.bg-img .item h6 {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.page-header.proj-det.bg-img .item p {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
}

.page-header.proj-det.bg-img .item p a {
  margin: 0 7px;
}

.page-header.proj-det.bg-img .item p a:first-of-type {
  margin-left: 0;
}

.page-header.proj-det.bg-img .item p a:last-of-type {
  margin-right: 0;
}

.page-header.proj-det .img-wrapper {
  min-height: 80vh;
}

@media screen and (max-width: 991px) {
  .page-header .cont h1 {
    font-size: 40px;
  }
}

@media screen and (max-width: 585px) {
  .page-header .cont h1 {
    padding-top: 3rem;
  }
}

.works-header {
  min-height: 80vh;
}

.works-header.hfixd {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.works-header .capt h4 {
  font-weight: 200;
  font-size: 24px;
  line-height: 1.8;
}

.works-header .capt h1 {
  font-size: 130px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.works-header .capt h1 span {
  display: block;
  font-size: 20px;
  font-weight: 300;
  text-transform: capitalize;
  color: #12c2e9;
}

.works-header .capt .bactxt {
  font-size: 10vw;
  font-weight: bold;
  color: #cccc;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  opacity: .5;
}

.static {
  position: static;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.main-content {
  background: #fff;
  position: relative;
  z-index: 3;
  overflow-x: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* ====================== [ End Slider ] ====================== */
/* ====================== [ ABOUT US ] ====================== */
.about-us .img {
  padding-left: 150px;
  padding-right: 50px;
  position: relative;
  padding: 0;
}
.about-us .aboutuslogo{
  max-width: 250px;
}
.about-us .img:before {
  content: '';
  position: absolute;
  top: -50px;
  right: 0;
  width: 400px;
  height: 400px;
  background-image: url(../img/dots.png);
  background-repeat: repeat;
  opacity: .3;
  z-index: -1;
}

.about-us .img .stauts {
  position: absolute;
  bottom: 50px;
  left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
}

.about-us .img .stauts .item {
  padding: 30px 20px;
  background: #272727;
  margin-right: 50px;
  position: relative;
  color: #fff;
  padding: 25px 15px;
  margin-right: 20px;
}

.about-us .img .stauts .item:after {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border: 1px solid rgba(100, 100, 100, 0.1);
}

.about-us .img .stauts .item:first-of-type {
  background: #f5f5f5;
  color: #121a21;
}

.about-us .img .stauts .item h4 {
  font-size: 38px;
  font-weight: 800;
  display: table-cell;
  vertical-align: middle;
  padding-right: 20px;
}

.about-us .img .stauts .item h4 span {
  font-size: 30px;
  font-weight: 500;
  margin-left: 5px;
}

.about-us .img .stauts .item h6 {
  font-size: 15px;
  display: table-cell;
  vertical-align: middle;
}

.about-us .img .stauts .item:last-of-type {
  margin-right: 0;
}

.about-us .img .stauts .item h4 {
  font-size: 30px;
}

.about-us .img .stauts .item h4 span {
  font-size: 20px;
}

/* ====================== [ END ABOUT US ] ====================== */
/* ====================== [ Start services ] ====================== */
.services {
  position: relative;
}

.services .container {
  position: relative;
  z-index: 2;
}
.services .wow .item-box{
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
}
.services .row .phone{
  padding-top: 120px;
  width: 100%;

}
.services .row .phone img{
  width: 100%;
  height: 40vh !important;
  -webkit-animation: dealImage 2s linear infinite alternate both;
    animation: dealImage 2s linear infinite alternate both;
}
@-webkit-keyframes dealImage {
  0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
  100% {
      -webkit-transform: translateY(-40px);
      transform: translateY(-40px);
  }
}
@keyframes dealImage {
  0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
  100% {
      -webkit-transform: translateY(-40px);
      transform: translateY(-40px);
  }
}

@media screen and (max-width:991px) {
  .phone{
    padding-top: 100px;
  }
  .phone img{
    margin-left: -9rem;
    width: 300px;
  }
}
@media screen and (max-width:991px) {
  .phone{
    display: none;
  }

}
.services .item-box {
  border-radius: 12px;
  border: 2px solid #f5f5f5;
  text-align: center;
  height: 210px;
  margin-top: 20px;
}
.services .item-box:hover{
    box-shadow: 2px 2px 2px 8px #f5f5f5;
}
.services .item-box .imgBox{
    display: flex;
    align-items: center;
    justify-content: center;
    padding:20px 0 20px 0;
    border-bottom: 2px solid #f5f5f5;
}
.services .item-box .imgBox i{
   font-size: 50px;
   border-radius: 50%;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   -ms-border-radius: 50%;
   -o-border-radius: 50%;
   border: 2px solid #c471ed;
   color: #c471ed;
   padding: 20px;

}
.services .item-box:hover .imgBox i{
    animation: anime 3s linear forwards;
    -webkit-animation: anime .3s linear forwards;
}
@keyframes anime{
    0%{
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
        -moz-transform: scale(1.0);
        -ms-transform: scale(1.0);
        -o-transform: scale(1.0);
}
    100%{
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
}

}
.services .f8f{
  margin-bottom: 9rem;
}
.services .container-fluid{
  padding: 10px 100px 10px 100px;
}
.services .item-box h6{
    font-size: 1.0rem;
    padding-top: 20px;
    padding-bottom: 30px;
}
.services .item-box h6 a{
  color: #c471ed;
  text-decoration: underline;
}
.services .f9f{
  display: flex;
  justify-content: center;
  align-items: center;
}
.services .f9f .imag{
  width: 90%;
}
.services .f9f .imag img{
  object-fit: cover;
}




.services .rone > div, .services .rtwo > div {
  position: relative;
}

.services .rone > div:nth-of-type(2), .services .rtwo > div:nth-of-type(2) {
  margin-bottom: -50px;
  margin-top: auto;
}



.service2 {
  position: relative;
}
.services2 .row{
    padding: 12px !important;
    justify-content: center;
}
.services2 .container {
  position: relative;
  z-index: 2;
}
.fontsize{
  font-size: 2.5rem ;
}
.fontsize2{
  font-size: 3rem ;
}
@media screen and (max-width:565px) {
  .fontsize{
    font-size: 2.5rem;
  }
  .fontsize2{
    font-size: 2rem;
  }
}
.services2 .item-box {
  padding: 46px 5px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.services2 .item-box .icon {
  position: relative;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 40px;
  margin-bottom: 30px;
}

.services2 .item-box .icon:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#12c2e9), color-stop(#c471ed), to(#f64f59));
  background: -webkit-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
  background: -o-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
  background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
  z-index: -1;
  opacity: .1;
}

.services2 .item-box h6 {
  line-height: 1.8;
  text-transform: capitalize;
  margin-bottom: 10px;
}


.services2 .item-box.active {
  transition: all .4s;
  background: #9B59B6;
  -webkit-box-shadow: 2px 2px 6px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 6px 6px rgba(0, 0, 0, 0.010);
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
}

.services2 .item-box:hover{
  transition: all .4s;
  box-shadow: 2px 2px 5px 5px rgba(0, 0, 0, 0.1);
}

.services2 .item-box.active:hover {
  -webkit-box-shadow: 2px 2px 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 5px 5px rgba(0, 0, 0, 0.1);
}

.services2 .item-box.active .icon {
  color: #9B59B6;
  border-radius: 50%;
  background: #fff;
}

.services2 .item-box.active h6, .services2 .item-box.active p {
  color: #fff;
}

.services2 .item-box.active h6 {
  font-size: 1.7rem;
}

/* ====================== [ End services ] ====================== */
.faq{
  z-index: 9;
  background: #fff;
  margin-bottom: 7rem;
  margin-top: 3rem;
}
.faq .accordion-item:not(:last-child){
  margin-bottom: 20px;
}
.faq .accordion-header{
  box-shadow: 0 5px 10px rgb(0 0 0 / 5%);
  padding: 20px 50px 20px 30px;
  transition: all .5s ease;
  cursor: pointer;
  position: relative;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
}

.faq .accordion-header::before{
  content: '';
  background: url('/img/plus.svg');
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  height: 30px;
  width: 30px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #000;
  text-align: center;
  line-height: 30px;

  transition: all .5s ease;
}
.faq .accordion-header:not(.collapsed)::before{
  background: #ff005a;
  background: url('/img/mius.svg');

}
.faq .accordion-header:not(.collapsed){
  transition: all .4s;
  background-color:#fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
}
.faq .accordion-header h3{
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin: 0;
  transition: all .5s ease;
}

.faq .accordion-header:not(.collapsed) h3{
  color:#8400ff;
}
.faq .accordion-body{
  transition: all .4s;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding:20px 30px;
  background-color: #f4f4f4;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
}
.faq .accordion-body p{
  font-weight: 500;
  font-size: 16px;
  color: #000;
  line-height: 26px;
  margin:0;
}
/* ====================== [ work services ] ====================== */

/* ====================== [ BEST AREA START ] ====================== */
.best-area{
  background: #f6f6f6;
  color: #ffffff;
  text-align: center;
  margin-top: 8rem;
}
.best-area .container{
  width: 1300px;
  margin: 0 auto;
  max-width: 90%;
  position: relative;
  z-index: 1;
}
.master-slider.swiper-container-initialized{
  height: auto;
}
.wond-wlsider{
  transform: translateY(-40px);
}
.best-area .swiper-wrapper{
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.best-area .best-thumbnail img{
  border-radius: 8px;
  margin-bottom: 15px;
  border: 1px solid rgba(255,102,102,.5);
}
.best-area .swiper-slide h3{
  text-transform: uppercase;
  font-size: 17px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #444;
  text-align: start;
}
.best-area .swiper-slide .best-description{
  line-height: 1.4;
  color: #444;
  text-align: start;
}
.best-area .swiper-button-prev{
  left: -30px;
  color: #fff;
  display: none;
}
.best-area .swiper-button-next{
  right: -30px;
  color: #fff;
  display: none;
}

/* ====================== [ BEST AREA END ] ====================== */
/* ====================== [ others AREA start ] ====================== */
.process-part{
  margin-bottom: 7rem;
}
.process-part.skew_right{
  margin-left: -100px;
  margin-right: -100px;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  z-index: 5;
}
.s-parallax:before{
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.process-part {
  background-image: url(https://www.smartinnovates.com/uithemez/item/vie1/vie-light/img/patrn1.png);
}
.s-parallax:before {
  opacity: 1;
}
.s-parallax > *{
  position: relative;
  z-index: 4;
}

.c-mb-20 [class*="col-"], .row.c-mb-20 > [class*="col-"] {
  margin-bottom: 40px;
}

.process-part.skew_right .container {
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  padding-top: 60px;
}
.process-part .step-title {
  font-size: 42px;
  margin-right: -30px;
  color: #444;
  line-height: 42px;
}
.process-part .step-title:last-child{
  margin-bottom: 0;
}
.process-part .step-title:first-child{
  margin-top: 0;
}
.ds .color-main {
  color: #ff497c;
}
.ds .color-main2 {
  color: #a0ce4e;
  opacity: .4;
}
.process-part .right .step-title {
  margin-left: -30px;
  margin-right: 0;
  line-break: 35px;
}

.response, .color-main {
  border-color: #ff497c;
  color: #12c2e9 !important;
}
.color-main2 {
  border-color: #a0ce4e;
  color: #c471ed !important;
}
.color-main3 {
  border-color: #00bea3;
  color: #f64f59 !important;
}
.color-main4 {
  border-color: #f1894c;
  color: #9B59B6 !important;
}
.process-part .step-title span {
  font-size: 200px;
  font-weight: 600;
  left: -30%;
  letter-spacing: 1px;
  position: absolute;
  top: 1px;
  width: 100%;
  z-index: -1;
}
.process-part .right .step-title span {
  left: 10%;
  position: absolute;
  top: 1px;
}
.process-part .part3 span {
  left: -34%;
}
.process-part .right .part4 span {
  left: 32%;
}
.process-part .step-center-part img {
  border: 10px solid rgba(153, 153, 153, 0.4);
  border-radius: 50%;
  max-width: 270px;
}
.process-part .right .step-center-part:after {
  background-image: url(/img/bottom/left_arrow.png);
  left: 55px;
  right: auto;
}
.process-part .right .step-center-part.finish:after{
  background-image: none;
}
.process-part .right .step-center-part:after{

}
.process-part .step-center-part:after {
  background-image: url(/img/bottom/right_arrow.png);
  background-repeat: no-repeat;
  bottom: -97px;
  content: "";
  display: block;
  height: 136px;
  position: absolute;
  right: 55px;
  width: 34px;
  z-index: 4;
}
.process-part .step-text {
  margin-left: -30px;
}
.step-text:last-child:after {
  clear: both;
  content: "";
  display: block;
}


@media (max-width: 991px){
  .process-part .step-title {
    font-size: 25px;
    margin-bottom: 10px;
    margin-right: 0;
    margin-top: 20px;
    text-align: center;

  }
  .best-area .container{
    max-width: 91%;
  }
  .process-part .step-title span {
    font-size: 80px;
    font-weight: 600;
    left: 0;
    letter-spacing: 5px;
    position: relative;
    top: 10px;
    width: 100%;
    z-index: -1;
  }
  .process-part .right .step-title{
    margin-left: 0px;
  }
  .process-part .step-title .color-main,.process-part .step-title .color-main2,.process-part .step-title .color-main3,.process-part .step-title .color-main4{
    display: none;
  }
  .process-part .right .step-center-part:after, .process-part .step-center-part:after{
    background-image: none;
  }
  .process-part .step-text {
    margin: 0;
    text-align: center;
    width: auto;
    padding-left: 75px;
    padding-right: 75px;
  }
}

@media (min-width: 992px){
  .s-pt-lg-130 > [class*='container'] {
    padding-top: 130px;
  }
  .c-mb-lg-60 [class*="col-"], .row.c-mb-lg-60 > [class*="col-"] {
    margin-bottom: 60px;
  }

}
@media (min-width: 992px) and (max-width: 1600px){
  .process-part .step-title span {
    font-size: 180px;
  }
}

/* ====================== [ others AREA END ] ====================== */



.work-carousel .swiper-slide {
  padding: 0px 15px;
}
.metro .container-fluid{
    padding: 0px 100px 0px 100px;
}
.work-carousel .swiper-slide-active .noraidus .cont {

  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
}
.metro{
    min-height: 100vh;
    position: relative;
}
.metro .metroAbout{
    border: 2px solid #ccc;
    background: #f5f5f5;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.metro .col-sm-3{
    width: 50% !important;
}
.metro .metroAbout .item p a{
    width: max-content;
    border: 1px solid #ccc;
    background: #d9d9d8;
    border-radius: 10px;
    padding: 2px 10px 2px 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.metro .item p{
    color: #9B59B6;
    font-weight: 500;
}
.metro .item p a{
    color: #9B59B6;
    font-weight: 500;
}
.metro .metroPic{
    margin-top: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.metro .metroPic .item-img{
    object-fit: cover;

}
.metro .metroPic .item-img img{

    border: 1px solid #f5f5f5;
    padding: 2px;
    width: 550px;
    height: 350px;

}


.myworks{
  padding: 80px 0 65px;
}

.myworks  .container{
  width: 1300px;
  margin: 0 auto;
  max-width: 90%;
  position: relative;
  z-index: 1;
}
}
.myworks .container .portfolio-items.fg6{
  flex-direction: inherit;
}
.myworks  .container .portfolio-heading{
  text-align: center;
  font-size: 20px;

}
.myworks  .container .portfolio-heading .master-hub{
  padding-bottom: 10px;
}
.myworks  .container .portfolio-heading h2{
  font-size: 32px;
  color: #c471ed;
}
.myworks  .container .portfolio-heading h2 .one{
  font-weight: 400;
  display: block;
}
.myworks  .container .portfolio-items{
  display: flex;
  flex-wrap: wrap;
  margin: 40px -10px 30px;
}
.myworks  .container .portfolio-items .portfolio-head{
  margin: 7px auto 0;
  display: table;

}
.myworks  .container .portfolio-items .portfolio-head a{
  text-decoration: none;
  color: black;
  text-transform: uppercase;
  font-weight: 600;
}
.myworks  .container .portfolio-items .portfolio-item{
  padding: 0 10px 20px;
  width: 25%;
}


.myworks  .container .portfolio-items .portfolio-item .portfolio-block{
  display: block;
  position: relative;
}
.myworks  .container .portfolio-items .portfolio-item .portfolio-block .portfolio-thumbnail{
  padding: 25px 25px 0;
  overflow: hidden;
  border-radius: 7px;
  transition: .3s all;
}
.myworks  .container .portfolio-items .portfolio-item .portfolio-block .portfolio-thumbnail img{
  box-shadow: 0 0 15px rgb(0 0 0 / 15%);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
  display: block;
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}
.myworks  .container .portfolio-items .portfolio-item .portfolio-block:hover .portfolio-thumbnail{
  transform: translateY(-10px);
}
.myworks  .container .porftolio-bottom{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.myworks  .container .porftolio-bottom .porftolio-bottom-block{
  max-width: 100%;
}
.myworks  .container .porftolio-bottom .porftolio-bottom-block .portfolio-text{
  width: 500px;
  max-width: 100%;
  padding-bottom: 15px;
  color: #666;
}
.myworks  .container .porftolio-bottom .portfolio-button a{
  display: initial;
  color: #9B59B6;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
}
.myworks  .container .porftolio-bottom .portfolio-button a:hover:after{
  background-color: #9B59B6;
}
@keyframes scale {
  0% {
    transform: scale(1);
    background-color: #9B59B6;
  }
  50% {
    transform: scale(1.3);
    background-color: #9B59B6;
  }
  100% {
    transform: scale(1);
    transition: .5s;
    background-color: #9B59B6;
  }
}
.myworks  .container .porftolio-bottom .portfolio-button:after{
  content: '';
  width: 45px;
  height: 45px;
  background-image: url(/img/white-right-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 50%;
  margin-left: 15px;
  display: inline-block;
  vertical-align: middle;
  animation-name: scale;
  animation-duration: 2.6s;
  animation-iteration-count: infinite;
  transition: .15s all;
  cursor: pointer;
}

.portfolio-website {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: opacity 1s;
  opacity: 0;
  background-repeat: no-repeat;
  background-color: #fff;
}
 .portfolio-website {
  background-size: 100% auto;
  background-position: 0 0;
}

.myworks .portfolio-item:hover .portfolio-website {
  opacity: 1;
}
.myworks .portfolio-item:hover .portfolio-website {
  animation-name: preview;
  animation-delay: 1s;
  animation-duration: 4s;
}
@keyframes preview {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 bottom;
  }
}
@media screen and (max-width: 1299px){
  .services .container-fluid{
    padding: 10px 20px 10px 20px;
  }
}

  @media screen and (max-width: 1200px) {
  .myworks  .container .portfolio-item{
    margin: 40px -7.5px 0;
  }

  .myworks  .container .portfolio-items .portfolio-item{
    width: 33.33337%;
  }
  .myworks  .container .portfolio-items .portfolio-item .portfolio-block .portfolio-thumbnail{
    padding: 0;
    border-radius: 4px
  }
  .myworks  .container .portfolio-items .portfolio-head a{
    font-size: 14px;
  }
  .best-area .swiper-button-prev{
    left: -30px;
    color: #fff;
    display: inherit;
  }
  .best-area .swiper-button-next{
    right: -30px;
    color: #fff;
    display: inherit;
  }
  .services .f9f .imag{
    width: 40%;
    margin-top: 3rem;
  }

}
@media screen and (max-width: 991px){
  .myworks  .container .portfolio-items .portfolio-item{
    width: 33.33337%;
  }
  .myworks  .container .portfolio-items .portfolio-item .portfolio-block{
    padding: 10px;
  }
  .myworks .container .portfolio-heading h2 span{
    font-size: 17px;
  }

}

  /* ====================== [ END work services ] ====================== */

/* ====================== [ Start Testimonials ] ====================== */



 .testimonial {
  padding: 100px 0;
}
 .testimonial .row .tabs {
  all: unset;
  margin-right: 50px;
  display: flex;
  flex-direction: column;
}
 .testimonial .row .tabs li {
  all: unset;
  display: block;
  position: relative;
}
.testimonial .row .carousel-inner{
    min-height: 24vh;
}
 .testimonial .row .tabs li:nth-child(2n) img{
    width: 250px;
    border: 2px solid #f5f5f5;
    padding: 5px;
    height: 250px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    object-fit: cover;
}

 .testimonial .row .tabs li:nth-child(1) {
  align-self: flex-end;
}
 .testimonial .row .tabs li:nth-child(1)::before {
   display: none;
}
.testimonial .row .testimonialImg img{
    width: 150px;
    border: 2px solid #f5f5f5;
    padding: 5px;
    height: 150px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    object-fit: cover;
}
 .testimonial .row .tabs li:nth-child(1)::after {
  display: none;
  left: 97%;
  bottom: -81px;
}
 .testimonial .row .tabs li:nth-child(1) figure img {
  margin-left: auto;
}
 .testimonial .row .tabs li:nth-child(2) {
  align-self: flex-start;
}
 .testimonial .row .tabs li:nth-child(2)::before {
  display: none;
  right: -65px;
  top: 50%;
}
 .testimonial .row .tabs li:nth-child(2)::after {
  display: none;

}
 .testimonial .row .tabs li:nth-child(2) figure img {
  margin-right: auto;
  max-width: 300px;
  width: 100%;
  margin-top: -50px;
}
 .testimonial .row .tabs li:nth-child(3) {
  align-self: flex-end;
}
 .testimonial .row .tabs li:nth-child(3)::before {
   display: none;

}
 .testimonial .row .tabs li:nth-child(3)::after {
  display: none;

}
 .testimonial .row .tabs li:nth-child(3) figure img {
  margin-left: auto;
  margin-top: -50px;
}
 .testimonial .row .tabs li:nth-child(3):focus {
  border: 10px solid red;
}
 .testimonial .row .tabs li figure {
  position: relative;
}
 .testimonial .row .tabs li figure img {
  display: block;
}
 .testimonial .row .tabs li figure::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
 .testimonial .row .tabs li figure:hover::after {
  border: 4px solid #c471ed;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
 .testimonial .row .tabs.carousel-indicators li.active figure::after {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
 .testimonial .row .carousel > h3 {
  font-size: 20px;
  line-height: 1.45;
  color: rgba(0, 0, 0, .5);
  font-weight: 600;
  margin-bottom: 0;
}
 .testimonial .row .carousel h1 {
  font-size: 40px;
  line-height: 1.225;
  margin-top: 23px;
  font-weight: 700;
  margin-bottom: 0;
}
 .testimonial .row .carousel .carousel-indicators {
  all: unset;
  padding-top: 43px;
  display: flex;
  list-style: none;
}
 .testimonial .row .carousel .carousel-indicators li {
  background: #000;
  width: 10px;
  border-radius: 50%;
  background-clip: padding-box;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.testimonial .row .carousel .carousel-indicators li.active{
  background-color: #059dff;
}
 .testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper {
  margin-top: 42px;
}
 .testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper p {
  font-size: 18px;
  line-height: 1.72222;
  font-weight: 500;
  color: rgba(0, 0, 0, .7);
}
 .testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper h3 {
  color: #000;
  font-weight: 700;
  margin-top: 37px;
  font-size: 20px;
  line-height: 1.45;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  body .testimonial .row .tabs {
    margin-right: 25px;
 }
}



/* ====================== [ end testimonial ] ====================== */
/* ====================== [ Start whyus ] ====================== */

.why-us{

  color: #ffffff;
  text-align: center;
  margin: 2rem 0 8rem 0;
  padding: 60px 0;
}
.why-us .bg-color{
  position: absolute;
  right: 0;
  width: 50%;
  height: 500px;
  background: #9B59B6;
  top: 205px;
}
.why-us.fullwidth{
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  left: 50%;
  right: 50%;
  position: relative;
}
.why-us  .container{
  width: 1300px;
  margin: 0 auto;
  max-width: 90%;
  position: relative;
  z-index: 1;
}
.why-us  .container .header{
  display: block;
}
.why-us  .container .header h3{
  font-size: 36px;
  color: #444;
  text-align: center;
  font-weight: 500;
  position: relative;
  margin-top: 30px;
}
.why-us  .container .header p{
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #444;
  width: 50%;
}
.why-us  .container .row{
  justify-content: center;
  position: relative;
}
.why-us .container .row .card{
  background: #fff;
  border-color: #ccc;
  border-radius: 10px;
  margin: 0 15px;
  padding: 40px 0;
  text-align: center;
  box-shadow:  0 2px 3px 0 rgba(0,0,0,0.5), 0 2px 9px 0 rgba(0,0,0,.5);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: 100%;
}
.why-us  .container .row .card:hover{
  box-shadow:  0 2px 6px 0 rgba(0,0,0,.7), 0 2px 9px 0 rgba(0,0,0,.7);
}
.why-us .container .row .card.second{
  position: absolute;
  top: 80px;
}
.why-us .container .row .card.thrid{
  position: absolute;
  top: 150px;
}

.why-us  .container .row .card .imag{
  display: flex;
  justify-content: center;
}
.why-us  .container .row .card .imag img{
  width: 80px;
  height: 80px;
}
.why-us  .container .row .card .card-title{
  font-size: 22px;
  font-weight: 600;
  color: #444;
}
.why-us  .container .row .card .card-text{
  font-size: 15px;
  color: #444;

}
.why-us  .container .row .card .card-text:last-child{
  margin-bottom: 0;
}
/* ====================== [ end whyus ] ====================== */




/* ====================== [ Start brands ] ====================== */




.clients .brands:hover img {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

.clients .brands:hover .link {
  opacity: 1 !important;
  -webkit-transition: all 0;
  transition: all 0;
}

.clients .brands:hover .char {
  -webkit-animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(20ms * var(--char-index));
  animation-delay: calc(20ms * var(--char-index));
}

.clients .brands .item {
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.08);
  height: 160px;
  line-height: 160px;
}

.clients .brands .item.no-bord {
  border: 0;
  text-align: center;
  height: 100px;
  line-height: 100px;
}

.clients .brands .img {
  position: relative;
}

.clients .brands .img img {
  -webkit-transition: all .4s;
  transition: all .4s;
  max-width: 90px;
  margin: auto;
}

.clients .brands .img .link {
  font-size: 13px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.clients .bord .item {
  margin-bottom: 30px;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.clients .brands .item{
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.clients-brand .brands:hover .img {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

.clients-brand .brands:hover .link {
  opacity: 1 !important;
  -webkit-transition: all 0;
  transition: all 0;
}

.clients-brand .brands:hover .char {
  -webkit-animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(20ms * var(--char-index));
  animation-delay: calc(20ms * var(--char-index));
}

.clients-brand .item {
  position: relative;
  text-align: center;
}

.clients-brand .item .link {
  font-size: 16px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.clients-brand .img {
  max-width: 85px;
  margin: auto;
  position: relative;
  -webkit-transition: all .4s;
  transition: all .4s;
}

/* ====================== [ End brands ] ====================== */
/* ====================== [ Start Blog ] ====================== */


.blog-grid .item {
  padding: 40px;
  position: relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.blog-grid .item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  opacity: .7;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.blog-grid .item.active:after {
  opacity: .85;
}

.blog-grid .item:hover:after {
  opacity: .6;
}

.blog-grid .item .cont {
  position: relative;
  z-index: 2;
}

.blog-grid .item .cont .date {
  text-transform: uppercase;
  margin-bottom: 100px;
}

.blog-grid .item .cont .date i {
  font-size: 30px;
  font-style: normal;
  display: block;
}

.blog-grid .item .cont .info {
  margin-bottom: 20px;
}

.blog-grid .item .cont .info .author {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-right: 10px;
}

.blog-grid .item .cont .info .tag {
  color: #12c2e9;
  margin-left: 10px;
}

.blog-grid .item .cont h6 {
  line-height: 1.7;
  margin-bottom: 40px;
}

.blog-grid .item.list {
  padding: 0;
}

.blog-grid .item.list:after {
  display: none;
}

.blog-grid .item.list .cont {
  background: #13161d;
  padding: 30px;
  position: relative;
}

.blog-grid .item.list .cont .date {
  position: absolute;
  top: -40px;
  right: 15px;
  padding: 5px 15px;
  background: #12c2e9;
  color: #222;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  z-index: 2;
}

.blog-grid .item.list .cont .date i {
  font-size: 20px;
}

.blog-grid .item.list .cont .date:after {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border: 5px solid rgba(255, 255, 255, 0.1);
}
.colorblack{
  color: #000 !important;
  text-decoration: none !important;
}











.row2 {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.blog-pg .posts .item .img {
  position: relative;
}
.blog-pg .filtering{
  margin-top: 100px;
}
.blog-pg .item {
    border: 2px solid #f5f5f5;
}
.blog-pg .item .img{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 40px;
}
.blog-pg .item .img img{
    width: 300px;
    height: auto;
    padding: 10px;
}
.blog-pg .item .cont{
    border-left: 2px solid #f5f5f5;
    padding-left: 20px;
}

.blog-pg .item .date{
    margin-top: 10px;
    margin-bottom: 10px;
    background: #f5f5f5;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 0px 10px 0px 10px;
}

.blog-pg .item .cont h5 a{
    text-align: center;
    padding: 2px 10px 2px 10px;
    font-size: 1.1rem;
}
.blog-pg .cont .btn-more a{
    background: #9B59B6;
    color: #fff;
    padding: 7px 10px 7px 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.pages-header4 .fontsize{
    font-size: 2.1rem !important;
}
.blog-pg .post {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.blog-pg .post img{
    width: 300px;
    height: auto;
  object-fit: cover;
    padding-bottom: 30px;
}
.blog-pg .post .content{
    border-top: 2px solid #f5f5f5;
}

.blog-pg .content{
  padding-top: 60px !important;
}
.blog-pg .posts .item .content {
  padding-top: 25px;
}
@media screen and (max-width:565px) {
  .blog-pg .row2{
    padding: 20px;
  }
  .blog-pg .content{
    padding-top: 10px !important;
  }
}
.blog-pg .posts .item .content .date {
  margin-right: 15px;
  text-transform: uppercase;
  font-size: 12px;
}

.blog-pg .posts .item .content .date .num {
  font-size: 12px;
}

.blog-pg .posts .item .content .tags {
  margin-bottom: 10px;
  display: inline-block;
}

.blog-pg .posts .item .content .tags a {
  font-size: 12px;
  font-weight: 500;
  color: #12c2e9;
  padding-right: 20px;
  position: relative;
}

.blog-pg .posts .item .content .tags a:after {
  content: '';
  width: 8px;
  height: 1px;
  background: #eee;
  position: absolute;
  right: 4px;
  top: 50%;
}

.blog-pg .posts .item .content .tags a:last-of-type {
  padding-right: 0;
}

.blog-pg .posts .item .content .tags a:last-of-type:after {
  display: none;
}

.blog-pg .posts .item .content h4 {
  line-height: 1.6;
  margin-bottom: 5px;
}

.blog-pg .posts .pagination {
  margin: 80px auto 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
}

.blog-pg .posts .pagination span {
  text-align: center;
  margin: 0 2px;
}

.blog-pg .posts .pagination span a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #eee;
  font-size: 18px;
}

.blog-pg .posts .pagination span.active a {
  border-color: #12c2e9;
  color: #12c2e9;
}

.blog-pg.blog-list .item {
  display: block;
}

.blog-pg.blog-list .item .img {
  width: 100%;
}

.blog-pg.blog-list .item .cont {
  padding-left: 60px;
}

.blog-pg.single .post .main-img .simpleParallax {
  height: 70vh;
  max-height: 600px;
}

.blog-pg.single .post .main-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.blog-pg.single .post .content p {
  font-size: 16px;
  font-family: inherit;
  margin: 30px 0;
}

.blog-pg.single .post .content ul li {
  margin: 10px 0;
}

.blog-pg.single .post .content ul li span {
  margin-right: 10px;
  font-weight: 500;
  font-size: 13px;
}

.blog-pg.single .post .content .quotes {
  background: rgba(0, 0, 0, 0.04);
  padding: 30px;
  margin: 30px 0;
}

.blog-pg.single .post .content .quotes p {
  font-size: 18px;
  font-style: italic;
}

.blog-pg.single .post .content .spacial p {
  font-size: 18px;
  font-weight: 500;
}

.blog-pg.single .post .content .share-info {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-pg.single .post .content .share-info .social a {
  font-size: 13px;
  margin-right: 20px;
}

.blog-pg.single .post .content .share-info .tags {
  margin-left: auto;
}

.blog-pg.single .post .content .share-info .tags a {
  font-size: 12px;
  margin: 0 10px;
}

.blog-pg.single .post .author {
  padding: 30px;
  margin-top: 40px;
  background: rgba(0, 0, 0, 0.04);
}

.blog-pg.single .post .author .author-img {
  display: table-cell;
  vertical-align: middle;
  width: 140px;
}

.blog-pg.single .post .author .info {
  display: table-cell;
  padding-left: 40px;
}

.blog-pg.single .post .author .info h6 {
  margin-bottom: 10px;
  font-size: 15px;
}

.blog-pg.single .post .author .info h6 span {
  text-transform: uppercase;
  margin-right: 10px;
}

.blog-pg.single .post .author .info p {
  padding: 0;
  margin: 0;
}

.blog-pg.single .post .author .info .social {
  margin-top: 15px;
  font-size: 13px;
}

.blog-pg.single .post .author .info .social a {
  margin-right: 15px;
}

.blog-pg.single .pagination {
  margin-top: 80px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-pg.single .pagination span {
  width: 100%;
  padding: 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 1px;
}

.blog-pg.single .pagination .icon {
  border: 0;
  width: 70px;
}

.blog-pg.single .comments-area {
  margin-top: 80px;
}

.blog-pg.single .comments-area .item {
  padding: 30px 0;
  margin: 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.blog-pg.single .comments-area .item.relped {
  margin-left: 100px;
}

.blog-pg.single .comments-area .item .comment-img {
  display: table-cell;
  width: 80px;
}

.blog-pg.single .comments-area .item .info {
  display: table-cell;
  vertical-align: middle;
  padding-left: 40px;
  position: relative;
}

.blog-pg.single .comments-area .item .info h6 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

.blog-pg.single .comments-area .item .info h6 span {
  display: block;
  color: #12c2e9;
  font-size: 12px;
  font-weight: 400;
  margin-top: 5px;
}

.blog-pg.single .comments-area .item .info p {
  line-height: 1.5;
  margin-top: 15px;
}

.blog-pg.single .comments-area .item .info .replay {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 13px;
}

.blog-pg.single .comments-area .item .info .replay i {
  margin-left: 5px;
}

.blog-pg.single .comment-form {
  margin-top: 80px;
}

.blog-pg.single .comment-form form {
  margin-top: 50px;
}

.blog-pg.single .comment-form form input {
  color: #fff;
  width: 100%;
  padding: 17px;
  background: rgba(0, 0, 0, 0.05);
  border: 0;
}

.blog-pg.single .comment-form form textarea {
  color: #fff;
  width: 100%;
  padding: 17px;
  background: rgba(0, 0, 0, 0.05);
  border: 0;
  height: 140px;
}

/* ====================== [ End Blog ] ====================== */
/*INDEX SECTION END--------------------------------------------------------------------*/
/*ABOUT SECTION START--------------------------------------------------------------------*/
/*Page header start---------------------------------------*/
.pages-header {
  min-height: 75vh;
  padding: 150px 0 0;
  position: relative;
}
.pages-header2, .pages-header3 {
  min-height: 25vh;
  padding: 100px 0 0;
  position: relative;
}
.pages-header2 .container .row{
  justify-content: center;
}
.pages-header2 .container .row .cont{
  margin: 20px 0px 20px 0px;
  text-align: center;

}
.pages-header4 {
  min-height: 25vh;
  padding: 100px 0 0;
  position: relative;
}

@media screen and (max-width: 991px) {
  .pages-header3 {
    min-height: 22vh;
    padding: 48px 0 0;
    position: relative;
  }
}

.pages-header .cont h1 {
  font-size: 55px;
}

.pages-header .half {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  z-index: -1;
  overflow: hidden;
}

.page-header .cont {
  padding: 130px 0 50px;
  text-align: center;
}

.pages-header {
  padding: 120px 0 80px;
  overflow-x: hidden;
}

.pages-header .cont h1 {
  font-size: 35px;
}

.pages-header .cont .path {
  font-size: 15px;
}

.pages-header .cont .path span {
  margin: 0 10px;
}

.pages-header .capt h1 {
  font-size: 24px;
}

@media screen and (max-width: 585px) {
  .pages-header {
    padding: 30px 0 80px;
  }
}

@media screen and (max-width: 585px) {
  .pages-header {
    padding: 40px 0 0px;
  }
}

/*Page header end---------------------------------------*/
/*Intro section start---------------------------------------*/
.intro-section{
  padding: 50px 0px 50px 0px;
}
.intro-section .htit {
  font-size: 28px;
  font-weight: 500;
}
.intro-section .color-font{
  font-size: 2rem;
  line-height: 3rem;
  padding-bottom: 30px;
}
.intro-section .font{
  color: #000;
  font-size: 1.3rem;
  line-height: 1.8rem !important;
}
.intro-section .fontc{
  margin-top: 4rem;
}
.intro-section .offset-lg-1{
    margin-bottom: 2rem;
}

.intro-section .htit span {
  font-size: 17px;
  font-weight: 300;
  color: #12c2e9;
  margin-right: 5px;
}

.intro-section .item h6 {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.intro-section .item p {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
}

.intro-section .item p a {
  margin: 0 7px;
}

.intro-section .item p a:first-of-type {
  margin-left: 0;
}

.intro-section .item p a:last-of-type {
  margin-right: 0;
}

/*Intro section end---------------------------------------*/
/* ====================== [ Start Team ] ====================== */
.team {
  position: relative;
  margin-top: 2rem;
  margin-bottom: 5rem;
}

.team .item {
  margin: 15px;
}
.team .container .wow{
  font-size: 4rem;
  margin-bottom: 2rem;
}

.team .item .info h6{
  font-size: 1rem;
  color: #059dff;
  padding: 10px 2px 10px 2px;
  text-align: center;
}
.team .item .info p{
  color: #888;
  text-align: center;
  font-weight: 500;
}
.team .item.cir .img {
  position: relative;
  box-shadow: 2px 2px 2px 2px rgb(83 83 83 / 14%);
  border-top-left-radius: 50px;
  background: rgba(136,136,136,.15);
  border-bottom-right-radius: 50px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 30px;
}
.team .item.cir .img img{
  border-radius: 50%;
  max-width: 120px;
  height: 124px;
  object-fit: cover;
}


.team .item.cir .img:hover .info {
  opacity: 1;

}

.team .item.cir .img:hover:before {
  opacity: .5;

}

.team .item.cir .img:after {
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0px;
  background: #9B59B6;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}
.team .item:hover h6,
.team .item:hover p
{
  color: #fff;
  transition: all  ease .4s;
}


.team .item.cir .info {
  z-index: 2;
}

.team .item.cir .info span {
  font-size: 13px;
  color: #12c2e9;
}

.team .item .img {
  position: relative;

}

.team .item .img:hover:after {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.team .item .img:hover .info {
  opacity: 1;
}

.team .item .img:hover:before {
  opacity: .3;
}

.team .item .img:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  bottom: 5px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(18,194,233,.4)), color-stop(rgba(196,113,237,.4)), to(rgba(246,79,89,.4)));
  background: -webkit-linear-gradient(left, rgba(18,194,233,.4), rgba(196,113,237,.4), rgba(246,79,89,.4));
  background: -o-linear-gradient(left, rgba(18,194,233,.4), rgba(196,113,237,.4), rgba(246,79,89,.4));
  background: linear-gradient(to right, rgba(18,194,233,.4), rgba(196,113,237,.4), rgba(246,79,89,.4));
  opacity: 0;
  z-index: -1;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.team.bord .item:hover .img:after {
  border-color: #12c2e9;
  opacity: 1;
  -webkit-transform: rotate(0deg) !important;
  -ms-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
}

.team.bord .item .img {
  padding: 30px;
}

.team.bord .item .img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 5px;
  background: transparent;
  border: 1px solid #fff;
  opacity: .1;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  z-index: -1;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.team.bord .item .img.left:after {
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
}

.team.bord .item .info {
  margin-top: 15px;
  text-align: center;
}

.team.bord .item .info span {
  font-size: 13px;
  color: #12c2e9;
}

.team .slick-dots {
  bottom: -40px;
}

.team .slick-dots li.slick-active button {
  background: #12c2e9;
}

.team .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: .8;
}

.team .slick-dots li button:before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 4px;
  line-height: 1;
  background: #12c2e9;
  opacity: 1;
}

.team .dots-half {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  z-index: -2;
}
/* ====================== [ End Team ] ====================== */
/* ====================== [ About us slogan start ] ====================== */
.min-area{
  background: #f6f6f6;
}
.min-area .img {
  padding: 120px 0 120px 80px;
  position: relative;
  z-index: 3;
}
.min-area .img:after {
  content: '';
  position: absolute;
  top: 0;
  right: 120px;
  bottom: 0;
  left: -300px;
  background: #f5f5f5;
  z-index: -1;
}
.min-area .valign{
    margin-bottom: 2rem;
}
.min-area .content {
  padding-left: 40px;
}

.min-area .content h4 {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.min-area .content ul {
  margin: 0;
}
.min-area .thumparallax-down{
    padding-top: 50px;
}
.min-area .content ul li {
  margin-top: 25px;
  padding-left: 25px;
  position: relative;
}

.min-area .content ul li:after {
  content: '';
  width: 10px;
  height: 10px;
  border: 1px solid #999;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 2px;
}
.min-area .content ul{
    list-style: none;
}
.min-area .content ul.feat li {
  padding: 0 0 0px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.min-area .content ul.feat li:last-of-type {
  padding: 0;
  border: 0;
}

.min-area .content ul.feat li:after {
  display: none;
}

.min-area .content ul.feat li h6 {
  font-weight: 500;
  margin-bottom: 5px;
}

.min-area .content ul.feat li h6 span {
  color: #12c2e9;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 13px;
  border: 1px solid #12c2e9;
  border-radius: 50%;
  margin-right: 10px;
}

.min-area .content ul.feat li p {
  font-size: 13px;
  padding-left: 45px;
}





/* ====================== [ About us slogan end ] ====================== */
/*ABOUT SECTION END--------------------------------------------------------------------*/

/*DATA SECTION START--------------------------------------------------------------------*/
.data-section{
    position: relative;
    min-height: auto;

}
.texniki{
    min-height: 50vh;
}
.texniki .image{
    float: right;
}
.texniki .image img{
    max-width: 300px;
}
.texniki li p{
    margin-top: 3rem;
}
.domen .fontsize{
    font-size: 2.5rem !important;
}
.data-section.pp-svg{
    background-image: url('/img/section_background.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    backdrop-filter: sepia(4);
}
.data-section .container-fluid{
    padding: 40px 5% 50px 5%;
}

.data-section .container-fluid .fr-view p{
    text-align: justify;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    font-size: 1.1rem;

}
.data-section .container-fluid .fr-view li{
    padding-bottom: 1rem;
}
.data-section .container-fluid .fr-view h6{
    font-weight: 500;
    font-size: 1.25rem;
    padding-top: 1rem;
}
.data-section .container-fluid .fr-view .down-li ol{
    padding: 0 0 0 30px;
}
.data-section .container-fluid .fr-view .down-li li {
    list-style: square;
    padding: 0;
}
.data-section .container-fluid .fr-view .down-li li p{
    margin: 0;
    font-weight: 500;
}
.data-section .container-fluid .bigger-text{
    padding-top: 30px;
}
.data-section .container-fluid .bigger-text h3{
    letter-spacing: 2px;
}
.data-section .down-li-two ol,
.data-section .ssl ol{
    padding: 0 0 0 30px;
}
.data-section .down-li-two li{
    display: list-item;
    padding: 0 !important;
}
.data-section .down-li-two li:first-child{
    margin-top: 1rem;
}
.domen .container-fluid .fr-view li{
    padding-bottom: 0 !important;
}
.data-section .ssl ol li{
    padding: 0 !important;
}
.data-section .ssl ol li p{
    margin: 0;
}
.data-section .image-fir{
    float: right;
    margin: 50px 0px 5px 5px;
    width: 500px;
    height: auto;
}
.data-section .image-fir.diir{
    display: inline-block;
    vertical-align: bottom;
}
.data-section .image-left{
    float: left;
    margin: 50px 0px 5px 5px;
    width: 500px;
    height: auto;
}
.data-section .image-left.diir{
    display: inline-block;
    vertical-align: bottom;
}
/*DATA SECTION END--------------------------------------------------------------------*/






/*CONTACT SECTION START-------------------------------------------------------------------*/
/* ====================== [ Start contact ] ====================== */
.contact-sec .form .form-group {
  margin-bottom: 30px;
}

.contact-sec .form .form-group input, .contact-sec .form .form-group textarea {
  width: 100%;
  padding: 15px 0;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: transparent;
  color: #fff;
}

@media screen and (max-width: 996px) {
  .row2 {
    text-align: center;
  }
}
.contact.section-pad{
    padding: 50px 0;
    background: #fff;
    z-index: 9;
}
.contact .form .input {
  color: #000;
  width: 100%;
  padding: 15px 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.contact .form textarea {
  color: #000;
  width: 100%;
  padding: 15px 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding: 15px;
  min-height: 140px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  margin-top: 30px;
  resize: none;
}
.contact .cont-info .item h5 a{
  color: #9B59B6;
}
.contact .cont-info h3 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.contact .cont-info .emailsite{
  position: relative;
}
.contact .cont-info .emailsite span{
  position: absolute;
  right: 15px;
  transform: translate(0,50%);
  top: 50%;
  cursor: pointer;
}
.contact .cont-info .emailsite span i{
  font-size: 20px;
  color: #7a797e;
}
.contact .cont-info .item h5 {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  margin: 10px 0;
}

.contact .cont-info .item h6 {
  font-size: 14px;
  font-weight: 300;
  color: #555;
  line-height: 1.7;
}

.contact .cont-info .social a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: rgba(0, 0, 0, 0.01);
  border-radius: 50%;
  margin-right: 5px;
  font-size: 13px;
}
.contact .mesajrep{
    background: #059dff;
    color: #fff;
    opacity: .35;
    cursor: no-drop;
}
.contact .mesajrep.opacity{
    opacity: 1;
    cursor: pointer;
}
.contact .rechapca{
  display: flex;
}
.contact .rechapca .butn{
  width: 138px;
  padding: 15px 5px;
  font-size: 13px;
  margin-left: 34px;
  border: 1px solid transparent;
  -webkit-transition: all .4s;
  transition: all .4s;
  height: 52px;
}
.contact .rechapca .butn:hover{
    background: #065587;
    transition: .4s;
}
.map {
  width: 100%;
  height: 60vh;
}

/* ====================== [ End contact ] ====================== */
/*CONTACT SECTION END -------------------------------------------------------------------*/
/*WORKS SECTION START -------------------------------------------------------------------*/
/* ====================== [ Start Work ] ====================== */
.portfolio {
  position: relative;
  overflow-x: hidden;
  min-height: 50vw;
}
.portfolio.section-padding{
    padding: 50px 0 !important;
}
/* .portfolio .filtering, */
.blog-pg .filtering{
  padding-left: 50px;
}

/* .portfolio .filtering .filter, */
.blog-pg .filtering .filter {
  padding: 15px;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 30px;
  display: inline-block;
}

/* .portfolio .filtering span, */
.blog-pg .filtering span {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 20px;
  cursor: pointer;
  position: relative;
}

/* .portfolio .filtering span.active, */
.blog-pg .filtering span.active {
  color: #12c2e9;
}

/* .portfolio .filtering span:after, */
.blog-pg .filtering span:after {
  content: '';
  width: 7px;
  height: 7px;
  background: #12c2e9;
  border-radius: 50%;
  position: absolute;
  right: -24px;
  top: 40%;
}

/* .portfolio .filtering span:last-of-type:after, */
.blog-pg .filtering span:last-of-type::after {
  display: none;
}

/* .portfolio .filtering.smplx .filter, */
.blog-pg .filtering.smplx .filter {
  padding: 0;
  background: transparent;
  border-radius: 0;
  display: inline-block;
}

/* .portfolio .filtering.smplx span, */
.blog-pg .filtering.smplx span {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 20px;
  cursor: pointer;
  position: relative;
}

/* .portfolio .filtering.smplx span.active, */
.blog-pg .filtering.smplx span.active {
  color: #12c2e9;
}
/*
.portfolio .filtering.smplx span:after, */
.blog-pg .filtering.smplx span:after {
  content: '';
  width: 7px;
  height: 7px;
  background: #12c2e9;
  border-radius: 50%;
  position: absolute;
  right: -24px;
  top: 40%;
}

/* .portfolio .filtering.smplx span:last-of-type:after, */
.blog-pg .filtering.smplx span:last-of-type::after {
  display: none;
}




.portfolio .container-fluid{
    padding: 0px 120px 0px 120px;
}
.portfolio .container-fluid .portfolio_row{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.portfolio .container-fluid .portfolio_row .portfolio_box {
    border: 2px solid rgba(5, 157, 255, .5);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin: 10px;
    position: relative;
    overflow: hidden;
}
.portfolio .container-fluid .portfolio_row .portfolio_box img{
    width: 300px;
    height: auto;
}

.portfolio .container-fluid .portfolio_row .portfolio_box .content{
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    width:250px;
    height: 80px;
    padding-top: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: -webkit-gradient(linear, left top, right top, from(#12c2e9), color-stop(#c471ed), to(#f64f59));
    background: -webkit-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
    background: -o-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
    background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
    color: #fff;
    opacity: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    border-radius: 20px;
    overflow: hidden;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
}
.portfolio .container-fluid .portfolio_row .portfolio_box .content h6 a{
    text-decoration: underline;
}
.portfolio .container-fluid .portfolio_row .portfolio_box .content h6 a,
.portfolio .container-fluid .portfolio_row .portfolio_box .content span a{
    color: #fff;
}
.portfolio .container-fluid .portfolio_row .portfolio_box .content span a{
    text-decoration: none;
}
.portfolio .container-fluid .portfolio_row .portfolio_box .content span a:hover{
    color: yellow;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}
.portfolio .container-fluid .portfolio_row .portfolio_box:hover .content{
    opacity: 1;
    bottom: 0;
}
.portfolio .container-fluid .portfolio_row .portfolio_box:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: 4s ease;
    -webkit-transition: 4s ease;
    -moz-transition: 4s ease;
    -ms-transition: 4s ease;
    -o-transition: 4s ease;
}
/* ====================== [ End Work ] ====================== */
/*WORKS SECTION END-------------------------------------------------------------------*/
.pace {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99999999999999;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 400px;
  border: 0px;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.pace .pace-progress {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  max-width: 300px;
  position: fixed;
  z-index: 99999999999999;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: #12c2e9;
  background: -webkit-gradient(linear, left top, right top, from(#12c2e9), color-stop(#c471ed), to(#f64f59));
  background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
}

.pace.pace-inactive {
  width: 100vw;
  opacity: 0;
}

.pace.pace-inactive .pace-progress {
  max-width: 100vw;
}

#preloader {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  z-index: 9999999;
}

#preloader:after {
  content: '';
  position: fixed;
  left: 0;
  height: 50%;
  width: 100%;
  background: #252531;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

#preloader:before {
  content: '';
  position: fixed;
  left: 0;
  height: 50%;
  width: 100%;
  background: #252531;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  top: 0;
}

#preloader:after {
  bottom: 0;
}

#preloader.isdone {
  visibility: hidden;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

#preloader.isdone:after, #preloader.isdone:before {
  height: 0;
  -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
  transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.loading {
  color: #fff;
  position: fixed;
  left: 50%;
  top: calc(50% - 40px);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-weight: 300;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 6px;
  z-index: 9999999999;
}

.loading.isdone {
  top: 50%;
  opacity: 0;
  -webkit-transition: all .8s;
  transition: all .8s;
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

.loading span {
  -webkit-animation: loading 1.4s infinite alternate;
  animation: loading 1.4s infinite alternate;
}

.loading span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.loading span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.loading span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.loading span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.loading span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.loading span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.loading span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@-webkit-keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* ====================== [ End Preloader ] ====================== */
/* ====================== [ Start Text Animation & Images ] ====================== */
.splitting.animated .char {
  -webkit-animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}

.splitting .whitespace {
  width: 5px;
}

.splitting.txt.animated .char {
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(10ms * var(--char-index));
  animation-delay: calc(10ms * var(--char-index));
}

.splitting.txt .whitespace {
  width: 5px;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/* ====================== [ End Text Animation & Images ] ====================== */
/* ====================== [ Start Cursor Style ] ====================== */
body {
  cursor: none;
}
.zoom{
  cursor: zoom-in !important;
}
/* ====================== [ End progress-wrap ] ====================== */
/* ====================== [ Start Overlay ] ====================== */
[data-overlay-dark], [data-overlay-light] {
  position: relative;
}

[data-overlay-dark] .container, [data-overlay-light] .container {
  position: relative;
  z-index: 2;
}
/*
[data-overlay-dark]:before, [data-overlay-light]:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

[data-overlay-dark]:before {
  background: #121319;
}
*/
[data-overlay-light]:before {
  background: #fff;
}

[data-overlay-dark] h1, [data-overlay-dark] h2, [data-overlay-dark] h3, [data-overlay-dark] h4, [data-overlay-dark] h5, [data-overlay-dark] h6, [data-overlay-dark] span {
  color: #fff;
}

.bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark h5, .bg-dark h6, .bg-dark span {
  color: #fff;
}

.bg-color h1, .bg-color h2, .bg-color h3, .bg-color h4, .bg-color h5, .bg-color h6, .bg-color span {
  color: #fff;
}

[data-overlay-dark] p, .bg-dark p, .bg-color p {
  color: #dad6d6;
}



[data-overlay-dark="1"]:before, [data-overlay-light="1"]:before {
  opacity: .1;
}

[data-overlay-dark="2"]:before, [data-overlay-light="2"]:before {
  opacity: .2;
}

[data-overlay-dark="3"]:before, [data-overlay-light="3"]:before {
  opacity: .3;
}

[data-overlay-dark="4"]:before, [data-overlay-light="4"]:before {
  opacity: .4;
}

[data-overlay-dark="5"]:before, [data-overlay-light="5"]:before {
  opacity: .5;
}

[data-overlay-dark="6"]:before, [data-overlay-light="6"]:before {
  opacity: .6;
}

[data-overlay-dark="7"]:before, [data-overlay-light="7"]:before {
  opacity: .7;
}

[data-overlay-dark="8"]:before, [data-overlay-light="8"]:before {
  opacity: .8;
}

[data-overlay-dark="9"]:before, [data-overlay-light="9"]:before, [data-overlay-color="9"]:before {
  opacity: .9;
}

[data-overlay-dark="10"]:before, [data-overlay-light="10"]:before {
  opacity: 1;
}

/* ====================== [ End Overlay ] ====================== */
/* ====================== [ Start Heading ] ====================== */
.extra-title {
  font-weight: 700;
}

/* ====================== [ End Heading ] ====================== */
/* ====================== [  Start Button Style ] ====================== */
.butn {
  padding: 15px 35px;
  font-size: 13px;
  border: 1px solid transparent;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.butn:hover .char {
  -webkit-animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}

.butn.bord {
  border: 1px solid #000;
}

.butn.bord:hover {
  background: #111;
  color: #fff;
}

.butn.light {
  background: #fff;
  color: #333;
}

.butn.light:hover {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.butn.dark {
  background: #222;
  color: #fff;
}

.butn.dark:hover {
  background: transparent;
  border-color: #222;
  color: #333;
}

.butn.color {
  background: -webkit-gradient(linear, left top, right top, from(#12c2e9), color-stop(#c471ed), to(#f64f59));
  background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
  border: transparent;
}

.butn.color:hover {
  background: #fff;
  color: #111;
}

.butn.curve {
  border-radius: 5px;
}

.butn.radius {
  border-radius: 30px;
}

[data-overlay-dark] .butn.bord {
  border-color: #fff;
}

[data-overlay-dark] .butn.bord:hover {
  background: #fff;
}

[data-overlay-dark] .butn.bord:hover span {
  color: #111;
}

.simple-btn {
  position: relative;
  padding: 7px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none !important;
  color: #000;
}
.simple-btn:hover{
  transition: all .4s;
  letter-spacing: 6px;
  color: #000;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
}
.simple-btn:after {
  content: '';
  width: 45%;
  height: 100%;

  position: absolute;
  left: 0;
  top: 0;
}

.simple-btn.right:after {
  left: auto;
  right: 0;
}
.blogBtn{
  background-color: #9B59B6;
  padding: 10px;
  border-radius: 20px;
  color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.blogBtn:hover{
  color: #fff;
}
/* ====================== [ End Button Style ] ====================== */
/* ====================== [ Start showcase ] ====================== */
.showcase-full .parallax-slider .swiper-slide .bg-img {
  background-position: center center;
}

.showcase-full .parallax-slider .caption {
  position: relative;
}

.showcase-full .parallax-slider .caption h1 {
  font-size: 80px;
  font-weight: 700;
  letter-spacing: 1px;
  -webkit-transition: all .5s;
  transition: all .5s;
  position: relative;
}

.showcase-full .parallax-slider .caption h1 .stroke {
  margin-bottom: 10px;
}

.showcase-full .parallax-slider .caption h1 .bord {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 1px;
  background: #fff;
  border: 0;
  opacity: .1;
}

.showcase-full .parallax-slider .caption .discover {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 200px;
  height: 200px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 200;
  letter-spacing: 4px;
  text-transform: uppercase;
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
  -webkit-transition: all .7s;
  transition: all .7s;
  opacity: 0;
}

.showcase-full .parallax-slider .caption .discover span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  line-height: 50px;
}

.showcase-full .parallax-slider .swiper-slide-active .caption .discover {
  opacity: 1;
  -webkit-transition: all .7s;
  transition: all .7s;
}

.showcase-full .dots {
  bottom: 30px;
  z-index: 1;
}

.showcase-full .dots span {
  background: #fff;
  width: 5px;
  height: 5px;
  margin: 0 7px !important;
  border-radius: 50% !important;
}

.showcase-full .dots span.swiper-pagination-bullet-active {
  position: relative;
}

.showcase-full .dots span.swiper-pagination-bullet-active:after {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.showcase-carus {
  height: 100vh;
}

.showcase-carus .swiper-container {
  height: 100%;
}

.showcase-carus .caption h1 {
  font-size: 90px;
  font-weight: 800;
  line-height: 1.2;
  position: relative;
}

.showcase-carus .copy-cap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.showcase-carus .copy-cap h1 {
  font-size: 90px;
  font-weight: 800;
  line-height: 1.2;
  position: relative;
}

.showcase-carus .copy-cap .cap h1 span {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}

.showcase-carus .copy-cap .cap h1 .stroke {
  color: #fff;
  -webkit-text-stroke: 0;
}

.showcase-carus.circle-slide .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.showcase-carus.circle-slide .swiper-slide .bg-img {
  height: 500px;
  width: 500px;
  border-radius: 50%;
  margin: auto;
  background-position: center center;
}

.showcase-carus.circle-slide .swiper-slide .bg-img:before {
  border-radius: 50%;
}

.showcase-carus.circle-slide .caption, .showcase-carus.circle-slide .copy-cap {
  position: absolute;
  top: 0;
  left: -25%;
  width: 100%;
  height: 100%;
}

.showcase-carus.circle-slide .caption h1, .showcase-carus.circle-slide .copy-cap h1 {
  font-size: 70px;
  display: block;
}

.showcase-carus.circle-slide .caption h1 .stroke, .showcase-carus.circle-slide .copy-cap h1 .stroke {
  display: inline-block;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  background: -webkit-gradient(linear, left top, right top, from(#12c2e9), color-stop(#c471ed), to(#f64f59));
  background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.showcase-carus.circle-slide .caption h1 span, .showcase-carus.circle-slide .copy-cap h1 span {
  margin-left: auto;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  background: -webkit-gradient(linear, left top, right top, from(#12c2e9), color-stop(#c471ed), to(#f64f59));
  background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}





.showcase-grid {
  height: 100vh;
}

.showcase-grid .swiper-container {
  height: 100%;
}

.showcase-grid .swiper-slide .bg-img {
  height: 76vh;
  margin: 12vh 0 0;
  position: relative;
  background-position: center center;
}

.div-tooltip-tit {
  display: none;
  position: absolute;
  background-color: #fff;
  color: #111;
  padding: 0 10px;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  font-weight: 600;
  z-index: 99999;
}

.div-tooltip-sub {
  display: none;
  position: absolute;
  background-color: #111;
  color: #fff;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 500;
  z-index: 99999;
}

/* ====================== [ end showcase ] ====================== */
/* ====================== [ Start Intro ] ====================== */
.about .content .co-tit {
  font-weight: 400;
  margin-bottom: 30px;
}

.about .img-mons .img1, .about .img-mons .img2, .about .img-mons .img3 {
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
}

.about .img-mons .img1 img, .about .img-mons .img2 img, .about .img-mons .img3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.about .img-mons .img2 {
  height: 240px;
}

.about .img-mons .img3 {
  width: 75%;
  margin-top: 20px;
}

.about .img-mons .img3.exp {
  background: #18191d;
  padding: 30px;
}

.about .img-mons .img3.exp h2 {
  font-weight: 800;
  margin-bottom: 5px;
}

.about .img-mons .img3.exp h6 {
  letter-spacing: 2px;
}

.about .blc-img .bimg {
  padding-right: 80px;
  padding-bottom: 80px;
  position: relative;
}

.about .blc-img .bimg img {
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0px 10px 30px rgba(100, 100, 100, 0.3);
  box-shadow: 0px 10px 30px rgba(100, 100, 100, 0.3);
}

.about .blc-img .bimg .bg-img {
  position: absolute;
  right: 0px;
  bottom: 0;
  width: 300px;
  height: 300px;
  -webkit-box-shadow: 0px 10px 30px rgba(100, 100, 100, 0.3);
  box-shadow: 0px 10px 30px rgba(100, 100, 100, 0.3);
  background-position: center center;
  border-radius: 15px;
  overflow: hidden;
}





.about .ftbox ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about .ftbox ul li {
  width: 100%;
  padding: 35px 25px;
  text-align: center;
  background: #f5f5f5;
  border-radius: 5px;
  position: relative;
}

.about .ftbox ul li.space {
  margin: 0 10px;
}

.about .ftbox ul li .icon {
  color: #12c2e9;
  font-size: 30px;
  margin-bottom: 20px;
}

.about .ftbox ul li h6 {
  font-size: 16px;
  font-weight: 400;
}

.about .ftbox ul li .dots span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #eee;
  position: absolute;
  right: 10px;
  bottom: 12px;
  opacity: .1;
}

.about .ftbox ul li .dots span:first-of-type {
  bottom: 18px;
}

.about .ftbox ul li .dots span:last-of-type {
  right: 16px;
}

.extra-text {
  font-size: 22px;
}

.js-scroll__content {
  -webkit-transform-origin: top left;
  transform-origin: top left;
  will-change: transform;
}

/* ====================== [ End Intro ] ====================== */
/* ====================== [ Start tabs & list ] ====================== */
.smp-list {
  margin: 0;
}

.smp-list li {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 300;
  padding-left: 20px;
  position: relative;
}

.smp-list li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 1px;
  background: #12c2e9;
}

/* ====================== [ Start tabs & list ] ====================== */
/* ====================== [ Start Call To Action  ] ====================== */
.call-action {
  background-attachment: fixed;
  margin-top: 2rem;
}

.call-action .content h6 {
  color: #12c2e9;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 50px;
}
.call-action .container .butn span{
  color: #fff;
}
.butn{
  background: #9B59B6;
  color: #fff;
}
.butn:hover span,
.butn:hover a
{
  color: #fff;
}
.call-action .content h6 span {
  color: #12c2e9;
}

.call-action .content h2 {
  font-weight: 700;
  font-size: 2.5vw;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 20px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  color: transparent;
}

.call-action .content h2 span {
  color: transparent;
}

.call-action .content h2 b span {
  color: #fff;
  -webkit-text-stroke-width: 0;
}

.call-action .content h2 .whitespace {
  width: 18px;
}

.call-action .content p {
  font-size: 17px;
  font-weight: 300;
}

.call-action .btn-curve {
  border: 2px solid;
  line-height: 2;
}

.call-action .btn-curve span {
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
}

.call-action .btn-curve:hover span {
  color: #0c0f16;
}

.call-action .tlink {
  margin-left: auto;
  border-bottom: 1px solid #eee;
}

.call-action.next {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.call-action.next:after {
  display: none;
}

.call-action.next:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: #0a0a0a;
  opacity: 1;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.call-action.next .content h2 {
  font-size: 5vw;
  font-weight: 700;
}

.call-action.next .content h2 b {
  font-weight: 700;
}

.call-action.next .nxt-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  background-size: cover;
  background-position: center;
  z-index: -1;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}

.call-action.next:hover:before {
  opacity: .9;
}

.call-action.next:hover .nxt-img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 10s linear;
  transition: all 10s linear;
}
.teamFirst{
  display: none;
}
.best-area .swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{
  font-size: 30px;
}
.best-area .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
  font-size: 30px;
}
/* ====================== [ End Call To Action  ] ====================== */
/* ====================== [ Start Responsive ] ====================== */
@media screen and (max-width:1200px) {
    .portfolio .container-fluid{
        padding: 0px 20px 0px 20px ;
    }

    .call-action .content h2{
        font-size: 3rem;
    }
  .procces .container .process-blocks .process-block{
    width: 50%;
  }
    .lang{
      display: none;
    }
  .intro .container .slide-subheading{
    height: 65px !important;
    width: 230px;
  }
  .intro .container .slides-content span{
    width: 500px;
  }
  .seo-form-two .form-group{
    justify-content: center;
    box-shadow: none;
  }
}
@media  screen and (max-width:991px) {
  .footercol,
  .teamSecond,
  .min-area .img{
    display: none;
  }
  .min-area .valign{
    padding-top: 30px;
  }
  .teamFirst{
    display: block !important;
  }
  .data-section img{
      display: none !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1366px){
  .seo-area .seo-blocks .seo-block .seo-features .seo-feature{
    width: 100%;
  }
  .intro{
    min-height: auto;
  }
  .intro .container .slide-subheading{
    display: flex;
    align-items: center;
    text-align: center;
    width: 170px;
  }
  .myworks .container .portfolio-items .portfolio-item .portfolio-block .portfolio-thumbnail{
    margin-right: 20px;
  }
  
  .procces .container .process-blocks .process-block{
    width: 50%;
  }
  .why-us{
    padding: 10px 0;
  }
  .why-us .card-body{
    padding: 0.25rem;
  }
  .modal1 .center {
      width: 600px;
    }

}
@media screen and (max-width: 991px) {

  .bg-img {
    background-position: center !important;
  }
  .md-mb10 {
    margin-bottom: 10px;
  }
  .metro .container-fluid{
    padding: 0px 5px 0px 5px;
}
  .md-mb20 {
    margin-bottom: 20px;
  }
  .md-mb30 {
    margin-bottom: 30px;
  }
  .md-mb40 {
    margin-bottom: 40px;
  }
  .md-mb50 {
    margin-bottom: 50px;
  }
  .md-mb60 {
    margin-bottom: 60px;
  }
  .md-mb70 {
    margin-bottom: 70px;
  }
  .md-mb80 {
    margin-bottom: 80px;
  }
  .md-pb10 {
    padding-bottom: 10px;
  }
  .md-pb20 {
    padding-bottom: 20px;
  }
  .md-pb30 {
    padding-bottom: 30px;
  }
  .md-pb40 {
    padding-bottom: 40px;
  }
  .md-pb50 {
    padding-bottom: 50px;
  }
  .md-pb60 {
    padding-bottom: 60px;
  }
  .md-pb70 {
    padding-bottom: 70px;
  }
  .md-pb80 {
    padding-bottom: 80px;
  }
  .order2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .container {
    max-width: 720px;
  }
  .navbar {
    min-height: 60px;
  }


  .navbar .navbar-collapse {
    overflow: hidden !important;
    max-height: 400px;
    outline: none;
    border: none;
    background: #11141b;
    text-align: center;
    padding: 10px 15px;
  }

  .navbar .nav-link {
    margin: 10px auto !important;
  }
  .navbar .logo {
    margin-left: 15px;
    width: 50px;
  }
  .nav-scroll .navbar-collapse .nav-link, .light .navbar-collapse .nav-link {
    color: #fff !important;
  }
  .nav-scroll .navbar-collapse .active, .light .navbar-collapse .active {
    color: #12c2e9 !important;
  }



  .navbar-toggler:not(:disabled):not(.disabled){
    outline: none;
  }

  .navbar-nav .dropdown-menu {
    opacity: 1;
    visibility: visible;
    display: none;
    background: #0c0f16;
    text-align: center;
    color: #eee;
  }
  .navbar-nav .dropdown-menu .dropdown-item {
    color: #eee;
  }
  .navbar-nav .dropdown-menu.show {
    display: block;
  }
  .navbar .navbar-nav .nav-link {
    padding: 0;
    padding-top: 7px;
    border-bottom: 1px solid rgba(238, 238, 238, .3);
  }
  .navbar .navbar-nav .nav-link:nth-child(6),
  .navbar .navbar-nav .nav-link:nth-child(7){
    border-bottom:none !important;
  }
  .slider .parallax-slider .caption.dig {
    text-align: center ;
  }
  .slider .parallax-slider .caption.dig h1 {
    font-size: 60px;
  }


  .slider .parallax-slider .caption.dig h1 .tline {
    margin-left: 0;
  }
  .slider .parallax-slider .caption h1 {
    font-size: 50px;
    letter-spacing: 1px;
  }
  .slider .parallax-slider .caption h1 br {
    display: none;
  }
  .slider-stwo .img {
    padding-right: 0;
    margin-bottom: 50px;
  }
  .slider-stwo:after {
    display: none;
  }
  .showcase-full .parallax-slider .caption h1 span {
    margin-left: 0;
  }

  .circle-slide .swiper-slide .bg-img {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
    height: 380px !important;
    width: 380px !important;
    margin: auto !important;
  }
  .circle-slide .swiper-slide.swiper-slide-active .bg-img {
    opacity: 1;
    visibility: visible;
  }

  .works-header .capt h1 {
    font-size: 45px;
  }
  .sec-head h3 br {
    display: none;
  }
  .agency .imgsec {
    padding-right: 0;
  }
  .testimonials .item {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .testimonials .container-fluid {
    width: auto;
    margin-left: 0;
  }
  #circle {
    display: none;
  }
  .block-sec .vid-area .cont, .about .content, .skills-box {
    margin-bottom: 50px;
  }
  .min-area .content, .min-area .img {
    padding: 120px 0;
  }
  .services .two > div:nth-of-type(2), .services .rone > div:nth-of-type(2) {
    margin-bottom: 0px;
  }
  .services .step-item {
    margin: 25px 0;
  }
  .services .step-item.xbottom, .services .step-item.xtop {
    bottom: auto;
    top: auto;
  }
  .block-sec .testim-box {
    margin-bottom: 120px;
  }
  .block-sec .vid-area {
    display: none;
  }
  .portfolio .filtering {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
  }
  /* .blog-grid .item.active {
    margin: 50px 0;
  } */
  .footer-half:after {
    width: 100%;
  }

  .footer-half .cont {
    margin-bottom: 50px;
  }
  .next-prog .box .caption h1, .next-prog .box .copy-cap h1 {
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .sm-mb10 {
    margin-bottom: 10px;
  }
  .rechapca{
    flex-direction: column;
  }
  .contact .rechapca .butn{
    margin-left: 0px;
  }
  #seoadiut-con .seoadiut-heading h4{
    font-size: 20px;
  }
  #seoadiut-con .seoadiut-heading p{
    font-size: 16px;
    line-height: 1.5;
    text-transform: lowercase;
    margin-top: 15px;
  }
  #seoadiut-con {
    padding: 15px;
  }
  .intro .container .slides-content span{
    width:auto;
  }
  .procces .container .process-blocks .process-block{
    width: 100%;
  }

  .sm-mb20 {
    margin-bottom: 20px;
  }
  .sm-mb30 {
    margin-bottom: 30px;
  }
  .sm-mb40 {
    margin-bottom: 40px;
  }
  .sm-mb50 {
    margin-bottom: 50px;
  }
  .sm-mb60 {
    margin-bottom: 60px;
  }
  .sm-mb70 {
    margin-bottom: 70px;

  }
  .sm-mb80 {
    margin-bottom: 80px;
  }


  .sm-pt30{
    padding-top: 30px;
  }
  .sm-pb10 {
    padding-bottom: 10px;
  }
  .sm-pb20 {
    padding-bottom: 20px;
  }
  .sm-pb30 {
    padding-bottom: 30px;
  }
  .sm-pb40 {
    padding-bottom: 40px;
  }
  .sm-pb50 {
    padding-bottom: 50px;
  }
  .sm-pb60 {
    padding-bottom: 60px;
  }
  .sm-pb70 {
    padding-bottom: 70px;
  }
  .sm-pb80 {
    padding-bottom: 80px;
  }
  .container {
    max-width: 540px;
  }
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
  .progress-wrap {
    right: 15px;
    bottom: 15px;
  }
  .navbar .logo {
    width: 40px;
  }
  .min-area .content {
    padding: 26px 0;
  }
  .hamenu .menu-links .main-menu > li {
    font-size: 24px;
  }
  .hamenu .menu-links .main-menu .sub-menu li {
    font-size: 18px;
  }
  .page-header .cont{
      margin-top: 2.5rem;
  }
  .page-header .cont h2{
      font-size: 1.3rem;
      text-align: center;
  }
  .topnav .container-fluid {
    padding: 0 30px;
  }
  .topnav .logo {
    width: 40px;
  }
  .btn-curve {
    padding: 8px 15px;
  }
  .data-section .container-fluid p{
      font-size: 13px !important;
  }
  .data-section .container-fluid h3,
  .data-section .container-fluid h4{
      font-size: 1.1rem;
  }
  footer .item li a {
      font-size: 13px;
  }
  .btn-curve span {
    font-size: 15px;
    letter-spacing: 1px;
  }
  .slider .parallax-slider .caption h1 {
    font-size: 40px;
  }
  .slider .parallax-slider .caption h1 br {
    display: none;
  }
  .slider .parallax-slider .swiper-slide-active .caption h1 {
    font-size: 30px;
  }
  .slider .social-icon {
    display: none;
  }
  .slider .setone.setwo .prev-ctrl {
    left: 15px;
    bottom: 15px;
    top: auto;
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
  .slider .setone.setwo .next-ctrl {
    left: 70px;
    bottom: 15px;
    top: auto;
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
  .slider .swiper-pagination-fraction.top.botm {
    right: 15px;
    bottom: 15px;
  }
  .slider .swiper-pagination-fraction.top .swiper-pagination-current {
    font-size: 40px;
  }
  .slider .parallax-slider .caption.dig h1 {
    font-size: 40px;
  }
  .particles .cont h1 {
    font-size: 55px;
  }
  .slider-stwo ul li div {
    display: block;
  }
  .slider-stwo ul li .cont {
    display: block;
    vertical-align: auto;
    padding-left: 0;
    margin-top: 15px;
  }
  .showcase-carus.circle-slide .caption {
    left: 0;
    text-align: center;
  }
  .showcase-carus.circle-slide .copy-cap {
    display: none;
  }
  .showcase-carus .swiper-slide .bg-img {
    margin: 0;
    height: 100vh;
    background-position: center center;
  }
  .showcase-carus.circle-slide .caption h1, .showcase-carus.circle-slide .copy-cap h1 {
    font-size: 50px;
    min-width: auto;
    margin: auto !important;
    left: 0;
  }
  .showcase-full .parallax-slider .caption .discover {
    width: 120px;
    height: 120px;
    letter-spacing: 2px;
    text-transform: capitalize;
  }
  .works-header .capt h2 {
    font-size: 40px;
  }
  .slider.fixed-slider, .works-header.hfixd {
    position: static;
  }
  .main-content {
    margin-top: 0 !important;
    overflow: hidden;
  }
  .sub-title h6 {
    font-size: 12px;
  }
  .sec-head h3 {
    font-size: 30px;
  }
  .sec-head h6 {
    font-size: 15px;
    letter-spacing: 2px;
  }
  .agency .imgsec .exp {
    margin-bottom: 15px;
  }
  .about .img-mons .img1, .about .img-mons .img2, .about .img-mons .img3 {
    height: auto;
  }
  .about .img-mons .img1, .about .img-mons .img2 {
    margin-bottom: 10px;
  }
  .about .img-mons .img3 {
    margin-bottom: 10px;
    width: 100%;
    margin-top: 0;
  }
  .services .step-item {
    padding: 60px 40px;
  }
  .testimonials .item p {
    font-size: 17px;
  }
  .skills-circle {
    padding-bottom: 0 !important;
  }
  .skills-circle .item {
    margin-bottom: 50px;
  }
  .team .navs {
    top: 20px;
  }
  .block-sec .vid-area .cont h3 {
    font-size: 34px;
  }
  .block-sec .testim-box:after {
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
  }
  .call-action .content h2 {
    font-size: 7vw;
  }

  .portfolio .filtering .filter
 {
    padding: 15px 5px;
    border-radius: 10px;
  }
  .portfolio .filtering span
 {
    margin: 5px 10px;
  }
  .portfolio .filtering span:after
 {

    display: none;
  }
  .team-crv .img-box .img.sizxl, .team-crv .img-box .img.sizmd, .team-crv .img-box .img.sizsm {
    width: 100%;
  }
  .blog-pg.blog-list .item .cont {
    padding-left: 15px;
  }
  .blog-pg.single .post .author .author-img, .blog-pg.single .post .author .info {
    display: block;
  }
  .blog-pg.single .comments-area .item .comment-img, .blog-pg.single .comments-area .item .info {
    display: block;
  }
  .blog-pg.single .post .author .info, .blog-pg.single .comments-area .item .info {
    padding-left: 0;
    margin-top: 15px;
  }
  .intro-section .htit {
    margin-bottom: 15px;
  }
  .intro-section.section-padding{
      padding: 50px 0 !important;
  }
  .pages-header2{
      min-height: 24vh;
  }
  .blog-pg .item .cont h5 a{
      font-size: .8rem;
  }
  .blog-pg .cont p{
      text-align: justify;
      font-size: 12px;
      padding: 0px 10px 0px 0px;
  }
  .circle-bg .col-lg-10 .fontsize{
      font-size: 2.5rem !important;
  }
  .blog-pg .post img{
      width: 310px;
      height: auto;
  }
  .blog-pg .item .img{
    padding-right: 0px !important;
  }
  .blog-pg .cont p{
      font-size: .8rem !important;
  }
  .faq.section-padding{
      padding: 38px 0;
  }
  .faq .fontsize2{
    font-size: 1.5rem !important;
  }
  .faq .accordion-header h3 {
      font-size: 12px;
  }
  .faq .accordion-body p{
      font-size: 12px;
  }
  .circle-bg .capt .fw-700{
        font-size: 1.5rem;
  }
  .contact.section-padding{
      padding: 40px 0;
  }
  .aboutUs .cont .fontsize{
      font-size: 2rem !important;
  }
  .blog-grid .sec-head h6{
      font-size: 36px !important;
  }
  .blog-grid .sec-head h3{
    font-size: 22px !important;
  }
  .testimonial .row .carousel h1{
      font-size: 28px;
  }
  .tools .sec-head h6{
      font-size: 30px;
      margin-top: 2rem;
  }
  .modal1 .center{
    width: 90%;

  }
  .modal1 .center .imgcontainer{
    margin: 13px 0 12px 0;
  }
  .modal1 .col-md-6{
    padding: 0;
  }
  #id01 input[type=text],
  #id01 textarea{
    padding: 6px 6px;
  }
  .modal1 select{
    padding: 6px 6px;
  }
  .modal1 .center .imgcontainer h3  {
    font-size: 20px;
  }
  .team .container .wow{
    font-size: 1.5rem;
  }
  .intro-section .color-font{
    font-size: 1.4rem;
    text-align: start !important;
    line-height: 1.6rem !important;
  }
  .intro-section .font{
    font-size: 1rem;
  }
  .min-area .row{
    padding-top: 30px;
  }
  .min-area .img{

    display: none;
  }
  .blog-pg .filtering{
    margin-top: 20px;
  }
  .blog-pg .filtering .filter
  {
    width: 17rem !important;
    margin-left: -2.3rem;
    padding: 15px 10px !important;
    border-radius: 10px;
  }

  .blog-pg .filtering span:after
  {

    display: none;
  }
  .services .item-box h6 {
    font-size: .8rem;
  }
  .myworks  .container .portfolio-items .portfolio-item{
    width: 50%;
  }
  .best-area .swiper-button-prev{
    left: -10px;
    color: #fff;
  }
  .best-area .swiper-button-next{
    right: -10px;
    color: #fff;
  }
  .services .f9f .imag{
    display: none;
  }
  .slider .parallax-slider .swiper-slide {
    min-height: 58vh;
  }

  footer .down .footer_down h1 {
    font-size: .9rem;
  }



  .intro .intro-text {
    width: 100%;
  }

  .intro .intro-text h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }

  .intro .container .feature-block-first {
    margin: 0px;
  }

  .intro {
    margin-bottom: 0px;
  }

  .intro .container .slides-content {
    flex-direction: column;
  }

  .intro .container .slides-blocks {
    width: 100%;
  }

  .intro .container .slides-content h1 {
    font-size: 30px;
  }

  .intro .container .features-blocks .our-features {
    padding: 14px 12px;
  }

  .intro .container .features-blocks .our-features h2 {
    font-size: 20px;
  }

  .intro .container .features-blocks .our-features .features .feature {
    width: auto;
  }

  .intro .container .slide-subheading {
    line-height: 50px;
    margin-right: 0px;
  }

  .seo-area .seo-blocks {
    padding: 0px 0px 40px;
  }

  .why-us .container .header p {
    width: 100%;
  }

  .swiper-button-next, .swiper-button-prev {
    top: 83%;
  }

  .best-area {
    margin-top: 8rem !important;

  }
}
@media screen and (max-width:565px) {


    footer .footerThree{

        margin-bottom: 40px !important;
    }
    .metro .mt-30{
        margin-top: 10px !important;
    }
}
@media screen and (max-width: 480px) {
  .hamenu .cont-info {
    display: none;
  }
  .hamenu .menu-links .main-menu > li {
    font-size: 20px;
    padding: 7px;
  }
  .hamenu .menu-links .main-menu .sub-menu li {
    font-size: 16px;
  }
  .topnav .container-fluid {
    padding: 0 15px;
  }
  .slider-bus .caption h1 {
    font-size: 50px;
  }
  .showcase-full .dots {
    display: none;
  }
  .slider .txt-botm .swiper-nav-ctrl.swiper-button-next {

    right: 20px;
  }
  .slider .txt-botm .swiper-nav-ctrl.swiper-button-prev {
    left: 20px;
  }
  .page-header .cont h1 {
    font-size: 40px;
    padding-top: 4rem;
  }
  .slider .swiper-pagination-fraction.steps {
    bottom: 60px;
  }
  .particles .cont h1 {
    font-size: 30px;
    font-weight: 700;
  }
  .circle-slide .swiper-slide .bg-img {
    height: 280px !important;
    width: 280px !important;
  }
  .showcase-carus.circle-slide .caption h1, .showcase-carus.circle-slide .copy-cap h1 {
    font-size: 40px;
  }
  .works-header .capt h2 {
    font-size: 30px;
    letter-spacing: 1px;
  }
  .sec-head h3 {
    font-size: 38px;
  }
  .services.lficon .item-box {
    display: block;
  }
  .services.lficon .item-box .cont {
    padding-left: 0;
  }
  .min-area .content h4, .agency .content h4 {
    font-size: 28px;
  }
  .portfolio .gallery .items {
    padding: 0 15px;
    margin: 0 0 50px;
  }
  .portfolio .gallery .items.lg-mr {
    margin-top: 50px;
  }
  .portfolio .filtering.smplx span {
    margin: 5px 15px;
  }
  .block-sec .vid-area .cont h3 {
    font-size: 28px;
  }
  .video .container .stauts {
    display: none;
  }
  .testimonials .item {
    display: block;
    padding: 60px 30px;
  }
  .testimonials .item p {
    margin-left: 0;
    padding-left: 0;
    border: 0;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
  }
  .testimonials .item .info {
    min-width: auto;
    margin: auto;
    margin-bottom: 30px;
    display: block;
    text-align: center;
  }
  .testimonials .item .info .img {
    margin: auto;
  }
  .blog-crv .controls {
    display: none;
  }
  .blog-crv .item .content {
    padding: 30px 15px;
  }
  .blog-list .item {
    display: block;
  }
  .blog-list .item .img {
    width: 100%;
  }
  .blog-list .item .cont {
    padding-left: 0;
    margin-top: 30px;
  }
  .blog-pg.blog-list .item .cont {
    margin-top: 0;
  }
  .blog .item h5 {
    font-size: 20px;
  }
  .blog-pg.single .post .content .share-info {
    display: block;
  }
  .blog-pg.single .post .content .share-info .social {
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    padding: 5px 10px;
  }
  .blog-pg.single .post .content .share-info .tags {
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    padding: 5px 10px;
    margin-top: 5px;
  }
  .blog-pg.single .comments-area .item.relped {
    margin-left: 30px;
  }
  .next-prog .box .bg-img {
    width: 240px;
    height: 240px;
  }
  .next-prog .box .caption h1, .next-prog .box .copy-cap h1 {
    font-size: 20px;
    font-weight: 600;
  }
  .next-prog .box .caption h1 .stroke, .next-prog .box .copy-cap h1 .stroke {
    display: inline-block;
    color: #fff;
    -webkit-text-stroke: 0px #fff;
  }
}
@media screen and (max-width:380px) {
    footer .footerOne{
        width: 100% !important;
        display: flex;
        justify-content: center;
    }
    footer .footerTwo{
        width: 100% !important;
        display: flex;
        justify-content: center;
    }
    footer .item .title h5{
        text-align: center;
    }
    footer .footerTwo li{
        justify-content: center;
    }
    footer .footerThree{
        width: 100% !important;
        display: flex;
        justify-content: center;
        text-align: center;
    }
    footer .footerThree li{
        justify-content: center;
    }
}

/* Mobile Menu */
.vs-menu-wrapper{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999999;
    width: 0;
    height: 100%;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    -ms-transition: all ease 0.8s;
    -o-transition: all ease 0.8s;
}

.vs-menu-wrapper.vs-body-visible{
  opacity: 1;
  visibility: visible;
  width: 100%;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  -ms-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
}

.vs-menu-area{
    width: 100%;
    max-width: 300px;
    background-color: #fff;
    height: 100%;
    position: relative;
    left: -1000px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
    -moz-transition: all ease 1s;
    -ms-transition: all ease 1s;
    -o-transition: all ease 1s;
}

.vs-menu-wrapper.vs-body-visible .vs-menu-area{
    left: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
    -moz-transition: all ease 1s;
    -ms-transition: all ease 1s;
    -o-transition: all ease 1s;
}


.vs-menu-wrapper.vs-body-visible .vs-menu-area .menu-items{
  display: none;
  background: #fff;
  display: flex;
  flex-direction: column;
  margin-left: -40px;
  padding-left: 50px;
}

.vs-menu-wrapper.vs-body-visible .vs-menu-area .mobile-logo{
  position: relative;
  padding: 20px 20px;
  text-align: left;
}

.vs-menu-wrapper.vs-body-visible .vs-menu-area .mobile-logo img{
  width: 180px;
  height: 40px;
}
.vs-menu-wrapper .menu-items.languages{
  flex-direction: row !important;
  list-style: none;
  justify-content: center;
  padding-top: 30px;
}
.vs-menu-wrapper .vs-menu-toggle {
  background-color: transparent;
  border: none;
  font-size: 22px;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  outline: none;
  padding: 0;
  line-height: 1;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 24px;
  z-index: 1;
}

@media (max-width:991px){
  .navbar-collapse.collapse.show,
  .navbar-collapse.collapsing{
    display: none !important;
  }
  .app-services{
    margin-top: 100px;
  }
  .order-by{
    order: -2;
    margin-bottom: 40px;
    padding: 50px;
  }
  .slider-st .fgfd{
    justify-content: center;
  }
  .why-us .container .row .card.thrid,
  .why-us .container .row .card.second
  {
    position: initial;
    top: 0px;
  }
  .why-us{
    margin: 2rem 0rem 0rem 0rem;
  }
  footer .container-fluid{
    padding: 0px 10px 10px 10px !important;
}
}

@media (min-width:992px){
  .vs-menu-wrapper.vs-body-visible {
    display: none !important;
  }
}

@media (max-width:575px) {
  .vs-menu-area{
    max-width: 100%;
  }
}

/* ====================== [ End Responsive ] ====================== */
