*{
	box-sizing:border-box;
}
html{
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
		margin:0;
		padding:0;
		border:0;
		outline:0;
	}
header, footer, article, section, hgroup, nav, figure {
		display:block;
		margin:0px;
		padding:0px;
}
img {
	border: 0 none;
	height: auto;
	max-width: 100%;
	vertical-align:middle;
	transition: all 0.5s ease-in-out 0s;
}
ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
}
a, button{
		text-decoration:none;
		outline:none;
		transition: all 0.5s ease-in-out 0s;
		color:#000;
}
i.fa{
	transition: all 0.5s ease-in-out 0s;
}
p, td, input, label, form, h1, h2, h3, h4, h5, h6, a {
		padding:0px;
		margin:0px;
		border:none;
		text-decoration:none;
		font-weight:normal;
}
input[type="text"],input[type="button"],input[type="submit"],input[type="email"],input[type="tel"] ,textarea {
	-webkit-appearance: none;  
	-webkit-border-radius: 0;
	-webkit-appearance: none;
	transition: all 0.5s ease-in-out 0s;
	outline:none;
	resize: none;
}
input[type="submit"], input[type="button"], input[type="reset"]{
	outline:none;
	cursor:pointer;
}
.clear {
	clear: both; 
}
.vm{ 
	vertical-align: middle; 
}
.relative{ 
	position: relative; 
}
.left{
	float: left;
}
.right {
		float:right !important;
}
/*placeholder css*/
input::-webkit-input-placeholder {
		opacity:1 !important;
}
.searchbox input::-webkit-input-placeholder{
		color:#d4d8e4 !important;
}
input::-moz-placeholder {
		opacity:1 !important;
}
input:-ms-input-placeholder {
		opacity:1 !important;
}
input:-moz-placeholder {
		opacity:1 !important;
}

textarea::-webkit-input-placeholder {
	opacity:1 !important;
}
textarea::-moz-placeholder {
	opacity:1 !important;
}
textarea:-ms-input-placeholder {
	opacity:1 !important;
}
textarea:-moz-placeholder {
	opacity:1 !important;
}

/*ends css*/
body{
	margin:0;
	padding:0;
	font-family: 'Roboto', sans-serif;
}


/*selection color*/
::-moz-selection {
    background: #03A9F4;
    color: #ffffff;
}
::-webkit-selection {
    background: #03A9F4;
    color: #ffffff;
}
::selection {
    background: #03A9F4;
    color: #ffffff;
}
	

a:hover, a:focus{
	text-decoration:none;
	color:inherit;
}
.full_width{
	width:100%; 
	float:left;
}

h1 {
	font-size: 18px;
	font-weight: 800;
}

h2 {
	color: white;
	font-size: 48px;
	font-weight: 500;
}

h3 {
	color: black;
	font-size: 37px;
	font-weight: 500;
}

h4 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 30px;
}

h5 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 8px;
}

p {
	font-size: 16px;
	line-height: 24px;
}

.container {
    /* max-width: 1170px; */
    max-width: 1300px;
    width: 100%;
	padding: 0 15px;
    margin: 0 auto;
}



/* mai_banner_css */

.banner_main_container {
	width: 100%;
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	background-image: linear-gradient(#0000004d, #0000004d), url('../images/banner.webp');
}

.top_header_bar {
	position: relative;
	height: 63px;
	background-color: #03A9F4;
}

.top_bar_items {
	display: flex;
}

.top_header_section_main_container {
    left: 0;
    right: 0;
    top: 0;
	z-index: 99;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: fixed;
}



.left_bar {
	flex-grow: 15;
	height: 63px;
	display: flex;
	color: white;
	align-items: center;
	justify-content: space-evenly;
	padding: 0 30px;
}

.left_bar p {
	display: flex;
	z-index:99;
	font-size: 18px;
	font-weight: 800;
}

.left_bar p a {
	color: white;
	display: flex;
	font-size: 18px;
	font-weight: 800;
	margin-left: 5px;
}



.right_bar{
	flex-grow: 1;
	height: 63px;
	display: flex;
	color: white;
	align-items: center;
	padding: 0 0 0 20px;
	background:#03A9F4;
	margin-left:30px;
	position:relative;
}

.right_bar::after{
	content: '';
	right: 100%;
    height: 63px;
	width:5000px;
	position: absolute;
	background:#03A9F4;
	left:100%; top:0; bottom:0;
}



.right_bar h1 {
	position: relative;
}

.left_bar p::before {
	content: '';
	position: relative;
	height: 20px;
	width: 20px;
	top: 3px;
    right: 10px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('../images/call_icon.svg');
}

.left_bar p a p::before {
	display: none;
}

.navbar_main_container {
	padding: 35px 0;
	background-color: white;
}

.navbar_items {
	display: flex;
	position: relative;
	align-items: center;
}

.logo {
	position: absolute;
}

.logo a{
	display:inline-block;
}

.navbar_opt {
    right: 0;
    position: absolute;
}

.navbar_opt ul {
	display: flex;
}

.navbar_opt ul li {
	margin: 0 8px;
}

.navbar_opt ul li:last-child {
	margin-right: 0;
}

.navbar_opt ul li a {
	font-size: 18px;
	font-weight: 500;
	padding: 15px 20px;
	background-color: transparent;
	transition: 0.6s;
}


.navbar_opt ul li a span {
	display: inline-block;
	margin-left: 2px;
	width: 14px;
	position: relative;
	top: -3px;
}
.navbar_opt ul li a span img{width:100%;}

#active_menu {
	color: white;
	padding: 15px;
	background-color: #03A9F4;
}

#active_menu img{
	filter: brightness(1) invert(1); transition:all 0.2s ease-in-out;
}

.navbar_opt ul li a:hover {
	color: white;
	padding: 15px 20px;
	background-color: #03A9F4;
}

.navbar_opt ul li a:hover img{filter: brightness(1) invert(1); transition:all 0.2s ease-in-out;}

.navbar_opt ul li a:hover.drop_icon::after {
	color: white !important;
	transition: 0.6s;
}

ul.submenu {
	top: 40px;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out .3s;
    display: block;
    position: absolute;
	background-color: white;
}

.drop_icon::after {
	content: '';
	color: black;
    top: -1px;
    left: 3px;
    /* font-size: 12px; */
    position: absolute;
	background-image: url('../images/dropdown.png');
}

ul.submenu li {
    display: block;
}

.drop_down:hover .submenu  {
	opacity: 1;
    visibility: visible;
    transition: all ease-in-out .3s;
}

.submenu li {
	margin: 15px 0 !important;
}

.submenu li a:hover {
	color: #03A9F4 !important;
	background-color: transparent !important;
}


.service_dropdown li a:hover {
	color: #03A9F4 !important;
	background-color: transparent !important;
}

  .fix-info {
    position: fixed;
    top: auto;
	bottom:20%;
    right: 0;
    z-index: 1;
}

  .fix-info ul li a {
    padding: 15px 30px;
    height: 60px;
    display: flex;
    align-items: center;
    font-weight: bold;
    position: relative;
    background: #03A9F4;
    color: #fff;
    font-size: 20px;
    padding-left: 70px;
    display: inline-block;
    transform: translatex(170px);
	border-radius: 5px;
    transition: all 0.5s ease-in-out;
    border: 1px solid #fff;
	box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 20%);
  }
  
  
  .fix-info ul li a:hover{background:#03A9F4;}

  .fix-info ul li {
    display: block;
    margin-bottom: 10px;
}

.fix-info ul li:last-child {
    margin-bottom: 0;
}

  .fix-info ul li a i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    display: inline-block;
}

.fix-info ul li a:hover {
	transform: translatex(20px);
	transition: all 0.5s ease-in-out;
}

.fix-info ul li a i img{filter:brightness(0) invert(1);  animation: movetopbtm 2s linear infinite;}

.fix-info ul li a:hover.fix-info ul li a i {
	filter: brightness(0) invert(1);
}

.fix-info ul li:nth-child(2) a:hover {
    transition: all 0.5s ease-in-out;
    transform: translatex(170px);
}
 
  .banner_mid_section {
	  width: 100%;
	  padding: 310px 0 144px 0;
  }


  .banner_mid_box {
	  /* height: 309px; */
	  width: 800px;
	  margin: 0 auto;
	  padding: 49px 42px 49px 42px;
	  background-color: #000000a6;
	 } 

  .banner_mid_box .heading {
	  text-align: center;
  }

  .banner_mid_box_list {
	  display: flex;
	  align-items: flex-start;
	  justify-content: space-evenly;
  }

  .banner_mid_box_list ul li {
	  color: white;
	  font-size: 22px;
	  font-weight: 300;
	  padding: 7px !important;
	  position: relative;
	  margin: 0 15px;
	 }

  .banner_mid_box_list ul li::before {
	content: '';
    width: 18px;
    top: 4px;
    height: 20px;
    left: -30px;
    position: absolute;
	  background-image: url('../images/point_icon.svg');
  }

  .banner_bottom_heading {
	  text-align: center;
	  padding: 15px 0;
	background-color: #03A9F4;
  }

  .banner_bottom_heading span {
	  color: white;
	  font-size: 30px;
	  font-weight: 500;
  }

  .welcome_items {
	  display: flex;
	  align-items: flex-start;
	  justify-content: space-between;
  }

  .welcome_items .img {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: center;
	position: relative;
}


  .welcome_main_container {
	  width: 100%;
	  padding: 100px 0;
	  position: relative;
	  background-color: #F2F6FD;
  }


.welcome_items .content p {
	margin: 26px 0;
}

.welcome_items .btn {
	padding-top: 20px;
}

.welcome_items .btn a {
	color: #efefef;
	font-size: 18px;
	font-weight: 500;
	padding: 13px 20px;
	background-color: #03A9F4;
}


.welcome_items .btn a:hover {
	background-color: #185c64;
}

.welcome_img_info_box {
	padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -51px;
    flex-direction: column;
	width: 100%;
	max-width: 80%;
    background-color: #03A9F4;
}

.welcome_img_info_box span {
	font-size: 18px;
	color: white;
	font-weight: 300;
	margin-bottom: 12px;
}

.welcome_img_info_box a {
	font-size: 26px;
	color: white;
	font-weight: 600;
}


/* service_css */

.service_main_container {
	padding: 100px 0;
}

.service_main_container h3 {
	text-align: center;
}

.service_card_container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 60px 0;
	justify-content: center;
}

.service_card {
	width: 100%;
	position: relative;
	transition: 0.6s;
	text-align: center;
	height: 478px;
	margin-bottom: 70px;
	border: 6px solid #03A9F4;
	background-color: #03A9F4;
	max-width: calc(100% / 4 - 20px);
	margin: 10px;
}

.service_card:hover {
	background-color: #0021db;
	border-color: #0021db;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

.service_card a::after {
	/* content: '';
	position: absolute;
	height: 55px;
	width: 55px;
	left: 38%;
    bottom: -39px;
	border: 5px solid white;
	background-color: #03A9F4;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
	transition: 0.6s;
	background-image: url('../images/arrow_icon.svg');
	box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px; */
	content: '';
    position: initial;
    height: 55px;
    width: 55px;
    border: 5px solid white;
    background-color: #03A9F4;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    transition: 0.6s;
    background-image: url(../images/arrow_icon.svg);
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    display: block;
    margin: auto;
}
.custom-serv .service_card a {
    position: absolute;
    top: 50%;
	/* bottom:initial; */
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    text-align: center;
	transition: 0.6s ease;
}
.service_card:hover.service_card a::after {
	background-color: #0021db;
}

.service_card img {
	width: 100%;
	height: 217px;
	object-fit: cover;
}

.service_card span {
	font-size: 26px;
	color: white;
	position: relative;
	bottom: 15px;
	font-weight: 600;
}

.service_card p {
	color: white;
	padding: 0 4px 60px 4px;
}

.big_service_card_container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 60px 0;
	padding-top: 0;
	justify-content: space-between;
}

.bg_service_card {
	width: 100%;
	position: relative;
	transition: 0.6s;
	text-align: center;
	height: 478px;
	margin-bottom: 70px;
	border: 6px solid #03A9F4;
	background-color: #8AA2A4;
	max-width: calc(100% / 3 - 20px);
}

.bg_service_card:hover {
	background-color: #03A9F4;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

.bg_service_card  img {
	width: 100%;
}

.bg_service_card  span {
	font-size: 26px;
	color: white;
	position: relative;
	bottom: 15px;
	font-weight: 600;
}

.bg_service_card  p {
	color: white;
	padding: 0 4px 60px 4px;
}

.bg_service_card a::after {
	content: '';
	position: absolute;
	height: 55px;
	width: 55px;
	left: 42%;
    bottom: -39px;
	border: 5px solid white;
	background-color: #03A9F4;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
	transition: 0.6s;
	background-image: url('../images/arrow_icon.svg');
	box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

.bg_service_card:hover.bg_service_card a::after {
	background-color: #03A9F4;
}

.intreast_main_bg {
	width: 100%;
	background-size: cover;
	padding: 50px 0;
	background-repeat: no-repeat;
	background-image: url('../images/interest_bg.webp'), linear-gradient(#000000db, #000000db);
	
}

.intreast_main_bg h3 {
	text-align: center; 
	color: white;
}

.intrest_img {
	display: flex;
	align-items: center;
	padding-top: 50px;
	justify-content: space-evenly;
}

.text-center {
	text-align: center;
}

.testimonial_slider {
	padding-top: 45px;
}

.textimonial_card {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.textimonial_card .description {
	text-align: center;
	max-width:650px;
	margin:0 auto;
}

.client_info {
	display: flex;
	padding: 30px 0;
	align-items: center;
}

.avtar {
	height: 70px;
	width: 70px;
	margin-right: 30px;
}



.testimonial_slider .owl-dots {
	text-align: center !important;
}

.testimonial_slider .owl-dot  {
	height: 10px !important;
	width: 10px !important;
	border-radius: 50px;
	margin: 20px 5px;
	border: 2px solid #03A9F4 !important;
	background-color: white !important;
}

.testimonial_slider .owl-dot:hover  {
	border: 2px solid #03A9F4;
}

.testimonial_slider .owl-dot.active  {
	border: 2px solid #0021db !important;
	background-color: #0021db !important;
}


/* borward_css */

.borward_main_container {
	background-color: #F2F6FD;
}

.borward_title {
	text-align: center;
	padding: 15px 0;
	background-color: #03A9F4;
}

.borward_title span {
	font-size: 20px;
	color: white;
	margin: 0 auto;
	font-weight: 500;
}

.borward_list_container {
	padding: 60px 0;
	display: flex;
	align-items: flex-start;
}

.width-25 li {
    width: 25%;
    padding-right: 10px;
    float: left;
}

.icon-list li {
    display: inline-block;
    margin-bottom: 5px;
    padding-left: 30px;
    position: relative;
	font-size: 16px;
    line-height: 30px;
}

.borward_list_container ul li:last-child {
	margin-bottom: 0;
}

.icon-list li::before,.sitemap_links li::before {
	content: '';
    width: 18px;
    top: 3px;
    height: 20px;
    left: 0;
    position: absolute;
	background-image: url('../images/point_icon.svg');
	background-repeat: no-repeat;
    background-size: contain;
  }
ul.sitemap_links.icon-list {column-count: 3;width: 100%;}
ul.sitemap_links.icon-list li {display: inherit;}
  /* footer_css */

  .footer_main_container {
	  padding: 50px 0;
	  color: white;
	  background-color: #fff;
  }

  .footer_inner_items_container {
	  display: flex;
	  flex-wrap: wrap;
	  align-items: flex-start;
	  justify-content: space-between;
  }

  .footer_descrip img {
	  margin-bottom: 20px;
  }



  .footer_sec ul li {
	  position: relative;
	  left: 30px;
	  margin-bottom: 20px;
  }

  .footer_sec ul li:last-child {
	  margin-bottom: 0;
  }

  .footer_sec ul li::before {
	content: '';
    width: 18px;
    top: -2px;
    height: 20px;
    left: -30px;
    position: absolute;
	background-image: url('../images/point_icon.svg');
	background-repeat: no-repeat;
    background-size: contain;
  }


  .footer_sec ul li a {
	  font-size: 16px;
	  color: #000;
	  font-weight: 400;
	  transition: 0.6s;
  }
  
  .contact_footer_sec ul li {
	  display: flex;
	  margin-bottom: 20px;
	  align-items: flex-start;
  }

  .contact_footer_sec ul li:last-child {
	  margin-bottom: 0;
  }

  .icon {
    width: 40px;
    text-align: center;
}

  .contact_footer_sec ul li .detail {
	  display: flex;
	  margin-left: 37px;
	  flex-direction: column;
	  color: #000;
	 }

  .contact_footer_sec ul li .detail span:first-child {
	  font-size: 18px;
	  font-weight: 600;
	  margin-bottom: 5px;
  }

  .contact_footer_sec ul li .detail span:last-child {
	font-size: 18px;
	font-weight: 400;
}

  .contact_footer_sec ul li span a {
	font-size: 16px;
	color: #000;
	font-weight: 400;
	transition: 0.6s;
}

  .footer_sec ul li a:hover {
	  color: #03A9F4;
  }

  .contact_footer_sec ul li span a:hover {
	color: #03A9F4;
  }

  .telelephone {
	  display: flex;
	  margin-right: 58px;
	  flex-direction: column;
  }

  .mobile {
	display: flex;
	flex-direction: column;
}

  .contact_type {
	  display: flex;
	  align-items: flex-start;
  }

  .copyright_container {
	  text-align: center;
	  padding: 20px 0;
  }

.copyright_container span {
	font-size: 18px;
	font-weight: 300;
}

/* about_css */

.about_banner_main_container, .inner-page-banner {
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: linear-gradient(#0000004d, #0000004d), url('file:///E:/xampp/htdocs/Backups/topten/g-marketing/g-marketing/assets/images/social.webp');
	background-image: linear-gradient(#03A9F4, #012b52);
	padding: 100px 0 100px 0;
	margin-top: 130px;
}


.sub_page_banner_mid_box {
	text-align: center;  
	margin: 0 auto;
	width: fit-content;
	padding: 14px 50px 20px 50px;
	/* background-color: #000000a6; */
}

.our_work_items {
	display: flex;
	align-items: center;
	justify-content: center;
}

.our_work_items .left_side {
	width: 100%;
	max-width: 62%;
	text-align: justify;
}

.our_work_items .right_side {
	width: 100%;
	max-width: 38%;
}

.our_work_items .left_side .btn {
	padding-top: 20px;
}

.our_work_items .left_side .btn a {
	color: #efefef;
	font-size: 18px;
	font-weight: 500;
	padding: 13px 20px;
	background-color: #03A9F4;
}


.our_work_items .left_side .btn a:hover {
	background-color: #185c64;
}

.our_work_main_container {
	padding: 100px 0 50px 0;
}

.left_side p {
    margin-bottom: 12px;
}

/* .left_side img {
	margin-bottom: 20px;
} */

.our_work_items .right_side {
	margin-left: 30px;
}

.our_work_items .left_side img {
	margin-bottom: 8px;
}

.our_service_form {
	border-radius: 10px;
	background-color: #F2F6FD;
	border:1px solid #03A9F4;
}

.our_service_form span{
	padding:15px 20px;
	text-align:center;
	background-color: #03A9F4;
	text-align:center;
	color:#fff;
	display:block;
	border-radius:8px 8px 0 0;	
}

.about_our_work span {
	color: #03A9F4;	
}

.request-form-outer{padding:15px 15px 15px;}

textarea::-webkit-input-placeholder {
	font-family: 'Roboto';
}

.form_title {
	font-size: 30px;
	font-weight: 700;
}

.about_our_work {
	margin-top: 15px;
}


.about_our_work .input_field label {
	display: block;
}

.about_our_work input[type="text"], .about_our_work input[type="email"] {
	width: 80%;
	padding: 10px 5px;
	border-radius: 5px;
	border: 1px solid rgba(174, 174, 174, 0.691);
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.about_our_work textarea {
	width: 100%;
	padding: 8px 5px;
	border-radius: 5px;
	border: 1px solid rgba(174, 174, 174, 0.691);
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.input_field {
	padding-bottom: 15px;
}

.about_our_work .input_field:last-child {
	padding-bottom: 5px;
}

.input_field label {
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 3px;
	color: #353535;
}

.our_service_form small {
	font-weight: 700;
	font-size: 14px;
	color: #353535;
}

#protection_input {
	width: 130px;
	padding: 8px 5px;
	border-radius: 5px !important;
	margin-top: 5px;
	border: 1px solid rgba(174, 174, 174, 0.691);
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.submit_btn {
	display: block;
	margin-top: 20px;
	padding: 10px 20px;
	color: black;
	font-size: 18px;
	border-radius: 8px;
	background-color: rgb(235, 235, 235);
}


/* testimonial_css */

.testimonial_banner_main_container {
	width: 100%;
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	background-image: linear-gradient(#0000004d, #0000004d), url('../images/testimonial_banner.jpg');
	padding: 214px 0 57px 0;
}

/* project_gallery */

.project_banner_main_container {
	width: 100%;
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	background-image: linear-gradient(#0000004d, #0000004d), url('../images/Project\ Galleries_banner.jpg');
	padding: 214px 0 57px 0;
}



/* service_css */

.service_banner_main_container {
	width: 100%;
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	background-image: linear-gradient(#0000004d, #0000004d), url('../images/service_banner.jpg');
	padding: 214px 0 57px 0;
}
.our_work_items .left_side h4 {
    margin-bottom: 2px;
}

.copy_right{padding: 20px 0 22px; text-align:center; }  
.copy_right p{font-size:18px; }
.copy_right p a:hover{color:#03A9F4;}


/* contact */

.our_contact_info {
	background-color: #03A9F4;
	border-radius: 10px;
	color: white;
    padding: 30px 50px 30px 40px;
}

.contact_box{margin-top: 30px;}

.contact_box .icon{
	filter: brightness(0) invert(1);
}

.contact_box li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 30px;
}

.contact_box li .icon {
	margin-right: 10px;
}

.contact_box li:last-child {
	margin-bottom: 0;
}

.contact_box .detail {
	display: flex;
	flex-direction: column;
}

.contact_box .detail span:first-child {
	font-size: 20px;
}

.contact_box .detail span:last-child {
	font-weight: 500;
}

.contact_box .detail span a {
	color: white;
	font-size: 17px;
	margin-top:2px;
	display:block;
}

.contact_box .detail span a:hover{
	color:rgba(255,255,255,0.6);
}


@keyframes movetopbtm {
    from {
        transform: translateY(0px);        
    }
    20% {
        transform:  translateY(-2px);     
    }
    50% {
        transform:  translateY(3px);        
    }
    to {
        transform: translateY(0);        
    }
}


.site-map{background:#292A2A; margin-top:0px; text-align:center;}
.site-map ul li{display:inline-block; }

.site-map ul li a{color:rgba(255,255,255,0.2); display:inline-block; padding:8px 0;}
.site-map ul li:after{color:rgba(255,255,255,0.3); content:'|'; padding:0 5px; display:inline-block;}
.site-map ul li:last-child:after{display:none;}

.site-map ul li a:hover{text-decoration:underline;}



#toTop{padding:10px; text-align:center;  background:#03A9F4; border:1px solid #fff; position: fixed; bottom: 10px;right: 10px; cursor: pointer; display: none; border-radius:10px; z-index:99;}
#toTop:hover{background:#03A9F4;}
#toTop img{width:24px; filter:brightness(0) invert(1);}



.contact-us-outers .left_side{border:1px solid #ddd; background-color: #F2F6FD; border-radius:8px;}
.contact-us-outers .contact-frm{padding:10px 30px 30px;}

.contact-us-outers .left_side  h3{padding:20px 30px; text-align:center; background:#03A9F4; border-radius:8px 8px 0 0; color:#fff; margin-bottom:10px;}


.mob-fix-call{
	position:fixed; 
	bottom:0; 
	z-index:9;
	left:0; right:0;
	background-color: #03A9F4;
	text-align:center;
	padding:8px 10px;
	display:none;
}

.mob-fix-call ul li{display:inline-block; margin-right:30px;}
.mob-fix-call ul li:last-child{margin-right:0;}

.mob-fix-call ul li a{display:inline-block;}

.mob-fix-call ul li img{filter: brightness(0) invert(1);}


/* ======================= Custom Css ======================= */
.text-start{
	text-align: left !important;
}
.text-center{
	text-align: center !important;
}
.text-start p, .text-center p, .why-choose-gmarketing p{
	margin: 26px 0;
}
.mb-0{
	margin-bottom: 0 !important;
}
.pb-0{
	padding-bottom: 0;
}
.pt-3{
	padding-top: 1.5rem;
}
.mb-3{
	margin-bottom: 1.5rem;
}
.strategic-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: fit-content;
    min-height: 300px;
    padding: 0 1.5rem;
    margin: 15px 10px;
}
.strategic-card p {
    padding: 0 4px 0px 4px;
}
.strategic-card span {
    bottom: initial;
}
.d-block li{
	display: block;
}
.why-choose-gmarketing h3, .why-choose-gmarketing p{
	color: #fff;
}
.why-choose-gmarketing{
	padding: 100px 0;
	background-color: #03A9F4;
	text-align: center;
}
.custom-successfull-cam{
	align-items: center;
}
.successfull-cam figure {
    height: 100%;
}
.successfull-cam img{
	width: 100%;
	position: relative;
	height: 100%;
	object-fit: cover;
}
ul.submenu a {
    width: 100%;
    display: inline-block;
    padding: 5px 20px !important;
}
a.logo-title {
    color: #03A9F4;
    font-size: 25px;
    font-weight: 600;
    font-family: cursive;
}
.footer_descrip .logo-title{
	display: block;
}
.w-100{
	width: 100%;
	height: auto;
}
.elevate .our_work_items{
	align-items: center;
}
.footer_main_container h4, .footer_main_container p{
	color: #000;
}

.custom-serv {
	padding-bottom: 0;
}
.custom-serv .service_card {
    height: fit-content;
	position: relative;
}
.custom-serv span {
    bottom: initial !important;
	display: block;
    margin: 1rem 0;
    font-weight: 400;
    padding: 30px 15px 0px;
	transition: 0.6s;
}
.custom-serv .service_card:hover span {
    padding: 0px 15px 30px;
}
.custom-serv .service_card:hover a {
    top: 90%;
}
.banner_mid_box_list ul {
    column-count: 2;
    margin: 25px 0;
}
.about_banner_main_container.social{background-image: linear-gradient(#03a9f4ad, #012b52bd), url(../images/social.webp);}
.about_banner_main_container.seo{background-image: linear-gradient(#03a9f4ad, #012b52bd), url(../images/seo.webp);}
.about_banner_main_container.sampling{background-image: linear-gradient(#03a9f4ad, #012b52bd), url(../images/sampling.webp);}
.about_banner_main_container.advertising-banner{background-image: linear-gradient(#03a9f4ad, #012b52bd), url(../images/advertise.webp);}
@media(min-width:991.5px){
	.order-mb-first{
	    order: -1;
		margin-left: 0 !important;
		margin-right: 30px !important;
	}
}
@media only screen and (max-width: 991px) {
	.why-choose-gmarketing{
		padding: 80px 0;
	}
}
@media(min-width:992px){
	.seo-serv .service_card{max-width: calc(100% / 3 - 20px);}
	}