
/*back to top*/
#js-top {
  position: fixed;
  /*OR WHATEVER YOU PREFER*/
  bottom: -200px;
  /*OR WHEREVER YOU PREFER*/
  right: 20px;
  padding:14px;
  z-index:1000000;
  outline:none;
  box-shadow:none;
  border-radius:10px;
  background:transparent;
  border:1px solid #000000;
  /*OR WHEREVER YOU PREFER*/

  z-index:100000;
  transition: all ease 0.4s;
}
#js-top span{
	color:#000000;
 z-index:100000;
}
#js-top:hover span{
	color:#ffff;
}
#js-top:hover {
 background:#000000;
  
   transition: all 0.4s;
}



.section-1{
    padding-top:100px;
    position:relative;
	background:#ffff;
    
}
 
.section-1 .container-fluid{
	
}
.section-1 h1{
   
	color:#000000;
	font-size:40px;
   
} 
.section-1 .easy{
	margin-top:40px;
	font-size:18px;
}

.section-1 .content-part1 .input-group{
	margin-top:40px;
}
.section-1 .content-part1 .input-group input{
	height:60px;
	padding-left:25px;
	font-size:16px;
	border: 1px solid rgb(179, 179, 179);
	border-radius:100px 0px 0px 100px;
	box-shadow:none;
	border-right:none;
	background:transparent;
}

.section-1 .content-part1 .input-group input:focus{
	border:1px solid #000000;
	border-right:none;
}
.section-1 .content-part1 .input-group .input-group-addon{
	border-radius:0px 100px 100px 0px;
	padding-left:30px;
	padding-right:30px;
	background:#222222;
	color:#ffffff;
	font-size:16px;
	border:1px solid #222222;
	transition:all 0.2s ease;
    cursor:pointer;	
}
.section-1 .content-part1 .media {
	margin-top:40px;
}
.section-1 .content-part1 .media h5{
	font-weight:bold;
}
.section-1 .content-part1 .media p{
	font-size:13px;
}



.section-1 .content-part1 .input-group .input-group-addon:hover{
	background:#000000;
	border:1px solid #000000;
}


 

.main-section .video-part1 .play-btn{
  width: 110px;
  height: 110px;
  background: radial-gradient(#000000 50%, rgba(55, 55, 55, 0.2) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
 
}

.main-section .video-part1 .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition:all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.main-section .video-part1 .play-btn::before {
  content: '';
  position: absolute;
  width: 136px;
  height: 136px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(0, 0, 0, 1);
  top: -12%;
  left: -12%;
  background: rgba(18, 16, 255, 0);
}

.main-section .video-part1 .play-btn:hover::after {
  border-left: 15px solid #222222;
  transform: scale(20);
}

.main-section .video-part1 .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}
@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}


 
 .blackOut {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 0;
  top: 0;
  left:0;
  bottom: 0;
 
  display: none;
}

.blackOut .popupAlignCenter {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blackOut .popupAlignCenter .popUpWrapper {
  width: 80%;
  max-width: 1280px;
  max-height: 640px;
  background-color: #fff;
  z-index: 1000000;
}

.blackOut .popupAlignCenter .popUpWrapper button.videoClose {
  color: #999999;
  font-weight: 600;
  font-size: 22px;
  padding: 4px 10px;
  float: right;
  background: none;
  border: 0;
  cursor: pointer;
}
 
 
 
 
 
 
 
 
 

.section-2 h4{
	font-size:15.5px;
	margin-bottom:50px;
	text-transform:uppercase;
}
.section-2 img{
	width:100%;
	max-width:120px;
	height:35px;
	object-fit:contain;
	cursor:pointer;
}




.section-3{
	margin-top:20px;
}
.section-3 h3{
	margin-bottom:50px;
}
.section-3 .thumbnail{
	border:none;
	transition:all 0.2s ease;
}
.section-3 .thumbnail img{
	float:left;
}
.section-3 .thumbnail .caption{
	margin-top:55px;
}
.section-3 .thumbnail .caption h4{
	font-weight:bold;
	font-size:21px;
}

.section-3 .thumbnail .caption h4{
	font-size:21px;
	transition:all 0.2s ease;
}
.section-3 .thumbnail:hover{
    transform:scale(1.06);
}
.section-3 .thumbnail:hover .caption h4{
    color:#388DFF;
}

.section-4 {
	margin-top:80px;
}
.section-4 h5{
	font-weight:600;
	color:rgba(0,0,0,0.4);
    line-height:25px;
	font-size:16px;
	margin-top:30px;
}
.section-4 .media i{
	margin-top:20px;
	font-size:40px;
	color:#222222;
	opacity:0.5;
	margin-right:20px;
}
.section-4 .media {
	margin-top:50px;
}
.section-4 .media p{
	margin-top:15px;
	font-weight:600;
	color:rgba(0,0,0,0.4);
}
.section-4 .btn-primary,.section-5 .cont-l .btn{
	background:none;
	font-size:20px;
	color:rgba(0,0,0,0.6);
	margin-top:50px;
	box-shadow:none;
	outline:none;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:30px;
	padding-right:30px;
	transition:all 0.2s ease;
	border:1px solid rgba(0,0,0,0.5);
}
.section-4 .btn-primary:focus,.section-5 .cont-l .btn:focus,
.section-4 .btn-primary:active,.section-5 .cont-l .btn:active{
	box-shadow:none;
	outline:none;
	padding-left:30px;
	padding-right:30px;
	border:1px solid rgba(0,0,0,0.5);
	background:none;
	color:rgba(0,0,0,0.6);
}

.section-4 .btn-primary:hover,.section-5 .cont-l .btn:hover{
	background:#222222;
	color:#ffffff;
}
.section-4 .col-md-7{
	position:relative;
}
.section-4 .col-md-7 img{
	position:absolute;
	right:-50px;
}


 /*............ .............section-5 css*/
.section-5{
	background:#fffff;
	margin-top:100px;
}
.section-5 .cont-l{
    padding-top:80px;
	padding-right: 50px;
}
.section-5 .cont-l h1{
    font-size:60px;
	font-weight:bold;
}
.section-5 .cont-l h5{
    font-size:20px;
	font-weight:500;
	margin-top:25px;
	line-height:25px;
	opacity:0.8;
}


.section-5 .thums{
	padding:0;
	
}
.section-5 .thumbnail{
	padding:0;
	overflow:hidden;
	padding-bottom:30px;
	border:1px solid rgba(0,0,0,0.1);
	
}
.section-5 .thumbnail:hover .caption{
	transform:scale(1.02);
}
.section-5 .next .thumbnail {
	margin-top:50px;
	border-left:0px solid rgba(0,0,0,0.2);
}
.section-5 .thumbnail .caption{
	padding:0;
	transition:all 0.3s ease;
}
.section-5 .thumbnail .caption .pro{
	background:#6b6b6b;
	margin-top: -20;
	padding-top:110px;
	padding-bottom:30px;
	color:#ffffff;
	position:relative;
}
.section-5 .next .thumbnail .caption  .dfg{
	background:#f8f8f8;
	margin-top: -20;
	padding-top:50px;
	padding-bottom:30px;
	color:#ffffff;
	position:relative;
}
.section-5 .next .thumbnail .caption  .dfg h1{
	font-weight:bold;
	color:#000000;
}
.section-5 .next .thumbnail .caption  .dfg p{
	color:#222222;
	opacity:0.5;
}

.section-5 .next .thumbnail .caption  .dfg:before{
	display:none;
}

.section-5 .thumbnail .caption .pro h1{
	font-weight:bold;
}
.section-5 .thumbnail .caption .pro p{
	font-size:18px;
}

.section-5 .thumbnail .caption .pro:before {

   position: absolute;
    right: 40;
    top: -40;
    padding: 68 8 68 8;
   
    background: #9d9d9d;
   
    color: #000000;
	font-weight:bold;
    content: "Best Offer";
    text-transform: uppercase;
    writing-mode: vertical-lr;
    transform: rotate(-50deg);



}
.section-5 .thumbnail .dolar{
	margin-top:40px;
}
.section-5 .thumbnail .dolar h1{
	font-weight:bold;
	font-size:50px;
	color:#6b6b6b;
}
.section-5 .thumbnail .dolar p{
	opacity:0.6;
	font-size:18px;
	color:#6b6b6b;
	font-weight:100;
}
.section-5 .thumbnail .pol {
	text-align:justify;
	margin-top:20px;
	font-size:18px;
	color:#6b6b6b;
	font-weight:100;
	padding-left:50px;
}
.section-5 .thumbnail .get {
	margin-top:40px;
}
.section-5 .thumbnail .get .btn,.section-8 .btn{
	letter-spacing:3px;
	border-radius:0px;
	font-size:14px;
	padding:15px 40px;
	box-shadow:none;
	outline:none;
	background:#6b6b6b;
	border:none;
	transition:all 0.2s ease;
}
.section-5 .next .thumbnail .caption  .get .btn{
	background:transparent;
	color:#000000;
	border:1px solid rgba(0,0,0,0.2);
}
.section-5 .next .thumbnail .caption  .get .btn:hover{
	background:#222222;
	color:#ffffff;
}
.section-5 .thumbnail .get .btn:hover,.section-8 .btn:hover{
	background:#222222;
}
.section-5 .thumbnail .get .btn:focus,.section-8 .btn:focus,.section-5 .thumbnail .get .btn:active,.section-8 .btn:active{
	
	box-shadow:none;
	outline:none;
	background:#6b6b6b;
}
.section-5 .thumbnail .get p{
	margin-top:20px;
	opacity:0.6;
}

.section-6{
	background:#ffff;
	padding-bottom:140px;
	padding-top:100px;
	margin-top:100px;
}
.section-6 .img {
	padding-right:60px;
}
.section-6 .sepn {
	padding-top:30px;
}
.section-6 .sepn h3{
	margin-bottom:40px;
	color:#388DFF;
}
.section-6 .sepn p{
	font-size:15px;
	line-height:25px;
}
.section-6 .sepn p i{
	color:#388DFF;
}

 /*............ .............section-7css*/
.section-7{
	background:#000000;
	padding-top:120px;
}
.section-7 .content-hlo {
	color:#ffffff;
	padding-top:80px;
}

.section-7 .content-hlo  h4{
	font-size:20px;
	line-height:30px;
}
.section-7 .content-hlo  h1{
	font-size:40px;
	line-height:50px;
	margin-top:40px;
	margin-bottom:40px;
}



.section-8 .conm  h1{
	font-size:40px;
	line-height:50px;
	font-weight:bold;
	margin-bottom:40px;
}
.section-8 .media i{
	font-size:50px;
	margin-right:15px;
	margin-top:0px;
	color:#6b6b6b;
	transition:all 0.2s ease;
}
.section-8 .media h3{
	font-size:22px;
	font-weight:bold;
	transition:all 0.2s ease;
}
.section-8 .media:hover h3{
	color:#388DFF;
}
.section-8 .media:hover i{
	color:#388DFF;
}

.section-8 .media p{
	margin-top:15px;
}
.section-8 .col-sm-6{
	margin-top:50px;
}
.section-9{
	margin-top:100px;
}
.section-9 h1{
	font-size:45px;
	font-weight:bold;
	margin-bottom:50px;
}
.section-9 ul{
	margin:0;
	padding:0;
	margin-top:25px;
}
.section-9 ul li{
	list-style-type:none;
	display:inline-block;
	width:19%;
}
.section-9 ul li img{
	width:100%;
	max-width:100%;
	cursor:pointer
}
.section-9 .btn{
	background:none;
	margin-top:40px;
	color:#000000;
	padding-bottom:0;
	padding:0;
	border:none;
	font-size:18px;
	box-shadow:none;
	outline:none;
	transition:all 0.2s ease;
	border-bottom:3px solid rgba(0,0,0,0.7);
}
.section-9 .btn:focus,.section-9 .btn:active{
	background:none;
	box-shadow:none;
	outline:none;
	border:none;
	color:#000000;
	border-bottom:3px solid rgba(0,0,0,0.7);
}
.section-9 .btn:hover{
	opacity:0.5;
}



.section-10{
	margin-top:90px;
	
}
.section-10 img{
	max-width: 170px;
    height: 40px;
    object-fit: contain;
	margin-bottom:20px;
}
.section-10 span{
	font-size:22px;
}
.section-10 .strar{
	
}
.section-10 .jumbotron {
	padding:20px;
	border-radius:20px;
	margin-top:80px;
}
.kl-l{
	padding-right:50px;
}
.kl-r{
	padding-left:50px;
}
 /*............ .............responsive css*/
@media screen and (max-width: 2180px) {
.navbar{
	padding-left:140px;
padding-right:140px;}
.fluid-all{
	padding-left:220px;
	padding-right:220px;
}
 .section-1 .video-part1 {
       margin-top: 50px;
    padding: 0;
    position: absolute;
	
    right: -60px;
    height: 100%;
    /* width: auto; */
    background-image: url(../img/sec-1/sendbg.png);
    background-size: 100% ;
    background-repeat: no-repeat;
}
 .section-1 .content-part1{
	padding:0;
	height:auto;
	padding-top:90px;
	background-image:url(../img/sec-1/bgsend.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.main-section .video-part1 .play-btn{
  margin-top:150px;
}
.section-2{
	margin-top:250px;
	position:relative;
	padding-bottom:100px;
	background-color:#ffff;
	
}
.section-8{
	background-image:url(../img/sec-8/1.png);
	padding-top:100px;
    background-size: 70%;
    background-repeat: no-repeat;
	 background-position-y: -400px;;
}

}
@media screen and (max-width: 1980px) {
	.navbar{
	padding-left:40px;
padding-right:40px;}
.fluid-all{
	padding-left:70px;
	padding-right:70px;
}
}
 
 
@media screen and (max-width: 1448px) {
	
 .section-1 .video-part1 {
       margin-top: 50px;
    padding: 0;
    position: absolute;
	
    right: -50px;
    height: 100%;
    /* width: auto; */
    background-image: url(../img/sec-1/sendbg.png);
    background-size: 130% ;
    background-repeat: no-repeat;
}
 .section-1 .content-part1{
	padding:0;
	height:90%;
 padding-top:130px;
 }
 

 
.main-section .video-part1 .play-btn{
  margin-top:180px;
}
.section-2{
	margin-top:100px;
	position:relative;
	padding-bottom:100px;
	background-color:#ffff;
	
}
.section-8{
	background-image:url(../img/sec-8/1.png);
	padding-top:100px;
    background-size: 70%;
    background-repeat: no-repeat;
	 background-position-y: -200px;;
}


}

@media screen and (max-width: 1092px) {
 .main-section .video-part1 .play-btn {
	 margin-top:100px;
 }
.navbar{
	padding-left:5px;
    padding-right:5px;}
.fluid-all{
	padding-left:40px;
	padding-right:40px;
}
.section-1 .content-part1{
    padding-top:-30px;
	}
}
 



@media screen and (max-width: 992px) {
	.navbar{
	padding-left:16px;
padding-right:16px;}
.fluid-all{
	padding-left:50px;
	padding-right:50px;
}

.section-1 .content-part1 .jumbotron{
	
	background:transparent;
	padding-left:0px;
	padding-right:0px;
	margin-top:0px;
}
.section-1 .video-part1 {
        margin-top: 50px;
    padding: 0;
    height: 100%;
    width: 100%;
    float: left;
	position:relative;
    background-image: url(../img/sec-1/sendbg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    left: 0;
}

.main-section .video-part1 .play-btn {
    margin-top: 50px;
}
.section-2{
    margin-top:0px;
}
.section-2 img{
	margin-top:40px;
	display:block;
	margin-left: auto;
    margin-right: auto;;
}
.section-2 h4 {
    font-size: 15.5px;
    margin-bottom: 0px;
}
.section-3{
	margin-top:-20px;
}
.section-4 .col-md-7 img{
	position:relative;
	right:0px;
	margin-top:20px;
}
.section-5 .cont-l {
    padding-top: 0px;
}
.section-5 .thums{
	padding:16px;
	
}

.section-5 .next .thumbnail {
	margin-top:0px;
	border-left:1px solid rgba(0,0,0,0.2);
}
.section-6 .img {
	padding-right:16px;
}
.section-7 {
    
    padding-top: 20px;
}
.section-10 {
    margin-top: 50px;
}
.section-10 .col-sm-6{
	margin-top:50px;
}
.section-5 .cont-l{
    padding-top:0px;
	padding-right: 16px;
}
.kl-l{
	padding-right:16px;
}
.kl-r{
	padding-left:16px;
}


 /*............ .............section-4 css*/











}

@media screen and (max-width: 768px) {
		.navbar{
	padding-left:16px;
padding-right:16px;}
.fluid-all{
	padding-left:16px;
	padding-right:16px;
}
.section-1 {
	padding-left:16px;
	padding-right:16px;
	    margin-top: -60;
	
}




}

@media screen and (max-width: 650px) {
	.section-1 .video-part1 {
    margin-top: 60px;
	margin-bottom: -150px;
}
.section-5 .cont-l h1 {
    font-size: 40px;
    
}
}
@media screen and (max-width: 568px) {
  .section-1 h1{
	  font-size:25px;
  }
.section-1 .easy {
    margin-top: 30px;
    font-size: 16px
}
.section-1 .content-part1 .input-group input {
   height: 50px;
}
.section-1 .content-part1 .input-group{
	margin-top: 30px;
}
.section-1 .content-part1 .input-group .input-group-addon {
    padding-right: 10px;
	padding-left:10px;
    font-size: 12px;
}

.section-1 .content-part1 .m-1{
    margin-top: 20px;
}
.section-1 .video-part1 {
    margin-top: 0px;
	margin-bottom: -200px;
}

}




@media screen and (max-width: 425px) {
.main-section .video-part1 .play-btn {
    width: 70px;
    height: 70px;
    margin-top:20px;
}
.main-section .video-part1 .play-btn::before {
    content: '';
    position: absolute;
    width: 88px;
    height:88px;
}
.section-1 .video-part1 {
    margin-top: 40px;
	margin-bottom: -290px;
}


}

@media screen and (max-width: 419px) {

}
@media screen and (max-width: 368px) {



}




