body, html {
    font-family: Graphik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    margin: 0px;
	overflow-x:hidden;
	
	
	background:#ffff;
	
}
html {
	scroll-behavior: smooth;
    line-height: 1.15;
	
}
#js-top {
  position: fixed;
  /*OR WHATEVER YOU PREFER*/
  bottom: -200px;
  /*OR WHEREVER YOU PREFER*/
  right: 20px;
  padding:14px;
  outline:none;
  box-shadow:none;
  border-radius:100px;
  background:transparent;
  border:1px solid #0F72E5;
  /*OR WHEREVER YOU PREFER*/

  z-index:100000;
  transition: all ease 0.4s;
}
#js-top span{
	color:#0F72E5;
 z-index:100000;
}
#js-top:hover span{
	color:#ffff;
}
#js-top:hover {
  background: #0F72E5;
  
   transition: all 0.4s;
}
.slideanim {visibility:hidden;}
  .slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 2.5s;
    -webkit-animation-duration: 2.5s;
    visibility: visible;
  }
  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(60%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(60%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
  
  
/*--------------------------------------------------------------
# navbar-toggle  animated
--------------------------------------------------------------*/
.navbar .animated-icon1{
width: 30px;
height: 20px;
margin-top:5px;
position: relative;

-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}

.navbar .animated-icon1 span {
display: block;
position: absolute;
height: 2px;
width: 100%;
border-radius: 9px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}

.navbar .animated-icon1 span {
background:white;
}


.navbar .animated-icon1 span:nth-child(1) {
top: 0px;
}

.navbar .animated-icon1 span:nth-child(2) {
top: 8px;
}

.navbar .animated-icon1 span:nth-child(3) {
top: 16px;
}

.navbar .animated-icon1.open span:nth-child(1) {
top: 8px;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
}

.navbar .animated-icon1.open span:nth-child(2) {
opacity: 0;
left: -60px;
}

.navbar .animated-icon1.open span:nth-child(3) {
top: 8px;
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
}
.navbar-default .navbar-toggle{
	border:none;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: snow;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

/* ........................navbar css................................ */ 
.navbar{
	padding-top:3px;
	padding-bottom:3px;
	border:none;
	background:#121D33;
	z-index:100;
	
	border-radius:0px;
	
	transition:all ease 0.5s;
	
}
.navbar .container{
	padding-left:5px;
	padding-right:5px;
}
.navbar.scrolled {
	 background:#121D33;
	 z-index:100;
	 padding-top:3px;
	padding-bottom:3px;
	border:none;
	margin-top:-100px;
	border-radius:0px;
	box-shadow: 0px 4px 5px -4px rgba(0,0,0,0.20);
	transition:all ease 0.5s;
}
.navbar.scrolledd {
	 background:#121D33;
	 padding-top:3px;
	padding-bottom:3px;
	border:none;
	z-index:1000;
	margin-top:0px;
	border-radius:0px;
	box-shadow: 0px 4px 5px -4px rgba(0,0,0,0.20);
	transition:all ease 0.5s;
}
.navbar .navbar-header .navbar-brand{
	margin-top:-3px;
	margin-left:0px;	
}
.navbar .navbar-header .navbar-brand img{
	width:220px;
	height:40px;
	
}

.navbar .navbar-nav{
	margin-top:8px;
	
}
.navbar .navbar-nav li{
	margin-left:5px;
}
.navbar .navbar-nav li a{
	font-size:16px;
	background:none;
	outline:none;
	color:rgba(255,255,255,0.7);
	font-weight:bold;
	box-shadow:none;
	transition:0.2s;
}
.navbar .navbar-nav li  a:focus{
	color:#009961 ;
}
.navbar .navbar-nav li  a:hover{
	color:rgb(12, 108, 242); 
	transition:0.2s;
}
.navbar .navbar-nav li  a:active {
    text-decoration: none;
    background-color: none;
	color:#009961 ;
}
.navbar .navbar-right{
	margin-right:0;
	padding-top:3px;
}
.navbar .navbar-right li{
	margin-left:25px;
}
.navbar .navbar-right .btn{
	padding:7px 20px 7px 20px;
	background:none;
	color:rgb(12, 108, 242);
	border:1px solid rgba(255,255,255,0.7);
}
.navbar .navbar-nav li  .btn:hover,.navbar .navbar-nav li  .btn:focus{
	border:1px solid  rgba(12, 108, 242,0.5);
	background:rgba(12, 108, 242,1);
	color:rgba(255,255,255,1);
}

.navbar .navbar-right .sign,.log{
	margin-top:5px;
	
	margin-bottom:-5px;
}












.section-1 {
	background:#121D33;
	padding-top:160px;
	
}

.section-1 .main-heading h1{
	color:#ffff;
	line-height:50px;
	font-size:42px;
	font-weight:bold;
}






.section-1 .main-heading h3{
	color:rgba(255,255,255,0.6);
	font-size:20px;
	line-height:50px;
	margin-bottom:20px;
	font-weight:bold;
	position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #fff, #fff, #fff);
  background-repeat: no-repeat;
  background-size: 80%;
  animation: animate 8s linear infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
  
}
@keyframes animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}
.section-1 .main-heading .search-box {
  width: 250px;
  height:50px;
  cursor: pointer;
  float:right;
  border: .5px solid rgb(232, 238, 241);
  border-radius: 10px;
  color: rgb(119, 126, 128);
  padding-left:40px;
  -o-text-overflow: clip;
  text-overflow: clip;
  letter-spacing: 1px;
  background: #fff;
}

.section-1 .main-heading .search-icon {
  width: 250px;
  
  border-radius: 24px;
  float: left;
}
.section-1 .main-heading .inner-addon { 
  position: relative; 
}

.section-1 .main-heading .inner-addon .glyphicon {
  position: absolute;
  padding: 13px;top:6px;color: rgb(119, 126, 128);
  pointer-events: none;
}
.section-1 .main-heading .glyphicon  { left:  0px;}
.section-1 .main-heading .right-addon .glyphicon { right: 0px;}
.section-1 .main-heading .left-addon input  { padding-left:  30px; }
.section-1 .main-heading .right-addon input { padding-right: 30px; }

.section-1 .main-heading .btn-primary{
	height:50px;
	margin-left:10px;
	border-radius:10px;
	outline:none;
	padding-top:9px;
	font-size:20px;
	padding-left:20px;
	padding-right:20px;
	font-weight:bold;
	box-shadow:none;
	background:rgba(12, 108, 242,1);
	transition:all ease 0.2s;
}
.section-1 .main-heading .btn-primary:hover{
		background:rgba(12, 108, 242,0.5);
}
.section-1 .main-heading-img{
	min-height:500px;
	
	background-image: url(../img/hero-gradient.svg);
	background-position: center;
    background-repeat: no-repeat;
	background-size:cover;
    margin-top:-250px;
   
  
}



.section-2 .container{
	
}
.section-2 .tab{
	
	margin-top:-140px;
	
}
.section-2 .tab {
	
}
.section-2 .tab .table-responsive{
	 border-radius: 10px;
	 background:#fff;
	 border-bottom: 5px solid #121D33;
}
.section-2 .tab .table{
	background:#fff;
    border-radius: 10px;
}

.section-2 .tab .table-responsive table td{
	padding:10px;
}
.section-2 .tab .table-responsive .name{
	font-size:14px;
	color:rgba(17,51,83,0.6);
}
.section-2 .tab .table-responsive span{
	color:rgba(17,51,83,0.6);
}
.section-2 .tab .table-responsive .td1{
	padding-left:30px;
	padding-top:25px;
}
.section-2 .tab .table-responsive .td2{
	padding-top:22px;
}
.section-2 .tab .table-responsive .td0{
	padding-top:15px;
}
.section-2 .tab .table-responsive .introductor{
	padding-top:25px;
	
}
.section-2 .tab .table-responsive .one,.two,.three,.four{
	font-size:18px;
	cursor:pointer;
}
.section-2 .tab .table-responsive .value1,.value2,.value3,.value4{
	color:#DF5F67;
	padding-top:22px;
}
.section-2 .tab .table-responsive .value2{
	
	padding-top:22px;
}
.section-2 .tab .table-responsive .value3{
	
	padding-top:22px;
}
.section-2 .tab .table-responsive .value4{
	
	padding-top:22px;
}
.section-2 .tab .table-responsive button{
	background:rgba(12, 108, 242,1);
	padding:12px 16px;
	cursor: pointer;
    font-size: 14px;
	transition:all ease 0.2s;
	border:1px solid rgb(5, 177, 105);
}
.section-2 .tab .table-responsive button:hover{
	background:rgba(12, 108, 242,0.5);
	border:1px solid rgba(0,0,0,0);
}
.section-2 .view,.section-3 .section-3-heading .view{
	color:rgba(12, 108, 242,1);
	font-weight:bold;
	text-align:center;
	padding-left:0px;
	
	text-decoration:none;
	
	transition:all ease 0.2s;
	cursor:pointer;
}
.section-2 .view:hover,.section-3 .section-3-heading .view:hover{
	color:rgba(12, 108, 242,0.5);
	
}











.section-3{
	
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 72%, rgba(240,251,250,1) 100%);
	padding-bottom:90px;
}
.section-3 .section-3-heading{
	
	padding-top:50px;
	padding-bottom:80px;
	
}

.section-3 .section-3-heading h1{
	color:rgba(0,0,0,0.7);
	font-weight:bold;
	margin-bottom:20px;
}
.section-3 .section-3-heading .view{
	font-size:15px;
	
}

.section-3 .section-3-heading .btn-primary{
	height:50px;
	margin-top:25px;
	border-radius:10px;
	outline:none;
	width:200px;
	padding-top:9px;
	font-size:20px;
	float:right;
	padding-left:20px;
	padding-right:20px;
	font-weight:bold;
	box-shadow:none;
	background:rgba(12, 108, 242,1);
	transition:all ease 0.2s;
}
.section-3 .section-3-heading .btn-primary:hover{
		background:#1A4589;
		color:#E2E3E5;
}
.section-3 .wallet{
	margin-left:20px;
	font-size:18px;
	font-weight:bold;
	color:rgb(12, 108, 242);
}
.section-3 .wallet img{
	width:40px;
	margin-top:-5px;
}
.section-3 .wallet span{
	background:rgba(12, 108, 242,0.1);
	padding:5px;
	padding-left:12px;
	padding-right:12px;
	border-radius:5px;
}
.section-3 .col-md-7{
	margin-top:0px;
}
.section-3 .nav-pills li{
	margin-top:20px;
	display:block;
	width:100%;
	float:left;
}
.section-3 .nav-pills li a{
	display:block;
	font-size:25px;
	
	font-weight:bold;
	color:rgba(0,0,0,0.6);
	background:none;
	
	transition:all ease 0.2s;
}
.section-3 .nav-pills > li a:hover{
	background:rgba(5,5,5,0.2);
	color:black;
}
.section-3 .nav>li>a:focus,.section-3 .nav>li>a:hover {
    text-decoration: none;
    background-color:transparent;
	color:black;
}
.section-3 .nav-pills  li.active  a{
	transition:0.2s;
}
.section-3 .nav-pills > li.active > a:before{
	content:"";
	transition:0.2s;
	position:absolute;
	width:60%;
	height:2px;
	background:rgba(12, 108, 242,0.8);
	left:15;
	bottom:1px;
	
}
.section-3 .nav-pills li {
	
	
	
}
.section-3 .copy-hover{
	position:absolute;
	background:rgba(12, 108, 242,1);
	padding:5px;
	left:15;
	height:50px;
	text-align:center;
	z-index:1;
	padding-left:8px;
	padding-right:8px;
	color:#ffff;
	line-height:20px;
	top:-45px;
	font-size:15px;
	display:none;
	border-radius:5px;
}
.section-3 .copy-hover-s{
	padding:15px;
}
.section-3 .copy-hover:before{
	content:"";
	position:absolute;   
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 13px solid rgba(12, 108, 242,1);
	transform: rotate(180deg);
	top:45;
	left:20;
}

.section-4{
	padding-top:30px;
}

.section-4 .section-4-heading .btn-primary{
	float:left;
	width:200px;
	background:rgb(14, 130, 140);
}
.section-4 .section-4-heading .btn-primary:hover{
	background:#0D5E69;
}
.section-4 .section-4-heading .view{
	color:rgb(14, 130, 140);
	
}
.section-4 .section-4-heading .view:hover{
	color:#0D5E69;
	
}
.section-4 .wallet{
	
	color:rgb(14, 130, 140);
}

.section-4 .wallet span{
	background:rgba(14, 130, 140,0.1);
	
}
.section-4 .nav-pills > li.active > a:before{
	
	background:rgba(14, 130, 140,0.8);
	
	
}
.section-4 .copy-hover{
	
	background:rgb(14, 130, 140);
}

.section-4 .copy-hover:before{

    border-bottom: 13px solid rgb(14, 130, 140);
}







.section-5 .section-5-heading .btn-primary{
	float:right;
	width:200px;
	background:rgb(83, 34, 229);
}
.section-5 .section-5-heading .btn-primary:hover{
	background:#452A97;
}
.section-5 .section-5-heading .view{
	color:rgb(83, 34, 229);
	
}
.section-5 .section-5-heading .view:hover{
	color:#452A97;
	
}
.section-5 .wallet{
	
	color:rgb(83, 34, 229);
}

.section-5 .wallet span{
	background:rgba(83, 34, 229,0.1);
	
}
.section-5 .nav-pills > li.active > a:before{
	
	background:rgba(83, 34, 229,0.8);
	
	
}
.section-5 .copy-hover{
	
	background:rgb(83, 34, 229);
}

.section-5 .copy-hover:before{

    border-bottom: 13px solid rgb(83, 34, 229);
}
.section-5 .col-md-7{
	margin-top:-50px;
}










.section-6{
    background:#121D33;
	overflow:hidden;
}


.section-6 .container-fluid{
overflow:hidden;
	background-image: url(../img/hero-gradient.svg);
	background-position: center;
    background-repeat: no-repeat;
	background-size:100% 100%;
   padding:0;
  
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
	
	
	
	
}
.section-6 .container{
	  transform: rotate(-180deg);
	
}
.section-6 .container h1{
	font-size:40px;
	font-weight:bold;
	color:#fff;
}
.section-6 .container img{
    width:35%;
   
}
.section-6 .container .btn-primary{
    height:55px;
	margin-left:10px;
	border-radius:10px;
	outline:none;
	padding-top:11px;
	font-size:20px;
	padding-left:35px;
	padding-right:35px;
	font-weight:bold;
	box-shadow:none;
	background:rgba(12, 108, 242,1);
	transition:all ease 0.2s;
   
}
.section-6 .container .btn-primary:hover{
		background:#122B9E;
		color:#E7E7E9;
}













.section-7{
	padding-top:80px;
	padding-bottom:50px;
	overflow:hidden;
}

.section-7 h1{
	color:#113355;
	font-size:20px;
	margin-left:14px;
	font-weight:bold;
	margin-bottom:20px;
}
.section-7 h1 svg path{
	fill: rgb(22, 82, 240);
	}
.section-7 .list-group li{
	border:none;
	line-height:0.8;
}

.section-7 .list-group li a{
	color:#113355;
	font-size:16px;
	opacity: 0.7;
}
.section-7 .ai{
	padding-top:30px;
}
.section-7 .ai img{
 	width:10%;
	transition:all ease 0.2s;
}
.section-7 .ai img:hover{
	 transform: scale(1.01);
	
}

.footer{
	background:rgba(0,0,0,0.1);
	padding:0px;
	padding-top:15px;overflow-y:hidden;
	
 
 
}

.footer .left-menu,.footer .right-menu{
	padding:0;
	
}

.footer .left-menu li{
	list-style-type:none;
	display:inline-block;
	padding-right:15px;
}
.footer .left-menu li a, .footer .right-menu li a{
	text-decoration:none;
	color:rgba(0,0,0,0.5);
	transition:0.2s;
	font-weight:bold;
}
.footer .left-menu li a:hover{
	transition:0.2s;
	color:rgba(0,0,0,0.3);
}
.footer .right-menu{
	padding:0;
	float:right;
}
.footer .right-menu li{
	list-style-type:none;
	display:inline-block;
	padding-left:15px;
}
.footer .right-menu  select{
	border:1px solid rgba(0,0,0,0.2);
	width:100%;
	border-radius:5px;
	margin-top:1px;
	background:none;
}
.footer .right-menu select:focus{
    border:1px solid rgba(0,0,0,0.2);
	box-shadow:none;
	background:none;
}
.footer .right-menu .btn{
	box-shadow:none;
	outline:none;
	
	padding-top:2px;
	padding-bottom:2px;
	font-size:13px;
	margin-top:-5px;
}
@media screen and (max-width: 992px) {
	.navbar{
	padding-top:1px;
	padding-bottom:1px;
	border:none;
	background:#121D33;
	z-index:100;
	
	border-radius:0px;
	
	transition:all ease 0.5s;
	
}
.navbar .container{
	
	padding:0;
	margin:0;
}

.navbar .navbar-header .navbar-brand{
	margin-top:-3px;
	margin-left:0px;	
}

.navbar .navbar-nav li{
	margin-left:4px;
}
.navbar .navbar-right{
	margin-top:-50px;
	padding-top:3px;
	padding:0;
	margin-right:-10%;
	float:right;
	
	
	
	
}
.navbar .navbar-right li{
	margin-left:15px;
	
}
.navbar.scrolled {
	
	 padding-top:1px;
	padding-bottom:1px;
	
}
.navbar.scrolledd {
	
	 padding-top:1px;
	padding-bottom:1px;
	
}
}
@media screen and (max-width: 768px) {
	
	.navbar .navbar-right{
	padding-top:3px;
	padding-bottom:13px;
	border:none;
	overflow:visibility;
	margin-top:0px;
	background:#121D33;
	z-index:100;
	float:none;
	margin-right:0;
	margin-bottom:10px;
	border-radius:0px;
	
	transition:all ease 0.5s;
	
	
	
}
.navbar .navbar-right li{
	margin-left:15px;
	
}
.navbar .container{
	
	padding-left:10px;
	padding-right:10px;
	margin:auto;
}

.navbar .navbar-header .navbar-brand{
	margin-top:-4px;
	margin-left:10px;	
}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
margin-bottom: 5px;
}
.navbar-toggle {
   
    margin-top: 9px;

}
.section-3 .section-3-heading .btn-primary{
    float:left;	
}
.section-4 .section-4-heading-m .btn-primary{
    float:left;	
	margin-top:120px;
}
.section-4 .section-4-heading-m h1{
	float:left;
	position:absolute;
}
.section-4 .section-4-heading-m .view{
	left:20;top:75px;
	position:absolute;
}
.section-5 .col-md-7{
	margin-top:10px;
}
.section-6 .container-fluid{

	background-image: url(../img/hero-gradient.svg);
	background-position: center;
    background-repeat: no-repeat;
	background-size:cover;
  
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
	
	
	
	
}

.section-7 .ai img{
 	width:30%;
	transition:all ease 0.2s;
}
.footer .right-menu{
	padding:0;
	float:left;
	margin-left:-20px;
}
}
@media screen and (max-width: 525px) {
.section-1 .main-heading h1{
	
	line-height:40px;
	font-size:30px;
	
}
.section-3 .copy-hover{
	
	padding:5px;
	
	height:55px;
	
	top:-55px;
	
}
.section-3 .copy-hover-s{
	padding:15px;
}
.section-3 .copy-hover:before{
	
	top:55;
	left:20;
}
.section-1 {
	background:#121D33;
	padding-top:120px;
	
}




.section-1 .main-heading h3{
	color:rgba(255,255,255,0.6);
	font-size:20px;
	line-height:30px;
	
  
}
	.section-3 .section-3-heading h1{
	  font-size:25px;
}
.section-3 .section-3-heading .view{
	font-size:14px;
	
}
.section-3 .section-3-heading .btn-primary{
	height:40px;
	
	width:170px;
	padding-top:9px;
	font-size:15px;
	
}
.section-3 .nav-pills li a{
	font-size:20px;
}
.section-3 .nav-pills li {
	margin-top:15px;
	
	
}
.section-3 .wallet img{
	width:35px;
	margin-top:-5px;
}
.section-3 .wallet span{
	background:rgba(12, 108, 242,0.1);
	
	font-size:15px;
	
}
.section-6{
	
	padding-top:0;
}

.section-6 .container h1{
	font-size:25px;
	overflow-y:hidden;
	margin-top:-10px;
}
.section-6 .container img{
    width:60%;
   
}
.section-6 .container .btn-primary{
    height:45px;
	margin-left:10px;
	border-radius:10px;
	font-size:16px;
	
   
}
.section-6{
    
	
}
.section-7 .ai img{
 	width:40%;
	transition:all ease 0.2s;
}
}

@media screen and (max-width: 440px) {
	
	.section-1 .main-heading .btn-primary{
	height:40px;width: 240px;
	margin-left:0;
	margin-right:0;
   float:none;
	margin: 0 auto;
    display: block;
	clear:both;
	position:relative;
	border-radius:10px;
	outline:none;
	padding-top:5px;
	font-size:20px;
	padding-left:0px;
	padding-right:0px;
	font-weight:bold;
	box-shadow:none;
	background:rgba(12, 108, 242,1);
	transition:all ease 0.2s;
	
}
	.section-1 .main-heading .search-box {
  width: 245px;
  height:40px;
  
}
.section-1 .main-heading .search-icon{
  margin: 0 auto;
    display: block;
	float:none;
	margin-top:20px;
   
}
.section-1 .main-heading .inner-addon .glyphicon {
  position: absolute;
  top:1px;color: rgb(119, 126, 128);
  pointer-events: none;
  
}
.section-1 .main-heading .glyphicon  { left: 10px;}
.section-7 .ai img{
 	width:40%;
	transition:all ease 0.2s;
}
.footer .right-menu .btn{
	
	margin-top:15px;
}
.section-3 .copy-hover{
	
	padding:3px;
	
	height:55px;
	
	top:-55px;
	
}
.section-3 .copy-hover-s{
	padding:15px;
}
.section-3 .copy-hover:before{
	
	top:55;
	left:20;
}



}

@media screen and (max-width: 372px) {
	
	.section-4 .section-4-heading-m .btn-primary{
    	
	margin-top:135px;
}

.section-4 .section-4-heading-m .view{
	top:90px;
	
}
.section-3 .copy-hover{
	
	padding-top:2px;
	padding-bottom:2px;
	height:60px;
	
	top:-60px;
	
}
.section-3 .copy-hover-s{
	padding-top:8px;
	padding-bottom:15px;
}
.section-3 .copy-hover:before{
	
	top:60;
	left:20;
}
}


/* ........................end css................................ */ 