
body{
	color: #8B8D92;
	font-size: 16px;
	font-weight: normal;
	font-family: 'Roboto', sans-serif;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6{
	color: #33065B;
	font-weight: bold;
	font-family: 'Dosis', sans-serif;
}
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: #616161; */
	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;
}






/*dark-button css*/

/*.checkbox {
  opacity: 0;
  position: absolute;
}

.da {
    position: fixed;
    right: 18px;
    top: 47%;
    z-index: 999;
}
.checkbox-label {
  background-color: #111;
  width: 50px;
  height: 26px;
  border-radius: 50px;
  position: relative;
  padding: 5px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fa-moon {color: #f1c40f;}

.fa-sun {color: #f39c12;}

.checkbox-label .ball {
  background-color: #fff;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  transition: transform 0.2s linear;
}

.checkbox:checked + .checkbox-label .ball {
  transform: translateX(24px);
}
*/




.da {
    position: fixed;
    right: 18px;
    top: 47%;
    z-index: 999;
}

.da img {
    width: 73px;
    height: 43px;
    border-radius: 5px;
    cursor: pointer;
}




/*dark-button css end*/








.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 organic Header Top Menu Area=============== */

.header-top-menu {
    padding: 10px 0px 10px 0px;
    background-color: #A229A1;
    z-index: 9;
    position: relative;
}
.header-top-menu .header-top-address ul{
	display: flex;
	margin-right: 15px;
	align-items: center;
}.header-top-menu .header-top-address ul li{
	color: #fff;
	margin-right: 15px;
}

.header-top-menu .header-top-address ul li a{
	color: #fff;
	font-size: 14px;
	font-weight: 400;

}

.header-top-menu .hrader-top-social.text-right{
	text-align: end;
}
.header-top-menu .hrader-top-social.text-right a{
	color: #fff;
	margin-left: 15px;
}

.sticky-nav.header-area .sub-menu ul li a:hover {
	margin-left: 30px;
	color: #A229A1!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 {
    background: transparent;
    padding: 2px 0px 5px;
    position: relative;
    margin-bottom: 0;
    z-index: 2;
}

.header-area .container-fluid {
    width: 85%;
}

.header-area .header-logo .main-logo img{
	height: 49px;
}

.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 14px;
    text-transform: capitalize;
    transition: .5s;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 500;
}
.header-area .organic_menu ul li a:hover {
    color: #A229A1;
}
.header-area .organic_menu ul li a span {
    font-size: 13px;
    font-family: FontAwesome;
    opacity: .5;
}
.header-area .d-flex.align-items-center {
    justify-content: end;
}
.header-area .header-btn {
    display: inline-block;
    position: relative;
    top: 15px;
}
.header-area .organic_menu .header-btn .sign-btn {
    background: transparent;
    color: #fff;
    display: inline-block;
    padding: 8px 19px;
    font-size: 16px;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    overflow: hidden;
    font-weight: 500;
    border: 1px solid #fff;
}
.header-area .organic_menu .header-btn a i {
    font-size: 18px;
}
.header-area .organic_menu .header-btn .sign-btn:after{
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    right: 0;
    top: 0;
    transition: .5s;
    background: #A229A1;
    z-index: -1;
    border-radius: 5px; 
}
.header-area .organic_menu .header-btn .sign-btn:hover:after{
    left:0;
    width:100%;
}
.header-area .search-box-btn a{
	color:#A229A1;
	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: #A229A1!important;
    z-index:9999 !important;
    animation-name: slideInDown;
    animation-duration: 1.5s;
}
.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;
}
.sticky-nav .organic_menu .header-btn .sign-btn {
    border: 1px solid #fff;
}
.sticky-nav .organic_menu .header-btn .sign-btn:hover{
    color: #fff !important;
}

.sticky-nav .header-area .organic_menu .sub-menu ul li a{
    background-color: transparent!important;
}
nav.organic_menu {
    float: right;
}
/*sticky logo*/
.header-area .header-logo .stiky-logo img{
	height: 49px;
}
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: transparent;
	padding: 14px 48px;
}
.header-button a:hover{
    background: transparent;
	color:#fff;
}

.sticky-nav .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: transparent;
    padding: 14px 48px;
}
.sticky-nav .header-button a:hover{
    background: transparent;
    color:#fff;
}

/*< ==============start organic Header  Area==============-->
/*start sub menu*/
.organic_menu .sub-menu {
    height: auto;
    width: 230px;
    background: transparent;
    box-shadow: 0 0 5px rgba(255, 255, 255, .7);
    position: absolute;
    text-align: left;
    top: 62px;
    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;
}
.organic_menu .sub-menu.sign {
    top: 46px;
}
.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:#A229A1;
}
.header-area .sub-menu ul li:last-child{
    border-bottom: none;
}
.header-area .organic_menu .sub-menu ul li a {
    position: relative;
    color: #fff!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: #A229A1!important;
}
.sticky-nav.header-area .sub-menu ul li a:hover {
	color: #A229A1;
}
.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;
}















/*--==================================================-->
<!-----Start Slider Area ----->
==================================================-*/
.slider_list{
    margin-top: -103px;
}
.slider-area {
    background: url(../image/slider-5.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 850px;
    position: relative;
}


/*======Lines=====*/

.hero {
    display: flex;
    flex-direction: column;
    justify-content: start;
/*    height: 800px;*/
    width: 100%;
}

.hero.animated::after {
    transform: translateY(0);
}

.hero .lines {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    transition: 1.5s all ease;
}

.hero.animated .lines {
    opacity: 1;
}

.hero .line-container {
    position: relative;
    width: 100%;
    height: 1px;
/*    background-color: rgba(255, 255, 255, 0.1);*/
    background-color: transparent;
    margin-bottom: 5px;
}

.hero .animated-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    animation: moveLine 3s linear infinite;
}

@keyframes moveLine {
    0% {
        left: 0;
    }

    100% {
        left: 100%;
    }
}

@media (max-width: 767px) {
    @keyframes moveLine {
        0% {
            left: -60%;
        }

        100% {
            left: 100%;
        }
    }
}

.hero .line-container:nth-child(1) {
    position: absolute;
    top: 21%;
    left: 0;
    transform: rotate(90deg);
}

@media (max-width: 1679px) {
    .hero .line-container:nth-child(1) {
        top: 10%;
    }
}

@media (max-width: 1279px) {
    .hero .line-container:nth-child(1) {
        top: 15%;
    }
}

@media (max-width: 1023px) {
    .hero .line-container:nth-child(1) {
        top: 30%;
    }
}

@media (max-width: 990px) {
    .hero .line-container:nth-child(1) {
        top: 35%;
    }
}

@media (max-width: 767px) {
    .hero .line-container:nth-child(1) {
        top: 40%;
    }
}

@media (max-width: 479px) {
    .hero .line-container:nth-child(1) {
        top: 36%;
    }
}

@media (max-width: 374px) {
    .hero .line-container:nth-child(1) {
        display: none;
    }
}

.hero .line-container:nth-child(2) {
    position: absolute;
    top: 21%;
    left: 4.5%;
    transform: rotate(75deg);
}

@media (max-width: 1679px) {
    .hero .line-container:nth-child(2) {
        top: 10%;
    }
}

@media (max-width: 1279px) {
    .hero .line-container:nth-child(2) {
        top: 18%;
    }
}

@media (max-width: 1023px) {
    .hero .line-container:nth-child(2) {
        top: 30%;
        transform: rotate(78deg);
    }
}

@media (max-width: 990px) {
    .hero .line-container:nth-child(2) {
        top: 35%;
        transform: rotate(81deg);
    }
}

@media (max-width: 767px) {
    .hero .line-container:nth-child(2) {
        top: 40%;
        transform: rotate(84deg);
    }
}

@media (max-width: 479px) {
    .hero .line-container:nth-child(2) {
        top: 36%;
    }
}

@media (max-width: 374px) {
    .hero .line-container:nth-child(2) {
        display: none;
    }
}

.hero .line-container:nth-child(3) {
    position: absolute;
    top: 21%;
    right: 4.5%;
    transform: rotate(105deg);
}

@media (max-width: 1679px) {
    .hero .line-container:nth-child(3) {
        top: 10%;
    }
}

@media (max-width: 1279px) {
    .hero .line-container:nth-child(3) {
        top: 18%;
    }
}

@media (max-width: 1023px) {
    .hero .line-container:nth-child(3) {
        top: 30%;
        transform: rotate(102deg);
    }
}

@media (max-width: 990px) {
    .hero .line-container:nth-child(3) {
        top: 35%;
        transform: rotate(99deg);
    }
}

@media (max-width: 767px) {
    .hero .line-container:nth-child(3) {
        top: 40%;
        transform: rotate(96deg);
    }
}

@media (max-width: 479px) {
    .hero .line-container:nth-child(3) {
        top: 36%;
    }
}

@media (max-width: 374px) {
    .hero .line-container:nth-child(3) {
        display: none;
    }
}

.hero .line-container:nth-child(4) {
    position: absolute;
    top: 21%;
    left: 9.5%;
    transform: rotate(60deg);
}

@media (max-width: 1679px) {
    .hero .line-container:nth-child(4) {
        top: 10%;
    }
}

@media (max-width: 1279px) {
    .hero .line-container:nth-child(4) {
        top: 18%;
    }
}

@media (max-width: 1023px) {
    .hero .line-container:nth-child(4) {
        top: 30%;
        transform: rotate(65deg);
    }
}

@media (max-width: 990px) {
    .hero .line-container:nth-child(4) {
        top: 35%;
        transform: rotate(72deg);
    }
}

@media (max-width: 767px) {
    .hero .line-container:nth-child(4) {
        top: 40%;
        transform: rotate(78deg);
    }
}

@media (max-width: 479px) {
    .hero .line-container:nth-child(4) {
        top: 36%;
    }
}

@media (max-width: 374px) {
    .hero .line-container:nth-child(4) {
        display: none;
    }
}

.hero .line-container:nth-child(5) {
    position: absolute;
    top: 21%;
    right: 9.5%;
    transform: rotate(120deg);
}

@media (max-width: 1679px) {
    .hero .line-container:nth-child(5) {
        top: 10%;
    }
}

@media (max-width: 1279px) {
    .hero .line-container:nth-child(5) {
        top: 18%;
    }
}

@media (max-width: 1023px) {
    .hero .line-container:nth-child(5) {
        top: 30%;
        transform: rotate(115deg);
    }
}

@media (max-width: 990px) {
    .hero .line-container:nth-child(5) {
        top: 35%;
        transform: rotate(108deg);
    }
}

@media (max-width: 767px) {
    .hero .line-container:nth-child(5) {
        top: 40%;
        transform: rotate(102deg);
    }
}

@media (max-width: 479px) {
    .hero .line-container:nth-child(5) {
        top: 36%;
    }
}

@media (max-width: 374px) {
    .hero .line-container:nth-child(5) {
        display: none;
    }
}

.hero .line-container:nth-child(6) {
    position: absolute;
    top: 21%;
    left: 15.8%;
    transform: rotate(45deg);
}

@media (max-width: 1679px) {
    .hero .line-container:nth-child(6) {
        top: 10%;
    }
}

@media (max-width: 1279px) {
    .hero .line-container:nth-child(6) {
        top: 18%;
    }
}

@media (max-width: 1023px) {
    .hero .line-container:nth-child(6) {
        top: 30%;
        transform: rotate(52deg);
    }
}

@media (max-width: 990px) {
    .hero .line-container:nth-child(6) {
        top: 35%;
        transform: rotate(62deg);
    }
}

@media (max-width: 767px) {
    .hero .line-container:nth-child(6) {
        top: 40%;
        transform: rotate(70deg);
    }
}

@media (max-width: 479px) {
    .hero .line-container:nth-child(6) {
        top: 36%;
    }
}

@media (max-width: 374px) {
    .hero .line-container:nth-child(6) {
        display: none;
    }
}

.hero .line-container:nth-child(7) {
    position: absolute;
    top: 21%;
    right: 15.8%;
    transform: rotate(135deg);
}

@media (max-width: 1679px) {
    .hero .line-container:nth-child(7) {
        top: 10%;
    }
}

@media (max-width: 1279px) {
    .hero .line-container:nth-child(7) {
        top: 18%;
    }
}

@media (max-width: 1023px) {
    .hero .line-container:nth-child(7) {
        top: 30%;
        transform: rotate(128deg);
    }
}

@media (max-width: 990px) {
    .hero .line-container:nth-child(7) {
        top: 35%;
        transform: rotate(118deg);
    }
}

@media (max-width: 767px) {
    .hero .line-container:nth-child(7) {
        top: 40%;
        transform: rotate(110deg);
    }
}

@media (max-width: 479px) {
    .hero .line-container:nth-child(7) {
        top: 36%;
    }
}

@media (max-width: 374px) {
    .hero .line-container:nth-child(7) {
        display: none;
    }
}

.hero .line-container:nth-child(8) {
    position: absolute;
    top: 21%;
    left: 25%;
    transform: rotate(30deg);
}

@media (max-width: 1679px) {
    .hero .line-container:nth-child(8) {
        top: 10%;
    }
}

@media (max-width: 1279px) {
    .hero .line-container:nth-child(8) {
        top: 18%;
    }
}

@media (max-width: 1023px) {
    .hero .line-container:nth-child(8) {
        top: 30%;
        transform: rotate(39deg);
    }
}

@media (max-width: 990px) {
    .hero .line-container:nth-child(8) {
        top: 35%;
        transform: rotate(50deg);
    }
}

@media (max-width: 767px) {
    .hero .line-container:nth-child(8) {
        top: 40%;
        transform: rotate(59deg);
    }
}

@media (max-width: 479px) {
    .hero .line-container:nth-child(8) {
        top: 36%;
    }
}

@media (max-width: 374px) {
    .hero .line-container:nth-child(8) {
        display: none;
    }
}

.hero .line-container:nth-child(9) {
    position: absolute;
    top: 21%;
    right: 25%;
    transform: rotate(150deg);
}

@media (max-width: 1679px) {
    .hero .line-container:nth-child(9) {
        top: 10%;
    }
}

@media (max-width: 1279px) {
    .hero .line-container:nth-child(9) {
        top: 18%;
    }
}

@media (max-width: 1023px) {
    .hero .line-container:nth-child(9) {
        top: 30%;
        transform: rotate(141deg);
    }
}

@media (max-width: 990px) {
    .hero .line-container:nth-child(9) {
        top: 35%;
        transform: rotate(130deg);
    }
}

@media (max-width: 767px) {
    .hero .line-container:nth-child(9) {
        top: 40%;
        transform: rotate(121deg);
    }
}

@media (max-width: 479px) {
    .hero .line-container:nth-child(9) {
        top: 36%;
    }
}

@media (max-width: 374px) {
    .hero .line-container:nth-child(9) {
        display: none;
    }
}

.hero .line-container:nth-child(10) {
    position: absolute;
    top: 21%;
    left: 48.5%;
    transform: rotate(15deg);
}

@media (max-width: 1679px) {
    .hero .line-container:nth-child(10) {
        top: 10%;
    }
}

@media (max-width: 1279px) {
    .hero .line-container:nth-child(10) {
        top: 18%;
    }
}

@media (max-width: 1023px) {
    .hero .line-container:nth-child(10) {
        top: 30%;
        transform: rotate(22deg);
    }
}

@media (max-width: 990px) {
    .hero .line-container:nth-child(10) {
        top: 35%;
        left: 43%;
        transform: rotate(34deg);
    }
}

@media (max-width: 767px) {
    .hero .line-container:nth-child(10) {
        top: 40%;
        left: 36%;
        transform: rotate(49deg);
    }
}

@media (max-width: 479px) {
    .hero .line-container:nth-child(10) {
        top: 36%;
    }
}

@media (max-width: 374px) {
    .hero .line-container:nth-child(10) {
        display: none;
    }
}

.hero .line-container:nth-child(10) .animated-line {
    animation-delay: 0.5s;
}

@media (max-width: 990px) {
    .hero .line-container:nth-child(10) .animated-line {
        top: 35%;
        animation-delay: 0s;
    }
}

.hero .line-container:nth-child(11) {
    position: absolute;
    top: 21%;
    right: 48.5%;
    transform: rotate(165deg);
}

@media (max-width: 1679px) {
    .hero .line-container:nth-child(11) {
        top: 10%;
    }
}

@media (max-width: 1279px) {
    .hero .line-container:nth-child(11) {
        top: 18%;
    }
}

@media (max-width: 1023px) {
    .hero .line-container:nth-child(11) {
        top: 30%;
        transform: rotate(158deg);
    }
}

@media (max-width: 990px) {
    .hero .line-container:nth-child(11) {
        top: 35%;
        right: 43%;
        transform: rotate(146deg);
    }
}

@media (max-width: 767px) {
    .hero .line-container:nth-child(11) {
        top: 40%;
        right: 36%;
        transform: rotate(131deg);
    }
}

@media (max-width: 479px) {
    .hero .line-container:nth-child(11) {
        top: 36%;
    }
}

@media (max-width: 374px) {
    .hero .line-container:nth-child(11) {
        display: none;
    }
}

.hero .line-container:nth-child(11) .animated-line {
    animation-delay: 0.5s;
}

@media (max-width: 990px) {
    .hero .line-container:nth-child(11) .animated-line {
        animation-delay: 0s;
    }
}

/*=======Lines end=======*/

.slider-area .shape-thumb {
    position: absolute;
    right: 17%;
    bottom: 21%;
    z-index: 1;
}
.slider-area .shape-thumb img{
	height: 400px;
	width: 100%;
}

.slider-area .shape-thumb2 {
    position: absolute;
    right: 8%;
    bottom: 5%;
}
.slider-area .shape-thumb2 img {
    height: 700px;
    width: 100%;
}

.slider-content h1 {
	font-size: 95px;
    font-weight: 700;
	margin: 0;
	line-height: 1.2;
    color: #fff;
}
.slider-content h2 {
    font-size: 95px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
}


.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: #A229A1;
    box-shadow: 10px 0 30px rgba(162, 41, 161,.25);
    border-radius: 5px;
    transition: .5s;
    z-index: 1;
    margin-top: 80px;

}

.slider-content .slider-button a:hover {
  	color: #A229A1;
  	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: #A229A1;
    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 {
    margin-top: 76px;
}
.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: #A229A1;
    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 #A229A1;
  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 #A229A1;
  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 {
    background: url(https://coderstheme.com/html/data/assets/images/slider-3.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 785px;
    position: relative;
}
.slider-area.style-two .sl2{
    margin-top: -76px;
}
.slider-area.style-two .slider-button a {
    margin: 102px 0px 0px 187px;
}
/*.slider-area.style-two .slider-content h4 {
    transform: rotate(-13deg);
}*/
.slider-area.style-two .shape-thumb{
	position: absolute;
	left: 0px;
	bottom: 10px;
}
.slider-area.style-two .shape-thumb img{
	width: 11%;
    height: 215px;
}



/* =============Feature Section Start============= */
.feature-content {
    margin-top: -70px;
    background: transparent;
    padding-bottom: 70px;
    background-color: #fff;
}
.feature-content .single-feature {
    padding: 34px 28px 30px;
    box-shadow: 0 0 35px rgba(162, 41, 161, .2);
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
    position: relative;
    z-index: 99;
}
.feature-content .single-feature::before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    background: url(../image/ser-bg.png);
    transition: .5s;
    opacity: 0;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 5px;
    z-index: -1;
}
.feature-content .single-feature:hover::before {
    width: 100%;
    height: 100%;
    opacity: 1;
}
.feature-content .single-feature .feature-rap{
    overflow: hidden;
}
.feature-content .single-feature .feature-rap .icon-image img{
    width: 18%;
}
.feature-content .single-feature .feature-rap h3{
    font-size: 20px;
    margin: 22px 0px 9px;
}
.feature-content .single-feature .feature-rap .button{
    margin-left: -120px;
    transition: .5s;
}
.feature-content .single-feature .feature-rap .button a {
    color: #A229A1;
}
.feature-content .single-feature .feature-rap .button a i{
    margin-left: 30px;
    transition: .5s;
}
.feature-content .single-feature:hover .feature-rap .button{
    margin-left: 0px;
    transition: .5s;
}
.feature-content .single-feature:hover .feature-rap .button a i{
    margin-left: 5px;
    transition: .5s;
}
/* =============Feature Section end============= */

/* =============About Section Start============= */
.about-section{
	padding: 100px 0px 100px 0px;
    background-color: rgba(162, 41, 161,.1);
    position: relative;
    overflow: hidden;
}
.about-section .star-image{
    position: absolute;
    left: 0;
    top: 0;
}
.about-section .star-image img{
    width: 100%;
}
.about-section .row{
	align-items: center;
}
.about-section .left-content{
    padding: 0px 34px 0px 0px;
}

.about-section .top-content{
    text-align: left;
}
.about-section .top-content h2{
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 17px;
}





.about-section .bottom-content .left-side .card-content .single-cird{
    border: 1px solid #A229A1;
    background-color: #fff;
    padding: 10px 35px;
    width: 90%;
    margin: 20px 0px 40px;
    position: relative;
    transition: .5s;
    border-radius: 5px;
}
.about-section .bottom-content .left-side .card-content .single-cird h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 13px 0px;
}
.about-section .bottom-content .left-side .card-content .single-cird p{
    color: #030f27;
    font-size: 16px;
    font-weight: 400;
}
.about-section .bottom-content .left-side .card-content .single-cird .hover-cird{
    padding: 10px 35px;
    width: 100%;
    position: absolute;
    background-color: #A229A1;
    left: 16px;
    top: 16px;
    border-radius: 5px;
    transform: perspective(500px)rotateX(90deg);
    -webkit-transition: all 400ms linear 0ms;
    transition: all 400ms linear 0ms;
}
.about-section .bottom-content .left-side .card-content .single-cird:hover{
    background-color: #fff;
    border: 1px solid #fff;
    transition: .5s;
}
.about-section .bottom-content .left-side .card-content .single-cird:hover .hover-cird {
    transform: perspective(500px)rotateX(0deg);
}
.about-section .bottom-content .left-side .card-content .single-cird .hover-cird h3{
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    margin: 13px 0px;
}
.about-section .bottom-content .left-side .card-content .single-cird .hover-cird p{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}



.about-section .left-content .bottom-content .about-button a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 13px 45px;
    font-weight: 400;
    overflow: hidden;
    background: #A229A1;
/*    box-shadow: 10px 0 30px rgb(249 147 11 / 25%);*/
    border-radius: 5px;
    transition: .5s;
    z-index: 1;
}

.about-section .left-content .bottom-content .about-button a:hover {
    color: #A229A1;
    background: #fff;
   box-shadow:none;
}
.about-section .left-content .bottom-content .about-button a::before,
.about-section .left-content .bottom-content .about-button a::after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #A229A1;
  box-shadow:
   -1px -1px 5px 0px #fff,
   7px 7px 20px 0px #0003,
   4px 4px 5px 0px #0002;
  transition:400ms ease all;
}
.about-section .left-content .bottom-content .about-button a::after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.about-section .left-content .bottom-content .about-button a:hover::before,
.about-section .left-content .bottom-content .about-button a:hover::after{
  width:100%;
  transition:800ms ease all;
}
/*.about-section .left-content .bottom-content .about-button a i{
    margin-left: 10px;
}*/

.about-image-wrap{
    position: relative;
}
.about-section .about-image img{
	width: 100%;
	transition: .5s;
}
.about-section .about-image-wrap .shape-about {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.about-section .about-image-wrap .shape-about img{
    width: 70%;
}
.about-section .about-image{
	transition: .5s;
	overflow: hidden;
	position: relative;
    z-index: 99;
}
.about-section .about-image:hover img{
	transform: scale3d(1.1,1.1,1);
	transition: .5s;
    
}



/* =============Abut Section end============= */

/* ======================marque section start========================== */
 .marque-section{
	background: url(../image/bbg4.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 200px 0px;
} 



/*marque*/

.text_bar.style1 {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    overflow: hidden;
}
.text_bar.style1 .text-item {
    display: flex;
    align-items: baseline;
    animation: pureit-animation 20s linear infinite;
    -webkit-animation: pureit-animation 20s linear infinite;
}
.text_bar.style1 .text-item.copy {
    position: absolute;
    top: 0;
    left: 0;
    will-change: transform;
    backface-visibility: hidden;
    transform: translateX(100%) translateZ(0);
    animation: pureit-animation-copy 20s linear infinite;
    -webkit-animation: pureit-animation-copy 20s linear infinite;
}
.text-item h3 {
    font-size: 100px;
    line-height: 1.1em;
    padding-right: .5em;
    padding-left: .5em;
    color: #fff;

}
.text_bar_content{
    display: flex;
    white-space: nowrap;
    font-size: 0;
    overflow: hidden;

}
/*two*/
.text_bar.style2 {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    overflow: hidden;
}
.text_bar.style2 .text-item {
    display: flex;
    align-items: baseline;
     animation: qode-move-horizontal-normal-text-marquee-copy 20s linear infinite;

}
.text_bar.style2 .text-item.copy {
    position: absolute;
    top: 0;
    left: 0;
    will-change: transform;
    backface-visibility: hidden;
    transform: translateX(100%) translateZ(0);
     animation: qode-move-horizontal-normal-text-marquee-copy 20s linear infinite;

}
.text-item h3 {
    font-size: 100px;
    line-height: 1.1em;
    padding-right: .5em;
    padding-left: .5em
}
.text_bar_content{
    display: flex;
    white-space: nowrap;
    font-size: 0;
    overflow: hidden;
}
@keyframes pureit-animation{
    0% {
        transform: translateX(0) translateZ(0);
    }
    100% {
        transform: translateX(-100%) translateZ(0);
    }
}
@keyframes pureit-animation-copy{
    0% {
        transform: translateX(100%) translateZ(0);
    }
    100% {
        transform: translateX(0) translateZ(0);
    }
}

/*marque*/



/* ======================marque section end========================== */

/* =============Service Categories Start============= */

.service-section{
    padding: 100px 0px 100px 0px;
    background-color:#fff;
    position: relative;
    overflow: hidden;
}
.service-section .star-image{
    position: absolute;
    left: 0;
    top: 0;
}
.service-section .star-image img{
    width: 100%;
}
.service-section .top-content {
    text-align: center;
    width: 58%;
    margin: auto;
    margin-bottom: 30px;
}


.service-section .top-content h2{
    font-size: 55px;
    font-weight: 600;
    margin-bottom: 17px;
}
.service-section .all-service .single-service {
    position: relative;
    display: block;
    padding: 0 0 110px 0;
    margin-bottom: 30px;
}

.service-section .all-service .single-service .image{
    position: relative;
}
/*.service-section .all-service .single-service .image:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 10%;
    height: 10%;
    transform-origin: bottom right;
    background-image: linear-gradient(-86deg, #A229A1 0%, #A229A1 100%);
    pointer-events: none;
    transition: all 500ms linear;
    opacity: .5;
}
.service-section .all-service .single-service:hover .image::before{
    transform: scale(1);
    width: 70%;
    height: 70%;
}*/
.service-section .all-service .single-service .image img{
	width: 100%;
}

.service-section .all-service .single-service .content-box {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    min-height: 110px;
    z-index: 1;
}
.service-section .all-service .single-service .content-box .color-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #A229A1;
    z-index: -1;
}
.service-section .all-service .single-service .content-box .service-title {
    position: absolute;
    left: 0;
    bottom: 70px;
    width: 270px;
    background: #ffffff;
    padding-top: 27px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 24px;
    overflow: hidden;
    transition: all 0.5s ease-in-out 0.1s;
    z-index: 2;
    transition: .5s;
}
.service-section .all-service .single-service .content-box .service-title h3{
    margin-top: 0;
}
.service-section .all-service .single-service .content-box .service-title h3 a{
    font-size: 20px;
    font-weight: 700;
	transition: .5s;
}
.service-section .all-service .single-service .content-box .service-title h3 a:hover{
    color: #A229A1;
    transition: .5s;
}
.service-section .all-service .single-service .content-box .service-description {
    position: relative;
    display: block;
    height: 0;
    opacity: 0;
    padding-top: 0;
    transition: all 0.3s ease-in-out 0.1s;
}
.service-section .all-service .single-service:hover .content-box .service-title {
    padding-top: 37px;
    padding-bottom: 43px;
    transition: .5s;
}
.service-section .all-service .single-service:hover .content-box .service-title .service-description {
    opacity: 1.0;
    height: 90px;
    padding-top: 9px;
}
.service-section .all-service .single-service .content-box .button {
    position: relative;
    display: block;
    padding-top: 65px;
    padding-left: 30px;
}
.service-section .all-service .single-service .content-box .button a{
    color: #fff;
}
.service-section .all-service .single-service .content-box .services-icon {
    position: absolute;
    bottom: 12px;
    right: 20px;
}
.service-section .all-service .single-service .content-box .services-icon img{
    width: 85%;
}
.service-section .service-button {
    text-align: center;
    margin-top: 25px;
}
.service-section .service-button a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 13px 45px;
    font-weight: 400;
    overflow: hidden;
    background: #A229A1;
/*    box-shadow: 10px 0 30px rgb(249 147 11 / 25%);*/
    border-radius: 5px;
    transition: .5s;
    z-index: 1;
}

.service-section .service-button a:hover {
    color: #A229A1;
    background: #fff;
   box-shadow:none;
}
.service-section .service-button a::before,
.service-section .service-button a::after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #A229A1;
  box-shadow:
   -1px -1px 5px 0px #fff,
   7px 7px 20px 0px #0003,
   4px 4px 5px 0px #0002;
  transition:400ms ease all;
}
.service-section .service-button a::after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.service-section .service-button a:hover::before,
.service-section .service-button a:hover::after{
  width:100%;
  transition:800ms ease all;
}
/* =============Service Categories end============= */

/* =============counter section start============= */

.counter-section .counter-bg{
	background: url(../image/featurebg.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /* height: 700px; */
    padding-bottom: 100px;
    z-index: 1;
}
.counter-section .counter-bg::before{
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(10, 10, 10, .2);
    z-index: -1;
}
.counter-section .counter-bg .counter-top-content{
    padding-top: 130px;
    text-align: center;
}
.counter-section .counter-bg .counter-top-content h2{
    font-size: 80px;
    font-weight: 700;
    color: #fff;
}
.counter-section .counter-bg .counter-top-content h4{
    font-size: 80px;
    font-weight: 700;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    color: transparent;
}

.counter-section .counter-bg .counter-content {
    margin-top: 100px;
}
.counter-section .counter-bg .single-counter{
    text-align: center;
}
.counter-section .counter-bg .single-counter .count-title h1 {
    font-size: 80px;
    color: #33065B;
    font-weight: 700;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}
.counter-section .counter-bg .single-counter .count-title p {
    font-size: 30px;
    color: #fff;
}
/* =============counter section end============= */

/* ======================team section start========================== */
.team-section{
    background-color: rgba(162, 41, 161,.2);
    padding: 100px 0px;
    position: relative;
    overflow: hidden;
}
.team-section .star-image{
    position: absolute;
    left: 0;
    top: 0;
}
.team-section .star-image img{
    width: 100%;
}
.team-section .top-content {
    text-align: center;
    width: 58%;
    margin: auto;
    margin-bottom: 30px;
    
}
.team-section .top-content h2{
    font-size: 55px;
    font-weight: 600;
    margin-bottom: 17px;
}
.team-section .single-team{
    text-align: center;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    padding: 0px 0px 7px;
}



.team-section .single-team .team-contant .team-image:before{
    content: "";
    width: 100%;
    height: 100%;
/*    border-radius: 50%;*/
    box-shadow: 100px 0 0 #ffffff03 inset, 0 100px 0 rgb(255 255 255 / 1%) inset, -100px 0 0 rgb(255 255 255 / 1%) inset, 0 -100px 0 rgb(255 255 255 / 1%) inset;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 300ms linear 0s;
    visibility: visible;
}

.team-section .single-team .team-contant .team-image:after {
    content: "";
    width: 139%;
    height: 86%;
    /* border-radius: 50%; */
    box-shadow: 100px 0 0 #ffffff03 inset, 0 100px 0 rgb(255 255 255 / 1%) inset, -100px 0 0 rgb(255 255 255 / 1%) inset, 0 -100px 0 rgb(255 255 255 / 1%) inset;
    position: absolute;
    top: -16px;
    left: -16px;
    bottom: 0;
    transition: all 300ms linear 0s;
    visibility: visible;
    transform: rotate(90deg);
}


.team-section .single-team:hover .team-contant .team-image:after, .team-section .single-team:hover .team-contant .team-image:before {
    box-shadow: 5px 0 0 rgb(255 255 255 / 50%) inset, 0 5px 0 rgb(255 255 255 / 50%) inset, -5px 0 0 rgb(255 255 255 / 50%) inset, 0 -5px 0 rgb(255 255 255 / 50%) inset;
}


.team-section .single-team .team-contant .team-image img{
    width: 100%;
}
.team-section .single-team .team-contant .team-title h3{
    color: #33065B;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 18px;
}
.team-section .single-team .team-contant .social-icon {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
    left: -50px;
    transition: .5s;
}
.team-section .single-team:hover .team-contant .social-icon {
    left: 10px;
    transition: .5s;
}
.team-section .single-team .team-contant .social-icon a{
    display: block;
}
.team-section .single-team .team-contant .social-icon i {
    color: #fff;
    background-color: #A229A1;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
    margin: 8px;
    transition: .5s;
}
.team-section .single-team .team-contant .social-icon i:hover {
    color: #A229A1;
    background-color: #fff;
    transition: .5s;
}


/* ======================team section end========================== */
/* ======================brand section start========================== */
.brand-section{
    background: url(../image/bbg1.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    padding: 100px 0px 100px;
}
.brand-section .top-content {
    text-align: center;
    width: 58%;
    margin: auto;
    margin-bottom: 30px;
}

.brand-section .top-content h2{
    font-size: 55px;
    font-weight: 600;
    margin-bottom: 17px;
    color: #fff;
}
.brand-section .brand-image{
    margin-bottom: 30px;
}
.brand-section .brand-image img{
    width: 100%;
}
/* ======================brand section end========================== */

/* ======================Testimonial section start========================== */
.testimonial-section{ 
    position: relative;
    padding: 100px 0px 100px;
    position: relative;
    overflow: hidden;
}
.testimonial-section .star-image{
    position: absolute;
    left: 0;
    top: 0;
}
.testimonial-section .star-image img{
    width: 100%;
}
/*.testimonial-section .shape1{
    position: absolute;
    left: 0;
    top: 20%;
}
.testimonial-section .shape2 {
    position: absolute;
    left: 27%;
    top: 29%;
}
.testimonial-section .shape3 {
    position: absolute;
    left: 20%;
    top: 72%;
}
.testimonial-section .shape1 img{
    width: 49%;
    border-radius: 50%;
}
.testimonial-section .shape2 img{
    width: 33%;
    border-radius: 50%;
}
.testimonial-section .shape3 img{
    width: 47%;
    border-radius: 50%;
}*/
.testimonial-section .top-content {
    text-align: center;
    width: 58%;
    margin: auto;
    margin-bottom: 30px;
}

.testimonial-section .top-content h2{
    font-size: 55px;
    font-weight: 600;
    margin-bottom: 17px;
}

.testimonial-section .testi-slider2 .testi-box .testi-content .icon {
    position: absolute;
    top: -40px;
    left: -72px;
}
.testimonial-section .testi-slider2 .testi-box .testi-content .text{
    position: relative;
}
.testimonial-section .testi-slider2 .testi-box .testi-content .text .icon img{
    width: 35%;
}
.testimonial-section .testi-slider2 .testi-box .testi-content .people .thame-theme img{
    width: 80%;
    border-radius: 10px;
}
.testimonial-section .testi-slider2 .testi-box{
    border-radius: 5px;
}

.testimonial-section .testi-slider2 .testi-box .testi-content{
    position: relative;
    display: flex;
    align-items: center;
}
.testimonial-section .testi-slider2 .testi-box .testi-content .text{
    text-align: left;
}
.testimonial-section .testi-slider2 .testi-box .testi-content h4{
    font-size: 20px;
}
.testimonial-section .testi-slider2 .testi-box .testi-content span{
    color: #A229A1;
}

.testimonial-section .testi-slider2 .testi-box .testi-content p{
    font-size: 16px;
    margin: 40px 0px 20px 0px;
}


.testimonial-section .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}

.testimonial-section .owl-nav .owl-next i{
  position: absolute;
  right: 59px;
  bottom: -136px;
  color: #fff;
  height: 50px;
  width: 50px;
  border-radius: 25px;
  font-size: 25px;
  background-color: #A229A1;
  border: 1px solid #FFF;
  line-height: 50px;
  text-align: center;
}

.testimonial-section .owl-nav .owl-next i:hover {
  background-color: #fff;
  color: #A229A1;
  transition: 0.5s;
  border: 1px solid #A229A1;
}

.testimonial-section .owl-nav .owl-prev i{
  position: absolute;
  left: 577px;
  bottom: -135px;
  color: #fff;
  height: 50px;
  width: 50px;
  border-radius: 25px;
  font-size: 25px;
  background-color: #A229A1;
  border: 1px solid #FFF;
  line-height: 50px;
  text-align: center;
}

.testimonial-section .owl-nav .owl-prev i:hover {
  background-color: #fff;
  color: #A229A1;
  transition: 0.5s;
  border: 1px solid #A229A1;
}

/* ======================Testimonial section end========================== */

/* =============feature section end============= */
.gread-gallery{
    background-color: rgba(162, 41, 161,.2);
    position: relative;
    padding: 100px 0px 100px;
}
.gread-gallery .top-content {
    text-align: center;
    width: 58%;
    margin: auto;
    margin-bottom: 30px;
}

.gread-gallery .top-content h2{
    font-size: 55px;
    font-weight: 600;
    margin-bottom: 17px;
}
.gread-gallery .image-thame img{
    width: 100%;
    margin-bottom: 21px;
    border: 1px solid #fff;
    transition: .5s;
}
.gread-gallery .image-thame img:hover{
    border: 1px solid #A229A1;
    transition: .5s;
}
.gread-gallery .image-thame{
    position: relative;
    overflow: hidden;
}
.gread-gallery .image-thame .text-contect{
    position: absolute;
    left: 0;
    bottom: -140px;
    padding: 20px 20px 10px;
    transition: .5s;
    background-color: #fff;
    width: 100%;
    border-left: 1px solid #A229A1;
    border-right: 1px solid #A229A1;
    border-bottom: 1px solid #A229A1;
}
.gread-gallery .image-thame .text-contect:hover{
     border-top: 1px solid #A229A1;
     transition: .5s;
}
.gread-gallery .image-thame:hover .text-contect{
    bottom: 21px;
    transition: .5s;
}
.gread-gallery .image-thame .text-contect h3 a{
    font-size: 20px;
    font-weight: 600;
}
.gread-gallery .image-thame .text-contect p{
    padding: 10px 0px;
}
/* =============feature section end============= */

/* ===========================gallery section start============================ */

.gallery-section{
    position: relative;
    padding: 100px 0px 100px;
    overflow: hidden;
}

.gallery-section .star-image{
    position: absolute;
    left: 0;
    top: 0;
}
.gallery-section .star-image img{
    width: 100%;
}
.gallery-section .top-content {
    text-align: center;
    width: 58%;
    margin: auto;
    margin-bottom: 30px;
}

.gallery-section .top-content h2{
    font-size: 55px;
    font-weight: 600;
    margin-bottom: 17px;
}
.gallery-section .gallery-slider .slider-image{
    height: 350px;
    position: relative;
    margin: 0px 7px;
    transition: .5s;
    z-index: 1;
}

.gallery-section .gallery-slider .slider-image::before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 246, 235, .7);
    transition: .5s;
    transform: scale(0);
    z-index: -1;

}

.gallery-section .gallery-slider .slider-image::after{
    position: absolute;
    content: '';
    right: 0;
    left: 0;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 80%;
    height: 80%;
    border: 2px solid #fff;
    transform: scale(0);
    transition: .5s;
}

.gallery-section .gallery-slider .slider-image:hover::before,
.gallery-section .gallery-slider .slider-image:hover::after{
    transform: scale(1);
    transition: .5s;
}

.gallery-section .gallery-shape-image {
    position: absolute;
    left: 203px;
    top: 35px;
}
.gallery-section .gallery-shape-image img{
    width: 100%;
}

/* ===========================gallery section end============================*/




/* ======================blog section start========================== */
.blog-section{
    background-color: rgba(162, 41, 161,.2);
	padding: 100px 0px;
}


.blog-section .top-content h2{
    font-size: 55px;
    font-weight: 600;
    margin-bottom: 17px;
}

.blog-section .songle-blog {
    border-radius: 7px;
    box-shadow: 0 0 35px rgb(0 0 0 / 10%); 
    margin-bottom: 22px;
    background-color: #fff;
}

.blog-section .songle-blog .blog-image{
	position: relative;
}
.blog-section .songle-blog .blog-image: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-image: linear-gradient(-86deg, #A229A1 0%, #A229A1 100%);
    pointer-events: none;
    transition: all 500ms linear;
    border-radius: 5px;
    opacity: .5;
}

.blog-section .songle-blog .blog-image: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-image: linear-gradient(-86deg, #A229A1 0%, #A229A1 100%);
    pointer-events: none;
    transition: all 500ms linear;
    border-radius: 5px;
    opacity: .5;
}

.blog-section .songle-blog:hover .blog-image::before,
.blog-section .songle-blog:hover .blog-image::after{
	transform: scale(1);

}
.blog-section .songle-blog .category p {
    display: inline-block;
    margin-bottom: 0;
    padding: 3px 10px;
    background-color: #A229A1;
    color: #fff;
    border-radius: 3px;
    position: absolute;
    left: 10px;
    top: 10px;
}
.blog-section .songle-blog .blog-image img{
	width: 100%;
    border-radius: 7px 7px 0px 0px;
}

.blog-section .songle-blog .blog-content{
	padding: 20px 20px 10px 20px;
	position: relative;

}
.blog-section .songle-blog .blog-content .blog-meta {
    display: inline-block;
    left: 20px;
    top: -28px;
    border-radius: 5px;
}
.blog-section .songle-blog .blog-content .blog-meta a{
	font-size: 14px;
	font-weight: 400;
	color: #A229A1;
}
.blog-section .songle-blog .blog-content .blog-meta span{
	font-size: 14px;
	font-weight: 400;
	margin-left: 10px;
    color: #A229A1;
}
.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: #A229A1;
	transition: .5s;
}
.blog-section .songle-blog .blog-content .blog-text p{
	font-size: 16px;
	font-weight: 400;
	margin-top: 15px;
}

.blog-section .service-button {
    text-align: end;
    margin-top: 25px;
}
.blog-section .service-button a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 13px 45px;
    font-weight: 400;
    overflow: hidden;
    background: #A229A1;
    border-radius: 5px;
    transition: .5s;
    z-index: 1;
}

.blog-section .service-button a:hover {
    color: #A229A1;
    background: #fff;
   box-shadow:none;
}
.blog-section .service-button a::before,
.blog-section .service-button a::after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #A229A1;
  box-shadow:
   -1px -1px 5px 0px #fff,
   7px 7px 20px 0px #0003,
   4px 4px 5px 0px #0002;
  transition:400ms ease all;
}
.blog-section .service-button a::after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.blog-section .service-button a:hover::before,
.blog-section .service-button a:hover::after{
  width:100%;
  transition:800ms ease all;
}
/* ======================blog section end========================== */







/* ======================footer section start========================== */
.footer-section{
	background-image: url('../image/footer.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 100px;
	position: relative;
	z-index: 1;
}
.footer-section::before{
	position: absolute;
	content: "";
	background-color: rgba(33, 0, 45, .8);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.footer-section .footer-image img{
	height: 49px;
}

.footer-section p{
	color: #fff;
	font-size: 16px;
	margin-top: 35px;
	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: #2B4868;
    display: inline-block;
    transition: .5s;
    border-radius: 8%;
    color: #A229A1;
    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:#A229A1;
    z-index: -1;
    border-radius: 5px;
}
.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: #A229A1;
	font-size: 24px;
	margin-bottom: 60px;
	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: #A229A1;
	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: #A229A1;
}


.footer-section .footer-news .image-content span{
	margin: 0px 0px 0px 10px;
	color: #A229A1;
}

.footer-section .footer-icon .icon i{
	color: #A229A1;
	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: #A229A1;
	margin: 25px 0px;
}

.footer-section .bar2{
	height: 1px;
	width: 100%;
	background-color: #A229A1;
	margin: 25px 0px;
}

.footer-section .footer-bar{
	height: 1px;
	width: 100%;
	background-color: #A229A1;
	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========================== */

/* ======================start contact page ========================== */
/* ======================start contact page ========================== */
.bratecome-section {
  background-image: url('../image/become.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 160px 0px;
  position: relative;
  z-index: 1;
  margin-top: -103px;
}

.bratecome-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(162, 41, 161, .3);
  z-index: -1;
}

.bratecome-section .contant {
  text-align: center;
}

.bratecome-section .contant .title h2 {
  font-size: 55px;
  color: #fff;
  letter-spacing: 1px;
}

.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;
}

/* ======================start contact section ========================== */
.contact-section{
/*	background-color: rgba(2, 95, 255, .1);*/
  	padding: 100px 0px 0px 0px;
}
.contact-section .star-image{
    position: absolute;
    left: 0;
    top: 0;
}
.contact-section .star-image img{
    width: 100%;
}
.contact-section .top-content {
    text-align: center;
    width: 58%;
    margin: auto;
    margin-bottom: 30px;
}

.contact-section .top-content h2{
    font-size: 55px;
    font-weight: 600;
    margin-bottom: 17px;
}
.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 #A229A1;
}
.contact-section .contact-icon .icon i {
    font-size: 25px;
    color: #fff;
    background-color: #A229A1;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 26px;
    margin: 0px 26px 0px 17px;
}

.contact-section .con-iage img{
    width: 100%;
}
.contact-section .contact-icon .text h3{
	color: #030f27;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 10px;
}

.contact-section .contact_from .form_box input {
    margin-bottom: 44px;
    border: 1px solid #A229A1;
    outline: 0;
    padding: 16px 10px;
}
.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: #A229A1;
    background-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(2, 95, 255, .25);
}
.contact-section .contact_from .form_box textarea {
    margin-bottom: 44px;
    border: 1px solid #A229A1;
    outline: 0;
}
.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: #A229A1;
    border-radius: 5px;
    transition: .5s;
    z-index: 1;
}

.contact-section .contact_from .quote_btn button:hover {
  	color: #A229A1;
  	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: #A229A1;
  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;
}

.contact-section .midd{
    position: relative;
}
.contact-section .midd .con-shap{
    position: absolute;
    z-index: -1;
    bottom: 0;
    text-align: center;
}
.contact-section .midd .con-shap img{
    width: 57%;
}
.map-section{
	margin: 0px 0px 100px 0px;
}

/* ======================end contact section ========================== */

/* ======================end contact page ========================== */
/* ======================end contact page ========================== */

/* ======================start about page ========================== */
/* ======================start about page ========================== */

/* ======================end about page ========================== */
/* ======================end about page ========================== */


/* =========================Blog-detail page start ========================================= */
/* ================================================================================ */
.blog-detail-section {
  padding: 100px 0px 70px;
}
.blog-detail-section .star-image{
    position: absolute;
    left: 0;
    top: 0;
}
.blog-detail-section .star-image img{
    width: 100%;
}
.blog-detail-section .main-section .top-image img {
  width: 100%;
}

.blog-detail-section .main-section .text-detail {
  position: relative;
}

.blog-detail-section .main-section .text-detail span {
  color: #A229A1;
  letter-spacing: 1px;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.8;
}

.blog-detail-section .main-section .text-detail a {
  color: #A229A1;
  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 .blog-quote {
    text-align: center;
    padding: 60px 40px 30px;
    margin: 20px 0px 50px;
    border-radius: 10px;
    background-color: #A4A4A4;

}
.blog-detail-section .main-section .blog-quote p{
    color: #fff;
    font-style: italic;
}

.blog-detail-section .main-section .blog-imagelist img{
    border-radius: 10px;
    width: 100%;
}
.blog-detail-section .main-section .ts{
    font-size: 16px;
    margin: 50px 0px 50px;
}
.blog-detail-section .main-section .single-comment h3{
    font-size: 30px;
    margin-bottom: 50px;
}
.blog-detail-section .main-section .single-comment .comment-image img{
    border-radius: 10px;
    width: 100%;
}
.blog-detail-section .main-section .single-comment .comment-box{
  margin-bottom: 40px;
}
.blog-detail-section .main-section .single-comment .comment-box .comment-content{
    border-bottom: 1px dashed #f1f1f1;
    position: relative;
    background: #f3f5f0;
    padding: 20px;
    margin-left: 30px;
    border-radius: 10px;
}
.blog-detail-section .main-section .single-comment .comment-box .comment-content:before{
    content: '';
    position: absolute;
    left: -20px;
    top: 25px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #f3f5f0;
}
.blog-detail-section .main-section .single-comment .comment-box .comment-content .flx {
    display: flex;
    justify-content: space-around;
}
.blog-detail-section .main-section .single-comment .comment-box .comment-content .flx .comment-rate {
    text-align: center;
}
.blog-detail-section .main-section .single-comment .comment-box .comment-content p.comment {
    margin: 10px 0px 30px;
}

.blog-detail-section .main-section .single-comment .comment-box .comment-content .comment-like a {
    background-color: #fff;
    padding: 5px 13px;
    border-radius: 10px;
}





.blog-detail-section .main-section .text-detail p {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.blog-detail-section .main-section .text-detail h5 {
  margin-top: 40px;
  line-height: 1.3;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 15px;
}

.blog-detail-section .main-section .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 #A229A1;
}

.blog-detail-section .main-section .text-detail h3 {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 50px;
}

.blog-detail-section .main-section .text-detail .line {
  padding-top: 40px;
  text-align: left;
  border-top: 1px solid #e6e6e6;
}

.blog-detail-section .main-section .text-detail .icon a {
  padding: 5px 35px 35px 0px;
  display: inline-block;
}

.blog-detail-section .main-section .text-detail .icon a i {
  border: 1px solid #A229A1;
  display: inline-block;
  font-size: 15px;
  height: 40px;
  line-height: 41px;
  text-align: center;
  width: 40px;
  border-radius: 5px;
  color: #A229A1;
  transition: 0.5s;
}

.blog-detail-section .main-section .text-detail .icon a i:hover {
  background: #A229A1;
  border-color: #A229A1;
  color: #fff;
  transition: 0.5s;
}

.blog-detail-section .main-section .text-detail .comment-title h3 {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 22px;
  margin-top: 11px;
}

.blog-detail-section .main-section .text-detail .left-comment-line {
  height: 1px;
  width: 100px;
  background: #b52424;
  right: 53%;
  bottom: 34%;
  position: absolute;
}



.blog-detail-section .main-section .text-detail .contact_from .form_box input {
    margin-bottom: 25px;
    border: 1px solid #A229A1;
    outline: 0;
    padding: 16px 10px;
}

.blog-detail-section .main-section .text-detail .contact_from .form_box .form-control:focus {
    color: #A229A1;
    background-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(2, 95, 255, .5);
}
.blog-detail-section .main-section .text-detail .contact_from .form_box textarea {
    margin-bottom: 25px;
    border: 1px solid #A229A1;
    outline: 0;
}
.blog-detail-section .main-section .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: #A229A1;
    border-radius: 5px;
    transition: .5s;
    z-index: 1;
}

.blog-detail-section .main-section .text-detail .contact_from .quote_btn button:hover {
   color: #A229A1;
   background: #fff;
   box-shadow:none;
}
.blog-detail-section .main-section .text-detail .contact_from .quote_btn button::before,
.blog-detail-section .main-section .text-detail .contact_from .quote_btn button::after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #A229A1;
  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 .text-detail .contact_from .quote_btn button::after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.blog-detail-section .main-section .text-detail .contact_from .quote_btn button:hover::before,
.blog-detail-section .main-section .text-detail .contact_from .quote_btn button:hover::after{
  width:100%;
  transition:800ms ease all;
}
.blog-detail-section .main-section .text-detail .contact_from .quote_btn button i{
	margin-left: 10px;
}

.blog-detail-section .main-section .right-side {
  position: relative;
}

.blog-detail-section .main-section .right-side input {
  background: #fff none repeat scroll 0 0;
  height: 60px;
  border: 1px solid #A229A1;
  color: #A229A1 !important;
  width: 100%;
  padding-left: 10px;
  font-size: 18px;
  margin-bottom: 20px;
}

.blog-detail-section .main-section .right-side .form-control:focus {
    color: #A229A1;
    background-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(2, 95, 255, .25);
}
.blog-detail-section .main-section .right-side input::placeholder{
	color: #A229A1;
}
.blog-detail-section .main-section .right-side .icon {
  position: absolute;
  right: 5px;
  top: 10px;
  border: 0;
  background: transparent;
  font-size: 25px;
}
.blog-detail-section .main-section .right-side .icon i{
	color: #A229A1;
}
.blog-detail-section .main-section .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 .right-side .post {
  display: flex;
  margin-bottom: 15px;
}
.blog-detail-section .main-section .right-side .post .image img{
	height: 85px;
	border: 1px solid #A229A1;
}
.blog-detail-section .main-section .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 .right-side .post .text span {
  color: #616161;
  font-size: 15px;
  margin-left: 22px;
}

.blog-detail-section .main-section .right-side h4 {
  display: block;
  font-size: 24px;
  margin-bottom: 20px;
  padding-bottom: 0;
  position: relative;
  text-transform: capitalize;
  line-height: 1.3;
  font-weight: 700;
  margin-top: 60px;
}

.blog-detail-section .main-section ul.sidebar-tags li {
    display: inline-block;
    margin-bottom: 0;
}
.blog-detail-section .main-section ul.sidebar-tags li a {
    padding: 10px 15px;
    background: #fff;
    display: inline-block;
    margin-bottom: 3px;
    border-radius: 10px;
    color: #444;
    border: 1px solid #cccccc80;
    box-shadow: 0 10px 40px #0e64d714;
    transition: all ease-in-out 0.5s;
}
/* =========================Blog-detail page end ================ */



/* ======================================================
<-- Service Section Css -->
====================================================== */


/*
<!-- ============================================================== -->
<!--  start Service Detials Section -->
<!-- ============================================================== -->*/

.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(162, 41, 161,.1);
    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 #A229A1;
}

.service-details .sidebar-widget input::placeholder{
	color: #A229A1;
}
.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: #A229A1;
    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 h4.sidebar-title {
    font-size: 22px;
    padding: 0 0 0px;
    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: 3px 3px;
    margin-right: 5px;
    transition: .5s;
    color: #A229A1;
}

.service-details ul.sidebar-menu li:hover {
    background: #F6F6F6;
    border: 1px solid #f6f6f6;
}

.service-details ul.sidebar-menu li:hover a i {
    background: #A229A1;
    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*/

.service-details .widget-sidebar-quick-contact {
    background-image: url('../image/16.png');
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0 100px;
    margin-bottom: 30px;
    border-radius: 5px;
}

.service-details h3.widget-title2 {
    padding: 25px 0 20px;
    font-size: 26px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
}

.service-details h5.sidebar-title {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

.service-details h5.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-details h5.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-details h5.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: #A229A1;
    border-radius: 5px;
    transition: .5s;
    z-index: 1;
}

.service-details .widget-button a:hover {
  	color: #A229A1;
  	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: #A229A1;
  box-shadow:
   -1px -1px 5px 0px #fff,
   7px 7px 20px 0px #0003,
   4px 4px 5px 0px #0002;
  transition:400ms ease all;
}
.service-details .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-desc2 {
    padding: 0 0 20px;
}

/*service dtls box*/

.service-details .service-dtls-box {
    display: flex;
    align-items: center;
    background-color: rgba(162, 41, 161,.1);
    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 h4 {
    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 a {
    color: #A229A1;
}
.service-details .service-dtls-items ul li i {
    background: #E5E8EF;
    color: #A229A1;
    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: #A229A1;
    color: #fff;
    transition: .5s;
}

.service-details .service-dtls-cont h5 {
    font-size: 16px;
    color: #A229A1;
    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: 101px;
    right: 227px;
}
.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: #A229A1;
    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 #A229A1;
  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 #A229A1;
  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;
  }
}





/*
<!-- ============================================================== -->
<!-- end Service Detials Section -->
<!-- ============================================================== -->*/


 



/* ======================Shake Animation section start========================== */





/* animation */



.whychoose-rotateme {
  -webkit-animation-name: whychoose-rotateme;
          animation-name: whychoose-rotateme;
  -webkit-animation-duration: 25s;
          animation-duration: 25s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@keyframes whychoose-rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}



.branding-shape {
  position: absolute !important;
  left: 0;
  top: 50%;
  z-index: -1;
}
.branding-shape img {
    -webkit-animation: moveBounce 2s linear infinite;
    animation: moveBounce 2s linear infinite;
}

.finace-shape {
  position: absolute !important;
  left: 0;
  top: 50%;
  z-index: -1;
}
.finace-shape img {
    -webkit-animation: moveBounce 2.5s linear infinite;
    animation: moveBounce 2.5s linear infinite;
}
.finace-shape-two {
  position: absolute !important;
  left: 0;
  top: 40%;
  z-index: -1;
}
.finace-shape-two img {
    -webkit-animation: moveBounce 2s linear infinite;
    animation: moveBounce 2s linear infinite;
}

.finace-shape-three {
  position: absolute !important;
  left: 50%;
  top: 15%;
  z-index: -1;
}

.finace-shape-three img {
  -webkit-animation: moveLeftBounceright 2s linear infinite;
    animation: moveLeftBounceright 2s linear infinite;
}
@keyframes moveLeftBounceright {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(35px);
            transform: translateX(35px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.dance {
  -webkit-animation: dance 1.5s alternate infinite;
  animation: dance 1.5s alternate infinite;
}

@keyframes dance {
  0% {
    -webkit-transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1.5);
  }
}


.about-dance {
  -webkit-animation: about-dance 1.5s alternate infinite;
  animation: about-dance 1.5s alternate infinite;
}

@keyframes about-dance {
  0% {
    -webkit-transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
  }
}




.finace-shape-about img {
  -webkit-animation: moveUpBounce 2s linear infinite;
    animation: moveUpBounce 2s linear infinite;
}
@keyframes moveUpBounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(35px);
            transform: translateY(35px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}















.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; }
.bounce-animate2 {
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: #A229A1;
    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;
}

/*===========================
<-- 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: #A229A1;
    -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: #FE470C;
    -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 #A229A1;
    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: #A229A1;
    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 #A229A1;
    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: #FFD737;
    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===========================  */
/* ===========================************===========================  */

/* ===========================scroll 2 start===========================  */
/* ===========================************===========================  */
#progress {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    position: fixed;
    bottom: 25px;
    right: 25px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    display: grid;
    place-items: center;
    z-index: 222;
    cursor: pointer;
    color: #000;
}

.progress.hide {
    display: none !important;
    transition: .5s !important;
}

#progress-value{
    display: block;
    height: calc(100% - 12px);
    width: calc(100% - 12px);
    background-color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-weight: 600;
    font-size: 18px;
}
/* ===========================scroll 2 end===========================  */
/* ===========================************===========================  */