
body{
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	font-family: 'Roboto', sans-serif;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6{
	color: #ec0203;
	font-weight: bold;
	font-family: 'Courgette';
}

h1{
	font-size: 48px;
}
h2{
	font-size: 36px;
}
h3{
	font-size: 24px;
}
h4{
	font-size: 18px;
}
h5{
	font-size: 16px;
}
h6{
	font-size: 14px;
}

/* Links------------------------------------ */
a{
	color: #fff;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
a:hover{
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	color: #0c5adb;
}

/* ============start organic Header Top Menu Area=============== */



.sticky-nav.header-area .sub-menu ul li a:hover {
	margin-left: 30px;
	color: #ec0203!important;
}
.header-area .sub-menu ul li a:hover::before {
    opacity: 1;
    visibility: visible;
}

/* ============end organic Header Top Menu Area=============== */
/*--===================start header area-=====================*/
.header-area {
   /*  padding: 2px 0px 0px;
    position: relative;
    margin-bottom: 0;
    z-index: 2; */
    background-color: rgba(10, 10, 10, .2);
}
.header-area.iner{
    margin-bottom: -100px;
}
.header-area .header-logo .main-logo img{
	height: 52px;
}

.header-area .organic_menu ul {
	display: inline-block;
}
.header-area .organic_menu ul li {
    list-style: none;
    display: inline;
    position: relative;
}
.header-area .organic_menu ul li a {
    display: inline-block;
    font-size: 17px;
    padding: 35px 17px;
    text-transform: capitalize;
    transition: .5s;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 500;
}
.header-area .organic_menu ul li a:hover {
    color: #ec0203;
}
.header-area .d-flex.align-items-center {
    justify-content: end;
}
.header-area .header-btn {
    display: inline-block;
    position: relative;
    top: 22px;
}
.header-area .header-btn a {
    background: transparent;
    color: #fff;
    display: inline-block;
    padding: 13px 19px;
    font-size: 16px;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    overflow: hidden;
    font-weight: 500;
    border: 1px solid #fff;
}
.header-area .header-btn a i {
    font-size: 18px;
}

.header-area .search-box-btn a{
	color:#F9930B;
	margin-right: 25px;
	font-size: 30px;
}
.sticky-nav .search-box-btn a{
	color:#fff;
}
.nav-btn.navSidebar-button {
    display: inline-block;
    color: #FC0476;
    font-size: 26px;
    cursor: pointer;
    position: relative;
    left: 20px;
}
.sticky-nav {
    left: 0;
    margin: auto;
    top: 0;
    width: 100%;
    position: fixed!important;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    transition: .5s !important;
    /* background: rgba(255, 47, 0, .7)!important; */
    background-color: #ec0203;
    z-index:9999 !important;
    animation-name: slideInDown;
    animation-duration: 1.5s;
}
.sticky-nav .header-btn a {
    background: transparent;
    color: #fff;
}
.sticky-nav .organic_menu ul li a{
	color:#fff;
}
.sticky-nav .header-top-social ul li a{
    color:#fff;
}
.sticky-nav .header-top-social ul li a:hover{
    color:#FB4242;
}
.sticky-nav .organic_menu ul li a:hover {
    color: #06305f!important;
}
nav.organic_menu {
    float: right;
}
/*sticky logo*/
.header-area .header-logo .stiky-logo img{
	height: 52px;
}
a.stiky-logo img {
    display: none;
}
.sticky-nav a.main-logo img {
    display: none;
}
.sticky-nav a.stiky-logo img {
    display: block;
}
.header-button {
	display: inline-block;
	margin-left: 8px;
}
.header-button a {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	margin-bottom: 0;
	text-align: center;
	text-transform: capitalize;
	transition: all 0.5s;
	border-radius: 5px;
	margin-left: 15px;
	background: -moz-linear-gradient(-9deg, #fb239a 0%, #9b3bf5 97%);
	padding: 14px 48px;
}
.header-button a:hover{
	background: -moz-linear-gradient(-9deg, #9b3bf5 0%, #fb239a 97%);
	color:#fff;
}


/*< ==============start organic Header  Area==============-->
/*start sub menu*/
.organic_menu .sub-menu {
    height: auto;
    width: 230px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0, 0,0.2);
    position: absolute;
    text-align: left;
    top: 58px;
    transition: .5s;
    opacity: 0;
    left: 0;
    visibility: hidden;
    border-radius: 0;
    padding: 9px 14px 15px;
    transform: scaleY(0);
    transform-origin: center top 0;
    transition: all 0.4s ease-in-out;
}
.header-area .sub-menu ul li {
    display: block;
    transition: .5s;
    border-bottom: 1px solid#E5E5E5;
    width: 100%;
}
.header-area  .sub-menu ul li:hover{
    border-color:#ec0203;
}
.header-area .sub-menu ul li:last-child{
    border-bottom: none;
}
.header-area .organic_menu .sub-menu ul li a {
    position: relative;
    color: #06305f!important;
    margin: 10px 8px 9px 12px;
    padding: 0px;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 0;
    display: inline-block;
    z-index: 2;
    padding: 0;
    width: 180px;
    right: 0;
}
.organic_menu ul li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    z-index: 9;
    left: 0;
    transform: scaleY(1);
}
.organic_menuul li{
    padding-bottom:40px; 
}
.header-area .sub-menu ul li a:hover {
    color: #ec0203!important;
}
.sticky-nav.header-area .sub-menu ul li a:hover {
	color: #ec0203;
}
.header-area .sub-menu ul li a:hover::before {
    opacity: 1;
    visibility: visible;
    width:100%;
    left:0;
}

.mobile-menu.mean-container {
    overflow: hidden;
}
html{
    scroll-behavior: smooth;
}






.mobile-menu.mean-container {
    overflow: hidden;
    position: absolute;
    width: 100%;
}

.mobile-menu .nav-logo {
    display: none;
    position: absolute;
    left: 20px;
    top: 10px;
}

.mobile-menu .nav-logo img {
    width: 100px;
}

@media (max-width: 991px) {
    .mobile-menu .nav-logo {
        display: block;
    }

    .mobile-menu .header-logo {
        display: none;
    }
}

/*--==================================================-->
<!-----Start Slider Area ----->
==================================================-*/
.hero{
    /* background-image: linear-gradient(rgba(127, 17, 224, .3),rgba(127, 17, 224,.3)); */
    background-color: rgba(10, 10, 10, .2);
    width:100%;
    height:100%;
    position:relative;
    
}
.back-video{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.slider-area {
    height: 770px;
}
.slider-content h1 {
	font-size: 60px;
	margin: 0;
	line-height: 1.2;
    color: #fff;
}
.slider-content h1 span{
    color: #ec0203;
}
.slider-content p {
    font-size: 18px;
    margin: 33px 0 47px;
    width: 55%;
    color: #ec0203;
}
.slider-content .slider-button a {
	position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 13px 32px;
    margin-right: 50px;
    font-weight: 400;
    overflow: hidden;
    background: #ec0203;
    box-shadow: 10px 0 30px rgba(236, 2, 3, .25);
    border-radius: 5px;
    transition: .5s;
    z-index: 1;
}
.slider-content .slider-button a:hover {
  	color: #ec0203;
  	background: #fff;
   box-shadow:none;
}
.slider-content .slider-button a::before,
.slider-content .slider-button a::after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #ec0203;
  box-shadow:
   -1px -1px 5px 0px #fff,
   7px 7px 20px 0px #0003,
   4px 4px 5px 0px #0002;
  transition:400ms ease all;
}
.slider-content .slider-button a::after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.slider-content .slider-button a:hover::before,
.slider-content .slider-button a:hover::after{
    width:100%;
    transition:800ms ease all;
}
.slider-content .video .slider-video-icon a{
	position: relative;
}
.slider-content .video .slider-video-icon a i{
	width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    background: #ec0203;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    position: relative;
    /* z-index: 1; */
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.slider-content .video .slider-video-icon a::after {
  content: "";
  border: 2px solid #ec0203;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.slider-content .video .slider-video-icon a::before {
  content: "";
  border: 2px solid #ec0203;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: 0.5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}

	/*style-two*/
.slider-area.style-two {
    height: 770px;
}

.slider-area.style-two .slider-content p {
    font-size: 18px;
    color: #ec0203;
    margin: 33px 0 47px;
    width: 55%;
}
.slider-area.style-two .slider-content .slider-button{
    text-align: center;
}


/* ======================service section start========================== */
.service-section {
    background: url('../images/servicebg3.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 100px 0px 180px 0px;
    z-index: 1;
}

.service-section .title{
    text-align: left;
    width: 50%;
    margin-bottom: 50px;
    z-index: 1;
}
.service-section .title h2{
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 17px;
   
}
.service-section .title h2 span{
    color: #fff;
}
.service-section .title p{
    font-size: 16px;
    font-weight: 400;
}
.service-section .service-shape {
    position: absolute;
    right: 138px;
    top: 8px;
}
.service-section .service-shape img{
    width: 100%;
}

/*rotateme animation*/
.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.service-section .single-service-box {
    box-shadow: 0px 0px 30px 0px rgba(255, 255, 255, .5);
    padding: 36px 41px 30px 41px;
    margin-bottom: 20px;
    background-color: #B0B0B0;
    border-radius: 5px;
    position: relative;
}
.service-section .single-service-box::before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    background: url('../images/123.png');
    transition: .5s;
    opacity: 0;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
}
.service-section .single-service-box:hover::before{
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: .5s;
}
.service-section .single-service-box:hover .icon-them img {
     -webkit-animation: updown 2s linear infinite;
     animation: updown 2s linear infinite;
      -webkit-transform-origin: 0px 0px -50px;
}

@-webkit-keyframes updown {
    0%   {transform: rotateX(0deg);}
    25%   {transform: rotateX(5deg);}
    50%   {transform: rotateX(0deg);}
    75%   {transform: rotateX(-5deg);}
    100% {transform: rotateX(0deg);}
}
.service-section .single-service-box .icon-them img{

}
.service-section .single-service-box .text-content{
    margin-left: 23px;
}
.service-section .single-service-box .text-content h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 0px 0px 18px 0px;
    transition: .5s;
}
.service-section .single-service-box:hover .text-content h3{
    color: #fff;
    transition: .5s;
}
.service-section .single-service-box .text-content p{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
}
.service-section .single-service-box .text-content .service-button a{
    font-size: 16px;
    padding: 7px 16px 7px 20px;
    background: #ec0203;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    border-radius: 2px 25px 2px 2px;
    position: relative;
    z-index: 1;
    transition: .5s;
    margin-top: 0;
}
.service-section .single-service-box .text-content .service-button a::before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 2px 25px 2px 2px;
    background: #fff;
    transform: scale(0);
    transition: .5s;
}
.service-section .single-service-box:hover .service-button a::before  {
    transform: scale(1);
}

.service-section .single-service-box:hover .service-button a{
    color: #ec0203;
}

/* ======================service section end========================== */
/* ======================about section start========================== */

.about-section{
    padding: 30px 0px 30px 0px;
    position: relative;
}

.about-section .row{
    align-items: center;
}
.about-section .image{
    position: relative;
}
.about-section .image img{
    width: 100%; 
}
.about-section .image .experience {
    position: absolute;
    top: 70px;
    right: 10%;
    width: 40%;
}
.about-section .image .experience .image-tham{
    position: relative;

}
.about-section .image .experience .image-tham .title {
    position: absolute;
    top: 25%;
    left: 10%;
}
.about-section .image .experience .image-tham .title h1{
    font-size: 22px;
    font-weight: 600;
}
.about-section .right-content{
    padding-left: 50px;
}
.about-section .right-content .title{
    text-align: left;
    width: 100%;
    margin-bottom: 50px;
}
.about-section .right-content .title h2{
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 17px;
}
.about-section .right-content .title h2 span{
    color: #0A0A0A;
}
.about-section .right-content .title p{
   /*  width: 60%; */
    font-size: 16px;
    font-weight: 400;
    color: #0A0A0A;
}

/***
======================================================
Lines Area Style
======================================================***/
.about-section .right-content .lines .line {
    position: relative;
    width: 100%;
    height: 3px;
    top: -28px;
    background-color: rgba(10,10,10,0.1);
    overflow: hidden;
    z-index: 5;
}
.about-section .right-content .lines .line::after {
    content: "";
    display: block;
    position: relative;
    height: 3px;
    width: 35px;
    top: 0;
    left: 0px;
    background-color: #ec0203;
    -webkit-animation: moveLeftBounces-two 35s linear infinite;
    animation: moveLeftBounces-two 35s linear infinite;
    overflow: hidden;
}
.about-section .right-content .lines .line:nth-child(1) {
    /* margin-left: -27%; */
}
.about-section .right-content .lines .line:nth-child(1)::after {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

@-webkit-keyframes moveLeftBounces-two {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
50% {
-webkit-transform: translateX(585px);
transform: translateY(585px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}

@keyframes moveLeftBounces-two {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
50% {
-webkit-transform: translateX(585px);
transform: translateX(585px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}



.about-section .right-content .bottom-content .icon-box{
    margin-bottom: 12px;
}
.about-section .right-content .bottom-content .icon-box .icon i{
    font-size: 20px;
    color: rgba(10,10,10,0.4);
    margin-right: 20px;
}
.about-section .right-content .bottom-content .icon-content h3{
    margin-top: 0;
    font-size: 20px;
    font-weight: 400;
}
.about-section .right-content .bottom-content {
    margin-bottom: 46px;
}
.about-section .right-content .about-button a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 13px 32px;
    margin-right: 50px;
    font-weight: 400;
    overflow: hidden;
    background: #ec0203;
    box-shadow: 10px 0 30px rgba(236, 2, 3, .25);
    border-radius: 5px;
    transition: .5s;
    z-index: 1;
}
.about-section .right-content .about-button a:hover {
    color: #ec0203;
    background: #fff;
   box-shadow:none;
}
.about-section .right-content .about-button a::before,
.about-section .right-content .about-button a::after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #ec0203;
  box-shadow:
   -1px -1px 5px 0px #fff,
   7px 7px 20px 0px #0003,
   4px 4px 5px 0px #0002;
  transition:400ms ease all;
}
.about-section .right-content .about-button a::after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.about-section .right-content .about-button a:hover::before,
.about-section .right-content .about-button a:hover::after{
  width:100%;
  transition:800ms ease all;
}
/* ======================about section end========================== */

/* ======================brand section start========================== */
.brand-section{
    padding: 100px 0px 0px 0px;
   
}
.brand-section .brand-slider{
    padding: 65px 0px;
    background-color: #fff;
    box-shadow: 0 0 35px rgb(0 0 0 / 10%);
    z-index: 1;
}
.brand-section .brand-slider .brand-image img{
    /* height: 100px; */
    width: 60%;
    margin-left: 45px;
}

/* ======================brand section end========================== */
/* ======================progress section start========================== */

.progress-section {
    background: url('../images/pregressbg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 180px 0px 180px 0px;
    z-index: 1;
}

.progress-section .row{
    align-items: center;
}
.progress-section .left-content .title {
    text-align: left;
    width: 82%;
    margin-bottom: 50px;
}
.progress-section .left-content .title h2{
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 17px;
}
.progress-section .left-content .title h2 span{
    color: #fff;
}
.progress-section .left-content .title p{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

/***
======================================================
Lines Area Style
======================================================***/
.progress-section .left-content .lines .line {
    position: relative;
    width: 95%;
    height: 3px;
    top: -28px;
    background-color: rgba(10,10,10,0.1);
    overflow: hidden;
    z-index: 5;
}
.progress-section .left-content .lines .line::after {
    content: "";
    display: block;
    position: relative;
    height: 3px;
    width: 35px;
    top: 0;
    left: 0px;
    background-color: #ec0203;
    -webkit-animation: moveLeftBounces-two 35s linear infinite;
    animation: moveLeftBounces-two 35s linear infinite;
    overflow: hidden;
}
.progress-section .left-content .lines .line:nth-child(1) {
    /* margin-left: -27%; */
}
.progress-section .left-content .lines .line:nth-child(1)::after {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

@-webkit-keyframes moveLeftBounces-two {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
50% {
-webkit-transform: translateX(585px);
transform: translateY(585px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}

@keyframes moveLeftBounces-two {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
50% {
-webkit-transform: translateX(585px);
transform: translateX(585px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}

/**====================================================
<--  Prossess Ber Css -->
======================================================**/
.prossess-ber-plugin span {
    font-size: 16px;
    line-height: 30px;
    color: #0A0A0A;
    font-weight: 500;
}

.barfiller {
    width: 100%;
    height: 7px;
    position: relative;
    margin-bottom: 25px;
    margin-top: 12px;
    border-radius: 5px;
    background-color: #F2F2F2;
}

.barfiller .fill {
    display: block;
    position: relative;
    width: 0px;
    height: 100%;
    background: #333;
    z-index: 1;
}

span.fill.my-class {
    background: #ec0203!important;
}

.barfiller .tipWrap {
    display: none;
}

.barfiller .tip {
    font-size: 16px;
    left: 0px;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
    top: -39px;
}

.stat-bar:nth-of-type(1) .stat-bar-rating {
    animation-delay: 0.25s;
    -webkit-animation-delay: 0.25s;
}

span.fill {
    background: #ec0203!important;
    border-radius: 5px;
}


.progress-section .progress-image{
    margin-left: 50px;
}
.progress-section .progress-image img{
    width: 100%;
}
.progress-section .counter-section{
    box-shadow: 0px 0px 30px 0px rgba(255, 255, 255, .5);
    padding: 25px 41px 25px 41px;
    margin-top: 50px;
}
.progress-section .counter-section .counter-up{
    text-align: center;
    padding-top: 5px;
}
.progress-section .counter-section .counter-up .count-title{
    justify-content: center;
}
.progress-section .counter-section .counter-up .count-title h1{
    font-size: 50px;
    font-weight: 600;
    margin-top: 0px;
}
.progress-section .counter-section .counter-up .count-title span{
    font-size: 45px;
    font-weight: 500;
    color: #ec0203;
    margin-left: 15px;
}

/* ======================progress section end========================== */


/* ======================blog section start========================== */
.blog-section{
    padding: 30px 0px;
    position: relative;
}

.blog-section .shape-image {
    position: absolute;
    right: 347px;
    top: 106px;
}
.blog-section .shape-image img {
    height: 250px;
    animation: dance3 2s alternate infinite;
}
/* .blog-section .top-content{
    width: 40%;
} */
.blog-section .top-content .title{
    text-align: left;
    width: 82%;
    margin-bottom: 50px;
}
.blog-section .top-content .title h2{
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 17px;
}
.blog-section .top-content .title h2 span{
    color: #0A0A0A;
}

/***
======================================================
Lines Area Style
======================================================***/
.blog-section .top-content .lines .line {
    position: relative;
    width: 95%;
    height: 3px;
    top: -28px;
    background-color: rgba(10,10,10,0.1);
    overflow: hidden;
    z-index: 5;
}
.blog-section .top-content .lines .line::after {
    content: "";
    display: block;
    position: relative;
    height: 3px;
    width: 35px;
    top: 0;
    left: 0px;
    
    background-color: #FF3B00;
    -webkit-animation: moveLeftBounces-two 35s linear infinite;
    animation: moveLeftBounces-two 35s linear infinite;
    overflow: hidden;
}
.blog-section .top-content .lines .line:nth-child(1) {
    /* margin-left: -27%; */
}
.blog-section .top-content .lines .line:nth-child(1)::after {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

@-webkit-keyframes moveLeftBounces-two {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
50% {
-webkit-transform: translateX(585px);
transform: translateY(585px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}

@keyframes moveLeftBounces-two {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
50% {
-webkit-transform: translateX(585px);
transform: translateX(585px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}


.blog-section .songle-blog {
    margin: 45px 15px 0px 15px;
    border-radius: 7px;
}

.blog-section .songle-blog .blog-image{
    position: relative;
}

.blog-section .songle-blog .blog-image::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background-image: url('../images/tbg.png');
    transition: .5s;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.blog-section .songle-blog:hover .blog-image::after{
    height: 100%;
}
.blog-section .songle-blog .blog-image img{
    width: 100%;
}
.blog-section .songle-blog .blog-content{
    padding: 30px 20px 20px 20px;
    background-color: rgba(10, 10, 10, .1);
    position: relative;
}
.blog-section .songle-blog:hover .blog-content .blog-meta{
    opacity: 0;
    transition: .5s;
}
.blog-section .songle-blog .blog-content .blog-meta {
    background-color: #fff;
    display: inline-block;
    padding: 12px 20px;
    box-shadow: 0 0 35px rgb(0 0 0 / 10%);
    border-radius: 5px;
    display: flex;
    width: 64%;
    margin-bottom: 25px;
    transition: .5s;
    position: absolute;
    top: 30px;
}

.blog-section .songle-blog .blog-content .blog-meta img {
    width: 23px;
    margin-right: 5px;
}
.blog-section .songle-blog .blog-content .blog-meta a{
    font-size: 14px;
    font-weight: 400;
    color: #ec0203;
}
.blog-section .songle-blog .blog-content .blog-meta span{
    font-size: 14px;
    font-weight: 400;
    margin-left: 10px;
    color: #ec0203;
}
.blog-section .songle-blog .blog-content .blog-meta-hover {
    background-color: #fff;
    display: inline-block;
    padding: 12px 20px;
    box-shadow: 0 0 35px rgb(0 0 0 / 10%);
    border-radius: 5px;
    display: flex;
    width: 70%;
    margin-bottom: 25px;
   transform: perspective(500px)rotateX(90deg);
    -webkit-transition: all 400ms linear 0ms;
    transition: all 400ms linear 0ms;
}
.blog-section .songle-blog:hover .blog-meta-hover{
    transform: perspective(500px)rotateX(0deg);
}
.blog-section .songle-blog .blog-content .blog-meta-hover img {
    width: 23px;
    margin-right: 5px;
}
.blog-section .songle-blog .blog-content .blog-meta-hover a{
    font-size: 14px;
    font-weight: 400;
    color: #ec0203;
}
.blog-section .songle-blog .blog-content .blog-meta-hover span{
    font-size: 14px;
    font-weight: 400;
    margin-left: 10px;
    color: #ec0203;
}
.blog-section .songle-blog .blog-content .blog-text h3{
    margin-bottom: 30px;
    position: relative;
}
.blog-section .songle-blog .blog-content .blog-text h3::before{
    position: absolute;
    content: "";
    left: 0;
    bottom: -15px;
    width: 100%;
    height: 1px;
    background-color: #ec0203;
}
.blog-section .songle-blog .blog-content .blog-text h3 a{
    font-size: 24px;
    color: #030f27;
    font-weight: 600;
    padding: 10px 0px 10px 0px;
    transition: .5s;
}
.blog-section .songle-blog .blog-content .blog-text h3 a:hover{
    color: #ec0203;
    transition: .5s;
}
.blog-section .songle-blog:hover .blog-text .blog-button a{
    color: #ec0203 !important;
    transition: .5s;
}
.blog-section .songle-blog .blog-content .blog-text .blog-button a{
    font-size: 16px;
    font-weight: 400;
    margin-top: 15px;
    color: #030f27;
    padding: 0px 0px 15px 0px;
    transition: .5s;
}

/* ======================blog section end========================== */

/* ======================choose section start========================== */

.choose-section {
    background: url('../images/choosebg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 180px 0px 180px 0px;
    z-index: 1;
}

.choose-section .row{
    align-items: center;
}
.choose-section .left{
    position: relative;
}
.choose-section .left .image-tham img{
    width: 100%;
    transition: .5s;
}
.choose-section .left .image-tham{
    overflow: hidden;
    transition: .5s;
}
.choose-section .left .image-tham:hover img{
    transform: scale3d(1.1,1.1,1);
    transition: .5s;
}
.choose-section .left .shap1 img {
    width: 30%;
    position: absolute;
    right: 20px;
    bottom: 294px;
}

.choose-section .left .shap2 img{
    width: 30%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.choose-section .right-side .title{

}
.choose-section .right-side .title{
    text-align: left;
    width: 85%;
    margin-bottom: 50px;
}
.choose-section .right-side .title h2{
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 17px;
}
.choose-section .right-side .title h2 span{
    color: #fff;
}


/***
======================================================
Lines Area Style
======================================================***/
.choose-section .right-side .lines .line {
    position: relative;
    width: 90%;
    height: 3px;
    top: -28px;
    background-color: rgba(10,10,10,0.1);
    overflow: hidden;
    z-index: 5;
}
.choose-section .right-side .lines .line::after {
    content: "";
    display: block;
    position: relative;
    height: 3px;
    width: 35px;
    top: 0;
    left: 0px;
    background-color: #ec0203;
    -webkit-animation: moveLeftBounces-two 35s linear infinite;
    animation: moveLeftBounces-two 35s linear infinite;
    overflow: hidden;
}
.choose-section .right-side .lines .line:nth-child(1) {
    /* margin-left: -27%; */
}
.choose-section .right-side .lines .line:nth-child(1)::after {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

@-webkit-keyframes moveLeftBounces-two {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
50% {
-webkit-transform: translateX(585px);
transform: translateY(585px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}

@keyframes moveLeftBounces-two {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
50% {
-webkit-transform: translateX(585px);
transform: translateX(585px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}

.choose-section .right-side .card-content .single-cird{
    border: 1px solid #ec0203;
    background-color: #fff;
    padding: 10px 35px;
    width: 90%;
    margin: 20px 0px 40px;
    position: relative;
    transition: .5s;
    border-radius: 5px;
}
.choose-section .right-side .card-content .single-cird h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 13px 0px;
}
.choose-section .right-side .card-content .single-cird p{
    color: #030f27;
    font-size: 16px;
    font-weight: 400;
}
.choose-section .right-side .card-content .single-cird .hover-cird{
    padding: 10px 35px;
    width: 100%;
    position: absolute;
    background-color: #ec0203;
    left: 16px;
    top: 16px;
    border-radius: 5px;
    transform: perspective(500px)rotateX(90deg);
    -webkit-transition: all 400ms linear 0ms;
    transition: all 400ms linear 0ms;
}
.choose-section .right-side .card-content .single-cird:hover{
    background-color: #fff;
    border: 1px solid #fff;
    transition: .5s;
}
.choose-section .right-side .card-content .single-cird:hover .hover-cird {
    transform: perspective(500px)rotateX(0deg);
}
.choose-section .right-side .card-content .single-cird .hover-cird h3{
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    margin: 13px 0px;
}
.choose-section .right-side .card-content .single-cird .hover-cird p{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

/* ======================choose section end========================== */



/* ======================team section start========================== */
.team-section{
    padding: 30px 0px;
    position: relative;
}


.team-section .shape-image {
    position: absolute;
    right: 347px;
    top: 106px;
}
.team-section .shape-image img {
    height: 250px;
    animation: dance3 2s alternate infinite;
}
.team-section .top-content {
    margin-right: 20px;
}
.team-section .top-content .title{
    text-align: left;
    width: 100%;
    margin-bottom: 50px;
}
.team-section .top-content .title h2{
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 17px;
}
.team-section .top-content .title h2 span{
    color: #0A0A0A;
}

/***
======================================================
Lines Area Style
======================================================***/
.team-section .top-content .lines .line {
    position: relative;
    width: 100%;
    height: 3px;
    top: -28px;
    background-color: rgba(10,10,10,0.1);
    overflow: hidden;
    z-index: 5;
}
.team-section .top-content .lines .line::after {
    content: "";
    display: block;
    position: relative;
    height: 3px;
    width: 35px;
    top: 0;
    left: 0px;
    background-color: #ec0203;
    -webkit-animation: moveLeftBounces-two 35s linear infinite;
    animation: moveLeftBounces-two 35s linear infinite;
    overflow: hidden;
}
.team-section .top-content .lines .line:nth-child(1) {
    /* margin-left: -27%; */
}
.team-section .top-content .lines .line:nth-child(1)::after {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

@-webkit-keyframes moveLeftBounces-two {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
50% {
-webkit-transform: translateX(585px);
transform: translateY(585px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}

@keyframes moveLeftBounces-two {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
50% {
-webkit-transform: translateX(585px);
transform: translateX(585px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.team-section .team-slider .single-team {
    margin: 45px 15px 0px 15px;
    border-radius: 5px;
    background-color: #f6f6f6;
}
.team-section .team-slider .single-team .image-theme{
    position: relative;
}

.team-section .team-slider .single-team .image-theme img{
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ec0203;
}
.team-section .team-slider .single-team .image-theme::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(0 100%, 100% 0%, 100% 100%);
    transform: scale(0);
    transform-origin: bottom right;
    background-color: rgba(10, 10, 10, .4);
    pointer-events: none;
    transition: all 500ms linear;
    border-radius: 5px;
    opacity: .5;
}

.team-section .team-slider .single-team .image-theme::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    clip-path: polygon(0 0, 100% 0%, 0% 100%);
    transform: scale(0);
    transform-origin: top left;
    background-color: rgba(10, 10, 10, .4);
    pointer-events: none;
    transition: all 500ms linear;
    border-radius: 5px;
    opacity: .5;
}

.team-section .team-slider .single-team:hover .image-theme::before,
.team-section .team-slider .single-team:hover .image-theme::after{
    transform: scale(1);
}
.team-section .team-slider .single-team .team-content{
    position: relative;
}
.team-section .team-slider .single-team .team-content .team-text {
    background-color: #fff;
    width: 85%;
    box-shadow: 0 0 35px rgb(0 0 0 / 10%);
    margin: auto;
    position: absolute;
    bottom: 92px;
    padding: 0px 10px;
    left: 0;
    right: 0;
    z-index: 1;
    border-radius: 5px;
    transition: .5s;
}

.team-section .team-slider .single-team .team-content .team-text .icon-image{
    margin-right: 15px;
    padding: 5px 0px 5px 5px;
    border-radius: 5px 0px 0px 5px;
}
.team-section .team-slider .single-team .team-content .team-text .icon-image img{
    width: 95%;
}
.team-section .team-slider .single-team .team-content .team-text .team-name h4{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}
.team-section .team-slider .single-team .team-content .team-text .team-name p{
    font-size: 16px;
    font-weight: 400;
    color: #0A0A0A;
}
.team-section .team-slider .single-team .team-content .team-text-hover {
    background-color: #ec0203;
    width: 85%;
    box-shadow: 0 0 35px rgb(0 0 0 / 10%);
    margin: auto;
    position: absolute;
    bottom: 92px;
    padding: 0px 10px;
    left: 0;
    right: 0;
    z-index: 1;
    border-radius: 5px;
    transition: .5s;
    transform: perspective(500px)rotateX(90deg);
    -webkit-transition: all 400ms linear 0ms;
    transition: all 400ms linear 0ms;
}
.team-section .team-slider .single-team:hover .team-text-hover {
    transform: perspective(500px)rotateX(0deg);
}
.team-section .team-slider .single-team:hover .team-text{
    opacity: 0;
    transition: .5s;
}
.team-section .team-slider .single-team .team-content .team-text-hover .icon-image{
    margin-right: 15px;
    padding: 5px 0px 5px 5px;
    border-radius: 5px 0px 0px 5px;
}
.team-section .team-slider .single-team .team-content .team-text-hover .icon-image img{
    width: 95%;
}
.team-section .team-slider .single-team .team-names h1{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #ec0203;
}
.team-section .team-slider .single-team .team-name h1{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #fff;
}
.team-section .team-slider .single-team .team-names p{
    font-size: 16px;
    font-weight: 400;
    color: #0A0A0A;
}
.team-section .team-slider .single-team .team-content .team-text-hover .team-name p{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.team-section .team-slider .single-team .team-content .team-icon {
    margin-top: 55px;
    text-align: center;
    padding: 20px 0px;
    display: flex;
    justify-content: space-evenly;
}
.team-section .team-slider .single-team .team-content .team-icon a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    color: #ec0203;
    border: 1px solid #ec0203;
    display: inline-block;
    transition: .5s;
    border-radius: 8%;
    position: relative;
    z-index:1;
    overflow: hidden;
}
.team-section .team-slider .single-team .team-content .team-icon a::after{
    position: absolute;
    content:"";
    top:0;
    right:0;
    height:100%;
    width:0;
    transition:.5s;
    background:#ec0203;
    z-index: -1;
    border-radius:8%;
}
.team-section .team-slider .single-team .team-content .team-icon a:hover::after{
    left:0;
    width:100%;
}
.team-section .team-slider .single-team .team-content .team-icon a:hover{
    color: #fff;
}
/* ======================team section end========================== */

/* ======================testimonial section start========================== */
.testimonial-section {
    background-image: url('../images/testybg.png');
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px 100px 0px;
    position: relative;
}
.testimonial-section .testi-box .testi-content {
    text-align: center;
    width: 70%;
    margin: auto;
}
.testimonial-section .testi-box .testi-content h2 {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 17px;
}
.testimonial-section .testi-box .testi-content p {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
}
.testimonial-section .testi-box .testi-content .people img {
    width: 9%;
    margin-top: 20px;
}
.testimonial-section .testi-box .testi-content .people .text h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}
/* ======================testimonial section end========================== */
/* ======================subescribe section start========================== */
.main-section{
    margin-bottom: 100px;
    padding: 50px 50px;
    box-shadow: 0px 0px 30px 0px rgba(255, 255, 255, .5);
}
.main-section h1{
    font-size: 35px;
    font-weight: 600;
    margin: 0px 0px 13px 0px;
}
.main-section i{
    margin-right: 15px;
}
.main-section a {
    font-size: 22px;
    font-weight: 600;
    margin: 13px 0px;
    color: #fff;
}
.main-section a:hover{
    color: #fff;
}
.main-section form {
    position: relative;
    z-index: 1;
    margin-top: 17px;
}
.main-section input {
    float: right;
    height: 56px;
    background-color: #fff;
    transition: .5s;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    padding: 7px 20px;
    display: block;
    width: 95%;
    color: #141840;
    font-weight: 300;
    font-size: 16px;
    position: relative;
    z-index: 1;
}

.main-section button  {
    position: absolute;
    z-index: 1;
    top: 0px;
    right: 0;
    padding: 16px 30px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 0 5px 5px 0;
    border: 0;
    background: #ec0203;
    color: #fff;
}
/* ======================subescribe section end========================== */

/* ======================footer section start========================== */
.footer-section{
	background-image: url('../images/footerbg.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.footer-section .footer-image img{
	height: 52px;
}

.footer-section p{
	color: #fff;
	font-size: 16px;
	margin-top: 45px;
	line-height: 1.7;
}

/*social button*/
.footer-section .footer-about-social-icon ul li {
    display: inline-block;
    margin-right: 6px;
}
.footer-section .footer-about-social-icon ul li a {
    height: 41px;
    width: 41px;
    line-height: 41px;
    text-align: center;
    background: #faebeb;
    display: inline-block;
    transition: .5s;
    border-radius: 8%;
    color: #ec0203;
    position: relative;
    z-index:1;
    overflow: hidden;
}
.footer-section .footer-about-social-icon ul li a::after{
    position: absolute;
    content:"";
    top:0;
    right:0;
    height:100%;
    width:0;
    transition:.5s;
    background:#ec0203;
    z-index: -1;
    border-radius:8%;
}
.footer-section .footer-about-social-icon ul li a:hover::after{
    left:0;
    width:100%;
}
.footer-section .footer-about-social-icon ul li a:hover{
	color: #fff;
}

.footer-section h2{
	color: #ec0203;
	font-size: 24px;
	margin-bottom: 45px;
	margin-top: 20px;
}
.footer-section .link ul li{
	margin-bottom: 21px;
}
.footer-section .link ul li a{
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	transition: .5s;
}
.footer-section .link ul li a:hover{
	color: #ec0203;
	transition: .5s;
}
.footer-section .link ul li a i{
	margin-right: 10px;
}
.footer-section .footer-news{
	margin-bottom: 30px;
}
.footer-section .footer-news .image img{
	width: 100%;
	height: 65px;
	border-radius: 5px;
}
.footer-section .footer-news .image-content p {
	margin: 0px 0px 10px 10px;
	font-size: 16px;
  	font-weight: 500;
  	color: #fff;
}

.footer-section .footer-news .image-content p a{
	color: #fff;
}

.footer-section .footer-news .image-content p a:hover{
	color: #ec0203;
}

.footer-section .footer-news .image-content span{
	margin: 0px 0px 0px 10px;
	color: #ec0203;
}

.footer-section .footer-icon .icon i{
	color: #ec0203;
	font-size: 20px;
	font-weight: 600;
}

.footer-section .footer-icon p{
	margin: 0px 0px 0px 10px;
}

.footer-section .bar1{
	height: 1px;
	width: 100%;
	background-color: #ec0203;
	margin: 25px 0px;
}

.footer-section .bar2{
	height: 1px;
	width: 100%;
	background-color: #ec0203;
	margin: 25px 0px;
}

.footer-section .footer-bar{
	height: 1px;
	width: 100%;
	background-color: #ec0203;
	margin-top: 50px;
}

.footer-section .cuppyright-section p{
	text-align: center;
	color: #fff;
	padding: 37px 0px;
  	margin-bottom: 0;
  	font-weight: 500;
  	margin-top: 0;
}

/* ======================footer section end========================== */

/* ======================index-2 page start========================== */
/* ======================index-2 page start========================== */
.testimonial-section.style-two {
/*     background-image: url('../images/testybg52.png'); */
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px 100px 0px;
    position: relative;
}
.choose-section.style-two {
    background: url('../images/choosebg52.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 100px 0px 100px 0px;
    z-index: 1;
}
.progress-section.style-two {
    background: url('../images/pregressbg52.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 100px 0px 100px 0px;
    z-index: 1;
}
.service-section.style-two {
    background: url('../images/servicebg52.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 100px 0px 100px 0px;
    z-index: 1;
}
.team-section.style-two{
    padding: 100px 0px 50px;
    position: relative;
}
.blog-section.style-two{
    padding: 100px 0px;
    position: relative;
}
.about-section.style-two{
    padding: 100px 0px 100px 0px;
    position: relative;
}
/* ======================index-2 page end========================== */
/* ======================index-2 page end========================== */


/* ======================bratecome contact page start========================== */
/* ======================bratecome contact page start========================== */
.bratecome-section {
  background-image: url('../images/breatcome1.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 240px 0px 140px 0px;
  margin-top: -100px;
}

.bratecome-section .contant .title h2 {
  font-size: 40px;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.bratecome-section .contant .inner-contant ul {
  margin: 0;
  padding: 0;
}

.bratecome-section .contant .inner-contant ul li {
  display: inline-block;
  margin: 0 6px;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
}

.bratecome-section .contant .inner-contant ul li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}

.bratecome-section .contant .inner-contant ul li i {
  margin: 0px 6px 0px 13px;
}
/* ======================bratecome contact page end========================== */
/* ======================bratecome contact page end========================== */

/* ======================about page page start========================== */
/* ======================about page page start========================== */
.about-section.inner::before{
    display: none;
}

/* ======================about page page end========================== */
/* ======================about page page end========================== */

/* ======================service page page start========================== */
/* ======================service page page start========================== */
.service-section.inner::after{
    display: none;
}
/* ======================service page page end========================== */
/* ======================service page page end========================== */

/* ======================service details page page start========================== */
/* ======================service details page page start========================== */

.service-details {
    background: #fff;
    padding: 100px 0 0px;
    position: relative;
    z-index: 1;
}

.service-details:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    width: 40%;
    height: 100%;
    background-color: rgba(10, 10, 10, .2);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
}

.service-details .sidebar-widget {
    margin-bottom: 30px;
}

.service-details .sidebar-widget form {
    position: relative;
}

.service-details .sidebar-widget input {
    height: 60px;
    width: 100%;
    background: #ffffff;
    border: 0;
    border-radius: 4px;
    padding: 0 20px 0;
    border: 1px solid #ec0203;
}

.service-details .sidebar-widget input::placeholder{
    color: #ec0203;
}
.service-details .sidebar-widget input:focus{
    box-shadow: 0 0 0 0.25rem rgb(249 147 11 / 25%);
}
.service-details .sidebar-widget button.subscribe-btn {
    height: 60px;
    width: 60px;
    border: 0;
    border-radius: 0 4px 4px 0;
    background: #ec0203;
    color: #fff;
    position: absolute;
    right: 0;
}

.service-details .widget-sidebar-box {
    padding: 24px 30px 24px;
    background: #ffffff;
    margin-bottom: 30px;
    border-radius: 4px;
}

.service-details h2.sidebar-title {
    font-size: 22px;
    padding: 0px 0px 25px 10px;
    position: relative;
    z-index: 1;
}

.service-details ul.sidebar-menu {
    border-top: 2px solid rgba(6,36,97,0.10196078431372549);
    padding: 30px 0 0;
}

.service-details ul.sidebar-menu li {
    padding: 13px 15px 13px;
    display: block;
    border: 1px solid rgba(19,17,37,0.1);
    margin-bottom: 10px;
    border-radius: 4px;
    transition: .5s;
}

.service-details ul.sidebar-menu li a {
    font-size: 16px;
    color: #062461;
    font-weight: 400;
    transition: .5s;
}

.service-details ul.sidebar-menu li a i {
    background: #E5E8EF;
    font-size: 16px;
    padding: 0px 3px;
    margin-right: 5px;
    transition: .5s;
    color: #ec0203;
}

.service-details ul.sidebar-menu li:hover {
    background: #F6F6F6;
    border: 1px solid #f6f6f6;
}

.service-details ul.sidebar-menu li:hover a i {
    background: #ec0203;
    color: #fff;
}

.service-details ul.sidebar-menu2 li {
    display: block;
    list-style: none;
    background: #F6F6F6;
    color: #062461;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 15px;
}

.service-details li.sidbr-mb {
    margin: 0 !important;
}

.service-details img.sidbr-icn {
    padding-right: 15px;
}

/*sidebar quick contact*/

.widget-sidebar-quick-contact {
    background-image: url('../images/6.jpg');
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0 50px;
    margin-bottom: 30px;
    border-radius: 5px;
}

.service-details .logo-thumb img {
    width: 48%;
}

.service-details h2.widget-title2 {
    padding: 25px 0 20px;
    font-size: 26px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
}

.service-details h2.sidebar-title {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

.service-details h2.sidebar-title:before {
    position: absolute;
    content: "";
    left: 0;
    right: 168px;
    top: 8px;
    margin: auto;
    width: 96px;
    height: 2px;
    background: rgba(255,255,255,0.2);
}

.service-detailsh5.sidebar-title:after {
    position: absolute;
    content: "";
    left: 168px;
    right: 0;
    top: 8px;
    margin: auto;
    width: 96px;
    height: 2px;
    background: rgba(255,255,255,0.2);
}

.service-detailsh5.sidebar-title2 {
    font-size: 24px;
    color: #fff;
    padding: 12px 0 48px;
}

.service-details.widget-button a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 13px 45px;
    font-weight: 400;
    overflow: hidden;
    background: #ec0203;
    border-radius: 5px;
    transition: .5s;
    z-index: 1;
}

.service-details.widget-button a:hover {
    color: #ec0203;
    background: #fff;
   box-shadow:none;
}
.service-details .widget-button a::before,
.service-details .widget-button a::after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #ec0203;
  box-shadow:
   -1px -1px 5px 0px #fff,
   7px 7px 20px 0px #0003,
   4px 4px 5px 0px #0002;
  transition:400ms ease all;
}
.widget-button a::after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.service-details .widget-button a:hover::before,
.service-details .widget-button a:hover::after{
  width:100%;
  transition:800ms ease all;
}


/*service details right */

.service-details .service-dtls-all-items {
    padding-left: 50px;
}

.service-details .service-dtls-all-items .service-thumb img{
    width: 100%;
}
.service-details h2.service-title {
    font-size: 30px;
    line-height: 50px;
    padding: 10px 0 10px;
}

.service-details p.service-dtls-desc {
    color: #0A0A0A;
}
.service-details p.service-dtls-desc2 {
    padding: 0 0 20px;
    color: #0A0A0A;
}

/*service dtls box*/

.service-details .service-dtls-box {
    display: flex;
    align-items: center;
    background-color: rgba(10, 10, 10, .2);
    border-radius: 5px;
}

.service-details .service-dtls-box .dtls-thumb img{
    height: 150px;
}
.service-details .sevice-dtls-content {
    padding-left: 25px;
}

.service-details .sevice-dtls-content h2 {
    font-size: 20px;
    padding: 0 0 11px;
}

/*service dtls pannel*/

.service-details .service-dtls-itm-pannel {
    border-top: 1px solid rgba(6,36,98,0.10196078431372549);
    border-bottom: 1px solid rgba(6,36,98,0.10196078431372549);
    padding: 25px 0 37px;
    margin: 40px 0 20px 0;
}

.service-details .service-dtls-items ul li {
    display: block;
    list-style: none;
    padding: 12px 0 0;
    color: #062461;
    font-weight: 400;
}

.service-details .service-dtls-items ul li i {
    background: #E5E8EF;
    color: #ec0203;
    font-size: 15px;
    padding: 0px 3px;
    line-height: 20px;
    margin-right: 5px;
    transition: .5s;
    display: inline-block;
}

.service-details .service-dtls-items ul li:hover i {
    background: #ec0203;
    color: #fff;
    transition: .5s;
}

.service-details .service-dtls-cont h2{
    font-size: 16px;
    color: #ec0203;
    font-weight: 500;
    text-transform: uppercase;
}

.service-details .service-dtls-cont h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    padding: 6px 0 0;
}

.service-details .video-section{
    position: relative;
}

.service-details .video-section .image img{
    width: 100%;
}
.service-details .video-section .video {
    position: absolute;
    top: 35%;
    right: 48%;
}
.service-details .video-section .video .slider-video-icon a{
    position: relative;
}
.service-details .video-section .video .slider-video-icon a i{
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    background: #ec0203;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    position: relative;
    /* z-index: 1; */
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}


.service-details .video-section .video .slider-video-icon a::after {
  content: "";
  border: 2px solid #ec0203;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.service-details .video-section .video .slider-video-icon a::before {
  content: "";
  border: 2px solid #ec0203;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: 0.5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}



/*start sidebar section*/
.xs-sidebar-group .dt-overlay {
    left: 100%;
    top: 0;
    position: fixed;
    z-index: 101;
    height: 100%;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in 0.8s;
    -o-transition: all 0.4s ease-in 0.8s;
    transition: all 0.4s ease-in 0.8s;
}
.xs-sidebar-group .widget-top {
    position: absolute;
    top: 0;
    right: 0;
    padding: 25px;
}
.dt-sidebar-widget {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 360px;
    z-index: 999999;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #272727;
    -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    visibility: hidden;
    opacity: 0;
}
.xs-sidebar-group.isActive .dt-overlay {
    opacity: 0.9;
    visibility: visible;
    -webkit-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
    transition: all 0.8s ease-out 0s;
    left: 0;
}
.xs-sidebar-group.isActive .dt-sidebar-widget{
    opacity: 1;
    visibility: visible;
    right: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}
.sidebar-textwidget {
    padding: 40px;
}
.close-side-widget {
    color: #1768dd;
    font-size: 15px;
    display: block;
}
.sidebar-container {
    position: relative;
    top: 150px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in 0.3s;
    -o-transition: all 0.3s ease-in 0.3s;
    transition: all 0.3s ease-in 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.xs-sidebar-group.isActive .sidebar-container {
    top: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 1s ease-out 1.2s;
    -o-transition: all 1s ease-out 1.2s;
    transition: all 1s ease-out 1.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.dt-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 0;
}
.bt-black {
    background: rgb(252,4,118,0.4);
}
.content-text p {
    margin: 32px 0 53px;
}
.widget-top a {
    color: #fff;
}
.widget-top a:hover{
    color:#EF177D; 
}

/*social button*/
.social-icon ul li {
    display: inline-block;
    margin-right: 6px;
}
.social-icon ul li a {
    height: 41px;
    width: 41px;
    line-height: 41px;
    text-align: center;
    background: #2B4868;
    display: inline-block;
    transition: .5s;
    border-radius: 100%;
    color: #fff;
    position: relative;
    z-index:1;
    overflow: hidden;
}
.social-icon ul li a:after{
    position: absolute;
    content:"";
    top:0;
    right:0;
    height:100%;
    width:0;
    transition:.5s;
    background:#EF167E;
    z-index: -1;
    border-radius:100%;
}
.social-icon ul li a:hover:after{
    left:0;
    width:100%;
}

/* ======================service details page page end========================== */
/* ======================service details page page end========================== */

/* ======================blog details page page start========================== */
/* ======================blog details page page start========================== */

.blog-detail-section {
  margin-top: 100px;
  margin-bottom: 65px;
}

.blog-detail-section .main-section-b .top-image img {
  width: 100%;
}

.blog-detail-section .main-section-b .text-detail {
  position: relative;
}

.blog-detail-section .main-section-b .text-detail span {
  color: #ec0203;
  letter-spacing: 1px;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.8;
}

.blog-detail-section .main-section-b .text-detail a {
  color: #ec0203;
  letter-spacing: 1px;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.8;
  text-decoration: none;
  display: inline-block;
  padding: 24px 33px 20px 10px;
}

.blog-detail-section .main-section-b .text-detail p {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #0A0A0A;
}

.blog-detail-section .main-section-b .text-detail h1{
  margin-top: 40px;
  line-height: 1.3;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 15px;
}

.blog-detail-section .main-section-b .text-detail .block {
  line-height: 1.5;
  background: #f6f6f6;
  font-style: normal;
  color: #232;
  font-weight: 400;
  padding: 26px 34px;
  font-size: 16px;
  border-left: 4px solid #ec0203;
}

.blog-detail-section .main-section-b .text-detail h2{
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 50px;
}

.blog-detail-section .main-section-b .text-detail .line {
  padding-top: 40px;
  text-align: left;
  border-top: 1px solid #e6e6e6;
}

.blog-detail-section .main-section-b .text-detail .icon a {
  padding: 5px 35px 35px 0px;
  display: inline-block;
}

.blog-detail-section .main-section-b .text-detail .icon a i {
  border: 1px solid #ec0203;
  display: inline-block;
  font-size: 15px;
  height: 40px;
  line-height: 41px;
  text-align: center;
  width: 40px;
  border-radius: 5px;
  color: #ec0203;
  transition: 0.5s;
}

.blog-detail-section .main-section-b .text-detail .icon a i:hover {
  background: #ec0203;
  border-color: #ec0203;
  color: #fff;
  transition: 0.5s;
}

.blog-detail-section .main-section-b .text-detail .comment-title h2{
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 22px;
  margin-top: 11px;
}

.blog-detail-section .main-section-b .text-detail .left-comment-line {
  height: 1px;
  width: 100px;
  background: #b52424;
  right: 53%;
  bottom: 34%;
  position: absolute;
}
.blog-detail-section .main-section-b .text-detail .contact_from .form_box input {
    margin-bottom: 44px;
    border: 1px solid #ec0203;
    outline: 0;
    padding: 16px 10px;
}

.blog-detail-section .main-section-b .text-detail .contact_from .form_box .form-control:focus {
    color: #F9930B;
    background-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(249, 147, 11, .25);
}
.blog-detail-section .main-section-b .text-detail .contact_from .form_box textarea {
    margin-bottom: 44px;
    border: 1px solid #ec0203;
    outline: 0;
}
.blog-detail-section .main-section-b .text-detail .contact_from .quote_btn button {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 13px 45px;
    font-weight: 400;
    overflow: hidden;
    background: #ec0203;
    box-shadow: 10px 0 30px rgba(236, 2, 3, .25);
    border-radius: 5px;
    transition: .5s;
    z-index: 1;
}

.blog-detail-section .main-section-b .text-detail .contact_from .quote_btn button:hover {
   color: #ec0203;
   background: #fff;
   box-shadow:none;
}
.blog-detail-section .main-section-b .text-detail .contact_from .quote_btn button::before,
.blog-detail-section .main-section-b .text-detail .contact_from .quote_btn button::after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #ec0203;
  box-shadow:
   -1px -1px 5px 0px #fff,
   7px 7px 20px 0px #0003,
   4px 4px 5px 0px #0002;
  transition:400ms ease all;
}
.blog-detail-section .main-section-b .text-detail .contact_from .quote_btn button::after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.blog-detail-section .main-section-b .text-detail .contact_from .quote_btn button:hover::before,
.blog-detail-section .main-section-b .text-detail .contact_from .quote_btn button:hover::after{
  width:100%;
  transition:800ms ease all;
}
.blog-detail-section .main-section-b .text-detail .contact_from .quote_btn button i{
    margin-left: 10px;
}

.blog-detail-section .main-section-b .right-side {
  position: relative;
}

.blog-detail-section .main-section-b .right-side input {
  background: #fff none repeat scroll 0 0;
  height: 60px;
  border: 1px solid #ec0203;
  color: #ec0203 !important;
  width: 100%;
  padding-left: 10px;
  font-size: 18px;
  margin-bottom: 20px;
}

.blog-detail-section .main-section-b .right-side .form-control:focus {
    color: #ec0203;
    background-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(249, 147, 11, .25);
}
.blog-detail-section .main-section-b .right-side input::placeholder{
    color: #ec0203;
}
.blog-detail-section .main-section-b .right-side .icon {
  position: absolute;
  right: 5px;
  top: 10px;
  border: 0;
  background: transparent;
  font-size: 25px;
}
.blog-detail-section .main-section-b .right-side .icon i{
    color: #ec0203;
}
.blog-detail-section .main-section-b .right-side h2 {
  display: block;
  font-size: 28px;
  margin-bottom: 20px;
  margin-top: 57px;
  padding-bottom: 0;
  position: relative;
  text-transform: capitalize;
  line-height: 1.3;
  font-weight: 700;
}
.blog-detail-section .main-section-b .right-side .post {
  display: flex;
  margin-bottom: 15px;
}
.blog-detail-section .main-section-b .right-side .post .image img{
    height: 85px;
    border: 1px solid #ec0203;
}
.blog-detail-section .main-section-b .right-side .post .text h3 a {
  color: #333;
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  text-decoration: none;
  margin-left: 22px;
  text-transform: capitalize;
  font-weight: 700;
}

.blog-detail-section .main-section-b .right-side .post .text span {
  color: #616161;
  font-size: 15px;
  margin-left: 22px;
}

.blog-detail-section .main-section-b .right-side h4 {
  display: block;
  font-size: 24px;
  margin-bottom: 40px;
  padding-bottom: 0;
  position: relative;
  text-transform: capitalize;
  line-height: 1.3;
  font-weight: 700;
  margin-top: 60px;
}

/* ======================blog details page page end========================== */
/* ======================blog details page page end========================== */

/* ======================portfolio page page start========================== */
/* ======================portfolio page page start========================== */

.project-section {
    padding: 100px 0 70px;
}

.project-section .project-single-box {
    margin-bottom: 30px;
}

.project-section .project-single-box .project-thumb {
    position: relative;
    z-index: 1;
}

.project-section .project-single-box .project-thumb:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    height: 0%;
    width: 100%;
    background-color: rgba(10, 10, 10, .5);
    transition: .5s;
    opacity: .45;
    border-radius: 5px 5px 0 0;
}

.project-section .project-single-box .project-thumb img {
    width: 100%;
}

.project-section .project-single-box .project-content {
    position: absolute;
    bottom: -10px;
    left: 30px;
    transition: .5s;
    opacity: 0;
    display: flex;
    align-items: center;
}

.project-section .project-single-box .project-content h2.case-study-title {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    background: #ec0203;
    display: inline-block;
    line-height: 28px;
    padding: 4px 25px;
    border-radius: 5px 5px 5px 5px;
    margin-right: 10px;
}

.project-section .project-single-box .project-content h3.case-study-title {
    margin: 0;
    line-height: 30px;
}

.project-section .project-single-box .project-content h3.case-study-title a {
    padding: 14px 60px 14px 25px;
    font-size: 18px;
    font-weight: 600;
    color: #062461;
    background: #fff;
    display: inline-block;
    border-radius: 5px 5px 5px 5px;
}

.project-section .project-single-box .project-btn a {
    font-size: 16px;
    padding: 24px 29px;
    font-weight: 500;
    background: #f6f6f6;
    display: block;
    color: #030f27;
    position: relative;
    z-index: 1;
    border-radius: 0 0 5px 5px;
}

.project-section .project-single-box .project-btn a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    background: #ec0203;
    transition: .5s;
    border-radius: 0 0 5px 5px;
}

.project-section .project-single-box .project-btn a span {
    float: right;
    font-size: 18px;
    transition: .5s;
}

.project-section .project-single-box:hover .project-content  {
    opacity: 1;
    bottom: 30px;
}

.project-section .project-single-box:hover .project-thumb:before {
    height: 100%;
    top: 0px;
}

.project-section .project-single-box:hover .project-btn a:before {
    height: 100%;
    top: 0px;
}

.project-section .project-single-box:hover .project-btn a {
    color: #fff;
}


/* ======================portfolio page end========================== */
/* ======================portfolio page end========================== */

/* ======================portfolio details page start========================== */
/* ======================portfolio details page start========================== */

/*project details
===============================*/

.project-detalis-section {
    padding: 100px 0 100px;
}

.project-detalis-section h3.prjct-dtls-title {
    font-size: 30px;
    font-weight: 700;
    padding: 22px 0 21px;
}
.project-dtls-content p{
    color: #0A0A0A;
}
.project-detalis-section p.project-desc {
    padding: 0 0 35px;
}

.project-detalis-section p.quote-desc {
    font-size: 17px;
    color: #062462;
    padding: 5px 0 7px 105px;
    position: relative;
}

.project-detalis-section p.quote-desc:before {
    position: absolute;
    content: "";
    left: 0;
    top: 17px;
    height: 1px;
    width: 86px;
    background: #da242b;
}

.project-detalis-section .project-thumb:hover:before{
    height: 100%;
    top: 0;
}
.project-detalis-section .project-thumb img{
    width: 100%;
}
/*prt dtls box*/

.project-detalis-section .project-dtls-items-box {
    padding: 45px 0 2px;
    border-top: 1px solid rgba(6,36,97,0.10196078431372549);
    border-bottom: 1px solid rgba(6,36,97,0.10196078431372549);
    margin-top: 37px;
}

.project-detalis-section .project-dtls-box {
    margin-bottom: 30px;
}

.project-detalis-section h4.dtls-title {
    font-size: 19px;
    padding: 15px 0 8px;
}

.project-detalis-section .prt-icon img {
    transition: .5s;
}

.project-detalis-section .project-dtls-box:hover .prt-icon img{
    transform: rotateY(180deg);
}

/*pagination*/

.project-detalis-section .pagination1 {
    padding: 40px 0 0;
}

.project-detalis-section .pagination1 span {
    color: #062462;
    font-weight: 500;
}

.project-detalis-section .pagination1 a {
    font-size: 18px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    background: #f6f6f6;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    color: #062462;
    transition: .5s;
    margin-right: 12px;
}

.project-detalis-section .pagination1 span:hover a {
    background: #D9232B;
    color: #fff;
}

.project-detalis-section span.pagination2 a {
    margin-right: 0;
    margin-left: 12px;
}

.project-detalis-section span.pagination2 {
    text-align: right;
    float: right;
}

/*project info*/

.project-detalis-section .project-info {
    padding: 35px 50px 30px;
    background-color: rgba(10, 10, 10, .2);
    border-radius: 5px;
    margin-left: 10px;
}

.project-detalis-section h3.prct-title {
    font-size: 22px;
    color: #fff;
    padding: 0 0 23px;
}

.project-detalis-section .project-info ul li {
    display: block;
    list-style: none;
    padding: 0 0 16px;
    margin-bottom: 13px;
    font-weight: 500;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.10196078431372549);
}

.project-detalis-section .project-info ul li span {
    display: block;
    font-weight: 500;
    font-family: 'Inter';
    color: #da242b;
    font-size: 16px;
}

.project-detalis-section li.prt-mb {
    margin: 0 !important;
    border: 0 !important
}

.project-detalis-section .project-info.pbottom{
    margin-top: 40px;
}
/* ======================portfolio details page end========================== */
/* ======================portfolio details page end========================== */

/* ======================error page start========================== */
/* ======================error page start========================== */
.error-section {
    background: url('../images/404.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 1200px;
}
/* ======================error page end========================== */
/* ======================error page end========================== */

/* ======================contact page start========================== */
/* ======================contact page start========================== */
.contact-section{
    background-image: url('../images/contactbg.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 100px 0px 50px 0px;
}
.contact-section .title{
    text-align: left;
    width: 50%;
    margin-bottom: 50px;
}
.contact-section .title h2{
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 17px;
    
}
.contact-section .title h2 span{
    color: #0A0A0A;
}
.contact-section .title p{
   
}
.contact-section .contact-icon {
    box-shadow: 0px 2px 35px 0px rgb(0 0 0 / 10%);
    padding: 25px 5px;
    margin: 0px 15px 60px 0px;
    border-left: 8px solid #ec0203;
}
.contact-section .contact-icon .icon i {
    font-size: 25px;
    color: #fff;
    background-color: #ec0203;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 26px;
    margin: 0px 26px 0px 17px;
}

.contact-section .contact-icon .text h3{
    color: #0A0A0A;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px;
}

.contact-section .contact_from .form_box input {
    margin-bottom: 44px;
    border: 1px solid #ec0203;
    outline: 0;
    padding: 16px 10px;
    background-color: transparent;
}
.contact-section .contact_from {
   box-shadow: 0px 2px 35px 0px rgb(0 0 0 / 10%);
   padding: 45px 25px;
}
.contact-section .contact_from .form_box .form-control:focus {
    color: #ec0203;
    background-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(249, 147, 11, .25);
}
.contact-section .contact_from .form_box textarea {
    margin-bottom: 44px;
    border: 1px solid #ec0203;
    outline: 0;
    background-color: transparent;
}
.contact-section .contact_from .quote_btn button {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 13px 45px;
    font-weight: 400;
    overflow: hidden;
    background: #ec0203;
    box-shadow: 10px 0 30px rgba(236, 2, 3, .25);
    border-radius: 5px;
    transition: .5s;
    z-index: 1;
}

.contact-section .contact_from .quote_btn button:hover {
    color: #ec0203;
    background: #fff;
   box-shadow:none;
}
.contact-section .contact_from .quote_btn button::before,
.contact-section .contact_from .quote_btn button::after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #ec0203;
  box-shadow:
   -1px -1px 5px 0px #fff,
   7px 7px 20px 0px #0003,
   4px 4px 5px 0px #0002;
  transition:400ms ease all;
}
.contact-section .contact_from .quote_btn button::after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.contact-section .contact_from .quote_btn button:hover::before,
.contact-section .contact_from .quote_btn button:hover::after{
  width:100%;
  transition:800ms ease all;
}
.contact-section .contact_from .quote_btn button i{
    margin-left: 10px;
}

.map-section{
    margin: 0px 0px 0px 0px;
}
/* ======================contact page end========================== */
/* ======================contact page end========================== */

/* ======================team page start========================== */
/* ======================team page start========================== */
.team-section.inner::before{
    display: none;
}
/* ======================team page end========================== */
/* ======================team page end========================== */
/* ======================Shake Animation section start========================== */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.bounce-animate {
animation-name: float-bob;
animation-duration: 2s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob;
-moz-animation-duration: 2s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob;
-ms-animation-duration: 2s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob;
-o-animation-duration: 2s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear; }
. {
animation-name: float-bob2;
animation-duration: 3s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob2;
-moz-animation-duration: 3s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob2;
-ms-animation-duration: 3s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob2;
-o-animation-duration: 3s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear; }
.bounce-animate3 {
animation-name: float-bob3;
animation-duration: 4s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob3;
-moz-animation-duration: 4s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob3;
-ms-animation-duration: 4s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob3;
-o-animation-duration: 4s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear; }
.bounce-animate4 {
animation-name: float-bob4;
animation-duration: 5s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob4;
-moz-animation-duration: 5s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob4;
-ms-animation-duration: 5s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob4;
-o-animation-duration: 5s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear; }
.bounce-animate5 {
animation-name: float-bob5;
animation-duration: 6s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob5;
-moz-animation-duration: 6s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob5;
-ms-animation-duration: 6s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob5;
-o-animation-duration: 6s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear; }
@-webkit-keyframes float-bob {
0% {
-webkit-transform: translateY(-35px);
transform: translateY(-35px); }
50% {
-webkit-transform: translateY(-7px);
transform: translateY(-7px); }
100% {
-webkit-transform: translateY(-35px);
transform: translateY(-35px); } }
@-webkit-keyframes float-bob2 {
0% {
-webkit-transform: translateY(-60px);
transform: translateY(-60px); }
50% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px); }
100% {
-webkit-transform: translateY(-60px);
transform: translateY(-60px); } }
@-webkit-keyframes float-bob3 {
0% {
-webkit-transform: translateY(-40px);
transform: translateY(-40px); }
50% {
-webkit-transform: translateY(-25px);
transform: translateY(-25px); }
100% {
-webkit-transform: translateY(-40px);
transform: translateY(-40px); } }
@-webkit-keyframes float-bob4 {
0% {
-webkit-transform: translateY(-70px);
transform: translateY(-70px); }
50% {
-webkit-transform: translateY(-35px);
transform: translateY(-35px); }
100% {
-webkit-transform: translateY(-70px);
transform: translateY(-70px); } }
@-webkit-keyframes float-bob5 {
0% {
-webkit-transform: translateY(-75px);
transform: translateY(-75px); }
50% {
-webkit-transform: translateY(-35px);
transform: translateY(-35px); }
100% {
-webkit-transform: translateY(-75px);
transform: translateY(-75px); } }
@-webkit-keyframes movebounce {
0% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
50% {
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.rotateme {
  animation-name: rotateme;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes rotateme{
  0%{ 
    transform:rotate(0deg);
   }
  25%{ 
    transform:rotate(90deg);
   }
  50%{ 
    transform:rotate(180deg);
   }
  100%{
     transform:rotate(360deg);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}


/*--==============================================->
  <!-- print_shop Animation Dance -->
 ==================================================-*/
/**/
.dance3 {
  -webkit-animation: dance3 8s alternate infinite;
}
@keyframes dance3 {
  0% {
    -webkit-transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
.dance {
  -webkit-animation: dance 2s alternate infinite;
}
@keyframes dance {
  0% {
    -webkit-transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1.2);
  }
}
.dance2 {
  -webkit-animation: dance2 4s alternate infinite;
}
@keyframes dance2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(25px, -25px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -25px, 25px);
  }
}
.watermark-animate {
  -webkit-animation: watermark-animate 8s infinite;
  animation: watermark-animate 8s infinite;
  animation-direction: alternate-reverse;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@keyframes watermark-animate {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}


/* ==========================================
start search Popup Css
=========================================*/
.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(250, 151, 50, .5);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}
.search-popup{
    width: 100%;
}
.search-active .search-popup{
    transform: translateY(0%);
    margin-top: 0;
}
.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: #ec0203;
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(250, 151, 50, .5);
    border-bottom: 3px solid #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
    height: 70px;
    line-height: 70px;
    text-align: center;
}
.search-popup .close-search i{
    position: relative;
    font-size: 30px;
    color: #ffffff;
}
.search-active .search-popup .close-search{
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}
.search-popup form{
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin:-35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.search-active .search-popup form{
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}
.search-popup .form-group{
    position:relative;
    margin:0px; 
    overflow: hidden;
}
.search-popup .form-group input[type="text"], 
.search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #0e3d60;
    height: 70px;
    width: 100%;
    padding: 10px 30px;
    background-color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 1px;
    outline: 0;
    border: none;
}
.search-popup .form-group input[type="submit"], .search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #0e3d60;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
}
.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover{
    color: #000000;
}
.search-popup input::placeholder,
.search-popup textarea::placeholder{
    color:#000000;
}
.search-popup .close-search.style-two{
    position: absolute;
    right: 25px;
    left: auto;
    color:#ffffff;
    width:auto;
    height:auto;
    top:25px;
    margin:0px;
    border:none;
    background:none !important;
    box-shadow:none !important;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}
.header-src-btn {
    display: inline-block;
}

/*===========================
<-- hendre Loader Css -->
=============================*/
.loader-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.8s 1s ease;
    z-index: 666;
}

.loader {
    position: relative;
    display: block;
    z-index: 201;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    transition: all 1s 1s ease;
    border: 3px solid transparent;
    border-top-color: #9A241C;
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    -o-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

.loader:before {
    position: absolute;
    content: '';
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-left-color: #FF3C00;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.loader:after {
    position: absolute;
    content: '';
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-right-color: #fff;
    -webkit-animation: spin 2.5s linear infinite;
    -moz-animation: spin 2.5s linear infinite;
    -o-animation: spin 2.5s linear infinite;
    animation: spin 2.5s linear infinite;
}

/*/ Here comes the Magic /*/

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader-wrapper .loder-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: #111;
    z-index: 2;
}

.loader-wrapper .loder-section.left-section {
    left: 0;
    transition: 1s 1.4s ease;
}

.loader-wrapper .loder-section.right-section {
    right: 0;
    transition: 1s 1.4s ease;
}

/*/ When page loaded /*/
.loaded .loder-section.left-section {
    left: -100%;
}

.loaded .loder-section.right-section {
    right: -100%;
}

.loaded .loader-wrapper {
    visibility: hidden;
}

.loaded .loader {
    top: -100%;
    opacity: 0;
}
/* ===========================scroll strat===========================  */
/* ===========================************===========================  */
.scroll-area{
  position: relative;
  z-index: 999;
 }
.scroll-area .go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 30px;
    color: #ffffff;
    background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    z-index: 9999;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.9s ease-out 0s;
    -moz-transition: all 0.9s ease-out 0s;
    -ms-transition: all 0.9s ease-out 0s;
    -o-transition: all 0.9s ease-out 0s;
    transition: all 0.9s ease-out 0s;
    border-radius: 10px; 
}
.scroll-area .go-top i {
      position: absolute;
      top: 50%;
      left: -4px;
      right: 0;
      margin: 0 auto;
      font-size: 15px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 0.5s ease-out 0s;
      -moz-transition: all 0.5s ease-out 0s;
      -ms-transition: all 0.5s ease-out 0s;
      -o-transition: all 0.5s ease-out 0s;
      transition: all 0.5s ease-out 0s; 
  }
.scroll-area .go-top i:last-child {
        opacity: 0;
        visibility: hidden;
        top: 60%; 
    }
.scroll-area .go-top::before {
    content: "";
    border: 2px solid #ff2f00;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: .75s;
    animation-delay: .75s;
}
.scroll-area .go-top:focus, .scroll-area .go-top:hover {
      color: #fff; 
  }
.scroll-area .go-top:focus::before, .scroll-area .go-top:hover::before {
        opacity: 1;
        visibility: visible; 
}
.scroll-area .go-top:focus i:first-child, .scroll-area .go-top:hover i:first-child {
        opacity: 0;
        top: 0;
        visibility: hidden;
 }
.scroll-area .go-top:focus i:last-child, .scroll-area .go-top:hover i:last-child {
        opacity: 1;
        visibility: visible;
        top: 50%; 
}
.scroll-area .go-top.active {
    top: 95%;
    -webkit-transform: translateY(-98%);
    -moz-transform: translateY(-98%);
    -ms-transform: translateY(-98%);
    -o-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    right: 50px;
    border-radius: 100%;
}
.top-wrap {
  position: relative; 
}
.top-wrap .go-top-button {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    background: #ff2f00;
    background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
}
 .top-wrap .go-top-button i {
      font-size: 20px;
      font-weight: 700;
      padding-left: 4px;
      color: #fff;
 }
.top-wrap .go-top-button::after {
    content: "";
    border: 2px solid #ff2f00;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.top-wrap .go-top-button:hover {
    background-color: #030f27;
    color: #fff;
}

@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: .5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
/* ===========================scroll end===========================  */
/* ===========================************===========================  */

