
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: #222429;
	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;
}





.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: #025FFF;
	
}
.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: #025FFF!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: #C4D2FF;
    padding: 2px 0px 5px;
    position: relative;
    margin-bottom: 0;
    z-index: 2;
}
.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: #06305f;
    font-weight: 500;
}
.header-area .organic_menu ul li a:hover {
    color: #025FFF;
}
.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: #025FFF;
    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: #2B4868;
    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:#025FFF;
	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: #025FFF!important;
    z-index:9999 !important;
    animation-name: slideInDown;
    animation-duration: 1.5s;
}
.sticky-nav .header-btn a {
    background: #fff;
    color: #025FFF;
}
.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;
}
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: -moz-linear-gradient(-9deg, #fb239a 0%, #9b3bf5 97%);
	padding: 14px 48px;
}
.header-button a:hover{
	background: -moz-linear-gradient(-9deg, #9b3bf5 0%, #fb239a 97%);
	color:#fff;
}


/*< ==============start organic Header  Area==============-->
/*start sub menu*/
.organic_menu .sub-menu {
    height: auto;
    width: 230px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0, 0,0.2);
    position: absolute;
    text-align: left;
    top: 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:#025FFF;
}
.header-area .sub-menu ul li:last-child{
    border-bottom: none;
}
.header-area .organic_menu .sub-menu ul li a {
    position: relative;
    color: #06305f!important;
    margin: 10px 8px 9px 12px;
    padding: 0px;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 0;
    display: inline-block;
    z-index: 2;
    padding: 0;
    width: 180px;
    right: 0;
}
.organic_menu ul li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    z-index: 9;
    left: 0;
    transform: scaleY(1);
}
.organic_menuul li{
    padding-bottom:40px; 
}
.header-area .sub-menu ul li a:hover {
    color: #025FFF!important;
}
.sticky-nav.header-area .sub-menu ul li a:hover {
	color: #025FFF;
}
.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;
}
/*html{
    scroll-behavior: auto;
}
*/
/*--==================================================-->
<!-----Start Slider Area ----->
==================================================-*/
.slider_list{
    margin-top: -1px;
}
.slider_list .slider-area .slider-content {
        margin-left: 25px;
}
.slider-area {
    background: url(https://coderstheme.com/html/btech/assets/images/slider-454.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 785px;
    position: relative;
}
.slider-area .container-custom{
    width: 1400px;
    margin: auto;
    z-index: 99;
}
.slider-area .slider-content .button-content{
    margin-top: 60px;
}
.slider-area .shape-thumb{
	position: absolute;
	right: 0px;
	bottom: 10px;
}
.slider-area .shape-thumb img{
	height: 215px;
	width: 100%;
}
.slider-content h4 {
    color: #fff;
    background-color: #FE470C;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 12px 0px 35px 0px;
    padding: 9px 10px;
    border-radius: 30px 3px 30px 3px;
}
.slider-content h1 {
	font-size: 80px;
    font-weight: 700;
	margin: 0;
	line-height: 1.2;
}
.slider-content h2 {
    font-size: 80px;
    font-weight: 700;
    line-height: 1.2;
}


.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: #025FFF;
    box-shadow: 10px 0 30px rgb(2 95 255 / 25%);
    border-radius: 5px;
    transition: .5s;
    z-index: 1;
}

.slider-content .slider-button a:hover {
  	color: #025FFF;
  	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: #025FFF;
  box-shadow:
   -1px -1px 5px 0px #fff,
   7px 7px 20px 0px #0003,
   4px 4px 5px 0px #0002;
  transition:400ms ease all;
}
.slider-content .slider-button a::after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.slider-content .slider-button a:hover::before,
.slider-content .slider-button a:hover::after{
  width:100%;
  transition:800ms ease all;
}

.slider-content .video .slider-video-icon a{
	position: relative;
}
.slider-content .video .slider-video-icon a i{
	width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    background: #025FFF;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}


.slider-content .video .slider-video-icon a::after {
  content: "";
  border: 2px solid #025FFF;
  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 #025FFF;
  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/btech/assets/images/slider-3.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 785px;
    position: relative;
}

.slider-area.style-two .slider-button{
    position: relative;
    z-index: 9;
}

.slider-area.style-two .slider-button a {
    margin: 50px 0px 0px 0px;
}

.slider-area.style-two .slider-button a:hover {
    color: #025FFF;
    background: #fff;
   box-shadow:none;
}
.slider-area.style-two .slider-button a::before,
.slider-area.style-two .slider-button a::after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #025FFF;
  box-shadow:
   -1px -1px 5px 0px #fff,
   7px 7px 20px 0px #0003,
   4px 4px 5px 0px #0002;
  transition:400ms ease all;
}
.slider-area.style-two .slider-button a::after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.slider-area.style-two .slider-button a:hover::before,
.slider-area.style-two .slider-button a:hover::after{
  width:100%;
  transition:800ms ease all;
}
.slider-area.style-two .shape-thumb{
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.slider-area.style-two .shape-thumb img{
	width: 11%;
    height: 215px;
}


/* =============About Section Start============= */
.about-section{
	padding: 100px 0px 100px 0px;
    background-color: #fff;
}
.about-section .row{
	align-items: center;
}
.about-section .left-content{
    padding: 0px 34px 0px 35px;
}
.about-section .left-content .top-content h4{
    color: #025FFF;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0px 0px 12px 0px;
    position: relative;
    display: inline-block;
}
.about-section .left-content .top-content h4::before {
    position: absolute;
    content: '';
    height: 1px;
    width: 58px;
    top: 10px;
    right: -65px;
    background-color: #025FFF;
}
.about-section .left-content .top-content h2{
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 17px;
}
.about-section .left-content .top-content p{
    
}
.about-section .left-content .bottom-content .about-icon-box {
    display: flex;
    align-items: center;
}
.about-section .left-content .bottom-content .about-icon-box.first-child {
    border-bottom: 1px solid #E0E0E0;
}
/*.about-section .left-content .bottom-content .about-icon-box .icon-image img{
    width: 100%;
}*/
.about-section .left-content .bottom-content .about-icon-box .icon-text {
    margin-left: 20px;
}
.about-section .left-content .bottom-content .about-icon-box .icon-title h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.about-section .left-content .bottom-content .about-icon-box .icon-description p{
    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: #025FFF;
/*    box-shadow: 10px 0 30px rgb(249 147 11 / 25%);*/
    border-radius: 5px;
    transition: .5s;
    margin-top: 25px;
    z-index: 1;
}

.about-section .left-content .bottom-content .about-button a:hover {
    color: #025FFF;
    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: #025FFF;
  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-section .about-image img{
	width: 100%;
	transition: .5s;
}
.about-section .about-image .about-shap img{
	position: absolute;
	right: -30px;
	bottom: -30px;
}
.about-section .about-image{
	transition: .5s;
	overflow: hidden;
	position: relative;
}
.about-section .about-image:hover img{
	transform: scale3d(1.1,1.1,1);
	transition: .5s;
}



/* =============Abut Section end============= */

/* ======================brand section start========================== */
 .brand-section{
	background: url(../image/abs_bg_2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 50px 0px;
} 


/* ======================brand section end========================== */

/* =============Popular Categories Start============= */

.service-section{
    background: url(../image/bg11.jpg);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	padding: 100px 0px 100px 0px;
}
.service-section .top-content {
    text-align: center;
    width: 58%;
    margin: auto;
    margin-bottom: 30px;
}
.service-section .top-content h4{
    color: #025FFF;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0px 0px 12px 0px;
    position: relative;
    display: inline-block;
}
.service-section .top-content h4::before {
    position: absolute;
    content: '';
    height: 1px;
    width: 58px;
    top: 10px;
    left: -65px;
    background-color: #025FFF;
}
.service-section .top-content h4::after {
    position: absolute;
    content: '';
    height: 1px;
    width: 58px;
    top: 10px;
    right: -65px;
    background-color: #025FFF;
}
.service-section .top-content h2{
    font-size: 45px;
    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%;
/*    clip-path: polygon(0 100%, 100% 0%, 100% 100%);*/
/*    transform: scale(0);*/
    transform-origin: bottom right;
    background-image: linear-gradient(-86deg, #025FFF 0%, #025FFF 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: #025FFF;
    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;
}
.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: #025FFF;
/*    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: #025FFF;
    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: #025FFF;
  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;
}
/* =============Popular Categories end============= */

/* =============feature section start============= */
.feature-section{
}
.feature-section .feature-bg{
	background: url(../image/featurebg.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 700px;
    z-index: 1;
}
.feature-section .feature-bg::before{
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(10, 10, 10, .2);
    z-index: -1;
}
.feature-section .feature-bg .feature-top-content{
    padding-top: 130px;
    text-align: center;
}
.feature-section .feature-bg .feature-top-content h2{
    font-size: 80px;
    font-weight: 700;
    color: #fff;
}
.feature-section .feature-bg .feature-top-content h4{
    font-size: 80px;
    font-weight: 700;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    color: transparent;
}
.feature-section .feature-content {
    margin-top: -70px;
    background: transparent;
    padding-bottom: 70px;
}
.feature-section .feature-content .single-feature {
    padding: 34px 28px 30px;
    box-shadow: 0 0 35px rgb(0 0 0 / 10%);
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
    position: relative;
}
.feature-section .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-section .feature-content .single-feature:hover::before {
    width: 100%;
    height: 100%;
    opacity: 1;
}
.feature-section .feature-content .single-feature .feature-rap{
    overflow: hidden;
}
.feature-section .feature-content .single-feature .feature-rap .icon-image img{
    width: 18%;
}
.feature-section .feature-content .single-feature .feature-rap h3{
    font-size: 20px;
    margin: 22px 0px 9px;
}
.feature-section .feature-content .single-feature .feature-rap .button{
    margin-left: -120px;
    transition: .5s;
}
.feature-section .feature-content .single-feature .feature-rap .button a i{
    margin-left: 30px;
    transition: .5s;
}
.feature-section .feature-content .single-feature:hover .feature-rap .button{
    margin-left: 0px;
    transition: .5s;
}
.feature-section .feature-content .single-feature:hover .feature-rap .button a i{
    margin-left: 5px;
    transition: .5s;
}
/* =============feature section end============= */

/* ======================Testimonial section start========================== */
.testimonial-section{ 
    background: url(../image/tes.jpg);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    padding: 50px 0px 100px;
}
.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 h4{
    color: #025FFF;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0px 0px 12px 0px;
    position: relative;
    display: inline-block;
}
.testimonial-section .top-content h4::before {
    position: absolute;
    content: '';
    height: 1px;
    width: 58px;
    top: 10px;
    left: -65px;
    background-color: #025FFF;
}
.testimonial-section .top-content h4::after {
    position: absolute;
    content: '';
    height: 1px;
    width: 58px;
    top: 10px;
    right: -65px;
    background-color: #025FFF;
}
.testimonial-section .top-content h2{
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 17px;
}

.testimonial-section .testi-slider2 {
    width: 50%;
    margin: auto;
}

.testimonial-section .testi-slider2 .testi-box{
    border-radius: 5px;
}

.testimonial-section .testi-slider2 .testi-box .testi-content{
    position: relative;
    padding: 50px 50px;
    text-align: center;
}

.testimonial-section .testi-slider2 .testi-box .testi-content h2{
    font-size: 38px;
}

.testimonial-section .testi-slider2 .testi-box .testi-content p{
    font-size: 16px;
    margin: 40px 0px 50px 0px;
}

.testimonial-section .testi-slider2 .testi-box .testi-content .people {
    justify-content: center;
    display: flex;
    align-items: center;
}
.testimonial-section .testi-slider2 .testi-box .testi-content .people img{
    width: 11%;
    border: 3px solid #025FFF;
    border-radius: 50%;
}

.testimonial-section .testi-slider2 .testi-box .testi-content .people .text{
    margin: 0px 0px 5px 20px;
    text-align: left;
}

.testimonial-section .testi-slider2 .testi-box .testi-content .icon{
    position: absolute;
    right: 20px;
    bottom: 45px;
    z-index: -1;
}

.testimonial-section .testi-slider2 .testi-box .testi-content .icon img{
    width: 70%;
}
.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: #025FFF;
  border: 1px solid #FFF;
  line-height: 50px;
  text-align: center;
}

.testimonial-section .owl-nav .owl-next i:hover {
  background-color: #fff;
  color: #025FFF;
  transition: 0.5s;
  border: 1px solid #025FFF;
}

.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: #025FFF;
  border: 1px solid #FFF;
  line-height: 50px;
  text-align: center;
}

.testimonial-section .owl-nav .owl-prev i:hover {
  background-color: #fff;
  color: #025FFF;
  transition: 0.5s;
  border: 1px solid #025FFF;
}

/* ======================Testimonial section end========================== */

/* =============feature section end============= */
.gread-gallery{
    background: url(../image/bbg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    padding: 100px 0px 100px;
}
.gread-gallery .top-content {
    text-align: center;
    width: 58%;
    margin: auto;
    margin-bottom: 30px;
}
.gread-gallery .top-content h4{
    color: #025FFF;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0px 0px 12px 0px;
    position: relative;
    display: inline-block;
}
.gread-gallery .top-content h4::before {
    position: absolute;
    content: '';
    height: 1px;
    width: 58px;
    top: 10px;
    left: -65px;
    background-color: #025FFF;
}
.gread-gallery .top-content h4::after {
    position: absolute;
    content: '';
    height: 1px;
    width: 58px;
    top: 10px;
    right: -65px;
    background-color: #025FFF;
}
.gread-gallery .top-content h2{
    font-size: 45px;
    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 #025FFF;
    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 #025FFF;
    border-right: 1px solid #025FFF;
    border-bottom: 1px solid #025FFF;
}
.gread-gallery .image-thame .text-contect:hover{
     border-top: 1px solid #025FFF;
     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============= */

/* =============feature section end============= */
.counter-section{
    position: relative;

}

.containerr{
    position: relative;
    width: 1900px;
    height: 850px;
    box-shadow: 1px 1px 10px white;
}

.container-after, .container-before{
    width: 1900px;
    height: 850px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.containerr img{
    object-fit: cover;
    width: 1900px;
    height: 850px;
}

.slider{
    width: 10px;
    background-color: white;
    height:100%;
    position:relative;
    left: 50%;
    top:0;
    transform:translate(-50%,0);
    pointer-events: none;
}

.container-after{
    width: 50%;
    overflow: hidden;
}

.counter-section .custom-container {
    width: 86%;
    margin: auto;
}
.counter-section .content .big-box {
    background-color: rgba(2, 95, 255, .8);
    padding: 172px 38px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 233px;
}

.counter-section .content .big-box .box-title h2{
    font-size: 50px;
    color: #fff;
}

.counter-section .content .big-box .box-title h3{
    color: #fff;
}
.counter-section .big-box .counter-button {
    margin-top: 25px;
}
.counter-section .big-box .counter-button a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #025FFF;
    padding: 13px 45px;
    font-weight: 400;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    transition: .5s;
    z-index: 1;
}

.counter-section .big-box .counter-button a:hover {
    color: #fff;
    background: #025FFF;
   box-shadow:none;
}
.counter-section .big-box .counter-button a::before,
.counter-section .big-box .counter-button a::after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #fff;
  box-shadow:
   -1px -1px 5px 0px #fff,
   7px 7px 20px 0px #0003,
   4px 4px 5px 0px #0002;
  transition:400ms ease all;
}
.counter-section .big-box .counter-button a::after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.counter-section .big-box .counter-button a:hover::before,
.counter-section .big-box .counter-button a:hover::after{
  width:100%;
  transition:800ms ease all;
}

.counter-section .content .count-box {
    position: absolute;
    background-color: rgba(255, 255, 255, .8);
    padding: 63px 25px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    left: 25%;
    top: 9%;
}

.counter-section .content .count-box .count-title h1{
    font-size: 90px;
    color: #025FFF;
}

.counter-section .content .count-box .count-title p {
    font-size: 45px;
    font-weight: 600;
}
/* =============feature section end============= */




/* ======================blog section start========================== */
.blog-section{
	padding: 100px 0px;
}

.blog-section .top-content h4{
    color: #025FFF;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0px 0px 12px 0px;
    position: relative;
    display: inline-block;
}
.blog-section .top-content h4::before {
    position: absolute;
    content: '';
    height: 1px;
    width: 58px;
    top: 10px;
    right: -65px;
    background-color: #025FFF;
}
.blog-section .top-content h2{
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 17px;
}
.blog-section .top-content p{
    
}
.blog-section .songle-blog {
    border-radius: 7px;
    box-shadow: 0 0 35px rgb(0 0 0 / 10%); 
    margin-bottom: 22px;

}

.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, #025FFF 0%, #025FFF 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, #025FFF 0%, #025FFF 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 .blog-image img{
	width: 100%;
}

.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: #025FFF;
}
.blog-section .songle-blog .blog-content .blog-meta span{
	font-size: 14px;
	font-weight: 400;
	margin-left: 10px;
}
.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: #025FFF;
	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: #025FFF;
    border-radius: 5px;
    transition: .5s;
    z-index: 1;
}

.blog-section .service-button a:hover {
    color: #025FFF;
    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: #025FFF;
  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========================== */



/* ===========================gallery section start============================ */

.gallery-section{
	background: url(../image/blogbg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    padding: 100px 0px 80px;
}

.gallery-section .top-content {
    text-align: center;
    width: 58%;
    margin: auto;
    margin-bottom: 30px;
}
.gallery-section .top-content h4{
    color: #025FFF;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0px 0px 12px 0px;
    position: relative;
    display: inline-block;
}
.gallery-section .top-content h4::before {
    position: absolute;
    content: '';
    height: 1px;
    width: 58px;
    top: 10px;
    left: -65px;
    background-color: #025FFF;
}
.gallery-section .top-content h4::after {
    position: absolute;
    content: '';
    height: 1px;
    width: 58px;
    top: 10px;
    right: -65px;
    background-color: #025FFF;
}
.gallery-section .top-content h2{
    color: #fff;
    font-size: 45px;
    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============================*/

/* ======================team section start========================== */
.team-section{
    background: url(../image/bg22.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 100px 0px 0px;
}
.team-section .top-content {
    text-align: center;
    width: 58%;
    margin: auto;
    margin-bottom: 110px;
    
}
.team-section .top-content h4{
    color: #025FFF;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0px 0px 12px 0px;
    position: relative;
    display: inline-block;
}
.team-section .top-content h4::before {
    position: absolute;
    content: '';
    height: 1px;
    width: 58px;
    top: 10px;
    left: -65px;
    background-color: #025FFF;
}
.team-section .top-content h4::after {
    position: absolute;
    content: '';
    height: 1px;
    width: 58px;
    top: 10px;
    right: -65px;
    background-color: #025FFF;
}
.team-section .top-content h2{
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 17px;
}
.team-section .single-team {
    background: url(../image/teambg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 105px;
    border-radius: 5px;
    position: relative;
    padding: 20px 0px;
    z-index: 1;
    box-shadow: 0 0 35px rgb(0 0 0 / 10%);
}
.team-section .single-team::before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    background: url(../image/teambg1.png);
    transition: .5s;
    opacity: 0;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
}
.team-section .single-team:hover::before {
    width: 100%;
    height: 100%;
    opacity: 1;
}
.team-section .single-team:hover .team-contant .social-icon i {
    color: #025FFF;
    background-color: #fff;
    transition: .5s;
}

.team-section .single-team:hover .team-contant .team-title h3, 
.team-section .single-team:hover .team-contant .team-degicnation p {
    color: #fff;
    transition: .5s;
}
.team-section .single-team .team-image{
    text-align: center;
}
.team-section .single-team .team-image img {
    width: 80%;
    text-align: center;
    margin-top: -100px;
    border: 5px solid #025FFF;
    border-radius: 5px;
    
}
.team-section .single-team .team-contant {
    text-align: center;
}
.team-section .single-team .team-contant .team-title h3 {
    ont-size: 24px;
    color: #030f27;
    font-weight: 600;
    padding: 10px 0px 10px 0px;
    transition: .5s;
}
.team-section .single-team .team-contant .social-icon i {
    color: #fff;
    background-color: #025FFF;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
    margin: 8px;
    transition: .5s;
}


/* ======================team 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(3, 34, 62, .9);
	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: #025FFF;
    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:#025FFF;
    z-index: -1;
    border-radius:100%;
}
.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: #025FFF;
	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: #025FFF;
	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: #025FFF;
}


.footer-section .footer-news .image-content span{
	margin: 0px 0px 0px 10px;
	color: #025FFF;
}

.footer-section .footer-icon .icon i{
	color: #025FFF;
	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: #025FFF;
	margin: 25px 0px;
}

.footer-section .bar2{
	height: 1px;
	width: 100%;
	background-color: #025FFF;
	margin: 25px 0px;
}

.footer-section .footer-bar{
	height: 1px;
	width: 100%;
	background-color: #025FFF;
	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: 145px 0px;
  position: relative;
  z-index: 1;
}

.bratecome-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(2, 95, 255, .5);
  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 .top-content {
    text-align: center;
    width: 58%;
    margin: auto;
    margin-bottom: 30px;
}
.contact-section .top-content h4{
    color: #025FFF;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0px 0px 12px 0px;
    position: relative;
    display: inline-block;
}
.contact-section .top-content h4::before {
    position: absolute;
    content: '';
    height: 1px;
    width: 58px;
    top: 10px;
    left: -65px;
    background-color: #025FFF;
}
.contact-section .top-content h4::after {
    position: absolute;
    content: '';
    height: 1px;
    width: 58px;
    top: 10px;
    right: -65px;
    background-color: #025FFF;
}
.contact-section .top-content h2{
    font-size: 45px;
    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 #025FFF;
}
.contact-section .contact-icon .icon i {
    font-size: 25px;
    color: #fff;
    background-color: #025FFF;
    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 #025FFF;
    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: #025FFF;
    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 #025FFF;
    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: #025FFF;
    border-radius: 5px;
    transition: .5s;
    z-index: 1;
}

.contact-section .contact_from .quote_btn button:hover {
  	color: #025FFF;
  	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: #025FFF;
  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 {
  margin-top: 100px;
  margin-bottom: 65px;
}

.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: #025FFF;
  letter-spacing: 1px;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.8;
}

.blog-detail-section .main-section .text-detail a {
  color: #025FFF;
  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 .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 #025FFF;
}

.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 #025FFF;
  display: inline-block;
  font-size: 15px;
  height: 40px;
  line-height: 41px;
  text-align: center;
  width: 40px;
  border-radius: 5px;
  color: #025FFF;
  transition: 0.5s;
}

.blog-detail-section .main-section .text-detail .icon a i:hover {
  background: #025FFF;
  border-color: #025FFF;
  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: 44px;
    border: 1px solid #025FFF;
    outline: 0;
    padding: 16px 10px;
}

.blog-detail-section .main-section .text-detail .contact_from .form_box .form-control:focus {
    color: #025FFF;
    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: 44px;
    border: 1px solid #025FFF;
    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: #025FFF;
    border-radius: 5px;
    transition: .5s;
    z-index: 1;
}

.blog-detail-section .main-section .text-detail .contact_from .quote_btn button:hover {
   color: #025FFF;
   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: #025FFF;
  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 #025FFF;
  color: #025FFF !important;
  width: 100%;
  padding-left: 10px;
  font-size: 18px;
  margin-bottom: 20px;
}

.blog-detail-section .main-section .right-side .form-control:focus {
    color: #025FFF;
    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: #025FFF;
}
.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: #025FFF;
}
.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 #025FFF;
}
.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: 40px;
  padding-bottom: 0;
  position: relative;
  text-transform: capitalize;
  line-height: 1.3;
  font-weight: 700;
  margin-top: 60px;
}

/* =========================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(2, 95, 255, .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 #025FFF;
}

.service-details .sidebar-widget input::placeholder{
	color: #025FFF;
}
.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: #025FFF;
    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 25px;
    position: relative;
    z-index: 1;
}

.service-details ul.sidebar-menu {
    border-top: 2px solid rgba(6,36,97,0.10196078431372549);
    padding: 30px 0 0;
}

.service-details ul.sidebar-menu li {
    padding: 13px 15px 13px;
    display: block;
    border: 1px solid rgba(19,17,37,0.1);
    margin-bottom: 10px;
    border-radius: 4px;
    transition: .5s;
}

.service-details ul.sidebar-menu li a {
    font-size: 16px;
    color: #062461;
    font-weight: 400;
    transition: .5s;
}

.service-details ul.sidebar-menu li a i {
    background: #E5E8EF;
    font-size: 16px;
    padding: 0px 3px;
    margin-right: 5px;
    transition: .5s;
    color: #025FFF;
}

.service-details ul.sidebar-menu li:hover {
    background: #F6F6F6;
    border: 1px solid #f6f6f6;
}

.service-details ul.sidebar-menu li:hover a i {
    background: #025FFF;
    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/ser1.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: #025FFF;
    border-radius: 5px;
    transition: .5s;
    z-index: 1;
}

.service-details .widget-button a:hover {
  	color: #025FFF;
  	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: #025FFF;
  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(2, 95, 255, .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 i {
    background: #E5E8EF;
    color: #025FFF;
    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: #025FFF;
    color: #fff;
    transition: .5s;
}

.service-details .service-dtls-cont h5 {
    font-size: 16px;
    color: #025FFF;
    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: #025FFF;
    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 #025FFF;
  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 #025FFF;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: 0.5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}



/*start sidebar section*/
.xs-sidebar-group .dt-overlay {
    left: 100%;
    top: 0;
    position: fixed;
    z-index: 101;
    height: 100%;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in 0.8s;
    -o-transition: all 0.4s ease-in 0.8s;
    transition: all 0.4s ease-in 0.8s;
}
.xs-sidebar-group .widget-top {
    position: absolute;
    top: 0;
    right: 0;
    padding: 25px;
}
.dt-sidebar-widget {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 360px;
    z-index: 999999;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #272727;
    -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    visibility: hidden;
    opacity: 0;
}
.xs-sidebar-group.isActive .dt-overlay {
    opacity: 0.9;
    visibility: visible;
    -webkit-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
    transition: all 0.8s ease-out 0s;
    left: 0;
}
.xs-sidebar-group.isActive .dt-sidebar-widget{
    opacity: 1;
    visibility: visible;
    right: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}
.sidebar-textwidget {
    padding: 40px;
}
.close-side-widget {
    color: #1768dd;
    font-size: 15px;
    display: block;
}
.sidebar-container {
    position: relative;
    top: 150px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in 0.3s;
    -o-transition: all 0.3s ease-in 0.3s;
    transition: all 0.3s ease-in 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.xs-sidebar-group.isActive .sidebar-container {
    top: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 1s ease-out 1.2s;
    -o-transition: all 1s ease-out 1.2s;
    transition: all 1s ease-out 1.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.dt-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 0;
}
.bt-black {
    background: rgb(252,4,118,0.4);
}
.content-text p {
    margin: 32px 0 53px;
}
.widget-top a {
    color: #fff;
}
.widget-top a:hover{
    color:#EF177D; 
}

/*social button*/
.social-icon ul li {
    display: inline-block;
    margin-right: 6px;
}
.social-icon ul li a {
    height: 41px;
    width: 41px;
    line-height: 41px;
    text-align: center;
    background: #2B4868;
    display: inline-block;
    transition: .5s;
    border-radius: 100%;
    color: #fff;
    position: relative;
    z-index:1;
    overflow: hidden;
}
.social-icon ul li a:after{
    position: absolute;
    content:"";
    top:0;
    right:0;
    height:100%;
    width:0;
    transition:.5s;
    background:#EF167E;
    z-index: -1;
    border-radius:100%;
}
.social-icon ul li a:hover:after{
    left:0;
    width:100%;
}

/*
<!-- ============================================================== -->
<!-- end Service Detials Section -->
<!-- ============================================================== -->*/

/*
<!-- ============================================================== -->
<!--  Shop Section  Css -->
<!-- ============================================================== -->*/





ul.dropdown-menu6, ul.dropdown-menu5 {
    margin: 0;
    position: relative;
}
input#amount, input#amount1 {
    font-size: 13px;
    outline: none;
    background: none;
    word-spacing: 1em;
    color: #000 !important;
    position: absolute;
    left: 0%;
    top: -27px;
    margin-top: -10px;
}

.men-thumb-item {
    position: relative;
}
.men-cart-pro {
    bottom: 0;
    left: 0;
    margin: auto;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 0.5s ease-out 0s;
    visibility: hidden;
}
.inner-men-cart-pro {
    height: 100%;
    position: relative;
    width: 100%;
    transition: all 0.5s ease-out 0s;
}
.men-thumb-item:hover .inner-men-cart-pro .link-product-add-cart {
    top: 73%;
}
.inner-men-cart-pro .link-product-add-cart {
    width: 61%;
    top: 0;
    left: 17%;
    margin: 0 auto;
    position: absolute;
    transition: all 0.5s ease-out 0s;
}
.link-product-add-cart {
    background: #FF5722;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    transition: all 0.5s ease-out 0s;
}

.men-thumb-item:hover {
    cursor: pointer;
}
.men-thumb-item {
    text-align: center;
}

.men-thumb-item:hover .men-cart-pro {
    opacity: 1;
    visibility: visible;
}

.side-bar {
    background-color: #F9F9F9;
    padding: 25px 15px;
}
/*-- //Slider range --*/
/*-- check input --*/
.left-side ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 6px;
}
input.checked {
    display: inline-block;
    margin: 0;
    cursor: pointer;
}
.left-side ul li span {
    font-size: 13px;
    color: #000;
    letter-spacing: 1px;
    margin-left: 3px;
    vertical-align: top;
}
.left-side{
    margin-top: 18px;
}
/*-- //check input --*/
/*-- customer --*/
.customer-rev ul li i {
    color: #FFC107;
}
.customer-rev ul li {
   list-style: none;
}
.customer-rev ul li a span {
    color: #000;
    font-weight: normal;
    font-size: 14px;
    margin-left: 8px;
}
/*-- //customer --*/
/*-- special deals --*/
.img-deal1 {
    padding: 0 .5em;
    margin-top: 10px;
}
.img-deal1 h3 {
    color: #000;
    font-size: 16px;
    margin-bottom: 10px;
}
.img-deal1 a{
    font-size: 18px;
    color: #d60404;
}
.special-sec1:nth-child(3), .special-sec1:nth-child(5) {
    margin: 15px 0;
}
/*-- //special deals --*/
/*-- //product left --*/
/*-- product right --*/
/*-- nuts --*/
.product-sec1 {
    box-shadow: 0px 0px 15px 0px #D6D6D6;
    padding: 30px 20px;
    margin-bottom: 14px;
}
h3.heading-tittle {
    text-align: center;
    color: #000;
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 1px;
}
.men-thumb-item {
    text-align: center;
}
.item-info-product {
    margin-top: 40px;
    text-align: center;
}
.item-info-product h4 a {
    color: #000;
    font-size: 17px;
    letter-spacing: 1px;
}
.info-product-price {
    margin: 12px 0;
}
span.item_price {
    font-size: 18px;
    color: #d60404;
}
.info-product-price del {
    font-weight: 300;
    margin-left: 13px;
    font-size: 15px;
}
.product-sec1.product-sec2{
    background: url('../image/bg1.jpg')no-repeat 0px 0px;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    position: relative;
}
.effect-bg {
    margin-top: 40px;
}
.effect-bg h3 {
    color: #fff;
    font-size: 47px;
    letter-spacing: 3px;
    font-weight: 600;
}
.effect-bg h6 {
    font-size: 18px;
    letter-spacing: 2px;
    margin: 18px 0;
    color: #fff;
}
.effect-bg p {
    color: #000;
}
h3.w3l-nut-middle {
    position: absolute;
    right: 30%;
    bottom: 46%;
    font-size: 35px;
    font-weight: 800;
    color: rgba(10, 10, 10, 0.38);
    transform: rotate(-64deg);
    -ms-transform: rotate(-64deg); /* IE 9 */
    -webkit-transform: rotate(-64deg);
}
/*-- //nuts --*/
.ads-grid, footer, .contact-w3l, .w3_wthree_agileits_icons, .typo, .faqs-w3l, .terms-of-use, .welcome, .about, .banner-bootom-w3-agileits, .privacy {
    padding: 5em 0;
}
/*-- tittle heading --*/
h3.tittle-w3l {
    color: #000;
    font-size: 3em;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 20px;
}
span.heading-style {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -4px;
    z-index: 1;
    line-height: 0px;
}
.heading-style i {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #FF5722;
    margin: 0 -4px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.heading-style i:nth-child(2) {
    width: 12px;
    height: 12px;
    background-color: #1accfd;
}
h3.tittle-w3l:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.33);
    position: absolute;
    bottom: 0px;
    right: 41.5%;
    width: 200px;
    height: 1px;
    background-position: 0px 0px;
}
/*-- //tittle heading --*/
/*-- //product right --*/

/*-- special-offers --*/
.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}
.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    list-style-type: none;
}
.nbs-flexisel-inner {
    overflow: hidden;
    width:90%;
    margin: 0 auto;
}
.nbs-flexisel-item {
    float: left;
    position: relative;
    line-height: 0px;
}
.nbs-flexisel-item > img {
    cursor: pointer;
    position: relative; 
}

.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}
.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    list-style-type: none;
}
.nbs-flexisel-inner {
    overflow: hidden;
    width:90%;
    margin: 0 auto;
}
.nbs-flexisel-item {
    float: left;
    position: relative;
    line-height: 0px;
}
.nbs-flexisel-item > img {
    cursor: pointer;
    position: relative; 
}
/*---- Navigation ---*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    width:32px;
    height:32px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
}
.nbs-flexisel-nav-left {
    left: 0px;
    background: url('https://coderstheme.com/html/btech/assets/images/left.png') no-repeat -0px 0px;
}
.nbs-flexisel-nav-right {
    right: 0px;
    background: url('https://coderstheme.com/html/btech/assets/images/right.png') no-repeat -0px 0px ;
}

.featured-section {
    padding-bottom: 5em;
}
.product-name-w3l h4 a {
    color: #000;
    font-size: 20px;
}
.w3l-pricehkj {
    margin: 13px 0 20px;
}
.w3l-pricehkj h6{
    color: #FF5722;
    font-size: 21px;
}
.w3l-pricehkj p {
    color: #38393a;
    font-size: 15px;
    border: 1px solid rgba(0, 0, 0, 0.23);
    padding: 5px 0;
    margin-top: 10px;
    padding-left: 10px;
}
.product-name-w3l .snipcart-details {
    width: 100%;
}
.product-name-w3l .snipcart-details input.button {
    padding: 20px 0;
}
.w3l-specilamk {
    border: 1px solid #CACACA;
    padding: 20px;
    margin: 0 10px;
}
.speioffer-agile {
    text-align: center;
}
.product-name-w3l {
    margin-top: 20px;
}
/*-- //special-offers --*/
/*
<!-- ============================================================== -->
<!-- Shop Details  Css -->
<!-- ============================================================== -->*/

*,*:after,*:before{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
/*body{
    font-family: arial;
    font-size: 16px;
    margin: 0;
    background: #fff;
    min-height: 100px;
    background:#020819;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: space-around;
}*/

figure{
    width: 800px;
    height: 500px;
    overflow:hidden;
    border:3px solid #fff;
    position: relative;
}
figure img{
    max-width: 100%;
    min-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
    pointer-events: none;
}


        .product-image {
            max-width: 100%;
        }

        .product-info {
            margin-top: 20px;
        }

        .product-title {
            font-size: 24px;
            font-weight: bold;
            margin: 10px 0;
        }

        .product-description {
            font-size: 16px;
            margin-bottom: 20px;
        }

        .product-price {
            font-size: 20px;
            color: #ff4500; /* orange color for price */
            margin-bottom: 10px;
        }

        .product-rating {
            font-size: 16px;
            margin-bottom: 10px;
        }

        .product-colors {
            margin-bottom: 10px;
        }

        .color-option {
            display: inline-block;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            margin-right: 5px;
            border: 2px solid #ccc;
            cursor: pointer;
        }

        .color-option.active {
            border-color: #000; /* Active color option border */
        }

        .add-to-cart-btn {
            background-color: #007bff; /* Blue color for button */
            color: #fff;
            padding: 10px 20px;
            font-size: 18px;
            border: none;
            cursor: pointer;
            border-radius: 5px;
        }

        .add-to-cart-btn:hover {
            background-color: #0056b3; /* Darker blue color on hover */
        }
 



/* ======================Shake Animation section start========================== */





/* animation */



.whychoose-rotateme {
  -webkit-animation-name: whychoose-rotateme;
          animation-name: whychoose-rotateme;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
  -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: #025FFF;
    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: #025FFF;
    -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 #025FFF;
    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: #025FFF;
    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 #025FFF;
    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===========================  */
/* ===========================************===========================  */