@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900');
/*********************************
2. Body and some general stuff
*********************************/

* {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

body {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	background: #FFFFFF;
	
}
.marquee-wrapper {
  overflow: hidden;
}

.marquee {
  display: flex;
  animation-name: marquee;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: alternate;
  transform: translateX(0);
  
}

.marquee img {
    padding: 1em;
    border: 1px solid #000;
    margin: 8px;
}
@keyframes marquee {
  from {transform: translateX(0);}
  to {transform: translateX(-100%);}
}
.applynow-outer {
	padding: 50px 0px;
	margin: 0px;
	background: url(../images/career-apply-bg.jpg) right top no-repeat;
	background-size: 100% auto;
	text-align: center;
}

.portfolio-grey {
	background-color: #f1f1f1;
	padding: 80px 0px;
	text-align: center;
}

.portfolio-grey h4 {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #2f2f2f;
	text-align: center;
	margin: 0px;
}

.contact_textarea {
	height: 134px;
	padding-top: 20px;
}

.portfolio-grey a {
	display: inline-block;
	background-color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	line-height: normal;
	padding: 10px 25px;
	border: 1px solid #fff;
	border-radius: 5px;
	margin: 10px 0px 0px 0px;
	box-shadow: 0px 1px 11px #fff;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	overflow: hidden;
	position: relative;
}

.portfolio-grey p {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 400;
	color: #737373;
	text-align: center;
	line-height: normal;
}

.applynow-outer p {
	font-size: 18px;
	color: #000;
	line-height: 35px;
	text-align: center;
	font-weight: 400;
}

.apply {
	background: black;
	color: #fff;
	padding: 3px 17px;
	margin: 0px;
}

.bg-black {
	background: #fff;
	padding-bottom: 18px;
	border-bottom: 1px solid #000;
}

.bg-red {
	background: #fff;
	padding-bottom: 18px;
	padding-top: 15px;
	border-bottom: 1px solid #000;
}

.panel-body {
	border: 0px !important;
}

.panel-title:before {
	float: right !important;
	font-family: FontAwesome;
	content: "\f056";
	padding-right: 5px;
}

a.collapsed .panel-title:before {
	float: right !important;
	content: "\f055";
}

.panel-heading a:hover, .panel-heading a:active, .panel-heading a:focus {
	text-decoration: none;
}

.img-gif {
	width: 30%;
	margin: auto;
	display: block;
}

.img-gif1 {
	width: 30%;
	margin: auto;
	display: block;
}

.img-gif2 {
	width: 30%;
	margin: auto;
	display: block;
}

.img-gif12 {
	width: 30%;
	margin: auto;
	display: block;
}

.img-gif3 {
	width: 30%;
	margin: auto;
	display: block;
}

.img-gif4 {
	width: 30%;
	margin: auto;
	display: block;
}

.img-gif5 {
	width: 30%;
	margin: auto;
	display: block;
}

.img-gif7 {
	width: 30%;
	margin: auto;
	display: block;
}

.navli {
	color: #fff;
}

div {
	display: block;
	position: relative;
	font-weight: 500;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul {
	list-style: none;
	margin-bottom: 0px;
}

p {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 2.18;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

p a {
	display: inline;
	position: relative;
	color: inherit;
	border-bottom: solid 1px #ffa07f;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

p:last-of-type {
	margin-bottom: 0;
}

a {
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

a, a:hover, a:visited, a:active, a:link {
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

p a:active {
	position: relative;
	color: #FF6347;
}

p a:hover {
	color: #FFFFFF;
	background: #ffa07f;
}

p a:hover::after {
	opacity: 0.2;
}

::selection {
	background: rgba(146, 164, 184, 0.55);
	color: #FFFFFF;
}

p::selection {}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	line-height: 1.2;
	color: #2c2c2c;
	font-weight: 600;
}

h1::selection, h2::selection, h3::selection, h4::selection, h5::selection, h6::selection {}

.form-control {
	color: #db5246;
}

section {
	display: block;
	position: relative;
	box-sizing: border-box;
}

.clear {
	clear: both;
}

.clearfix::before, .clearfix::after {
	content: "";
	display: table;
}

.clearfix::after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.trans_200 {
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.trans_300 {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.trans_400 {
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.trans_500 {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.fill_height {
	height: 100%;
}

.super_container {
	width: 100%;
	overflow: hidden;
}

.prlx_parent {
	overflow: hidden;
}

.prlx {
	height: 130% !important;
}

.parallax-window {
	min-height: 400px;
	background: transparent;
}

.parallax_background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.background_image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.nopadding {
	padding: 0px !important;
}

.section_subtitle {
	font-size: 14px;
	font-weight: 400;
	color: #92a4b8;
	margin-top: 0px;
	width: 80%;
	margin: auto;
}

.button {
	width: 193px;
	height: 72px;
	border-radius: 36px;
	overflow: hidden;
}

.button::before {
	display: block;
	position: absolute;
	top: 0;
	left: -100%;
	width: 200%;
	height: 100%;
	content: '';
	background: linear-gradient(to right, #b632fa, #487fee, #b632fa);
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
	z-index: 0;
}

.button:hover::before {
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-ms-transform: translateX(50%);
	-o-transform: translateX(50%);
	transform: translateX(50%);
}

.button a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	line-height: 72px;
	font-size: 14px;
	font-weight: 700;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	z-index: 1;
}

/*********************************
3. Header
*********************************/

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #020c22;
	border-bottom: solid 1px #b334fa;
	z-index: 100;
}

.header.scrolled {
	background: rgba(2, 12, 34, 0.9);
}

.header_content {
	width: 100%;
	height: 101px;
}

.header.scrolled .header_content {
	height: 70px;
}

.logo {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 71px;
}

.logo a {
	font-size: 28.3px;
	font-weight: 700;
	color: #FFFFFF;
}

.logo a span {
	color: #416ecc;
	text-transform: uppercase;
}

.main_nav {
	margin: auto;
}

.main_nav ul li:not(:last-of-type) {
	margin-right: 70px;
}

.main_nav ul li a {
	font-size: 12px;
	font-weight: 500;
	color: #FFFFFF;
	white-space: nowrap;
	text-align: center;
}

.main_nav ul li {
	text-align: center;
}

.main_nav ul li.active a, .main_nav ul li a:hover {
	color: #497eee;
}

.header_right {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 69px;
}

.phone {
	height: 43px;
	padding-left: 16px;
	padding-right: 20px;
	border-radius: 22px;
	background: linear-gradient(to right, #487fee, #b632fa);
}

.phone>div {
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
	white-space: nowrap;
}

.phone i {
	display: block;
	color: #FFFFFF;
	font-size: 24px;
	margin-right: 7px;
}

.header_links {
	margin-right: 60px;
}

.header_links ul li:not(:last-of-type) {
	margin-right: 27px;
}

.header_links ul li a {
	font-size: 14px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.36);
}

.header_links ul li a:hover {
	color: #FFFFFF;
}

.hamburger {
	display: none;
	cursor: pointer;
	border: solid 1px transparent;
	border-radius: 7px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.hamburger:hover {
	border: solid 1px rgba(255, 255, 255, 0.2);
}

.hamburger i {
	font-size: 20px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	padding-right: 7px;
}

/*********************************
4. Menu
*********************************/

/*********************************
5. Home
*********************************/

.home {
	width: 100%;
	height: 790px;
}

.home_container {
	position: absolute;
	left: 0;
	width: 100%;
}

.home_icon {
	width: 114px;
	height: 114px;
	border-radius: 50%;
	background: #FFFFFF;
}

.home_icon>div {
	width: 63px;
	height: 63px;
}

.home_icon>div img {
	max-width: 100%;
}

.home_title {
	font-size: 40px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 1.2;
	margin-top: 2px;
}

.domain_search {
	padding: 10px;
	margin-top: 67px;
}

.domain_search_background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, #487fee, #b632fa);
	opacity: 0.33;
	border-radius: 45px;
	z-index: -1;
}

.domain_search_form {
	display: block;
	position: relative;
	width: 100%;
}

.domain_search_input {
	width: 100%;
	height: 70px;
	background: #FFFFFF;
	border: none;
	outline: none;
	padding-left: 58px;
	border-radius: 35px;
	font-size: 18px;
	font-weight: 500;
	color: #232323;
}

.domain_search_input::-webkit-input-placeholder {
	font-size: 18px !important;
	font-weight: 500 !important;
	color: #6b6b6b !important;
}

.domain_search_input:-moz-placeholder {
	font-size: 18px !important;
	font-weight: 500 !important;
	color: #6b6b6b !important;
}

.domain_search_input::-moz-placeholder {
	font-size: 18px !important;
	font-weight: 500 !important;
	color: #6b6b6b !important;
}

.domain_search_input:-ms-input-placeholder {
	font-size: 18px !important;
	font-weight: 500 !important;
	color: #6b6b6b !important;
}

.domain_search_input::input-placeholder {
	font-size: 18px !important;
	font-weight: 500 !important;
	color: #6b6b6b !important;
}

.domain_search_dropdown {
	position: absolute;
	top: 0;
	right: 0;
	width: 319px;
	height: 70px;
	border-radius: 35px;
	background: #ece3fd;
	padding-right: 193px;
	cursor: pointer;
	z-index: 1;
}

.domain_search_selected {
	font-size: 18px;
	font-weight: 500;
	color: #000000;
}

.domain_search_dropdown ul {
	position: absolute;
	left: 0;
	top: 100%;
	padding-left: 19px;
	background: #FFFFFF;
	width: 126px;
	visibility: hidden;
	opacity: 0;
	padding-bottom: 10px;
	text-align: left;
	padding-left: 40px;
	padding-bottom: 15px;
	padding-top: 20px;
	border-bottom-left-radius: 35px;
	border-bottom-right-radius: 35px;
}

.domain_search_dropdown.active ul {
	visibility: visible;
	opacity: 1;
}

.domain_search_dropdown ul li {
	font-size: 18px;
	font-weight: 500;
	color: #6b6b6b;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.domain_search_dropdown ul li:not(:last-of-type) {
	margin-bottom: 8px;
}

.domain_search_dropdown ul li:hover {
	color: #000000;
}

.domain_search_button {
	position: absolute;
	top: 0;
	right: 0;
	width: 193px;
	height: 70px;
	background: linear-gradient(to right, #487fee, #b632fa);
	border: none;
	outline: none;
	border-radius: 35px;
	z-index: 2;
	font-size: 14px;
	font-weight: 700;
	color: #FFFFFF;
	text-transform: uppercase;
	cursor: pointer;
}

/*********************************
6. Domain Pricing
*********************************/

.domain_pricing {
	margin-top: -80px;
}

.domain_pricing_content {
	background: #FFFFFF;
	padding-left: 61px;
	padding-right: 61px;
	border-radius: 50px;
}

.domain_pricing_content ul {
	width: 100%;
	height: 140px;
}

.domain_pricing_content ul li a>span:first-of-type {
	font-size: 30px;
	font-weight: 600;
	color: #03dd03;
}

.domain_pricing_content ul li a>span:last-of-type {
	font-size: 18px;
	margin-left: 23px;
	color: #808080;
}

.domain_pricing_content ul li a {
	font-size: 24px;
	font-weight: 700;
}

.domain_pricing_content ul li:first-of-type a {
	color: #005cc3;
}

.domain_pricing_content ul li:nth-child(2) a {
	color: #a736df;
}

.domain_pricing_content ul li:nth-child(3) a {
	color: #fa9900;
}

.domain_pricing_content ul li:nth-child(4) a {
	color: #df36b9;
}

.domain_pricing_content ul li:nth-child(5) a {
	color: #242424;
}

/*********************************
7. Why Choose Us
*********************************/

.why {
	padding-top: 42px;
	padding-bottom: 50px;
	background: #FFFFFF;
}

.why_row {
	margin-top: 20px;
	width: 90%;
	margin: auto;
}

.icon_box_1 {}

.icon_box_1_image {
	width: 158px;
	height: 158px;
	transition: 0.70s;
	-webkit-transition: 0.70s;
	-moz-transition: 0.70s;
	-ms-transition: 0.70s;
	-o-transition: 0.70s;
}

.icon_box_1_image :hover {
	max-width: 100%;
	transition: 0.70s;
	-webkit-transition: 0.70s;
	-moz-transition: 0.70s;
	-ms-transition: 0.70s;
	-o-transition: 0.70s;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

.icon_box_1_title {
	font-size: 24px;
	font-weight: 600;
	color: #2c2c2c;
	line-height: 1.2;
	margin-top: 1px;
}

.icon_box_1_text {
	margin-top: 2px;
	margin-bottom: 10px;
}

/*********************************
8. Pricing
*********************************/

.pricing {
	background: #e1ebeb;
	padding-top: 104px;
	padding-bottom: 99px;
}

.pricing_row {
	margin-top: 104px;
}

.pricing_item {
	background: #FFFFFF;
	border: solid 2px #f1f6f9;
}

.pricing_item:hover {
	border-color: transparent;
	box-shadow: 0px 21px 29px rgba(0, 0, 0, 0.41);
}

.pricing_item_background {
	position: absolute;
	top: -2px;
	left: -2px;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	background: linear-gradient(to right, #487fee, #b632fa);
	visibility: hidden;
	opacity: 0;
}

.pricing_item:hover .pricing_item_background {
	visibility: visible;
	opacity: 1;
}

.pricing_title_container {
	position: absolute;
	top: -2px;
	left: -2px;
	width: calc(100% + 4px);
	height: 218px;
	z-index: 1;
}

.pricing_title_background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 218px;
}

.pricing_item:hover .wave_path {
	fill: url(#grad_2);
}

.pricing_title {
	font-size: 14px;
	font-weight: 600;
	color: #FFFFFF;
	text-transform: uppercase;
	line-height: 0.75;
	margin-top: 52px;
}

.pricing_price {
	font-size: 48px;
	font-weight: 500;
	line-height: 0.75;
	color: #FFFFFF;
	margin-top: 29px;
}

.pricing_price span {
	font-size: 24px;
	font-weight: 500;
	color: #FFFFFF;
	vertical-align: top;
	margin-left: 4px;
}

.pricing_price>div {
	position: absolute;
	left: -29px;
	top: calc(100% + 17px);
	font-size: 12px;
	font-style: italic;
	color: #FFFFFF;
	font-weight: 400;
}

.pricing_content {
	padding-top: 218px;
	padding-bottom: 38px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.pricing_list {
	margin-top: 41px;
}

.pricing_list ul li:not(:last-of-type) {
	margin-bottom: 15px;
}

.pricing_icon {
	width: 13px;
	height: 13px;
}

.pricing_icon svg {
	max-width: 100%;
}

.pricing_item:hover .check_svg {
	fill: #FFFFFF;
}

.pricing_list ul li div {
	font-size: 14px;
	font-weight: 500;
	color: #92a4b8;
	margin-left: 9px;
}

.pricing_item:hover .pricing_list ul li div {
	color: #FFFFFF;
}

.pricing_info {
	width: 19px;
	height: 19px;
	border-radius: 50%;
	background: #ffc016;
	margin-top: 34px;
}

.pricing_info a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}

.pricing_info a>div {
	font-size: 14px;
	color: #92a4b8;
}

.pricing_button {
	margin-top: 38px;
	background: #FFFFFF;
}

.pricing_button:hover {
	background: #ffc016;
}

.pricing_button:hover a {
	color: #FFFFFF !important;
}

.pricing_item:hover .pricing_button::before {
	visibility: hidden;
	opacity: 0;
}

.pricing_item:hover .pricing_button a {
	color: #2c2c2c;
}

.pricing_text {
	padding-left: 60px;
	padding-right: 60px;
	margin-top: 66px;
}

/*********************************
9. Content Right
*********************************/

.c_right {
	background: #FFFFFF;
	padding-top: 111px;
}

.c_right_image {
	height: 100%;
}

.c_right_image img {
	max-width: 100%;
}

.c_right_text {
	margin-top: 41px;
}

.c_right_list {
	margin-top: 45px;
}

.content_list_1 ul li {
	position: relative;
	font-size: 14px;
	font-weight: 600;
	color: #2c2c2c;
	padding-left: 40px;
}

.content_list_1 ul li:not(:last-of-type) {
	margin-bottom: 23px;
}

.content_list_1 ul li::before {
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #497eee;
	content: '';
}

.c_right_button {
	margin-top: 59px;
}

/*********************************
10. Content Left
*********************************/

.c_left {
	padding-top: 105px;
	background: #FFFFFF;
	padding-bottom: 154px;
}

.content_list_2 {}

.c_left_list {
	margin-top: 41px;
}

.content_list_2 ul li:not(:last-of-type) {
	margin-bottom: 36px;
}

.content_list_2 ul li>div>div {
	width: 62px;
	font-size: 24px;
	font-weight: 700;
	color: #497eee;
	margin-top: 2px;
}

.c_left_button {
	margin-top: 42px;
}

.c_left_image {
	height: 100%;
}

.c_left_image img {
	max-width: 100%;
}

/*********************************
11. Footer
*********************************/
.img 
{
    
    width:100%;
}
.footer {
	display: block;
	padding-top: 45px;
	width: 100%;
 
}

.footer_phone {
	position: absolute;
	left: 0;
	top: -44px;
	height: 104px;
	width: 816px;
	border-top-right-radius: 57px;
	border-bottom-right-radius: 57px;
	background: linear-gradient(to right, #487fee, #b632fa);
	z-index: 1;
	padding-right: 56px;
}

.footer_phone>div:first-of-type {
	font-size: 18px;
	font-weight: 600;
	color: #FFFFFF;
	margin-right: 46px;
	line-height: 0.75;
}

.footer_phone>div:last-of-type {
	font-size: 36px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 0.75;
}

.footer_phone>div:last-of-type i {
	font-size: 31px;
	margin-right: 20px;
}

.footer_content {
	padding-top: 0px;
	padding-bottom: 51px;
}

.footer_title {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}

.footer_list {
	padding-left: 28px;
	margin-top: 49px;
}

.footer_list ul li:not(:last-of-type) {
	margin-bottom: 15px;
}

.footer_list ul li a {
	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
}

.footer_list ul li a:hover {
	color: #FFFFFF;
}

.footer_logo {
	position: relative;
	top: auto;
	left: auto;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
	transform: none !important;
	line-height: 0.75;
}

.footer_info {
	margin-top: 62px;
}

.footer_info ul li:not(:last-of-type) {
	margin-bottom: 24px;
}

.footer_info ul li>div:first-of-type>div {
	width: 95px;
}

.footer_info ul li>div:last-of-type {
	font-size: 14px;
	font-weight: 500;
	color: #8696aa;
	line-height: 1.714;
}

.cards {
	margin-top: 47px;
}

.cards ul li {
	width: 34px;
	height: 22px;
}

.cards ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.cards ul li a img {
	max-width: 100%;
}

.cards ul li:not(:last-of-type) {
	margin-right: 7px;
}

.footer_social {
	margin-top: 41px;
}

.social ul li:not(:last-of-type) {
	margin-right: 34px;
}

.social ul li a i {
	font-size: 14px;
	color: #92a4b8;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.social ul li:hover a i {
	color: #FFFFFF;
}

.copyright_bar {
	width: 100%;
	height: 44px;
	background: #181d2e;
	line-height: 44px;
	font-size: 12px;
	font-weight: 500;
	color: #464f59;
}

.contain {
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
}

.item {
	align-items: center;
	color: white;
	display: flex;
	height: 500px;
	justify-content: center;
}

.myul li {
	display: inline-block;
	padding: 13px;
	width: 220px;
}

.bg_right {
	padding: 50px 0;
	background-image: url(../images/chatchai.jpg);
	background-size: cover;
}

.pricing {
	padding: 50px 0;
	background-image: url(../images/backtext.jpg);
	background-size: cover;
}

.dt {
	width: 65%;
	box-shadow: 0 13px 7px rgb(0 0 0 / 65%);
	text-align: center;
	color: #ffffff;
	padding: 2.5rem!important;
	margin: auto;
	height: 250px;
	background: #000000ad;
}

.dt:hover {
	background: #000000;
}

.dt h3 {
	color: #fff;
}

.dt p {
	color: #fff;
}

.colwh {
	font-size: 34px;
	color: white;
	line-height: 1.3;
}

.colp {
	color: white;
	text-align: center;
	display: block;
	margin: auto;
}

.colh {
	color: white;
}

.upper-footer {
	background: url(../images/footer-bg.png) #3b3460 no-repeat;
	width: 100%;
	background-size: 100%;
	min-height: 200px;
	float: left;
}

.footer-icon {
	background: #ffffff;
	height: 106px;
	width: 106px;
	border-radius: 100%;
	margin-bottom: 15px;
	padding: 15px 8px;
	text-align: center;
}

.footer-more ul li {
	float: left;
	border-right: 1px solid #fff;
	list-style-type: none;
}

.footer-more a {
	color: #fff;
	padding: 0 5px;
}

.footer-more {
	margin: auto;
	display: block;
	text-align: center;
	padding: 10px 0 18px 0;
	width: 85%;
	margin-top: 25px;
}

.footerlist2 {
	margin: auto;
	display: block;
	text-align: center;
	padding: 10px 0 18px 0;
	width: 100%;
	margin-top: 25px;
}

.footer-more li:last-child {
	border-right: none;
}

.fontp {
	font-family: 'Muli', sans-serif, Arial, Tahoma;
	line-height: 1.6;
	color: #d0d0d0;
	margin-bottom: 15px;
	font-size: 13px;
	text-align: justify;
}

.nav-tabs {
	margin: auto;
	/* display: block; */
	display: inline-flex;
	padding: 26px;
}

.parent {
	position: relative;
	width: 400px;
	height: 200px;
	border: 3px solid #73AD21;
}

.child {
	position: absolute;
	top: 5%;
	left: 10%;
	width: 75%;
	height: auto;
}

.child1 {
	position: absolute;
	top: 30%;
	left: 40%px;
	width: 30%;
	height: 100px;
}

.child3 {
	position: absolute;
	top: 50%;
	left: 35%;
	width: 10%;
	height: 100px;
}

.child4 {
	position: absolute;
	top: 150px;
	right: 100px;
	width: 30%;
	height: auto;
	border: 3px solid #73AD21;
}

.child6 {
	position: absolute;
	top: 5%;
	left: 0%;
	width: 100%;
	height: auto;
}

.child11 {
	position: absolute;
	bottom: 0%;
	left: 0%;
	width: 100%;
	height: auto;
}

.child7 {
	position: absolute;
	top: 2%;
	left: 0px;
	width: 100%;
	height: 100px;
}

.child8 {
	position: absolute;
	top: 0%;
	/* left: 0%; */
	width: 90%;
}

.child10 {
	position: absolute;
	top: 60%;
	right: 15%;
	width: 30%;
	height: auto;
}

.child9 {
	position: absolute;
	top: 20%;
	right: 15%;
	width: 30%;
	height: auto;
}

.child19 {
	position: absolute;
	top: 20%;
	right: 15%;
	width: 30%;
	height: auto;
}

.child13 {
	position: absolute;
	top: 2%;
	right: -13%;
	width: 50%;
	height: auto;
}

.child8 img {
	width: 44%;
}

.child6 img {
	width: 100%;
}

.child7 img {
	width: 100%;
}

.child10 img {
	width: 100%;
}

/* adds some margin below the link sets  */

.navbar .dropdown-menu div[class*="col"] {
	margin-bottom: 0rem;
}

.navbar .dropdown-menu {
	border: none;
	background-color: #000000c4!important;
}

/* breakpoint and up - mega dropdown styles */

@media screen and (min-width: 992px) {
	/* remove the padding from the navbar so the dropdown hover state is not broken */
	.navbar {
		padding-top: 0px;
		padding-bottom: 0px;
		width: 100%;
		margin: auto;
	}
	.navbarcut {
		width: 100%important;
	}
	/* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
	.navbar .nav-item {
		padding: 0.7rem 0.7rem;
		margin: 0px 0.25rem;
		font-size: 14px;
	}
	/* makes the dropdown full width  */
	.navbar .dropdown {
		position: static;
	}
	.navbar .dropdown-menu {
		width: 100%;
		left: 0;
		right: 0;
		/*  height of nav-item  */
		top: 63px;
		display: block;
		visibility: hidden;
		opacity: 0;
		transition: visibility 1s, opacity 0.3s linear;
	}
	/* shows the dropdown menu on hover */
	.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
		display: block;
		visibility: visible;
		opacity: 1;
		transition: visibility 0s, opacity 0.3s linear;
	}
	.navbar .dropdown-menu {
		border: 1px solid rgba(0, 0, 0, .15);
		background-color: #fff;
	}
}

.cal {
	list-style-type: none;
	background: #850000;
	color: #73baff;
	padding: 8px;
	border-radius: 22px;
	font-size: 18px;
}

.backd {
	background: rgb(75 75 75 / 35%);
	width: 95%;
	margin: auto;
	display: block;
	height: 100%;
	border-radius: 5px;
}

.backd li a {
	color: #fff;
}

.backd img {
	width: 15%;
}

.backd:hover {
	background: #000000;
	width: 95%;
	margin: auto;
	display: block;
	height: 100%;
	box-shadow: 0 4px 8px 0 rgb(255 255 255 / 42%), 0 6px 20px 0 rgb(145 145 145 / 84%);
	opacity: 0.6;
	transition: 0.7s;
}

@media only screen and (max-width: 600px) {
	li.nav-item {
		padding: 4px!important;
	}
	.backd img {
		width: 6%;
	}
	.dropdown-menu {
		padding: 0rem 0!important;
	}
	.home-serv h4 {
		font-size: 25px;
		color: #1a1a1a;
		/* line-height: 42px; */
		margin: 0px 0px 8px 0px!important;
		transition: all 0.5s ease-in-out;
	}
	.home-serv h4 span {
		font-weight: 700;
		font-size: 36px!important;
		color: #f35656;
		margin: 0px 0px 10px 0px;
	}
	.serviceicon {
		float: left;
		width: 90px!important;
		height: 90px!important;
		border-radius: 100%;
		background-color: #607077;
		border: 4px solid #fff;
		box-shadow: 6px 7px 18px rgba(0, 0, 0, 0.15);
		position: absolute;
		top: 80px;
		left: -36px!important;
	}
	.about-section {
		width: 100%!important;
	}
	.pull-mr {
		margin-left: 0%!important;
	}
	.banner-text {
		width: 100%;
	}
	.banner-text img {
		width: 100%;
	}
	li.nav-item {
		padding: 8px;
	}
	.child img {
		position: absolute;
		top: 2%;
		/* left: 1%; */
		width: 100%;
		height: auto;
	}
	.child1 img {
		display: none!important;
	}
	.child3 img {
		display: none!important;
	}
	.child4 {
		position: absolute;
		top: 150px;
		right: 100px;
		width: 30%;
		height: auto;
		border: 3px solid #73AD21;
	}
	.child6 {
		position: absolute;
		top: 5%;
		left: 0%;
		width: 100%;
		height: auto;
	}
	.child11 {
		position: absolute;
		bottom: 0%;
		left: 0%;
		width: 100%;
		height: auto;
	}
	.child7 {
		position: absolute;
		top: 2%;
		left: 0px;
		width: 100%;
		height: 100px;
	}
	.child8 {
		position: absolute;
		top: 1%;
		left: 0%;
		width: 100%;
	}
	.child10 {
		position: absolute;
		top: 60%;
		right: 15%;
		width: 30%;
		height: auto;
	}
	.child9 {
		position: absolute;
		top: 66%;
		right: 0%;
		width: 100%;
		height: auto;
		text-align: center;
	}
	.child19 {
		position: absolute;
		top: 65%;
		right: 0%;
		width: 100%;
		text-align: center;
		height: auto;
	}
	.child13 img {
		display: none!important;
	}
	.child8 img {
		width: 100%;
	}
	.div-info {
		margin-top: 1px!important;
	}
	.dt {
		width: 100%;
		box-shadow: 7px 20px 8px 9px rgb(0 0 0 / 65%);
		text-align: center;
		color: #000000;
		padding: 4.5rem!important;
		margin: auto;
	}
	.back-button {
		background: white;
    padding: 13px 33px 13px 43px;
    color: #000;
    margin: 5px;
    font-size: 17px;
    font-weight: 300;
	}
	.child21 {
		position: absolute;
		bottom: 10px!important;
		left: 10px!important;
	}
}
.bg_form {
    padding: 50px 0;
    background-image: url(../images/bg_form.jpg);
    background-size: cover;
}
.form-div {
	background: #00000000;
	margin: 0px;
	padding: 22px;
	border-radius: 5px;
	border: 1px solid #9d9d9d;
}

.div-info {
	margin-top: 30px;
	width: 100%;
	display: block;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.no-pad {
	padding: 2px;
	max-width: 98%;
}

.no-pad1 {
	padding: 0px;
	max-width: 100%;
}

.home-serv {
	background: #f2f2f2 url(../images/servicebox-bg.jpg) left top no-repeat;
	width: 104.55%;
	margin: 10px 0px 0px 36px;
	padding: 20px 0px 20px 20px;
	position: relative;
	transition: all 0.5s ease-in-out;
}

.home-serv h4 {
	font-size: 26px;
	color: #1a1a1a;
	/* line-height: 42px; */
	margin: 0px 0px 8px 100px;
	transition: all 0.5s ease-in-out;
}

.home-serv h4 span {
	font-weight: 700;
	font-size: 36px;
	color: #f35656;
	margin: 0px 0px 10px 50px;
}

.home-serv ul:before {
	content: '';
	display: block;
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	left: 0px;
	top: 10px;
	bottom: 10px;
	width: 1px;
	height: 80%;
	background-color: #a8a8a8;
}

.home-serv ul li {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #1b1b1b;
	position: relative;
}

.home-serv ul {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 23px;
	list-style: none;
	position: relative;
}

.home-serv ul li:before {
	content: '';
	display: block;
	margin: 0px;
	padding: 0px;
	width: 12px;
	height: 1px;
	position: absolute;
	left: -23px;
	top: 10px;
	background-color: #a8a8a8;
}

.serviceicon {
	float: left;
	width: 106px;
	height: 106px;
	border-radius: 100%;
	background-color: #607077;
	border: 4px solid #fff;
	box-shadow: 6px 7px 18px rgba(0, 0, 0, 0.15);
	position: absolute;
	top: 80px;
	left: 35px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
}

.serviceicon img {
	max-width: 100%;
	margin: 0 auto;
}

.servicemore {
	position: absolute;
	right: 0px;
	bottom: 0px;
	background: url(../images/servicemore-bg.png) left top no-repeat;
	width: 29px;
	height: 28px;
	text-align: center;
	padding: 4px 0px 0px 3px;
	opacity: 0.5;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

.servicemore a {
	display: block;
	width: 100%;
	height: 100%;
}

.home-serv:after {
	content: '';
	display: block;
	height: 1px;
	clear: left;
}

.home-serv:hover {
	box-shadow: 0px 4px 25px rgba(121, 121, 121, 0.7);
	z-index: 1;
	transform: translate3d(-0px, -5px, 0px);
	border-radius: 10px;
}

.slider-title {
	font-size: 107px;
	left: -60px;
	text-transform: capitalize;
	color: #ff497c;
	display: block;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 0;
	margin-top: 6px;
	opacity: .1;
	position: absolute;
	text-transform: lowercase;
	top: 55%;
	-ms-transform: translateY(-58%) rotate(-90deg);
	-webkit-transform: translateY(-58%) rotate(-90deg);
	transform: translateY(-58%) rotate(-90deg);
	word-break: unset;
	z-index: 4;
}

.about-tittle {
	color: #000000;
	font-weight: 349;
}

.about-section p {
	color: #000000;
	text-align: left;
	font-size: 15px;
}

.about-section {
	width: 75%;
	float: right;
}

.pull-mr {
	margin-left: 10%;
}

.pull-mr h2 {
	font-size: 42px;
}

.pull-mr-about h5 {
	text-align: left;
	font-size: 35px;
	font-weight: 300;
	color: #6e6e6e;
}

.pull-mr-about1 h5 {
	font-size: 60px;
	font-weight: 300;
	color: #6e6e6e;
}

.pull-mr hr {
	width: 50%;
	background-color: #f35656;
	height: 1px;
	align-content: 10px;
}

.pull-mr-about hr {
	width: 36%;
	background-color: #f35656;
	height: 1px;
	align-content: 10px;
	margin: 31px 9px 0px 0px;
}

.pull-mr-about1 hr {
	width: 36%;
	background-color: #f35656;
	height: 1px;
	align-content: 10px;
	margin: auto;
}

.pull-mr-about p {
	color: #6e6e6e;
	text-align: left;
	font-size: 15px;
	margin-bottom: 10px;
}

.pull-mr-about1 p {
	color: #6e6e6e;
	text-align: left;
	font-size: 15px;
	margin-bottom: 10px;
}

.about-area {
	padding-top: 51px;
	padding-bottom: 57px;
}

.about-area1 {
	padding-top: 51px;
	padding-bottom: 57px;
}

.about-area2 {
	padding-top: 0px;
	padding-bottom: 57px;
}

.tab-img1 img {
	margin-left: -247px;
	margin-top: -125px;
}

.tab-img img {
	width: 100%!important;
}

.tab-img {
	overflow: hidden;
	position: relative;
}

.tab-img1 {
	position: relative;
}

span.black-bn {
	background: #f35656!important;
	color: #fff!important;
	font-weight: 500;
	padding: 0 5px;
}

.h2-tittle {
	font-weight: 500;
	font-size: 45px;
	line-height: 130px;
}

.info {
	bottom: 0;
	left: 0;
	padding: 50px;
	position: absolute;
	right: 0;
	top: 0;
	box-sizing: border-box;
	background-color: #00000021;
	padding: 96px 55px 67px 50px;
}

.ho-div {
	position: relative;
	border: 5px solid #00000042;
}

.ho-div img {
	width: 100%;
}

/*.ho-div:hover .info {*/
/*	opacity: 1;*/
/*	visibility: visible;*/
/*	bottom: 0;*/
/*	background-color: ##000000ad;*/
/*	color: #fff;*/
/*	padding: 96px 55px 67px 50px;*/
/*}*/

.font-col {
	color: #fff;
	font-size: 30px;
	border: 5px solid #fff;
	padding: 25px 20px;
	background:rgb(7 0 0 / 70%);
	backdrop-filter: blur(1px);
	-webkit-backdrop-filter: blur(10px);
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.border-icon {
	border: 4px solid #fff;
	border-radius: 50%;
	display: inline-block;
	font-size: 65px;
	height: 2.5em;
	padding: 4px;
	width: 2.5em;
}

.ne-img1 {
	background: url(../images/icons.png)134px 120px;
	width: 42px;
	height: 60px;
	margin: 0 auto;
}

.border-icon h6 {
	margin: 0px 0 13px;
	font-size: 21px;
	text-align: center;
}

.ne-img2 {
	background: url(../images/icons.png)0px 0;
	width: 60px;
	height: 60px;
	margin: 0 auto;
}

.ne-img3 {
	background: url(../images/icons.png)134px 66px;
	width: 60px;
	height: 60px;
	margin: 0 auto;
}

.ne-img4 {
	background: url(../images/icons.png)217px 66px;
	width: 60px;
	height: 60px;
	margin: 0 auto;
}

.ne-img5 {
	background: url(../images/icons.png)130px 199px;
	width: 60px;
	height: 60px;
	margin: 0 auto;
}

.ne-img6 {
	background: url(../images/icons.png)64px 253px;
	width: 60px;
	height: 60px;
	margin: 0 auto;
}

.ne-img7 {
	background: url(../images/icons.png)0px 124px;
	width: 60px;
	height: 60px;
	margin: 0 auto;
}

.ne-img8 {
	background: url(../images/icons.png)212px 0;
	width: 60px;
	height: 60px;
	margin: 0 auto;
}

.ne-img9 {
	background: url(../images/icons.png)75px 0;
	width: 60px;
	height: 60px;
	margin: 0 auto;
}

.ne-img10 {
	background: url(../images/icons.png)64px 130px;
	width: 53px;
	height: 53px;
	margin: 0 auto;
}

.border-icon:hover {
	-webkit-animation: scaleDisappear .5s;
	animation: scaleDisappear .5s;
}

.cal a {
	color: #fff;
}

.cal i {
	color: #fff;
}

.grey-bg {
	background: url(../images/grey-pattren.jpg) left top repeat;
	padding: 40px 0px 0px 0px;
}

footer li {
	color: #fff;
}

footer p {
	color: #fff;
}

.child19 p {
	color: #000;
}

.child9 p {
	color: #000;
}

.img-responsive1 {
	width: 100%;
}

.img-responsive122 {
	width: 30%;
}

.fath {
	position: relative;
	width: 100%
}

.child21 {
	position: absolute;
	bottom: 50px;
	left: 100px;
}

.back-button {
	background: white;
    padding: 10px 25px 10px 18px;
    color: #000;
    margin: 5px;
    font-size: 18px;
    font-weight: 300;
}

.title {
	color: #000;
}

.pull-mr-about3 h6 {
	font-size: 30px;
	font-weight: 300;
}

.pull-mr-about3 h5 {
	font-size: 18px;
	font-weight: 600;
	color: #000;
}

.pull-mr-about32 h5 {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 53px;
	font-weight: 700;
	line-height: 65px;
	color: #494949;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	text-align: center;
}

.padd-1 {
	padding-right: 40px;
	padding-left: 40px;
}

.img-responsive1222 {
	width: 10%;
}

.btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
	float: right;
}

@media (max-width:368px) {
	.home-serv h4 span {
		font-size: 25px!important;
	}
	.contact_info ul li>div:last-of-type {
		font-size: 13px!important;
	}
}

@media (min-width:368px) {
	.home-serv h4 span {
		font-size: 25px!important;
		margin-left: 23px;
	}
}
.back2 {
    padding: 50px 0;
    background-image: url(../images/back1.jpg);
    background-size: cover;
}

/*whats app logo  css*/
.bottom-footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #2d3647;
	color: white;
	text-align: center;
	z-index: 9999;
 }
 .bottom-footer .fa-whatsapp {
	 font-size: 25px;
 }
 .bottom-footer .fa-volume-control-phone {
	font-size: 25px;
}