@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap');
:root {
  --theme-color:#fd010f;
  --primary-color:#1C1B1F;
  --secondary-color:#FDE0E0;
  --white-color:#FFFFFF;
  --base-color:#6E6E6E;
  --higer-secondary-color:#E5E5E5;
  --primary-font: 'Outfit', sans-serif;
  --secondary-font: 'Roboto', sans-serif;
}
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}
body{
  font-family: 'Outfit', sans-serif;
  font-size: 17px;
	color: #000;
	line-height: 24px;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0.5px;
}
h1, h2, h3, h4, h5, h6 {
  position: relative;
  font-family: 'Outfit', sans-serif;
  font-style: normal;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 0px;
  transition: all 500ms ease;
}
h2 {
  font-weight: 800;
  font-size: 45px;
  line-height: 50px;
  margin-bottom: 15px;
}
p {
  position: relative;
  font-family: 'Outfit', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  color: var(--base-color);
  transition: all 500ms ease;
}
ul, li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
a:hover {
  color: var(--theme-color) !important;
  text-decoration: none;
  outline: none;
}
.parallax{
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.scroll-top{
  width: 60px;
  height: 60px;
  line-height: 60px;
  position: fixed;
  bottom: 105%;
  right: 30px;
  font-size: 20px;
  z-index: 99;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  transition: .5s ease;
}
.scroll-top.scroll-to-target span {
  color: var(--white-color);
}
.scroll-top.scroll-to-target {
  transform: rotate(-90deg);
}
.scroll-top.open {
  bottom: 50px;
  z-index: 9999;
}
.scroll-top:before , .scroll-top:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 var(--theme-color);
  box-shadow: 0 0 0 0 var(--theme-color);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.scroll-top:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}
.scroll-top:hover{
  background: var(--primary-color);
  transform: rotate(270deg);
}
.auto_container {
  max-width: 1290px;
  margin: 0 auto;
  padding: 0px 11px;
}
.home-page .main-header{
  position: absolute;
  left:0px;
  top:0px;
  z-index:999;
  width: 100%;
  background-color: #fff;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.main-header{
  position: static;
  left:0px;
  top:0px;
  z-index:999;
  width: 100%;
  background-color: #fff;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
header.main-header.style-one .logo-box {
  padding: 0px 10px 0px 0px;
}
.sticky-header{
  position:fixed;
  opacity:0;
  visibility:hidden;
  left:0px;
  background: var(--white-color);
  top:0px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  width:100%;
  z-index:0;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.fixed-header .sticky-header{
  z-index:999;
  opacity:1;
  visibility:visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.anim-icon .icon {
  position: absolute;
  background-repeat: no-repeat;
}
/** header-lower **/

.fixed-header .sticky-header .outer-box {
  margin: 0px 12px !important;
}
.main-header .outer-box{
  position: relative;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.main-header .logo-box {
  position: relative;
  display: block;
  padding: 0px 106px 0px 0px;
  background-repeat: no-repeat;
}
.main-header .logo-box .logo {
  padding: 30px 96px 30px 70px;
  background-repeat: no-repeat;
}
.main-header .logo-box .logo img{
  width: 160px;
}
.fixed-header .sticky-header .logo-box .logo img{
  width: 100px;
}
header.main-header.style-three .logo-box .logo img{
  width: 154px;
  height: 50px;
}
header.main-header.style-three .sticky-header .logo-box .logo img{
  width: 154px;
  height: 60px;
}
.main-header .menu-area {
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.main-header.style-one .menu-right-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.main-header.style-one .menu-right-content li{
  position: relative;
  display: inline-block;
  margin-right: 10px;
}
.main-header.style-one .menu-right-content li:last-child{
  margin-right: 0px;
}
.main-header.style-one .menu-right-content .user-btn a,
.main-header.style-one .menu-right-content .cart-btn a{
  position: relative;
  display: inline-block;
  font-size: 20px;
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  cursor: pointer;
  background: transparent;
  transition: all 500ms ease;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.main-header.style-two .outer-box {
  max-width: 1290px;
  margin: 0 auto;
}
.main-header.style-two .header-right_buttom {
  padding: 20px 0px;
}
.main-header.style-two .outer-box .logo-box {
  padding: 5px 10px 5px 0px;
  background-color: #fff;
}
.main-header.style-two .sticky-header .outer-box .logo-box {
  padding: 0;
}
.main-header.style-two .outer-box .logo {
  margin-bottom: 0;
  padding: 0px 0px 0px 14px;
}
.main-header.style-two .main-menu .navigation > li{
  padding: 0px 0px;
}
.main-header.style-two .header__right {
  padding-right: 0px;
}
.main-header.style-two .main-menu .navigation > li.dropdown > a {
  margin-right: 0px;
}
.header__top__content {
  background: var(--theme-color);
}
.header_top {
  position: relative;
  padding: 15px 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.header_top .header_top_left .top_left {
  display: flex;
  flex-wrap: wrap;
}
.header_top .header_top_left .top_left li {
  margin-right: 60px;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}
.header_top .header_top_left .top_left li:last-child {
  margin-right: 0px;
}
.header_top .header_top_left .top_left li:after {
  top: -15px;
  content: "";
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 50px;
  right: -30px;
  background: #ffffff38;
}
.header_right_info .top_right {
  display: flex;
}
.header_right_info li:last-child {
  margin-right: 0px;
}
.header_right_info li {
  margin-right: 20px;
  font-weight: 600;
}
.header_right_info .top_smedia {
  display: flex;
  align-items: center;
  margin-left: 50px;
}
.header_top a span {
  font-size: 15px;
}
.header_top a {
  color: var(--white-color);
}
.header_top a:hover,
.header_top a:active,
.header_top a:focus{
  color: #d6d6d6 !important;
}
.header_top .header_top_left .top_left li:last-child:after {
  display: none;
}

.parallax-window {
  height: 500px;
  background: transparent;
  display: table;
  width: 100%;
}

.home-slide {
    position: absolute;
    display: table-cell;
    vertical-align: middle;
    content: '';
    text-align: center;
    width: 100%;
    top: 50%;
  
}

.parallax-fixed {
  background-attachment: fixed;
}

.home-parallax h1 {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 20px;
}
.overlap {
    position: relative;
}
.h3-sec h3 a:hover,
.h3-sec h3 a:focus{
  color: #000 !important;
}
.h3-sec h3 a{
  color: #fff;
  font-weight: 900;
}
.h3-sec h3{
   font-weight: 400 !important;
}

.list1 li,
.areas-list li {
  padding: 0 0 10px 26px;
  position: relative;
}
.list1 li:before,
.areas-list li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\F133";
  font-family: "bootstrap-icons";
  font-size: 18px;
  color: #fd010f;
}
.areas-list li:before {
  content: "\F3E7";
}
.font-1{
  font-size: 30px !important;
  line-height: 40px !important;
}


.areas-list1 li{
  background-color: #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  color: #fff;
  position: relative;
  padding: 15px 15px 15px 35px !important;
  margin-bottom: 15px;
  font-size: 17px;
}
.areas-list1 li a{

}
.areas-list1 li:before{
  position: absolute;
  top: 15px;
  left: 10px;
  content: '\F3E7';
  font-family: "bootstrap-icons";
  font-size: 17px;
  color: #fd010f;
}
.contact-box {
  padding: 30px 20px;
  background-color: #000;
  border-radius: 3px 3px 3px 3px;
  margin: 0 -4px 30px 0;
  text-align: center;
  width: 100%;
  border: 4px solid #fd010f;
   min-height:250px;   
  }
  .contact-box .contact-icon {
  font-size: 60px;
  max-width: unset;
  padding-bottom: 20px !important;
  color: #fff;
  }
  .contact-box .content-text .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  margin: 0 0 4px;
  }
  .contact-box .content-text .title {
  color: #ffffff;
  }
  .contact-box .content-text .title a:hover {
  color: #ffb703;
  }
  .contact-box .content-text span a {
  color: #c9c9c9;
  font-weight: 500;
  }
  .contact-box .content-text span a:hover {
  color: #dfdfdf;
  }
  .contact-box .content-text .services-txt {
  margin: 0;
  color: #c9c9c9;
  font-weight: 500;
  }
.contact-box .content-text .services-txt a{
  color: #fff;
}

.single-service-item {
    margin: 15px 0;
}
.single-service-item .img-holder{
    overflow: hidden;
    position: relative;
}
.single-service-item .img-holder .img-responsive{
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
    /*border: 5px solid #0009;
    border-radius: 5px;*/
}
.single-service-item:hover .img-holder .img-responsive {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.single-service-item .img-holder .overlay{
    background-color: rgba(0,0,0, .60);
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s;
    -webkit-transform: rotateY(180deg) scale(0.5,0.5);
    transform: rotateY(180deg) scale(0.5,0.5);
}
.single-service-item:hover .img-holder .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateY(0deg) scale(1,1);
    transform: rotateY(0deg) scale(1,1);
}
.single-service-item .img-holder .overlay .box{
    display: table;
    height: 100%;
    width: 100%;
}
.single-service-item .img-holder .overlay .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 30px;
}
.single-service-item .img-holder .overlay .box .content a i {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    height: 45px;
    line-height: 50px;
    transition: all 500ms ease 0s;
    width: 45px;
}
.single-service-item .img-holder .overlay .box .content a:hover i {
    background: #9a9a9a;
}
.single-service-item .text-holder h3 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin: 20px 0 6px;
    text-transform: capitalize;
}
.single-service-item .text-holder h3 span {
    color: #fff;
}


.site-map-list li {
  border-left: 1px solid #dfdfdf;
  padding: 10px 0 10px 30px;
  position: relative;
}
.site-map-list li:before {
  position: absolute;
  top: 20px;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #dfdfdf;
  content: "";
}
.site-map-list li > ul.child-menu {
  margin: 10px 0 10px 20px;
}

.head-banner {
    width: 100%;
    height: 550px;
    position: relative;
}

.head-banner-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.541);
    left: 0;
    top: 0;
}

.head-banner .banner-content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.head-banner h1 {
    font-size: 50px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0px;
    text-align: center;
    padding: 0 10px;
}

.main-header.style-two .header_top {
  max-width: 1290px;
  margin: 0 auto;
  background: transparent;
  padding: 15px;
}
.main-header.style-two .header_top .login__border:after{
  right: 145px;
}

.main-header.style-two .outer-box .logo-box .image__bg {
  position: absolute;
  width: 238px;
  height: 124px;
  z-index: -1;
  top: 20px;
  left: 0;
  filter: drop-shadow(0px 10px 50px rgba(0, 0, 0, 0.15));
}
/**/
.main-menu .navbar-collapse{
  padding:0px;
  display:block !important;
}
.main-menu .navigation > li > ul, .main-menu .navigation > li > .megamenu {
  background: #0002c5;
}
.main-menu .navigation > li > ul > li > a, .main-menu .navigation > li > .megamenu li > a {
  color: var(--white-color);
  border-bottom: 1px solid #ffffffbf;
}
.main-menu .navigation{
  margin:0px;
}
.main-menu .navigation > li{
  position:inherit;
  float:left;
  cursor: pointer;
  z-index:2;
  padding:45px 0px;
  margin: 0px 25px;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}
.main-menu .navigation > li:last-child{
  margin-right:0px !important;
}

.main-menu .navigation > li:first-child{
  margin-left: 0px !important;
}
.btn-three span{
  font-weight: bold;
  font-size: 18px;
  display: inline-block;
  margin-left: 12px;
  border-bottom: 5px double #fd010f;
}
.btn-three.aux-ico-box:before {
  content: '';
  width: 100px;
  height: 55px;
  background-color: #ffe0e063;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  left: 12px;
  bottom: -11px;
  z-index: -1;
}
.main-menu .navigation > li > a{
  position:relative;
  display:block;
  text-align:center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  line-height: 138px;
  font-family: 'Outfit', sans-serif;
  opacity:1;
  z-index:1;
  letter-spacing: 1px;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}
.main-menu .navigation > li.active > a{
  color: #fd010f;
}
.main-menu .navigation > li.current > a:before, .main-menu .navigation > li:hover > a:before {
  transform: translateX(-50%) scale(1,1);
}
.fixed-header .sticky-header .main-menu .navigation > li > a{
  line-height: 110px;
}
.main-menu .navigation > li.dropdown > a{
  margin-right: 19px;
}
.main-menu .navigation > li > ul,
.main-menu .navigation > li > .megamenu{
  position:absolute;
  top:100%;
  width:250px;
  z-index:100;
  border-radius: 5px;
  padding: 15px 0px;
  -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -webkit-box-shadow: 0px 4px 4px 1px rgb(0 0 0 / 20%);
    box-shadow: 0px 4px 4px 1px rgb(0 0 0 / 20%);
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.main-menu .navigation > li > ul.from-right{
  left:auto;
  right:0px;  
}

.main-menu .navigation > li > ul > li{
  position:relative;
  width:100%;
  padding: 0px 30px;
  -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;
}


.main-menu .navigation > li > ul > li:nth-child(2n+1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+4) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+5) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+6) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+7) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+8) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.main-menu .navigation > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > a,
.main-menu .navigation > li > .megamenu li > a{
  position:relative;
  display:block;
  padding:14px 0px;
  line-height:24px;
  font-weight:400;
  font-size:16px;
  text-transform:capitalize;
  text-align: left;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:last-child > a,
.main-menu .navigation > li > .megamenu li:last-child > a{
  border-bottom: none;
}

.main-menu .navigation > li.dropdown > a:after{
  font-family: 'Font Awesome 5 Pro';
  content: "\f107";
  position: absolute;
  right: -16px;
  top: 51%;
  transform: translateY(-50%);
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  z-index: 5;
}
.main-menu .navigation > li > ul > li.dropdown > a:after{
  font-family: 'Font Awesome 5 Pro';
  content: "\f105";
  position:absolute;
  right:20px;
  top:14px;
  display:block;
  line-height:24px;
  font-size:16px;
  font-weight:400;
  text-align:center;
  z-index:5;  
}

.main-menu .navigation > li > ul > li > ul{
  position:absolute;
  left:100%;
  top:0%;
  width:230px;
  z-index:100;
  display:none;
  border-radius: 5px;
  padding: 15px 0px;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -webkit-box-shadow: 0px 4px 4px 1px rgba(0,0,0,0.2);
  box-shadow: 0px 4px 4px 1px rgba(0,0,0,0.2);
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.main-menu .navigation > li > ul > li > ul.from-right{
  left:auto;
  right:0px;  
}
.main-menu .navigation > li > ul > li > ul > li{
  position:relative;
  width:100%;
  padding: 0px 30px;
}
.main-menu .navigation > li > ul > li > ul > li{
  position:relative;
  width:100%;
  padding: 0px 30px;
}

.main-menu .navigation > li > ul > li:hover > ul > li{
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+4) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > ul > li > a{
  position:relative;
  display:block;
  padding:14px 0px;
  line-height:24px;
  font-weight:400;
  font-size:16px;
  text-transform:capitalize;
  text-align: left;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:last-child > a{
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
  font-family: 'Font Awesome 5 Pro';
  content: "\f105";
  position:absolute;
  right:20px;
  top:12px;
  display:block;
  line-height:24px;
  font-size:16px;
  font-weight:900;
  z-index:5;  
}

.main-menu .navigation > li.dropdown:hover > ul,
.main-menu .navigation > li.dropdown:hover > .megamenu{
  visibility:visible;
  opacity:1;
  top: 100%;
  webkit-transform: rotateX(0);
  transform: rotateX(0);
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
  visibility:visible;
  opacity:1;
  filter: alpha(opacity=100);
  top: 0%;
  -webkit-transform: rotateX(0);
  transform: rotateX(0); 
}

.main-menu .navigation li.dropdown .dropdown-btn{
  position:absolute;
  right:-32px;
  top:66px;
  width:34px;
  height:30px;
  text-align:center;
  font-size:18px;
  line-height:26px;
  cursor:pointer;
  display: none;
  z-index:5;
  transition: all 500ms ease;
}


.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn{
  display: none;
}

.menu-area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  display: none;
}

.menu-area .mobile-nav-toggler .icon-bar{
  position: relative;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.menu-area .mobile-nav-toggler .icon-bar:last-child{
  margin-bottom: 0px;
}

.main-header .sticky-header .logo-box .logo{
  padding: 10px 0px;
}
.main-header .sticky-header .main-menu .navigation > li{
  padding: 0px !important;
}
.nav-outer .mobile-nav-toggler{
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  display: none;
}

.mobile-menu{
  position: fixed;
  left: 0;
  top: 0;
  width: 300px;
  padding-right:30px;
  max-width:100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  transition: all 500ms ease-in;
}

.mobile-menu .navbar-collapse{
  display:block !important; 
}

.mobile-menu .nav-logo{
  position:relative;
  padding:40px 25px;
  text-align:left; 
  max-width: 200px; 
}

.mobile-menu-visible{
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
  opacity: 1;
  visibility: visible;
  transition: all 500ms ease-in-out;
}
.mobile-menu .menu-backdrop{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transform: translateX(-400px);
  -ms-transform: translateX(-400px);
  transform: translateX(-400px);
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
  opacity: 0.70;
  visibility: visible;
  -webkit-transition:all 0.7s ease;
  -moz-transition:all 0.7s ease;
  -ms-transition:all 0.7s ease;
  -o-transition:all 0.7s ease;
  transition:all 0.7s ease;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.mobile-menu .menu-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(-400px);
  -ms-transform: translateX(-400px);
  transform: translateX(-400px);
}

.mobile-menu-visible .mobile-menu .menu-box{
  opacity: 1;
  visibility: visible;
  -webkit-transition:all 0.7s ease;
  -moz-transition:all 0.7s ease;
  -ms-transition:all 0.7s ease;
  -o-transition:all 0.7s ease;
  transition:all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 15px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn{
  -webkit-transform:rotate(360deg);
  -ms-transform:rotate(360deg);
  transform:rotate(360deg);
}

.mobile-menu .close-btn:hover{
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);
}

.mobile-menu .navigation{
  position: relative;
  display: block;
  width: 100%;
  float: none;
  margin-top: 90px;
}

.mobile-menu .navigation li{
  position: relative;
  display: block;
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation:last-child{
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > ul > li:first-child{
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > a{
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .navigation li ul li > a{
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}

.mobile-menu .navigation li > a:before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  height:0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .navigation li.current > a:before{
  height:100%;
}
.mobile-menu .navigation li.dropdown .dropdown-btn{
  position:absolute;
  right:6px;
  top:6px;
  width:32px;
  height:32px;
  text-align:center;
  font-size:16px;
  line-height:32px;
  cursor:pointer;
  border-radius:2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
  z-index:5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open{
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);  
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.mobile-menu .navigation > li.dropdown > .megamenu{
  display: none;
  background-color: #0403d4;
}

.mobile-menu .social-links{
  position:relative;
  padding:0px 25px;
}

.mobile-menu .social-links li{
  position:relative;
  display:inline-block;
  margin:0px 10px 10px;
}

.mobile-menu .social-links li a{
  position:relative;
  line-height:32px;
  font-size:16px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}


div#mCSB_1_container{
  top: 0px !important;
}

.mobile-menu .contact-info {
  position: relative;
  padding: 50px 30px 20px 30px;
}

.mobile-menu .contact-info h4 {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
  position: relative;
  display: block;
  font-size: 15px;
  margin-bottom: 3px;
}

.mobile-menu .contact-info ul li:last-child{
  margin-bottom: 0px;
}
.owl-dots {
  display: none;
}
.banner-carousel {
  position: relative;
  overflow: hidden;
}
.banner-carousel .slide-item {
  position: relative;
}
.banner.style__two .slide-item:before {
  position: absolute;
  content: '';
  background: rgb(0 0 0 / 63%);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.6;
  z-index: 1;
}
.btn-one {
  background-color: var(--theme-color);
  color: var(--white-color);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  font-family: 'Outfit', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}
.btn-one:hover em {
  transform: rotate(-1deg) translateY(-122%);
  transform-origin: left top;
}
.btn-one span {
  color: var(--white-color);
  display: block;
  position: relative;
  text-transform: uppercase;
  transition: all 500ms ease;
}
.btn-one.two:hover span{
  color: var(--primary-color);
}
.btn-one i:after{
  background-color: var(--theme-color);
}
.btn-one i:before{
  background-color: var(--primary-color);
}
.btn-one.two i:before{
  background-color: var(--white-color);
}
.btn-one i:after,
.btn-one i:before{
  content: '';
  float: left;
  height: 100%;
  width: 50%;
  border-radius: 50%;
}
.btn-one.two em {
  background-color: var(--white-color);
}
.btn-one em {
  position: absolute;
  width: 102%;
  height: 200%;
  background-color: var(--primary-color);
  left: 0;
  top: 6em;
  transition: all 0.5s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.btn-one i {
  float: left;
  position: relative;
  overflow: hidden;
  width: 31px;
  height: 20px;
  margin-top: -0.5em;
}
.btn-two {
  padding: 21px 25px;
  background: var(--white-color);
  cursor: pointer;
  color: var(--primary-color);
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  display: inline-block;
  z-index: 1;
  transition: all 500ms ease;
}
.btn-two:hover:before {
  width: 100%;
  left: 0px;
}
.btn-two:hover {
  color: var(--white-color) !important;
}
.btn-two:before {
  position: absolute;
  content: '';
  background: #0403d4;
  width: 0%;
  height: 100%;
  top: 0px;
  right: 0px;
  z-index: -1;
  transition: all 500ms ease;
}
.sub__title h6 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--theme-color);
}
.title.text-center .main__title h2 {
    padding: 20px 0px 30px;
    text-transform: uppercase;
}
.banner.style__two .slide__item__content{
  background-size: cover;
  height: 100vh;
}
.slide__item__content {
  background-repeat: no-repeat;
  background-position: right;
}
.banner.style__two .banner-carousel .content__box .btn-box{
  display: inline-block;
}
.banner.style__two .banner-carousel .owl-nav {
  width: 100%;
}
.banner.style__two .banner-carousel .content__box h1{
  margin-bottom: 10px ;
}
.banner.style__two .banner-carousel .owl-nav .owl-prev{
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translate(0%, -50%);
}
.banner.style__two .banner-carousel .owl-nav .owl-next{
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translate(100px, -50%);
}
.banner.style__two .content__box{
  position: absolute;
  display: block;
  padding: 0;
  z-index: 5;
  transform: translate(-50%, -50%);
  top: 55%;
  left: 42%;
}
.banner-carousel .content__box .sub__title {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.banner.style__two .sub__title h6 {
  padding-bottom: 10px;
  color: var(--white-color);
}
.sub__title h6 {
  font-family: 'Outfit', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.banner.style__two .banner-carousel .content__box h1 {
  margin-bottom: 10px;
}
.banner-carousel .content__box h1 {
  position: relative;
  display: block;
  color: var(--white-color);
  font-weight: 800;
  font-size: 56px;
  line-height: 62px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 20px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.banner-carousel .content__box p {
  position: relative;
  display: block;
  font-family: 'Outfit', sans-serif;
  font-style: normal;
  color: var(--white-color);
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 10px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1300ms ease;
  -moz-transition: all 1300ms ease;
  -ms-transition: all 1300ms ease;
  -o-transition: all 1300ms ease;
  transition: all 1300ms ease;
}
.banner.style__two .banner-carousel .content__box .btn-box {
  display: inline-block;
}
.banner-carousel .content__box .btn-box {
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1600ms ease;
  -moz-transition: all 1600ms ease;
  -ms-transition: all 1600ms ease;
  -o-transition: all 1600ms ease;
  transition: all 1600ms ease;
}
.btn-one {
  background-color: var(--theme-color);
  color: var(--white-color);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  font-family: 'Outfit', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}
a {
  color: var(--primary-color);
  text-decoration: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.btn-one em {
  position: absolute;
  width: 102%;
  height: 200%;
  background-color: #0403d4;
  left: 0;
  top: 6em;
  transition: all 0.5s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.btn-one i {
  float: left;
  position: relative;
  overflow: hidden;
  width: 31px;
  height: 20px;
  margin-top: -0.5em;
}
.btn-one i:after, .btn-one i:before {
  content: '';
  float: left;
  height: 100%;
  width: 50%;
  border-radius: 50%;
}
.btn-one i:before {
  background-color: var(--primary-color);
}
.btn-one span {
  color: var(--white-color);
  display: block;
  position: relative;
  text-transform: uppercase;
  transition: all 500ms ease;
}
.btn-one:hover em {
  transform: rotate(-1deg) translateY(-122%);
  transform-origin: left top;
}
.banner-carousel .active .content__box .sub__title{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1300ms;
  -moz-transition-delay: 1300ms;
  -ms-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;
}
.banner-carousel .active .content__box .btn-box{
  opacity: 1;
  -webkit-transform: translateY(22px);
  -moz-transform: translateY(22px);
  -ms-transform: translateY(22px);
  -o-transform: translateY(22px);
  transform: translateY(22px);
  -webkit-transition-delay: 1600ms;
  -moz-transition-delay: 1600ms;
  -ms-transition-delay: 1600ms;
  -o-transition-delay: 1600ms;
  transition-delay: 1600ms;
}
.banner-carousel .active .content__box h1{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}
.banner-carousel .active .content__box h1 span {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--white-color);
}
.banner-carousel .active .content__box p{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1300ms;
  -moz-transition-delay: 1300ms;
  -ms-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;
}
.banner-carousel .active .content__box h2{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}
.banner-carousel .active .content__box h2 span {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--white-color);
}
.banner-carousel .content__box h2{
  position: relative;
  display: block;
  color: var(--white-color);
  font-weight: 800;
  font-size: 56px;
  line-height: 62px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 20px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.banner-carousel .content__box h1 span{
  color: transparent;
}
.banner-carousel .content__box h2 span{
  color: transparent;
}
.banner.style__two .banner-carousel .owl-nav {
  width: 100%;
}
.banner-carousel .owl-nav {
  display: block !important;
  position: absolute;
  top: 60%;
  transform: translate(0%, -50%);
  right: 70px;
}
.banner.style__two .banner-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  right: 70px;
  transform: translate(0%, -50%);
}
.nav-style-one .owl-nav .owl-next {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  line-height: 90px;
  color: #222;
  font-size: 16px;
  border-radius: 50%;
  text-align: center;
  background: var(--white-color) !important;
  font-weight: 600;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  cursor: pointer;
  overflow: hidden;
}
.nav-style-one .owl-nav .owl-prev {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  line-height: 90px;
  color: #222;
  font-size: 16px;
  border-radius: 50%;
  background: var(--white-color) !important;
  font-weight: 600;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  cursor: pointer;
  margin-bottom: 10px;
  overflow: hidden;
}
.banner.style__two .banner-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  left: 70px;
  transform: translate(100px, -50%);
}
.nav-style-one .owl-nav .owl-prev:before,
.nav-style-one .owl-nav .owl-next:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  border-radius: 50%;
  transform: scale(0.0);
  transform-origin: right;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  background-color: var(--theme-color);
}
.nav-style-one .owl-nav .owl-prev:hover:before, .nav-style-one .owl-nav .owl-next:hover:before {
  transform: scaleX(1.0);
}
.nav-style-one .owl-nav .owl-prev:hover span, .nav-style-one .owl-nav .owl-next:hover span {
    color: var(--white-color);
    position: relative;
}
.owl-nav span {
  color: #2B2D42;
  font-size: 25px;
  transition: all 500ms ease;
}
#logocarousel{
    position: relative;
    z-index: 3;
}
#logocarousel .item>a {
    display: block;
    overflow: visible;
}
#logocarousel .main-back{
    display: block;
    margin: 0 auto;
    position: relative;
    border-radius: 10px;
    width: 90%;
}
#logocarousel .owl-stage-outer {
    padding-top: 0;
    padding-bottom: 40px;
    padding-top: 40px;
}
#logocarousel .active.center .slide-cont {
    box-shadow: 12px 12px 21px -1px rgba(0, 0, 0, .7)
}
.center .main-back {
    padding: 0;
    transform: scale(1.2);
    transition: all .3s ease-in;
}
#logocarousel .owl-nav button.owl-prev {
    padding: 15px;
}
.arrow-left {
    transform: rotate(-180deg);
}
#logocarousel .owl-nav button.owl-next,
#logocarousel .owl-nav button.owl-prev {
    border-radius: 50%;
    color: #fff;
    border: none;
    width: 50px;
    font: inherit;
    background: #fd010f;
    height: 50px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
}
.see__pad {
  padding: 80px 0px;
}
.p_relative {
  position: relative;
}
.parallax-scene {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.about__section.four .icon.icons-1 {
  width: 374px;
  height: 338px;
  top: 0;
  left: -100px;
}
.anim-icon .icon {
  position: absolute;
  background-repeat: no-repeat;
}
.about__section.four .icon.icons-2 {
  width: 398px;
  height: 444px;
  right: 0;
  bottom: 0;
}
.anim-icon .icon {
  position: absolute;
  background-repeat: no-repeat;
}
.about_left__section .expericence {
  width: 200px;
  height: 200px;
  background: #fff;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  align-items: center;
  z-index: 9;
}
.about_left__section .expericence__text {
  padding: 0px 42px;
  text-align: center;
}
.about_left__section .expericence h2 {
  line-height: 24px;
  margin-bottom: 22px;
  text-align: center;
  color: var(--theme-color);
}
.about_left__section .expericence span {
  font-weight: 500;
  font-size: 19px;
  line-height: 0px;
  color: var(--primary-color);
}
.about__three__left .normal__text {
  padding-bottom: 30px;
}
.about__three__left .about__btn {
  display: inline-block;
}
.form-control{
    padding: 12px 18px;
}
.cta-box{
  background-color: #fd010fc9;
}
.service__two{
  position: relative;
}
.service__two:before {
  content: "";
  background-image: url('../images/bg2.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 75%;
  top: 0;
  left: 0;
  z-index: -1;
}
.inner__box{
  position: relative;
  display: block;
}
.inner__box .image__box img {
  width: 100%;
}
.main__title h2 {
  padding: 20px 0px 30px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.services-style2-area {
  position: relative;
  display: block;
  background: #f6f6f6;
  padding: 110px 0 108px;
  z-index: 1;
}
.single-service-style2{
  position: relative;
  margin-bottom: 50px;
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}
.services-style2-area:before{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 407px;
  background: #ffffff;
  content: "";
  z-index: -1;
}
.single-service-style2 .img-holder{
  position: relative;
  display: block;
  overflow: hidden; 
  z-index: 1;
}
.overlay-style-two {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  top: 0px;
  z-index: 2;
  opacity: 0;
  transition: all .5s ease;
}
.overlay-style-two:before {
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  width: 100%;
  height: 50%;
  display: block;
  opacity: 0;
  text-align: center;
  transform: perspective(400px) rotateY(-90deg);
  transform-origin: top;
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.80);
}
.overlay-style-two:after {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 50%;
  display: block;
  opacity: 0;
  text-align: center;
  transform: perspective(400px) rotateY(90deg);
  transform-origin: bottom;
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.80);
}
.single-service-style2 .text-holder .inner {
  position: relative;
  display: block;
  padding: 26px 0px 0px;
  text-align: center;
  background: #ffffff;
  z-index: 1;
}
.single-service-style2 .img-holder img {
  width: 100%;
  transform: scale(1.01);
  transition: all .5s ease;
}
.single-service-style2:hover .img-holder img {
  transform: scale(1.2);    
}
.single-service-style2:hover .overlay-style-two{
  opacity: 1;
}
.single-service-style2 .img-holder .overlay-style-two:before{
  background-color: rgba(40, 41, 46, 0.90);
}
.single-service-style2:hover .img-holder .overlay-style-two:before{
  opacity: 1;
  transform: perspective(400px) rotateY(0deg);
  transition: all .5s ease 100ms;	
}
.single-service-style2 .img-holder .overlay-style-two:after{
  background-color: rgba(40, 41, 46, 0.90);
}
.single-service-style2:hover .img-holder .overlay-style-two:after{
  opacity: 1;
  transform: perspective(400px) rotateY(0deg);
  transition: all .5s ease 300ms;	
}
.single-service-style2 .text-holder{
  position: relative;
  display: block;
  background: transparent;
  z-index: 10;
}
.single-service-style2 .text-holder .icon-holder {
  position: relative;
  display: block;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  margin: -55px auto 0;
  border: 4px dotted #c9c9c9;
  background: #ffffff;
  text-align: center;
  z-index: 2;
}
.single-service-style2 .text-holder .icon-holder span:before {
  display: block;
  color: #b3b3b3;
  font-size: 36px;
  line-height: 72px;
}
.single-service-style2 .text-holder .inner{
  position: relative;
  display: block;
  padding: 14px 0px 0px;
  text-align: center;
  background: #ffffff;
  z-index: 1;
  min-height: 220px;
}
.single-service-style2 .text-holder .inner:before {
  position: absolute;
  top: -55px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  content: "";
  z-index: -1;
}
.single-service-style2 .text-holder .inner h3{
  color: #27282c;
  font-weight: 600;
  font-size: 22px;
  margin: 0 0 18px;
}
.single-service-style2 .text-holder .inner .text {
  position: relative;
  display: block;
  padding: 0 20px 20px;
}
.single-service-style2 .text-holder .inner .text p{
  margin: 0;
}
.single-service-style2 .text-holder .read-more a{
  color: #27282c;
  background: #f6f6f6;
  display: block;
  text-align: center;
}
.services-style2-content{
  overflow: hidden;
}
.single-service-style2:hover .text-holder .inner .read-more a {
  color: #ffffff;
  background: #e9212e;
  transition: all .5s ease .5s;
}
.single-service-style2:hover .text-holder .icon-holder {
  border: 4px dotted #e9212e;
  transition: all .5s ease .5s;
}
.single-service-style2:hover .text-holder .icon-holder span:before {
  color: #e9212e;
  transition: all .5s ease 800ms;
}
.single-service-style2:hover .btn-two::before {
  width: 100%;
  left: 0px;
}
.single-service-style2:hover .btn-two{
  color: #fff;
}
.single-working-process {
  position: relative;
  display: block;
  padding-top: 40px;
  background: transparent;
  transition: all 500ms ease;
  margin-bottom: 0;
}
.single-working-process .top-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 90px;
  height: 90px;
  display: block;
  border: 3px solid #e9212e;
  padding: 27px 0;
  background: #ffffff;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
  z-index: 3;
}
.single-working-process .top-box::before {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  content: "";
  background: #e9212e;
  border-radius: 50%;
  transition: all 0.5s ease-in-out 0s;
  transform-style: preserve-3d;
  transform: perspective(1200px) rotateY(-90deg) translateZ(0px);
  opacity: 0;
  z-index: -1;
}
.single-working-process .top-box span {
  color: #27282c;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .5s ease 100ms;
}
.single-working-process .inner {
  position: relative;
  display: block;
  min-height: 345px;
  padding: 82px 20px 20px 20px;
  background: #ffffff;
  border-top: 3px solid #e9212e;
  -webkit-box-shadow: 0px 6px 10px 3px #e8e8e8;
  box-shadow: 0px 6px 10px 3px #e8e8e8;
  transition: all 300ms ease;
}
.single-working-process .inner h3 {
  color: #27282c;
  font-weight: 600;
  font-size: 22px;
  margin: 0 0 15px;
}
.single-working-process .inner p {
  margin: 0;
}
.single-working-process .inner .icon-holder {
  position: relative;
  display: block;
  padding-top: 22px;
}
.single-working-process:hover .top-box span{
  color: #fff;
}
.single-working-process:hover .top-box::before {
  transform: perspective(1200px) rotateY(0deg) translateZ(0px);
  transition-delay: 0.1s;
  opacity: 1;
}
.single-working-process:hover {
  transform: translateY(-10px);
}
.pentagon-shapeimg{
  display: flex;
  position: relative;
}
.pentagon-shapeimg li{
  flex:1;
}
.pentagon-shapeimg li:nth-child(2){
  margin-top: 90px;
}
.pentagon-shapeimg .immggg img{
  width: 100%;
  border: 5px solid #fff;
}
.img2shape img{
  position: relative;
  margin-top: 50px;
  z-index: 1;
}
.pentagon-shapeimg img{
  scale: 1.1;
}
.overlap, .overlap-white, .overlap3{
  position: relative;
}
.overlap:before, .overlap-white:before, .overlap2:before, .overlap3:before {
  background-color: rgba(0, 0, 0, 0.65);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.overlap-white:before{
  background-color:rgba(255, 255, 255, 0.58);
}
.process-block {
  position: relative;
  margin-top: 40px;
}
.process-block .inner-box {
  position: relative;
  padding: 75px 30px 30px;
  background-color: #f9f9f9;
  border: 1px dashed #e9212e;
  border-radius: 0 0 0 20px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.process-block .inner-box .count {
  position: absolute;
  right: 40px;
  top: -40px;
  height: 80px;
  width: 80px;
  background-color: #000;
  border-radius: 0 10px 0 0;
  font-size: 30px;
  line-height: 80px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.process-block h4 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.process-block h4 a {
  color: #e9212e;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.process-block .text {
  display: block;
  color: #000;
  font-weight: 400;
  margin-bottom: 15px;
}
.process-block .link-box {
  position: relative;
}
.process-block .inner-box:hover .count{
  background-color: #e9212e;
}
.process-block .inner-box .count{
  font-size: 24px;
  line-height: 40px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  padding: 18px;
}
section.news_letter.two {
  margin-bottom: -130px;
  z-index: 1;
  position: relative;
}
.news_letter_content {
  background: var(--theme-color);
  border-radius: 12px;
}
.news_letter_left h3 {
  font-weight: 800;
  font-size: 50px;
  line-height: 55px;
  color: var(--white-color);
  padding-bottom: 29px;
  text-transform: uppercase;
}
.news_letter.two .news_letter_left h3 {
  padding-bottom: 15px;
}
.news_letter.two .news_letter_left {
  padding: 70px;
  align-items: center;
}
.contact-form-sec {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.form-btn {
  background: #0405c3;
  border: none;
  padding: 15px 35px;
  margin: 0;
  position: relative;
  display: inline-block;
  transition: 0.6s;
}
.form-btn:hover, .form-btn:focus {
  background: var(--theme-color);
  color: #fff;
}
.footer-links,
.footer-links a{
  color: #fff;
}

.footer-top-padd {
  padding: 60px 0px 60px !important;
}
.footer-top-padd .footer__middle .footer__middle__content{
  padding-top: 15px !important;
}

footer .main__footer__top {
  background: #171619;
  padding: 140px 0px 60px;
}
.footer__middle {
  overflow: hidden;
}
.footer__middle .footer__middle__content {
  padding-top: 60px;
  overflow: hidden;
}
/*.footer__middle .footer__middle__content:before {
  content: "";
  background: rgba(255, 255, 255, 0.1);
  width: 1296px;
  height: 1px;
  position: absolute;
  top: 0;
}*/
.footer_widget.left .widget_content li:first-child {
  padding-bottom: 15px;
}
.footer_widget .widget_content li {
  color: #D2D1D2;
  line-height: 30px;
  padding-bottom: 10px;
}
.footer_widget .widget_title h4 {
  color: var(--white-color);
  padding-bottom: 26px;
}
.footer_widget .widget_content li {
  color: #D2D1D2;
  line-height: 30px;
  padding-bottom: 10px;
}
.footer_widget .widget_content .lists-3 li {
  position: relative;
  padding-left: 25px;
}
.footer_widget .widget_content li a {
  color: #D2D1D2;
  position: relative;
}
.footer_widget .widget_content .lists-3 li::before{
  position: absolute;
  content:'\F280';
  font-size: 15px;
  font-family:bootstrap-icons !important;
  left: 0;

}
.footer_widget .widget_content li span {
  color: #fff;
  margin-right: 8px;
}
.footer__social__media ul {
    display: flex;
}
.footer__social__media li a {
  display: flex;
  position: relative;
  width: 44px;
  height: 44px;
  background: #fff;
  color: #fd010f;
  border: 1px solid #fff;
  text-align: center;
  vertical-align: middle;
  margin-right: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.footer__social__media li a:hover{
  background: #fd010f;
  color: #fff !important;
  border: 1px solid #fff;
}
.footer_bottom {
  background: #000000;
  padding: 40px 0px;
  text-align: center;
}
.submit-icon {
  display: none;
}
.submit-icon.rotating-show {
  display: inline-block;
  vertical-align: middle;
}

@-webkit-keyframes rotating

/* Safari and Chrome */
  {
  from {
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
  }

  to {
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
  }

  to {
      -ms-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
.scroll-top {
  background: var(--theme-color);
}
.mobile-menu .menu-box{
  background: var(--theme-color);
}
.menu-area .mobile-nav-toggler {
  color: #3786ff;
}
.menu-area .mobile-nav-toggler .icon-bar{
  background-color: var(--theme-color);
}
.mobile-menu .navigation li > a {
  color: var(--white-color);
}
.mobile-menu .navigation li > a::before {
  border-left: 5px solid var(--white-color);
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
  color: var(--primary-color);
  background: var(--secondary-color);
}
.mobile-menu .navigation li.dropdown .dropdown-btn span {
  color: var(--primary-color);
}
.faq-bg {
  position: absolute;
  top: -170px;
  left: 0;
  z-index: -1;
}
.fulldiv-wrap{
  position: relative;
  box-shadow: 0px 6px 35px #00000012;
  text-align: left !important;
  padding: 10px 40px;
  min-height: 375px;
  color: #fff;
  background-color: #fd010f;
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px #c31c1e;
  border-style: dashed;
  transition: all 250ms ease-in;
}
.imgweap{
  padding: 0px 0px 30px 0px;
  position: relative;
  z-index: 1;
  word-break: break-word;
}
.aux-ico-box{
  position: relative;
  display: table;
  padding: 0px 0px 0px 0px;
  margin: 0;
}
.fulldiv-wrap h3,
.fulldiv-wrap p{
  color: #fff;
}
.aux-ico-box:before {
  content: '';
  width: 51px;
  height: 51px;
  background-color: #0403d4c2;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  right: -17px;
  bottom: -10px;
  z-index: 9;
}
.aux-ico-box svg {
  position: relative;
  z-index: 99;
}
.fulldiv-wrap svg path{
  fill: #fff;
}
.fulldiv-wrap:hover{
  background-color: #fff;
}
.fulldiv-wrap:hover svg path {
  fill: #000;
}
.fulldiv-wrap:hover h3,
.fulldiv-wrap:hover p{
  color: #000;
}
.fulldiv-wrap:hover .aux-ico-box:before{
  background-color: #fd010f;
}
.mobile-menu .close-btn {
  color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
}
.imgabout1{
  border-radius: 10px;
  width: 100%;
}
.circleabslt-box{
  position: absolute;
  display: block;
  right: -70px;
  top: 70px;
  z-index: 9;
}
.image__box_one img{
  position: absolute;
  z-index: 9;
  left: 0;
  width: 60%;
  border-radius: 5px;
}
.w-80{
  width: 80%;
}
.top-minus-25px{
  top: -25px;
}
.imgabout_two{
  position: absolute;
  right: -15px;
  bottom: -20px;
  width: 60%;
}
.aboutstyle-two .expericence__text{
  display: inline-block;
  background: #fff;
  width: 300px;
  text-align: center;
  padding: 15px;
  border-radius: 5px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.aboutstyle-two .expericence__text h2{
  color: #fd010f;
}
.imgabout_two img{
  border-radius: 10px;
}
.red-patch-abslt{
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  background-color: #fd010f4d;
  height: 99%;
  clip-path: circle(47% at 65% 50%);
}
.about_left__section img{
  width: 100%;
  border: 12px solid #fff;
  border-radius: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.cirlcewhite-iconbox{
  background-color: white;
  -webkit-box-shadow: 0px 22px 35px 0px rgba(2, 18, 106, 0.08);
  box-shadow: 0px 22px 35px 0px rgba(2, 18, 106, 0.08);
  width: 115px;
  height: 115px;
  margin-right: 50px;
  border-radius: 50%;
}
.service-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  flex-direction: column;
  background: #f7faff;
  padding: 25px 35px;
  border-radius: 15px;
  gap: 22px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
@media screen and (max-width: 1199px) {
  .service-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.service-card .line {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  opacity: 1;
  rotate: 180deg;
}
.service-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: white;
  -webkit-box-shadow: 0px 22px 35px 0px rgba(2, 18, 106, 0.08);
          box-shadow: 0px 22px 35px 0px rgba(2, 18, 106, 0.08);
  width: 115px;
  height: 115px;
  margin-right: 50px;
  border-radius: 50%;
}
.service-icon .roted-around span {
  position: relative;
  display: block;
  height: 100%;
}
.service-icon .roted-around {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.roted-around svg{
  position: absolute;
  top: 50%;
  width: 40px;
  color: #fd010f;
  text-align: center;
  margin: 0 auto;
  transform: translate(-50%, -50%);
}
.roted-around svg path{
  fill: red;
}
.h-lg-100{
  height: 100%;
}
.service-icon .roted-around.dagnger span {
  -webkit-animation: rotation 10s infinite linear;
  animation: rotation 10s infinite linear;
}
.service-icon .roted-around span::before,
.service-icon .roted-around span::after {
  position: absolute;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 50%;
}
.service-icon .roted-around.dagnger span::before, .service-icon .roted-around.dagnger span::after {
  background-image: -webkit-linear-gradient(-45deg, #0002c3 0%, #03116b 100%);
  background-image: -ms-linear-gradient(-45deg, #0002c3 0%, #03116b 100%);
}
.service-icon .roted-around span::before {
  left: 15px;
  bottom: 10px;
}
.service-icon .roted-around span::after {
  right: 15px;
  top: 10px;
}
.redbg_grdient{
  background-color: #990000;
  background-image: linear-gradient(147deg, #990000 0%, #ff0000 74%);
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.animation-float-move{
  -webkit-animation: move 1s infinite alternate;
    animation: move 1s infinite alternate;
}
@-webkit-keyframes move {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes move {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}

.animation-float {
  animation: float 2000ms linear 500ms infinite alternate both;
}
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(30px);
  }
}
.animation-float-small {
  animation: float 2000ms linear 500ms infinite alternate both;
}
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(10px);
  }
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@media only screen and (max-width: 1600px) {
  .pentagon-shapeimg img {
    scale: none;
  }
  .see__pad {
    padding: 50px 0px;
  }
  .banner-carousel .content__box h1,
  .banner-carousel .content__box h2{
    font-size: 46px;
    line-height: 55px;
  }
}
@media only screen and (max-width: 1400px) {
  .banner-carousel .content__box h1,
  .banner-carousel .content__box h2{
    font-size: 40px;
    line-height: 48px;
  }
  .main-header .logo-box .logo img {
    width: 144px;
  }
  .banner-carousel .owl-nav {
    display: block !important;
    position: absolute;
    top: auto;
    bottom: 50px;
    transform: none;
    right: 70px;
  }
  .nav-style-one .owl-nav .owl-prev, .nav-style-one .owl-nav .owl-next {
    right: 100px;
    left: inherit !important;
  }
  .auto_container{
    padding: 0px 20px;
  }
  h2 {
    font-weight: 800;
    font-size: 38px;
    line-height: 45px;
  }
  .main__title h2 {
    padding: 10px 0px 20px;
    text-transform: uppercase;
  }
  .about__three__left .normal__text {
    padding-bottom: 20px;
  }
}
@media (min-width: 1201px) and (max-width:1400px){
  .process-block .inner-box{
    min-height: 245px;
  }
  .single-working-process .inner{
    min-height: 370px;
  }
  .main-header .logo-box .logo img {
    width: 100px;
  }
  .main-menu .navigation > li > a{
    line-height: normal;
  }
  .banner-carousel .content__box h1,
  .banner-carousel .content__box h2{
    font-size: 34px;
    line-height: 45px;
  }
  .news_letter.two .news_letter_left{
    padding: 40px;
  }
  .img2shape img{
    margin-top: 30px;
  }
  .banner.style__two .content__box {
    position: absolute;
    display: block;
    padding: 0;
    z-index: 5;
    transform: translateY(-50%);
    top: 65%;
    left: 5%;
    width: 80%;
  }
  .pentagon-shapeimg{
    margin-right: 2px;
    margin-left: 2px;
  }
  .pentagon-shapeimg img{
    border-radius: 8px;
  }
}
@media (min-width: 992px) and (max-width:1200px){
  .cta-sec{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .single-working-process .inner{
    min-height: 425px;
  }
  .img2shape img{
    margin-top: 30px;
  }
  .pentagon-shapeimg{
    margin-right: 2px;
    margin-left: 2px;
  }
  .pentagon-shapeimg img{
    border-radius: 8px;
  }
  .banner.style__two .content__box{
    left: 38%;
    top: 64%;
  }
  .banner-carousel .content__box h1,
  .banner-carousel .content__box h2{
    font-size: 40px;
    line-height: 48px;
  }
  .fulldiv-wrap{
    padding: 20px;
  }
  .main-menu .navigation > li{
    margin: 0px 18px;
  }
  .main-header.style-two .outer-box .logo{
    padding: 0;
  }
  .main-header .logo-box .logo img {
    width: 100px;
  }
  .main-menu .navigation > li > a{
    line-height: normal;
  }
  .news_letter.two .news_letter_left{
    padding: 30px;
  }
  .banner.style__two .banner-carousel .owl-nav .owl-prev{
      right: 100px;
  }
  .banner.style__two .banner-carousel .owl-nav .owl-next{
      left: 100px;
  }
}
@media (min-width: 220px) and (max-width:991px){
  .menu-area .mobile-nav-toggler {
    display: block;
    margin-top: 20px;
    padding: 12px;
    margin-bottom: 20px;
    background-color: #eaeaea;
  }
  .main-header{
    position: relative;
  }
  .home-page .main-header{
    position: relative;
  }
  .main-menu {
    display: none !important;
  }
  .mobile-menu .navigation li a:hover,
  .mobile-menu .navigation li a:focus,
  .mobile-menu .navigation li a:active{
      color:#000!important;
  }
  .sticky-header {
    display: none !important;
  }
  .img2shape img{
    margin-top: 0;
  }
  .single-working-process .inner{
    padding: 65px 20px 20px 20px;
    min-height: 310px;
  }
  .title.text-center .main__title h2{
    padding:20px 0px 20px;
  }
  .news_letter.two .news_letter_left{
    padding: 40px;
  }
  .process-block{
    margin-top: 62px;
  }
  .fixed-header .sticky-header .outer-box {
    margin: 0 !important;
  }
  .main-header.style-two .outer-box .logo{
    padding: 0;
  }
  .banner.style__two .content__box{
    position: relative;
    display: block;
    padding: 80px 20px;
    top: 0;
    width: 100%;
    transform: none;
    left: 0;
  }
  .header_top .header_top_left .top_left li:after{
    display: none;
  }
  .red-patch-abslt{
    height: 72%;
    width: 100%;
  }
  .h-lg-100{
    height: auto;
  }
  .service__two::before{
    height: 100%;
  }
}
@media (min-width: 768px) and (max-width:991px){

  .banner.style__two .banner-carousel .owl-nav {
    width: 300px;
    top: auto;
    bottom: 70px;
  }
  .banner.style__two .banner-carousel .owl-nav .owl-prev{
    left: 0;
    right: 0;
    transform: none;
  }
  .banner.style__two .banner-carousel .owl-nav .owl-next{
    left: 168px !important;
    right: auto;
    top: auto;
    transform: none;
  }
  .header_top{
    justify-content: center;
  }
  .header_top .header_top_left .top_left li{
    margin-right: 45px;
  }
}
@media (min-width: 220px) and (max-width:767px){

  .banner.style__two .banner-carousel .owl-nav {
    width: 300px;
    top: auto;
    bottom: 70px;
  }
  .banner.style__two .banner-carousel .owl-nav .owl-prev{
    left: 0;
    right: 0;
    transform: none;
  }
  .banner.style__two .banner-carousel .owl-nav .owl-next{
    left: 168px !important;
    right: auto;
    top: auto;
    transform: none;
  }
  .news_letter_left h3{
    font-size: 25px;
    line-height: 32px;
  }
  .single-working-process .inner {
    min-height: auto;
  }
  .fulldiv-wrap{
    margin-bottom: 20px;
    min-height: auto;
    padding: 40px;
  }
  .service-card{
    margin-bottom: 40px;
  }
  .imgabout_two.animation-float{
    margin-top: 10px;
  }
  .animation-float,
  .animation-float-move {
    animation: none;
  }
}
@media (min-width: 576px) and (max-width:767px){

  .header_top .header_top_left .top_left{
    display: inline-block;
  }
  .header_top .header_top_left .top_left li:first-child{
    margin-right: 15px;
  }
  .header_top .header_top_left .top_left li:last-child{
    display: block;
  }
  .header_top .header_top_left .top_left li{
    margin-right: 0;
    margin-bottom: 15px;
    text-align: center;
    display: inline-block;
  }
  .head-banner {
      height: 400px;
  }
  .head-banner h1{
      font-size: 35px;
  }
}
@media (min-width: 220px) and (max-width:575px){
  h2 {
    font-weight: 800;
    font-size: 30px;
    line-height: 35px;
  }
  .parallax-window {
      height: 300px;
  }
  .home-parallax h1{
      font-size: 35px;
  }
  .head-banner {
      height: 400px;
  }
  .head-banner h1{
      font-size: 35px;
  }
  .banner-carousel .content__box h1,
  .banner-carousel .content__box h2{
    font-size: 20px;
    line-height: 28px;
  }
  .banner-carousel .content__box p{

  }
  .banner.style__two .content__box{
    padding: 50px 0;
  }
  .banner.style__two .banner-carousel .owl-nav {
    width: 300px;
    top: auto;
    bottom: 70px;
    right: 10px;
  }
  .banner.style__two .banner-carousel .owl-nav .owl-prev{
    width: 38px;
    height: 38px;
    left: 0;
    right: 0;
    transform: none;
  }
  .banner.style__two .banner-carousel .owl-nav .owl-next{
    width: 38px;
    height: 38px;
    left: 205px !important;
    right: auto;
    top: auto;
    transform: none;
  }
  .main-header.style-two .header__right{
    display: none;
  }
  .main-header .logo-box .logo img{
    width: 220px;
  }
  .header_top{
    display: block;
  }
  .header_top .header_top_left .top_left{
    display: block;
  }
  .header_top .header_top_left .top_left li{
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
  }
  .header_right_info .top_smedia{
    margin-left: 0;
    align-items: center;
  }
  .header_right_info li:last-child {
    margin: 0 auto;
  }
  .footer_widget .widget_title h4{
    padding-bottom: 10px;
  }
  .banner.style__two .slide__item__content{
      height: auto;
  }
  .red-patch-abslt{
    display: none;
  }
  .w-80 {
    width: 100%;
  }
  .top-minus-25px {
    top: 0;
  }
  .imgabout_two{
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%;
  }
  .aboutstyle-two .expericence__text{
    width: 100%;
  }
  .fulldiv-wrap{
    padding: 25px;
  }
  .news_letter.two .news_letter_left {
    padding: 25px;
  }
}