@charset "utf-8";

*{
	padding: 0;
	box-sizing: border-box;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	list-style: none;
}

body{
	background-color: #142850;
	overflow-x: hidden;
}
#wrapper{
	width: 1000px;
	margin: auto;
	position: relative;
}


.m-container{
	position: relative;
	width: 1000px;
	margin: auto;
	position: relative;
}
.mini{
	position: absolute;
	width: 300px;
	height: 500px;
	top: -100px;
	left:-500px;
	z-index: 1;
	opacity: 0.2;
}
.mini2{
	position: absolute;
	width: 300px;
	height: 500px;
	top: 2600px;
	left:-400px;
	z-index: 1;
	opacity: 0.2;
}

header{
	position: relative;
	margin-top: 70px;
	display: flex;
	color: white;
	justify-content: space-between;
	background: none;
	z-index: 99;
	font-size: 18px;
}
#navbar{
	display: flex;
	background: none;
	justify-content: center;
	align-items: center;
}
#active{
	color: #88B8FF;
}

.nlinks {
    color: white;
	margin-right: 50px;
	font-weight: 600;
	font-size: 17px;
	padding-bottom: 10px;
	position: relative;
}

.nlinks::after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 3px;
	content: "";
	background-color: #65a4ff;
	transition: width 0.4s ease-out;	
}

.nlinks:hover.nlinks::after{
	width: 100%;
}

.logo{
	margin-bottom: 10px
}
.hero{
	z-index: 98;
	display: flex;
	justify-content: space-between;
	margin: 50px auto;
	width: 1000px;
	position: relative;
}

.h-text{
	margin-top: 80px;
	display: flex;
	margin-left: 50px;
}
h1{
	font-size: 90px;
	color: #65a4ff;
	margin-bottom: 30px;
}

.h-arrow{
	margin-top: 160px;
	margin-left: 20px;
}
.h-t2{
	font-size: 20px;
	color: white;
	line-height: 32px;
	font-weight: 500;
}
/*
.h-image{
	width: 350px;
	height: 500px;
	background-image: url("images/me.jpg");
	background-size: contain;
	margin-right: 20px;
}*/

.h-dot{
	color: white;
}
button{
	background: none;
	border: none;
	margin-top: 36px;
}
.btn-hero{
	background: #00A8CC;
	padding: 16px 32px;
	cursor: pointer;
	position: relative;
	z-index: 4;
	color: white;
	font-size: 14px;
	font-weight: 500;
}
.btn-hero:hover{
	background: #0184bc;
}
.btn-hero2{
	background: none;
	padding: 15px 25px;
	cursor: pointer;
	position: relative;
	z-index: 4;
	color:#88B8FF;
	font-size: 14px;
	font-weight: 500;
}

.btn-hero2:hover{
	color: white;
}

.anim img{
	display: block;
	width: 100%;
}


.anim-cont{
	margin-top: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 125;
}

.anim-cont{
	height: 100px;
	overflow: hidden;	
}

/*
.anim-inner{
	display: flex;
	-webkit-animation: scroll 30s linear infinite;
	animation: scroll 30s linear infinite;
    width: 100%;
}

@-webkit-keyframes scroll{
	0%{
		transform: translateX(20);
	}
	100%{
		transform: translateX(100%);
	}
}

@keyframes scroll{
	0%{
		transform: translateX(20);
	}
	100%{
		transform: translateX(100%);
	}
}
*/



/*sec2*/

.sec-2{
	margin-top: 200px;
	display: flex;
	justify-content: space-around;
}
.sec-2img{
  width: 350px;
	height: 380px;
	background-image: url("images/img-2.jpg");
	background-size: cover;
	position: relative;
	z-index: 10;
}

.shape-1{
	position: absolute;
	z-index: 60;
	background: none;
	top: -65px;
	right: -60px
}
.shape-2{
	position: absolute;
	z-index: 60;
	background: none;
	bottom: -55px;
	left: -54px
}
.sec-2info{
	 width: 400px;
	height: 450px;
	margin-top: 100px;
}

.sec-2text{
	font-size: 30px;
	font-weight: 600;
	color: white;
}

.sec-2text2{
	font-size: 15px;
	color: #DEDEDE;
	margin-top: 20px;
	line-height: 25px;
}

.large-s{
	position: absolute;
	top:1000px;
	right: -500px;
	opacity: 0.4;	
}

.blur{
	position: absolute;
	top:500px;
	width: 300px;
	height: 300px;
	border-radius: 100%;
	background-color: #00A8CC;
	margin-left: 400px;
	filter: blur(100px);
	opacity: 0.7;
	left: 150px;
	z-index: -1;
}

.blur-a{
	position: absolute;
	top:-300px;
    margin-left: -600px;
	width: 400px;
	height: 400px;
	border-radius: 100%;
	background-color: #00A8CC;
	filter: blur(150px);
	opacity: 1;
	left: 150px;
	z-index: -1;
}

.blur2{
	position: absolute;
	top:2200px;
	width: 500px;
	height: 500px;
	border-radius: 100%;
	background-color: #00A8CC;
	filter: blur(170px);
	opacity: 0.6;
	right: -350px;
	z-index: -1;
}
.blur3{
	position: absolute;
	top:3200px;
	width: 500px;
	height: 500px;
	border-radius: 100%;
	background-color: #00A8CC;
	filter: blur(170px);
	opacity: 0.6;
	left: -350px;
	z-index: -1;
}







/*sec3*/

.sec-3{
	position: absolute;
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin-top: 50px;
	background-color: #0D1B35;
	z-index: 100;
	padding: 80px 100px;
	margin-top: 80px;
}

h3{
	font-size: 30px;
	font-weight: 600;
	color: white;
	line-height: 44px;
	text-align: center;
	padding: 0 70px 70px;
}

.sec3-inner{
	display: flex;
	justify-content: space-around;
	margin-bottom: -200px;
}
.serv-m{
	padding-left: 0px;
}
.sec3-box{
	width: 400px;
	height: 500px;
	background-image: url("images/img-3.jpg");
	background-size: cover;
    padding-right: 0px;
}
#serv{
	color: white;
	font-size: 18px;
	position: relative;
	margin-bottom: 50px;
	font-weight: 600;
}

#serv::after{
	position: absolute;
	content: "";
	width:40px;
	height: 2px;
	background-color:white; 
	bottom: -20px;
	left: 0;
}

.serv-m ul, li{
	margin-bottom: 30px;
	font-size: 18px;
	color: #00A8CC;
}

.serv-m ul, li a{
	color: #00A8CC;
}


.serv-m ul, .serv{
	color: #65a4ff;
	font-size: 18px;
	font-weight: 400;
}

.btn-gs{
	color: white;
	margin-top: 20px;
	padding: 15px 25px;
	background: none;
	border: 2px solid #65a4ff;
	cursor: pointer;
	position: relative;
	/*transition: color 0.4s linear;*/
	z-index: 4;
}

.btn-gs a{
	color:white;
	z-index: 6;
	font-size: 17px;
}

.btn-gs a:hover{
	font-weight: 600;
}

.btn-gs::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
	background-color: #65a4ff;
	z-index: -1;
	transition: transform 0.5s;
	transform-origin: 0 0;
	transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
	transform: scaleX(0)
}

.btn-gs:hover::before{
	transform: scaleX(1);
}

.learn {
	color: #009DFF;
}

.learn:hover {
	color: #027fcc;
}






/*sec4*/

.sec-4{
	margin-top: 1000px;
	z-index: 60;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.sec4-inner{
	margin-bottom: 50px;
	display: flex;
	justify-content: space-between;
}

h4{
	font-size:48px;
	color: white;
	margin-bottom: 20px;
	font-weight: 700;
	text-align: center;
}

.sec4-head{
	margin-right: 50px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}

.sec4-head p{
	text-align: left;
	margin-bottom: 40px;
}

.sec4-p{
	font-size: 16px;
	line-height: 24px;
	color: #DEDEDE;
	text-align: center;
}

.nbox{
	width: 350px;
	background: radial-gradient(#111 50%, #000 100%);
	overflow: hidden;
	position: relative;
	cursor: pointer;
	margin-left: 50px;
}

.nbox img{
	transform:scale(1.3);
	transition: all 0.3s ease-out;
	width: 100%;
	display: block;
}
.nbox:hover img{
	transform:scale(1.1) translateY(-20px);
	opacity: 0.3;
}
.box-h1{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 30px;
	text-align: center;
	color: white;
	font-size: 18px;
}
.box-h1 p{
	font-size: 16px;
	margin-bottom: 30px;
	opacity: 0;
	transition: all 0.3s ease-out;
}

.box-h1 a{
    text-decoration: none;
	color: #fff;
	padding: 10px 20px;
	background: #234486;
	margin-bottom: 40px;
	font-size: 12px;
	opacity: 0;
	transition: all 0.3s ease-out 0.2s;
}
.box-h1 a:hover{
	background: #142850;
}
.nbox:hover .box-h1 p{
	opacity: 1;
}
.nbox:hover .box-h1 a{
	opacity: 1;
}


.sec4-boxes{
   display: flex;
	justify-content: space-between;
	z-index: 20;
	padding-top: 20px;
}

.nbox1{
	width: 350px;
	background: radial-gradient(#111 50%, #000 100%);
	overflow: hidden;
	position: relative;
	cursor: pointer;
	margin-right: 80px;
	
}
.nbox1 img{
	transform:scale(1.3);
	transition: all 0.3s ease-out;
	width: 100%;
	display: block;
}
.nbox1:hover img{
	transform:scale(1.1) translateY(-20px);
	opacity: 0.3;
}

.nbox1:hover .box-h1 p{
	opacity: 1;
}
.nbox1:hover .box-h1 a{
	opacity: 1;
}













/*sec5*/

.sec-5{
	background-color: #0D1B35;
	width: 2000px;
	height: 550px;
	margin-left: -300px;
	margin-top: 270px;
	position: relative;
}

.tube-box{
	width: 950px;
	height: 500px;
	margin-top: -60px;
	margin-left: 320px;
	background-color: white;
}






/*footer*/

.footer{
	margin-top: 170px; 
	position: relative;
	z-index: 66;
}

.foot{
	display: flex;
	justify-content: space-between;
}

.connect{
	font-size: 80px;
	color: white;
	margin-bottom: 30px;
}

.p-connect{
	font-size: 15px;
	color: #DEDEDE;
	line-height: 27px;
}

.foot-2{
	color: white;
	font-size: 15px;
	margin-left: 50px;
}

.foot-inner{
	display: flex;
}
.h-arrow2{
	margin-top: 30px;
	margin-left: -200px;
}
label{
	color: white;
}
input{
		border: none;
		border-bottom: 2px solid #ffffff;
		width: 370px;
		margin-top: 20px;
		margin-bottom: 50px;
		padding: 15px 10px;
	    background: none;
	    font-size: 18px;
	}
	
#msend{
	border:2px solid #65a4ff;
	width: 100px;
	padding: 20px 10px;
	font-size: 15px;
	font-weight: 600;
	color: white;
	background-color:none;
	margin-top: 30px;
	cursor: pointer;
	position: relative;
}


#msend:hover{
	background-color: #65a4ff;
}

textarea{
	padding: 10px;
	width: 370px;
	min-height:60px;
	margin-top: 20px;
	border: none;
	border-bottom: 2px solid #ffffff;
	resize: none;
	background: none;
	font-size: 18px;
}
textarea:focus{
	outline: none;
}

input, select, textarea{
    color: #Dedede;
}


.foot-bottom{
	border-top: 2px solid #3d43cb;
	margin-top: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.bott{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.logo2{
	text-align: center;
	margin-top: 40px;
	font-weight: 600;
	margin-right: 0px;
	color: #65a4ff;
}

.foot-links{
	display: flex;
	justify-content: center;
}
.foot-links, .bb{
	font-size: 14px;
	margin: 0;
	text-align: center;
	padding: 15px;
	font-weight: 500;
		color: white;
}

.icons{
	margin-top: -30px;
}

.CR{
	background-color: #0D1B35;
	display: flex;
	justify-content: center;
	color: white;
	width: 1960px;
	height: 70px;
	font-size: 14px;
	margin-top: 50px;
	margin-left: -245px;
}
.cc{
	margin-top: 20px;
}














/*Works-Page*/
.works{
	position: relative;
	margin-top: 0;
	background-color: #142850;
}
.white{
	background-color: white;
	padding: 0 210px;
	margin-top: -70px;
	position: relative;
	padding-top: 70px;
}



#w-navbar{
	display: flex;

}
#w-navbar, .wlinks{
	margin-right: 50px;
	font-weight: 600;
	font-size: 17px;
	color: #0D1B35;
	position: relative;
	padding-bottom: 10px;
}

.wlinks::after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 3px;
	content: "";
	background-color: #65a4ff;
	transition: width 0.4s ease-out;	
}

.wlinks:hover.wlinks::after{
	width: 100%;
}

.wmagic{
	position: absolute;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100%;
	background-image: url("images/vv.jpg");
	background-size:cover;
	background-repeat: no-repeat;
	opacity: 0.07;
}

.w-mini{
	position: absolute;
	width: 300px;
	height: 500px;
	top: -120px;
	left:-450px;
	z-index: 2;
	opacity: 0.2;
}
.works-hero{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
	position: relative;
	z-index: 3;	
}
.w-h1{
	color: #0D1B35;	
	line-height: 115px;
	font-size: 112px;
}

.w-arrow, span{
	color: #3d43cb;
}


.w-arrow{
	margin-left: 80px;
	margin-top: 200px;
}

.wsec-2{
	background-image: linear-gradient( rgb(255,255,255, 0), rgb(255, 255, 255, 1)) ;
	width: auto;
	height: 200px;
    margin-top: -30px;
	position: relative;
	z-index: 1;
}


h5{
	color: #3D43CB;
	font-size: 27px;
	margin-bottom: 10px;
}

.ttts{
	width: 600px;
	justify-content: center;
	margin-left: 170px;
}

.ttts p{
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
}

#wrapper2{
	margin: 0 auto;
	position: relative;
	background-color: #142850;
	width: 900px;
}

.w-container{
	position: relative;
	z-index: 33;
	margin: 50px auto 0px;
	width: 1100px;
}


.wsec-boxes{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.wblur2{
	position: absolute;
	top:600px;
	width: 400px;
	height: 400px;
	border-radius: 100%;
	background-color: #00A8CC;
	filter: blur(150px);
	opacity: 0.7;
	left: -350px;
	z-index: 1;
}

.review{
	position: relative;
	z-index: 7;
	margin-top: 200px;
	background: #0D1B35;
	height: 370px;
	color: white;
	display: flex;
	justify-content: space-between;
	padding: 70px;
	margin-bottom: 300px;
}

.re-img{
	width: 300px;
	height: 350px;
	background-image:url("images/re-image.jpg");
	background-size: cover;
	margin-top: 10px;
}

.re-text{
	width: 400px;
	font-size: 22px;
	font-weight: 600;
	margin-top: 50px;
	line-height: 35px;
}

.comma{
	color: #3d43cb;
	font-weight: 700;
	font-size: 60px;
}

.author{
	margin-top: 20px;
	font-size: 14px;
	color: #dedede;
	font-weight: 300;
}

.wblur3{
	position: absolute;
	top:500px;
	width: 500px;
	height: 500px;
	border-radius: 100%;
	background-color: #00A8CC;
	filter: blur(170px);
	opacity: 0.6;
	left: -450px;
	z-index: 1;
}

.wsec-boxes{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.tabs{
    display: flex;
    justify-content:space-between;
    align-items: center;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
	padding: 50px;
}
.tad{
    padding: 10px 20px;
    cursor: pointer;
	font-size: 18px;
	color: white;
	margin: 0 10px;
}

.active{
    background:rgb(0, 0, 133) ;
    color: white;
}
.tad:hover{
    background:rgb(0, 0, 133) ;
    color: white;
}

.tad:hover{
    background:rgb(0, 0, 133) ;
    color: white;
}

.tad:hover{
    background:rgb(0, 0, 133) ;
    color: white;
}

.container-images{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(200px, auto);
    gap: 10px;
    justify-content: center;
    align-items: center;
    justify-items: center;
    align-content: center;
 }

 .pic.show{
     width: 300px;
     height: 300px;
    transition: all 0.5s ease;
}

.pic.delete{
    width: 0;
     height: 0;
    transition: all 0.5s ease; 
}
 
.pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.CR{
	background-color: #0D1B35;
	display: flex;
	justify-content: center;
	color: white;
	width: 1960px;
	height: 70px;
	font-size: 14px;
	margin-top: 50px;
	margin-left: -245px;
}










/*About-Page*/

.a-hero{
	z-index: 98;
	display: flex;
	justify-content: center;
	margin-top: 50px;
	position: relative;
}
.a-mh{
	color: white;
	position: relative;
}

.ddash{
	position: absolute;
	width: 20;
	height: 5px;
	background-color: white;
	bottom: 0;
	left: 0;
	z-index: 11;
}

.a-text{
	margin-top: 120px;
	margin-right: -90px;
	position: relative;
	z-index: 10;
}
.a-image{
	width: 400px;
	height: 600px;
	background-image: url("images/me2.jpg");
	background-size: cover;
	margin-left: -80px;
	position: relative;
	z-index: 9;
}

.b-dot{
	z-index: 8;
	margin-top: -80px;
	margin-left: 775px;
}

.a-sec-2{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-top: 170px;
	position: relative;
	z-index: 63;
	margin-bottom: 90px;
}

.a-sec-2, h6 {
	font-size: 47px;
	color: white;
	font-weight: 600;
}

.dc{
	margin-top: 50px;
	opacity: 0.2;
}

.prof-text{
	font-size: 18px;
	color: #dedede;
	line-height: 26px;
	font-weight: 400;
	margin-top: 40px;
}

.b-circle{
	position: absolute;
	z-index: -1;
	margin-top: -620px;
	margin-left: -150px
}
.about-blur{
	position: absolute;
	top:500px;
	width: 300px;
	height: 300px;
	border-radius: 100%;
	background-color: #00A8CC;
	margin-left: 1000px;
	filter: blur(140px);
	opacity: 0.7;
	left: 150px;
	z-index: -1;
}

.a-review{
	position: relative;
	margin-top: 1100px;
	background: #0D1B35;
	height: 370px;
	color: white;
	display: flex;
	justify-content: space-between;
	padding: 70px 100px;
	margin-bottom: 250px;
}

.a-blur3{
	position: absolute;
	top:3000px;
	width: 500px;
	height: 500px;
	border-radius: 100%;
	background-color: #00A8CC;
	filter: blur(170px);
	opacity: 0.6;
	left: -350px;
	z-index: -1;
}

.alarge-s{
	position: absolute;
	top:1700px;
	right: -500px;
	opacity: 0.4;	
}

.vc-container{
	display: flex;
	justify-content: space-between;
	margin: 70px 0px 100px;
}

.vc-inner1{
	flex: 50%;
	justify-content: flex-start;
	padding: 0 40px;
}

.vc-inner1 h2{
	font-size: 40px;
	color: white;
	padding-bottom: 24px;
	font-weight: 600;
}

.vc-inner1 .vc-inn{
    padding: 20px 32px;
	/*background-color: #0D1B35;*/
	margin: 20px 0;
	border: 1px solid #3d43ab;
	border-radius: 20px;
	cursor: pointer;
}
.vc-inner1 .vc-inn:hover{
   background-color: #112348;
   border: none;
}

.vc-inner1 .vc-inn h4{
	font-size: 18px;
	color: #009DFF;
	text-align: left;
}
.vc-inner1 .vc-inn p{
	color: white;
	line-height: 24px;
	margin-top: -5px;
}

.skills{
	max-width: 500px;
}

.skill{
	padding-bottom: 28px;
}
.skill-name{
	font-size: 16px;
	color: white;
	margin: 16px 0;
}

.skill-bar{
	height: 6px;
	background: #27243C; 
	border-radius: 3px;
}

.skill-per{
	height: 6px;
	background: #009DFF;
	border-radius: 3px;
	position: relative;
	animation: fillBars 2.5s 1;
}

.skill-per::before{
	content: attr(per);
	position: absolute;
	padding: 4px 6px;
	background: white;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 600;
	top: -35px;
	right: 0;
	transform: translateX(50%);
	z-index: 20;
}
.skill-per::after{
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background: white;
	border-radius: 2px;
	top: -20px;
	right: 0;
	transform: translateX(50%) rotate(45deg);
	z-index: 10;
}

@keyframes fillBars{
	from{
		width: 0;
	}
	top{
		width: 100%;
	}
}


.cv{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 30px;
	background: #0184bc;
	width: 300px;
	margin-left: 350px;
	margin-top: -20px;
	margin-bottom: 100px;
	cursor: pointer;
}

.cv:hover{
	background: #0056b3;
}

.cv a{
	color: white;
}















/*Contact-Page*/
.c-container{
	position: relative;
	width: 1000px;
	margin: auto;
}

.c-container::before{
	position: absolute;
	top: -100px;
	left: -300px;
	z-index: -1;
	content: "";
	width: 800px;
	height: 900px;
	background-color: #0D1B35;
}

.c-mini{
	position: absolute;
	width: 300px;
	height: 500px;
	top: -100px;
	left:-400px;
	z-index: 1;
	opacity: 0.2;
}

.c-hero{
	margin-left: 480px;
	margin-top: 100px;
}
.ch1{
	font-size: 100px;
	color: white;
	line-height: 110px;
}

.chp{
	color: white;
	font-size: 16px;
	line-height:27px;
}

.c-arrow{
	margin-left: 1010px;
	margin-top: -60px
}

.c-blur1{
	position: absolute;
	top:100px;
	width: 400px;
	height: 400px;
	border-radius: 100%;
	background-color: #00A8CC;
	margin-left: 1000px;
	filter: blur(140px);
	opacity: 0.8;
	left: 150px;
	z-index: -1;
}


.info{
	background-image: linear-gradient(to bottom right, #3d43ab, #65a4ff);
	width: 650px;
	margin-left: 480px;
	margin-top: 40px;
	padding: 70px 50px;
}

input:focus{
	outline: none !important;
	background-color: none;
	border-bottom: 2px #FFFFFF;
}

.foot-2{
	color: white;
}


#c-send{
	width: 100px;
	padding: 20px 10px;
	font-size: 15px;
	font-weight: 600;
	color: white;
	background-color:#142850;
	margin-top: 30px;
	cursor: pointer;
	border: none;
}

#c-send:hover{
	background-color:#0D1B35;
	color: #65a4ff;
}

placeholder{
	color: white;
}


.map{
	margin-top: 150px; 
	width: 930px;
	height: 500px;
	background: white;
	margin-left: 200px;
}

.map::before{
	position: absolute;
	top:1300px;
	left: 480px;
	z-index: -1;
	content: "";
	width: 1200px;
	height: 800px;
	background-color: #0D1B35;
}



.Cfoot-bottom{
	margin-top: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
