/* style css */

html, body {
	font-family: 'Roboto', sans-serif !important;
}

.hero-section {
	padding: 130px 0 0;
	/*padding-bottom: 9%;*/
	background-color: #080749;
	color: #ffffff;
	background-image: url('https://magicsmm.com/custom_main/3/images/Slider-Image.png');
	background-repeat: no-repeat;
	background-position: right top;
}

/*.hero-form {
	width: 75%;
}*/

.navbar.active {
	background: #080749 !important;
}

#main-menu li a {
	color: #ffffff;
}

.hero-section input {
	/*border-width: 2px;
	border-color: #ffffff;*/
	height: 45px;
}

.hero-section input:focus {
	border-width: 2px;
	border-color: #ffffff;
	/*color: #ffffff;*/
}

/*input::-webkit-input-placeholder {
	color: #ffffff !important;
}
 
input:-moz-placeholder {
	color: #ffffff !important;  
}
 
input::-moz-placeholder {
	color: #ffffff !important;  
}
 
input:-ms-input-placeholder {  
	color: #ffffff !important;  
}*/

.why-section .card-text {
    font-size: 15px;
}

@media (max-width: 768px) {
  .container {
    width: 95% !important;
  }
  h1 {
  	font-size: 1.5rem;
  }

  .hero-section {
  	text-align: center;
  	padding-top: 15%;
  	padding-bottom: 0;
  }

  .hero-form {
  	width: 100%;
  }

  .signup {
  	display: block;
  	text-align: center !important;
  }

  .gnb {
  	width: 100%;
  }

  .counter-section{
  	font-size: 12px;
  }

  	.icon1, .icon2, .icon3, .icon4, .icon5, .icon6, .lvase, .rvase {
		width: 25px !important;
	}

	.leftRocket, .rightRocket {
		width: 40px;
	}

	.topr {
	    top: -56px !important;
	    width: 115px !important;
	    right: 0 !important;
	}

	.topl {
	    top: -56px !important;
	    left: 0 !important;
	    width: 100px;
	}

	.t1 {
		font-size: 25px !important;
	}

	.t2 {
		font-size: 15px !important;
	}

	.icon1 {
	    /*position: absolute;*/
	    left: 0 !important;
	    top: -330px !important;
	}

	.icon2 {
	    /*position: absolute;*/
	    right: 0 !important;
	    top: -350px !important;
	}

	.navbar-toggler {
		background: #FFFFFF;
	}
}

.t1 {
	font-size: 55px;
}

.foo-list li {
    list-style: none;
}

.foo-list li a {
	color: #ffffff;
}


.leftRocket {
    top: -30%;
    position: absolute;
    left: 0;
    animation: pulse 2s infinite ease-in-out;
    -moz-webkit-animation: pulse 2s infinite ease-in-out;
}

.rightRocket {
    right: 0;
    top: -30%;
    position: absolute;
    animation: pulse 2s infinite ease-in-out;
    -moz-webkit-animation: pulse 2s infinite ease-in-out;
}

.rvase {
    position: absolute;
    right: 15%;
    bottom: 5%;
    animation: pulse 2s infinite ease-in-out;
    -moz-webkit-animation: pulse 2s infinite ease-in-out;
}

.lvase {
    position: absolute;
    left: 15%;
    bottom: 5%;
    animation: pulse 2s infinite ease-in-out;
    -moz-webkit-animation: pulse 2s infinite ease-in-out;
}

.slider-icons {
    position: relative;
    /*left: 0;
    right: 0;
    top: 0;
    bottom: 0;*/
}

.icon1 {
    position: absolute;
    left: 10%;
    top: -60%;
    animation: pulse 2s infinite;
    -moz-webkit-animation: pulse 2s infinite;
}

.icon2 {
    position: absolute;
    right: 16%;
    top: -95%;
    animation: pulse 2s infinite;
    -moz-webkit-animation: pulse 2s infinite;
}

.icon3 {
    position: absolute;
    left: 10%;
    bottom: 85%;
    animation: shake 1.8s infinite ease-in-out;
    -moz-webkit-animation: shake 1.8s infinite ease-in-out;
}

.icon5 {
    position: absolute;
    right: 10%;
    bottom: 85%;
    animation: pulse 2s infinite;
    -moz-webkit-animation: pulse 2s infinite;
}

.icon4 {
    position: absolute;
    left: 0;
    bottom: 30%;
    animation: shake 1.8s infinite ease-in-out;
    -moz-webkit-animation: shake 1.8s infinite ease-in-out;
}

.icon6 {
    position: absolute;
    right: 0;
    bottom: 30%;
    animation: shake 1.8s infinite ease-in-out;
    -moz-webkit-animation: shake 1.8s infinite ease-in-out;
}

.icon1, .icon2, .icon3, .icon4, .icon5, .icon6 {
	width: 40px;
}

.topl {
    position: absolute;
    top: -152px;
    left: -1%;
}

.topr {
    position: absolute;
    top: -152px;
    width: 250px;
    right: 0;
}

section.cta {
    background: #efd4df;
}

.darrow {
	position: absolute;
	margin: 0;
	bottom: -14%;
	left: 50%;
	right: 0;
	font-size: 35px;
	line-height: 0;
}

.darrow i {
	color: #efd4df;
}

.social-tags i {
	font-size: 25px;
}

.insta {
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}
.hero-section input#remember {
	height: auto;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(10px, 20px);
    transform: translate(10px, 20px); 
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); 
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); 
  }
  50% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px); 
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); 
  }
}


@-webkit-keyframes shake{
  0% {
    -webkit-transform: rotate(0deg) scaleX(1.00) scaleY(1.00);
  }
  10% {
    -webkit-transform: rotate(-3deg) scaleX(0.80) scaleY(0.80);
  }
  20% {
    -webkit-transform: rotate(-3deg) scaleX(0.80) scaleY(0.80);
  }
  30% {
    -webkit-transform: rotate(3deg) scaleX(1.20) scaleY(1.20);
  }
  40% {
    -webkit-transform: rotate(-3deg) scaleX(1.20) scaleY(1.20);
  }
  50% {
    -webkit-transform: rotate(3deg) scaleX(1.20) scaleY(1.20);
  }
  60% {
    -webkit-transform: rotate(-3deg) scaleX(1.20) scaleY(1.20);
  }
  70% {
    -webkit-transform: rotate(3deg) scaleX(1.20) scaleY(1.20);
  }
  80% {
    -webkit-transform: rotate(-3deg) scaleX(1.20) scaleY(1.20);
  }
  90% {
    -webkit-transform: rotate(3deg) scaleX(1.20) scaleY(1.20);
  }
  100% {
    -webkit-transform:  rotate(0deg) scaleX(1.20) scaleY(1.20);
  }
}
@-moz-keyframes shake{
  0% {
    -moz-transform: rotate(0deg) scaleX(1.00) scaleY(1.00);
  }
  10% {
    -moz-transform: rotate(-3deg) scaleX(0.80) scaleY(0.80);
  }
  20% {
    -moz-transform: rotate(-3deg) scaleX(0.80) scaleY(0.80);
  }
  30% {
    -moz-transform: rotate(3deg) scaleX(1.20) scaleY(1.20);
  }
  40% {
    -moz-transform: rotate(-3deg) scaleX(1.20) scaleY(1.20);
  }
  50% {
    -moz-transform: rotate(3deg) scaleX(1.20) scaleY(1.20);
  }
  60% {
    -moz-transform: rotate(-3deg) scaleX(1.20) scaleY(1.20);
  }
  70% {
    -moz-transform: rotate(3deg) scaleX(1.20) scaleY(1.20);
  }
  80% {
    -moz-transform: rotate(-3deg) scaleX(1.20) scaleY(1.20);
  }
  90% {
    -moz-transform: rotate(3deg) scaleX(1.20) scaleY(1.20);
  }
  100% {
    -moz-transform:  rotate(0deg) scaleX(1.20) scaleY(1.20);
  }
}
@-o-keyframes shake{
  0% {
    -o-transform: rotate(0deg) scaleX(1.00) scaleY(1.00);
  }
  10% {
    -o-transform: rotate(-3deg) scaleX(0.80) scaleY(0.80);
  }
  20% {
    -o-transform: rotate(-3deg) scaleX(0.80) scaleY(0.80);
  }
  30% {
    -o-transform: rotate(3deg) scaleX(1.20) scaleY(1.20);
  }
  40% {
    -o-transform: rotate(-3deg) scaleX(1.20) scaleY(1.20);
  }
  50% {
    -o-transform: rotate(3deg) scaleX(1.20) scaleY(1.20);
  }
  60% {
    -o-transform: rotate(-3deg) scaleX(1.20) scaleY(1.20);
  }
  70% {
    -o-transform: rotate(3deg) scaleX(1.20) scaleY(1.20);
  }
  80% {
    -o-transform: rotate(-3deg) scaleX(1.20) scaleY(1.20);
  }
  90% {
    -o-transform: rotate(3deg) scaleX(1.20) scaleY(1.20);
  }
  100% {
    -o-transform:  rotate(0deg) scaleX(1.20) scaleY(1.20);
  }
}
@keyframes shake{
  0% {
    transform: rotate(0deg) scaleX(1.00) scaleY(1.00);
  }
  10% {
    transform: rotate(-3deg) scaleX(0.80) scaleY(0.80);
  }
  20% {
    transform: rotate(-3deg) scaleX(0.80) scaleY(0.80);
  }
  30% {
    transform: rotate(3deg) scaleX(1.20) scaleY(1.20);
  }
  40% {
    transform: rotate(-3deg) scaleX(1.20) scaleY(1.20);
  }
  50% {
    transform: rotate(3deg) scaleX(1.20) scaleY(1.20);
  }
  60% {
    transform: rotate(-3deg) scaleX(1.20) scaleY(1.20);
  }
  70% {
    transform: rotate(3deg) scaleX(1.20) scaleY(1.20);
  }
  80% {
    transform: rotate(-3deg) scaleX(1.20) scaleY(1.20);
  }
  90% {
    transform: rotate(3deg) scaleX(1.20) scaleY(1.20);
  }
  100% {
    transform:  rotate(0deg) scaleX(1.20) scaleY(1.20);
  }
}

.blog-back-button {
    display: block;
    width: max-content;
    margin: 35px auto 0;
}
.service-page {
	padding: 120px 0 40px;
}
.ser-cat {
	background-color: #080749 !important;
	color: #fff;
	text-align: center;
	font-weight: 700;
}
.service-page thead tr th {
	background-color: #f8f9fa;
}
.service-page thead tr td {
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,50%);
}
.table tbody tr {
	background-color: #fff;
	box-shadow: 0 7px 3px 0 rgba(0,0,0,10%);
}
table {
	border-collapse: separate;
	border-spacing: 0 10px;
}
.language-dropdown .dropdown-menu {
	background-color: #007bff;
}
.language-dropdown .dropdown-menu li a {
	padding: 5px 10px !important;
	display: block;
	text-decoration: none !important;
}
.language-dropdown .dropdown-menu li.active a,
.language-dropdown .dropdown-menu li.active a:hover, 
.language-dropdown .dropdown-menu li a:hover, 
.language-dropdown .dropdown-menu li a:focus, 
.language-dropdown .dropdown-menu li a:focus-visible {
	background-color: #080749;
	color: #fff !important;
	box-shadow: inset 0 0 0 1px rgba(255,255,255,95%);
}
.currency-convertor button {
	padding: 5px;
	background-color: #007bff !important;
	margin-right: 0 !important;
	min-width: 80px;
	text-align: left;
	background-position: 95% center !important;
}
.currency-convertor .dropdown .dropdown-menu {
	width: auto;
	min-width: auto;
}
@media (max-width:550px) {
	.service-page {
        padding: 80px 0 40px;
    }
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #2aa198;
    background-color: transparent;
    border: 1px solid #073642;
    margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #2aa198;
    background-color: #007bff;
    border-color: #073642;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: rgba(255, 255, 255, 0.75);
    background-color: #007bff;
    border-color: #073642;
    cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #073642;
    background-color: transparent;
    border-color: #073642;
    cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}