@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
	margin:0;
	padding:0;
	font-family: 'Open Sans', sans-serif;
    background: #ddd;
}
h1,h2,h3,h4,h5,h6,p,ul{
	margin: 0;
	padding:0;
	list-style: none; 
}
.container{
    background: #fff;
    padding: 0;
    max-width: 1000px !important;
}
.header-top{
}
.logo {
    text-align: center;
    margin: 0 auto;
    width: 350px;
    background: black;
    height: 300px;
    border-radius: 100%;
    margin-top: -140px;
    box-shadow: 0px 7px 10px -10px #000;
}
.logo img {
    padding-top: 162px;
    width: 250px;
}
.image-new {
    text-align: center;
    border-top: 1px solid #3a639a;
    border-bottom: 1px solid #3a639a;
    padding: 60px 0;
    height: 100%;
}
.image-new img {
    width: 58%;
}
.main-sections {
    padding: 26px 0;
}
.text-new {
    background:slategray;
    padding: 35px 20px;
    height: 100%;
}
.text-new h1 {
    font-size: 27px;
    color: #fff;
    line-height: 36px;
}
.text-new p {
    font-size: 14px;
    padding-top: 20px;
    line-height: 24px;
    color: #fff;
}
.text-new a{
	color: #fff; text-decoration:underline;
}
span {
    color: #fff;
    font-size: 13px;
}
.small-new {
    color: #fff;
    font-size: 13px !important;
}
.borderwork {
    border: 1px solid #3a639a;
    width: 39px;
    height: 369px;
    position: absolute;
    transform: rotate(4deg);
    background: #3a639a;
    top: 0px;
    right: 2px;
    bottom: 0;
}
.bord {
    background: #3a639a;
    border: 10px solid #948c7b;
    margin-top: 15px;
}
.text-new h2 {
    color: #ddd;
    font-size: 20px;
}
.nopadright{
	padding-right: 0;
}
.nopadleft{
	padding-left: 0;
}
.main-bord {
    margin-bottom: 12px;
}
.header-top {
    background: #948c7b;
}
.footer-top {
    background: #948c7b;
    text-align: center;
    padding: 10px 0;
}
.line a {
    color: #fff;
    font-size: 16px;
}

/*Second page*/
.main-sections-new {
    height: 100vh;
    padding: 73px 0;
}
.coming-img {
    text-align: center;
}
.coming-img img {
    width: 75%;
}
.text-post h1 {
    font-size: 38px;
    padding-bottom: 15px;
}
.mycoming {
    padding-top: 15px;
    color: #f21744;
    font-weight: bold;
}
.text-post {
    padding: 22% 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.text-post p {
    font-size: 18px;
    padding-bottom: 15px;
}
.text-post a {
    color: midnightblue;
    font-weight: bold;
}
.social-icons a {
    width: 45px;
    font-size: 20px;
    height: 45px;
    display: inline-block;
    border-radius: 100px;
    text-align: center;
    padding: 11px 0 0 0;
}
.social-icons a:hover {
	color: #fff !important;
}
.facebook{
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);;
	color: #fff !important;
}
.twitter{
	background: #55acee;
	color: #fff !important;
}
.gmail{
	background: #dd4b39;
	color: #fff !important;
}
/*Second page*/
@media only screen and (max-width: 768px){
	.text-post {
    	padding: 18% 0;
	}
	.text-post p {
    	font-size: 20px;
	}
	.text-post h1 {
    	font-size: 46px;
	}
	.main-sections-new {
	    overflow-y: hidden;
	}
}
@media only screen and (max-width: 767px){
	.text-post h1 {
    font-size: 32px;
}
	.main-sections-new {
	    height: 100vh;
	    overflow-y: hidden;

	    padding: 20px 0;
	}
	.coming-img img {
	    width: 35%;
	}	
	.text-post {
	    padding: 2% 0;
	    text-align: center;
	    border: none;
	}
}
@media only screen and (max-width: 375px){
	.main-sections {
	     padding: 0px 0; 
	}
	.image-new{
		border-bottom: 2px solid #3a639a;
	}
	.main-bord{
		margin: 0;
	}
	.nopadright {
    	padding-right: inherit;
	}
	.text-new p {
    	font-size: 16px;
	}
	.main-sections-new{
		height: inherit;
	    overflow-y: hidden;

	}
	.text-post {
	    padding: 10% 0;
	    text-align: center;
	}
	.coming-img img {
	    width: 65%;
	}
	.text-post h1 {
	    font-size: 35px;
	}	
}
@media only screen and (max-width: 411px){
	.main-sections {
	     padding: 0px 0; 
	}
	.image-new{
		border-bottom: 2px solid #3a639a;
	}
	.main-bord{
		margin: 0;
	}
	.nopadright {
    	padding-right: inherit;
	}
	.main-sections {
    	padding: 0 !important;
	}
	.text-new p {
    	font-size: 16px;
	}
	.main-sections-new{
		height: inherit;
		    padding: 18px 0;
	    overflow-y: hidden;

	}
	.text-post {
	    padding: 10% 0;
	    text-align: center;
	}
	.coming-img img {
	    width: 65%;
	}
	.text-post h1 {
	    font-size: 35px;
	}
	.text-post {
	    padding: 10% 0;
	    border: none;
	    text-align: center;
	}
	.coming-img img {
	    width: 63%;
	}
	.text-post h1 {
	    font-size: 35px;
	}
}
@media only screen and (max-width: 414px){
	.main-sections {
	     padding: 0px 0; 
	}
	.image-new{
		border-bottom: 2px solid #3a639a;
	}
	.main-bord{
		margin: 0;
	}
	.nopadright {
    	padding-right: inherit;
	}
	.main-sections {
	    padding: 0 !important;
	}	
	.text-new p {
    	font-size: 16px;
	}
	.main-sections-new{
		height: inherit;
	    overflow-y: hidden;
		padding: 18px 0;
	}
	.text-post {
	    padding: 10% 0;
	    border: none;
	    text-align: center;
	}
	.coming-img img {
	    width: 63%;
	}
	.text-post h1 {
	    font-size: 35px;
	}
}
@media only screen and (max-width: 320px){
	.logo {
	    width: 100%;
	}
	.text-new p {
    	font-size: 16px;
	}
	.coming-img img {
	    width: 65%;
	}
	.text-post h1 {
	    font-size: 35px;
	}
	.main-sections-new {
	    overflow-y: hidden;
	}
}