*{ 
	font-family:'Montserrat';
}
.text-center img {
	display: inline-block;
}

header {
	padding: 0px;
}

.header-topcont {
    background-color: #191b28;
    padding: 7px 1200px;
}
.headercont h4 {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    padding-top: 15px;
}
.headercont ul {
    margin: 0px;
    padding-top: 10px;
}
.headercont h4 span {
    color: #22e3f2;
    font-weight: 700;
}
.headercont ul li a {
    font-size: 15px;
    font-family: 'Roboto';
    font-weight: 900;
    color: #fff;
    text-decoration: none;
}
.headercont ul li {
    background-repeat: no-repeat;
    padding-left: 24px;
    background-position: left 2px;
    padding-right: 20px;
}
.headercont ul li:last-child {
    padding-right: 0px !important;
}
.banner-contents h4 a {
    border-radius: 20px;
    font-family: 'Roboto';
    font-weight: 900;
    color: #22e3f2;
    text-transform: uppercase;
    margin-left: 10px;
    text-decoration: none;
}
.headercont ul li.location {
	background-image: url(img/others/cont-1.png);
}
.headercont ul li.phone {
	background-image: url(img/others/cont-2.png);
}	
.headercont ul li.mail {
	background-image: url(img/others/cont-3.png);
}
.headbtn a {
    font-size: 14px;
    color: #fff;
    font-family: 'Roboto';
    font-weight: 900;
    text-decoration: none;
}
.headbtn {
    border: 1px solid #fff;
    /* width: 100%; */
    margin: auto;
    padding: 0px 3px;
}
.header-top {
    padding: 10px 0px;
}
.headbtn a span {
    color: #22e3f2;
}
.input-group-append {
    margin-left: 2px;
}
header .mainmenu {
	float: right;
	padding-top: 15px;
}
header .mainmenu ul li a {
    text-decoration: none;
    font-size: 18px;
    color: #191b28;
    font-family: 'Roboto';
    font-weight: 700;
}
header .mainmenu ul li {
	padding: 0px 20px;
}
header .mainmenu ul li:last-child {
	padding-right: 0px !important;
}
/*************SUB MENU*************/
.mainmenu .sub-menu {list-style: outside none none;  min-width: 250px;  padding: 0;  position: absolute;  z-index: 1000;  display:none;}
.mainmenu li:last-child:hover .sub-menu {right: 0;}
.mainmenu li:hover .sub-menu{ display:block; }
.mainmenu .sub-menu li{padding:0px !important;}
.mainmenu .sub-menu li a { background-color: #fff;  display: block;  padding: 10px 15px !important;  text-align: left; color: #000 !important;  text-decoration: none;  transition: all 1s ease-in-out 0s;}
.mainmenu .sub-menu li a:hover { background:#fff !important; padding-left:25px; color: #000 !important;}
.col-md-5ths {
	width: 20%;
	float: left;
}

/*******MAIN MENU*********/
header .mainmenu .navbar {
	margin: 0px;
	padding: 0px;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  margin: 0px;
}
.owl-theme .owl-nav {
	margin-top: 0;
}
header .mainmenu .navbar-nav a.active,
header .mainmenu .navbar-nav a:focus,
header .mainmenu .navbar-nav a:hover {
	background: none;
}
header .header-bottom {
	position: relative;
}


header .header-bottom .item  img {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}
header .header-bottom .banner-contents {
    position: absolute;
    left: 0;
    right: 0;
    top: 20%;
    width: 100%;
}
header .banner-contents h3 {
	font-size: 35px;
	color: #fff;
	font-weight: 700;
	line-height: 1.5;
	text-transform: uppercase;
}
header .banner-contents h3 span {
	color: #22e3f2;
}

.banner-contents p {
    font-size: 26px;
    color: #fff;
    line-height: 1.7;
    padding-top: 20px;
    font-family: 'Roboto';
    font-weight: 700;
}
.banner-contents p span {
    color: #22e3f2;
}
.banner-contents h4 {
    font-size: 20px;
    color: #fff;
    line-height: 1.7;
    padding-top: 20px;
    font-family: 'Roboto';
    font-weight: 700;
}
.banner-contents h4 span {
    color: #22e3f2;
}

.banner-contents h4 span a {
    color: #22e3f2;
    text-decoration: none;
}
header .header-bottom:hover .owl-prev {
	opacity: 1;
	left: 2%;
}
header .header-bottom:hover .owl-next {
	opacity: 1;
	right: 2%;
}

/**********CAROUSEL DOTS***************/
header .header-bottom .owl-theme .owl-controls {
    margin-top: 0;
}
header .header-bottom .owl-dots {
    bottom: 60%;
    left: -27%;
    position: absolute;
    right: 0;
}
header .header-bottom .owl-theme .owl-dots .owl-dot span {
	background-color: #fff;
}
header .header-bottom  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #edb200;
}
.banner-shape {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -3px;
	z-index: 9;
}


.input-group {
    border: 1px solid #fff;
    padding: 5px;
    background-color: #fff;
    border-radius: 22px;
}
span#basic-addon2 {
    background-color: #22e3f2;
    border: 1px solid #22e3f2;
    border-radius: 30px;
}

input.form-control {
    border: 1px solid #fff;
    padding: 0px 0px 0px 10px !important;
    padding: 15px 30px;
    color: #616161;
    font-size: 17px;
    font-family: 'Roboto';
    font-weight: 500;
    border-radius: 30px;
}
.input-group-append span a{
    border-radius: 20px;
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: 900;
    color: #000;
    text-transform: uppercase;
    padding: 5px 20px;
    background-color: #22e3f2;
    border: 1px solid #22e3f2;

}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #fff !important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/*.banner-info a.emailSignup {
    position: absolute;
    bottom: 27%;
    right: 33%;
    color: #000;
    border-radius: 20px;
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: 900;
    text-transform: uppercase;
    padding: 5px 20px;
    background-color: #22e3f2;
    border: 1px solid #22e3f2;
}
*/input.emailSignup--email-input {
    width: 70%;
    padding: 15px 30px;
    color: #616161;
    font-size: 17px;
    font-family: 'Roboto';
    font-weight: 500;
    border-radius: 30px;
    border: 2px solid;
}


header .header-bottom .banner-img {
    position: absolute;
    left: 70%;
    top: 25%;
    z-index: 99999;
}
.unitedcoin-section {
    padding: 70px 0px;
}
.unitedcoin-heading h3 {
    font-size: 36px;
    color: #191b28;
    text-transform: uppercase;
    font-weight: 700;
}
.unitedcoin-contents {
    padding-left: 120px;
    padding-top: 100px;
}
.unitedcoin-contents.conts{
    padding-left: 0px !important;
    padding-top: 100px;
}
.phone-img.rightpho {
    left: -42px;
}
.unitedcoin-heading h3 span {
    color: #22e3f2;
}
.unitedcoin-img{
    position: relative;
}
.phone-img {
    position: absolute;
    right: -90px;
    top: -20px;
    z-index: 9999;
}
.unitedcoin-cont h5 {
    font-size: 24px;
    color: #191b28;
    font-weight: 500;
    font-family: 'Roboto';
}
.unitedcoin-cont p {
    font-size: 18px;
    color: #797979;
    font-family: 'Roboto';
    font-weight: 500;
    margin-top: 20px;
}
.unitedcoin-cont h3 {
    font-size: 26px;
    color: #191b28;
    font-weight: 700;
    text-transform: uppercase;
}
.unitedcoin-cont h4 {
    font-size: 24px;
    color: #23dff2;
    font-weight: 600;
    padding-top: 35px;
}
.icon-img img {
    width: 100px;
    margin: auto;
    background-color: #ffff;
    border-radius: 60px;
    padding: 10px 5px;
    box-shadow: -4px 0px 23px #d6d6d6;
    -webkit-box-shadow: -4px 4px 23px #d6d6d6;
    -moz-box-shadow: -4px 0px 223px #d6d6d6;
    -ms-box-shadow: -4px 0px 23px #d6d6d6;
    margin-bottom: 40px;
}
.unitedcoin-wrap {
    padding-top: 70px;
}
.openbtn a {
	font-family: 'Roboto';
	font-size: 18px;
	font-weight: 900;
    background-color: #22e3f2;
    padding: 10px 30px;
    color: #191b28;
    margin: 100px 0px 30px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 30px;
}
.footer-shape{
	position: absolute;
	left: 0;
	right: 0;
	top: -3px;
	z-index: 9;
}
.contact-form .form-control::-webkit-input-placeholder {
  color: #22e3f2;
  opacity: 1;
}

.contact-form .form-control::-moz-placeholder {
  color: #22e3f2;
  opacity: 1;
}

.contact-form .form-control::-ms-input-placeholder {
  color: #22e3f2;
  opacity: 1;
}

.contact-form .form-control::placeholder {
  color: #22e3f2;
  opacity: 1;
}
.footer-section {
    position: relative;
    background-color: #191b28;
    padding-top: 400px;
}
.contact-form a {
	text-decoration: none;
	font-size: 22px;
	color: #fff;
	font-weight: 700;
	border-radius: 2px;
	text-transform: uppercase;
	background-color: #e5accc;
	padding: 7px 40px;

}

.footer-wrap h3 {
	font-size: 37px;
	color: #7d7bea;
	margin-bottom: 25px;
}
.footer-wrap ul li a {
    text-decoration: none;
    font-size: 21px;
    color: #fff;
    font-family: 'Roboto';
    text-transform: uppercase;
    font-weight: 700;
}
.footer-menu {
    padding-top: 40px;
}
.footer-wrap ul li {
	padding-left: 40px;
}
.footer-contact {
    text-align: center;
}

.footer-contact ul li {
    background-repeat: no-repeat;
    padding-left: 35px;
    background-position: left 7px;
    padding-bottom: 10px;
    padding-right: 25px;
}
.footer-contact ul li:last-child{
	padding-right: 0px;
}
.footer-contact ul li.location {
	background-image: url(img/others/cont-1.png);
}
.footer-contact ul li.phone {
	background-image: url(img/others/cont-2.png);
}	
.footer-contact ul li.mail {
	background-image: url(img/others/cont-3.png);
}
.social-icons ul li a i {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	padding-top: 10px;
	text-align: center;
	background-color: #e5accc;
}
.social-icons ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 20px;
}
.social-icons ul li {
	padding-right: 8px;
}
.copyrights p {
	font-size: 16px;
	color: #fff;
	margin-bottom: 0px;
	font-family: 'Roboto';
	font-weight: 400;
}
.copyrights {
    border-top: 1px solid #656565;
    padding: 20px 0px;
}
/*RESPONSIVE*/
@media screen and (max-width: 2880px) {

	.footer-section {
	    padding-top: 300px;
	}
	.header-topcont {
	    padding: 7px 730px;
	}
	
}

@media screen and (max-width: 1920px) {

	.footer-section {
	    padding-top: 220px;
	}
	.header-topcont {
	    padding: 7px 290px;
	}
	
}
@media screen and (max-width: 1680px) {

	.header-topcont {
	    padding: 7px 130px;
	}

}

@media screen and (max-width: 1680px) {
	
}
@media screen and (max-width: 1600px) {
	.header-topcont {
	    padding: 7px 110px;
	}

	
}

@media screen and (max-width: 1440px) {
	
	.headercont h4 {
	    font-size: 13px;
	}
	.headercont ul li a {
		font-size: 13px;
	}
	header .header-bottom .owl-dots {
	    bottom: 25%;
	    left: -74%;
	}
}

@media screen and (max-width: 1366px) {

	.footer-section {
	    padding-top: 160px;
	}
	.header-topcont {
	    padding: 7px 60px;
	}
	.header-topcont {
	    padding: 7px 110px;
	}
}

@media screen and (min-width: 1100px) and (max-width: 1280px) {
	
}
@media screen and (max-width: 1279px) {
	
	.header-topcont {
	    padding: 7px 0px;
	}
	
	.headercont h4 {
	    font-size: 12px;
	}
	.headercont ul li a {
	    font-size: 12px;
	}
	.headbtn a {
	    font-size: 11px;
	}

	header .mainmenu ul li a {
	    font-size: 16px;
	}
	header .mainmenu ul li {
	    padding: 0px 16px;
	}
	header .header-bottom .banner-img {
	    left: 65%;
	    width: 31%;
	    top: 50px;
	}
	header .header-bottom .banner-contents {
		top: 15%;
	}
	header .banner-contents h3 {
	    font-size: 25px;
	}
	.banner-contents p {
	    font-size: 23px;
	    padding-top: 0px;
	}

	.unitedcoin-heading h3 {
    	font-size: 32px;
	 }
	 .footer-wrap ul li {
	    padding-left: 30px;
	}
	.phone-img {
		width: 60%;
	}
	.unitedcoin-contents {
	    padding-top: 30px;
	}
	.unitedcoin-contents.conts {
	    padding-top: 30px;
	}
	.unitedcoin-wrap {
	    padding-top: 100px;
	}
	.unitedcoin-cont h3 {
	    font-size: 24px;
	}
	.phone-img.rightpho {
	    left: -92px;
	}
	.headercont ul li {
	    background-repeat: no-repeat;
	    padding-left: 24px;
	    background-position: left 4px;
	    padding-right: 20px;
	}
}


@media screen and (max-width: 1023px) {
	.col-md-5ths {
		width: 20%;
		float: left;
	}
	input.emailSignup--email-input {
	    width: 60%;
	}
	
	.headbtn {
	    border: 1px solid #fff;
	    width: 60%;
	    margin: auto;
	    padding: 0px 3px;
	}
	.headercont h4 {
	    font-size: 13px;
	}
	header .mainmenu ul li a {
	    font-size: 14px;
	}
	header .mainmenu ul li {
	    padding: 0px 8px;
	}
	header .mainmenu {
	    padding-top: 5px;
	}
	header .header-bottom .banner-img {
	    left: 60%;
	    width: 30%;
	    top: 60px;
	}
	header .banner-contents h3 {
	    font-size: 18px;
	}
	.banner-contents p {
	    font-size: 17px;
	    padding-top: 0px;
	}
	.phone-img {
	    right: -31px;
	    top: -9px;
	    width: 55%;
	}
	.unitedcoin-contents {
		padding-left: 50px;
		padding-top: 0px;
	}
	.unitedcoin-contents.conts {
	    padding-left: 0px !important;
	    padding-top: 25px;
	}
	.unitedcoin-cont h3 {
	    font-size: 22px;
	}
	.unitedcoin-cont p {
	    font-size: 15px;
	    margin-top: 10px;
	}
	.unitedcoin-cont h4 {
	    font-size: 21px;
	    padding-top: 5px;
	}
	.unitedcoin-cont h5 {
	    font-size: 18px;
	}
	.unitedcoin-heading h3 {
	    font-size: 26px;
	}
	.footer-wrap ul li a {
	    font-size: 14px;
	}
	.footer-wrap ul li {
	    padding-left: 30px;
	}
	.footer-contact ul li {
	    background-position: left 4px;
	}

	header .header-bottom .banner-contents {
	    top: 4%;
	}
	.headbtn {
	    border: 1px solid #fff;
	    width: 100%;
	    margin: auto;
	    padding: 0px 3px;
	}
	.input-group {
	    width: 50%;
	}
	.input-group-append span a {
	    border-radius: 20px;
	    font-size: 12px;
	    font-family: 'Roboto';
	    font-weight: 900;
	    color: #000;
	    text-transform: uppercase;
	    padding: 0;
	    background-color: #22e3f2;
	    border: 1px solid #22e3f2;
	}
		
}

@media screen and (max-width: 926px) {
	.footer-contact ul li {
	    padding-left: 30px !important;
	}
	
	.unitedcoin-img img {
	    width: 85%;
	}
	.phone-img.rightpho {
	    left: -32px;
	    width: 45%;
	    top: 4%;
	}
	.phone-img {
	    right: -11px;
	    top: -1px;
	    width: 45%;
	}
	

}
@media screen and (max-width: 812px) {
	
	.footer-contact {
	    text-align: center;
	}
	.footer-contact ul li {
	    background-position: left 4px;
	}
	header .header-bottom .banner-contents {
	    top: 5%;
	}
}


@media screen and (max-width: 810px) {
	
	.footer-contact ul li {
	    padding-left: 25px;
	}
	.footer-contact ul li {
	    background-position: left 3px;
	}
}
@media screen and (max-width: 767px) {
	header .header-logo {
	    text-align: center;
	}
	
	header .header-logo img {
		display: inline-block;
	}
	header .mainmenu .navbar {
	  margin: 0;
	  padding: 0;
	}
	.icon-bar {
		background-color: #000;
		border-radius: 1px;
		display: block;
		height: 2px;
		width: 22px;
	}
	.icon-bar + .icon-bar {
		margin-top: 4px;
	}
	button:focus {
		outline: none;
	}
	.navbar-toggler {
	  background-color: transparent;
	  background-image: none;
	  border-radius: 0;
	  padding: 9px 10px;
	}
	.navbar-dark .navbar-toggler {
	  border: medium none;
	}
	header .header-top .mainmenu ul li {
	  margin-bottom: 10px;
	}
	header .header-top .mainmenu ul li .sub-menu li {
	  margin-bottom: 0px;
	}
	.mainmenu li:last-child:hover .sub-menu {
		right: auto;
	}
	header .mainmenu {
		float: none;
		padding-top: 0px;
	}
	input.emailSignup--email-input {
	    width: 60%;
	    padding: 5px 20px;
	    font-size: 15px;
	}
	.headbtn {
	    width: 20%;
	}
	.headercont h4 {
	    padding-top: 10px;
	}
	.navbar-dark .navbar-brand {
	    color: #fff;
	    width: 40%;
	}
	header .banner-contents h3 {
	    font-size: 16px;
	}
	.banner-contents p {
	    font-size: 14px;
	}
	.banner-contents h4 {
	    font-size: 16px;
	}
	.unitedcoin-contents {
	    padding-left: 0px;
	    padding-top: 0px;
	    text-align: center;
	    padding-bottom: 50px;
	}
	.footer-wrap ul li {
	    padding-left: 10px;
	}
	.footer-contact ul li {
	    padding-left: 26px;
	}
	.footer-contact ul li {
	    background-position: left 3px;
	}
	.footer-wrap ul li a {
		font-size: 13px;
	}
	.copyrights p {
		font-size: 14px;
	}
	.openbtn a {
	    font-size: 15px;
	}
	.footer-menu ul {
	    display: block !important;
	}
	.footer-logo img {
	    width: 50%;
	}
	.unitedcoin-wrap {
	    padding-top: 40px;
	}
	.footer-menu {
	    padding-top: 25px;
	}
	.footer-wrap ul li {
	    padding: 0px 0px 10px 0px;
	}
	.footer-section {
	    padding-top: 100px;
	}
	
	.footer-contact ul li {
	    padding: 0px 10px 0px 30px !important;
	}
	.footer-logo {
	    text-align: center;
	}
	input.form-control {
	    font-size: 14px;
	}
	span#basic-addon2 {
	    padding: 0px 11px;
	}
}
@media screen and (max-width: 480px) {
	header .header-bottom .banner-img {
	    left: 75%;
	    width: 25%;
	    top: 60px;
	}
	input.form-control {
	    font-size: 10px;
	    padding: 0px 0px 0px 3px !important;
	}
	.input-group-append span a {
	    font-size: 10px;
	}
	input.emailSignup--email-input {
	    width: 60%;
	    padding: 5px 20px;
	    font-size: 12px;
	}
	header .banner-contents h3 {
	    font-size: 12px;
	    margin: 0px;
	}
	.banner-contents p {
	    font-size: 13px;
	    padding-top: 0px;
	    margin: 0px;
	}
	header .header-bottom .banner-contents {
	    top: 3%;
	}
	
	.banner-contents h4 {
	    font-size: 13px;
	    padding-top: 0px;
	    margin: 6px 0px;
	}
	.unitedcoin-heading h3 {
	    font-size: 22px;
	}
	.phone-img {
	    right: 0px;
	    top: 1px;
	    width: 45%;
	}
	.phone-img.rightpho {
	    left: -2px;
	}
	.headbtn {
	    width: 50%;
	}
	.openbtn a {
	    font-size: 12px;
	}
	.footer-contact ul {
	    display: inline-block !important;
	}
	.unitedcoin-section {
	    padding: 0px 0px 20px;
	}
	.headercont ul li {
	    background-repeat: no-repeat;
	    padding-left: 24px;
	    background-position: left 4px;
	    padding-right: 5px;
	}
	

}
@media screen and (max-width: 414px) {
	.openbtn a {
	    font-size: 11px;
	    width: 100%;
	    padding: 10px 0px;
	    margin: 50px 0px 0px;
	}
	.headbtn {
	    margin-top: 10px;
	    width: 70%;
	}
	.headercont.cot {
	    padding: 0px 10px;
	}
	.navbar-dark .navbar-brand {
	    color: #fff;
	    width: 50%;
	}
	.banner-contents p {
	    font-size: 10px;
	    padding-top: 0px;
	    margin: 0px;
	}
	.banner-contents h4 {
	    font-size: 11px;
	    padding-top: 0px;
	}
	input.emailSignup--email-input {
	    width: 70%;
	}
	
	header .banner-contents h3 {
	    font-size: 11px;
	    margin: 0px;
	}
	.headercont.cot ul li {
	    padding-right: 13px !important;
	}
	.headercont.cot ul li {
	    padding-right: 5px !important;
	}
	.headercont ul {
	    margin: 0px;
	    padding-top: 0px;
	}
	.headercont ul li a {
	    font-size: 10px;
	}
	

}

@media screen and (max-width: 387px) {
	
	.headercont.cot {
	    padding: 0px 0px;
	}
	.headercont.cot ul li {
	    padding-right: 5px !important;
	    background-size: 18px;
	    background-position: left 6px;
	    padding-left: 20px;
	}
	.headercont ul li a {
	    font-size: 9px;
	}
}
@media screen and (max-width: 375px) {

}
@media screen and (max-width: 360px) {

	.unitedcoin-wrap {
	    padding-top: 40px;
	}
	.input-group {
	    padding: 1px;
	}
	header .header-bottom .banner-contents {
	    top: 1%;
	}
	.banner-contents h4 {
	    font-size: 10px;
	    padding-top: 0px;
	    margin: 1px 0px;
	}

}
@media screen and (max-width: 320px) {
	header .header-bottom .owl-dots {
	    bottom: 8%;
	    left: -67%;
	}
}