@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kb d, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, input, textarea, select, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font-family: 'Mulish', sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	margin: 0;
	padding: 0;
	outline: 0;
	scrollbar-width: thin;
}
body::-webkit-scrollbar {
  	width: 8px;
	background: #f1f1f1;
}
body::-webkit-scrollbar-thumb {
  	background-color: #c1c1c1;
	border: 1px solid #fff;
}
::-moz-selection {
 	color: #fff;
 	background: #0F61A5;
}
::selection {
	color: #fff;
	background: #0F61A5;
}
img {
	max-width: 100%;
	height: auto !important;
	image-rendering: -webkit-optimize-contrast;
}
.trs {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.form-control::placeholder {
	color: #888;
	opacity: 1 !important;
	font-size: 15px;
}
::-webkit-input-placeholder {
 	color: #888;
 	opacity: 1 !important;
	font-size: 15px;
}
:-moz-placeholder {
 	color: #888;
 	opacity: 1 !important;
	font-size: 15px;
}
::-moz-placeholder {
 	color: #888;
 	opacity: 1 !important;
	font-size: 15px;
}
:-ms-input-placeholder {
 	color: #888;
 	opacity: 1 !important;
	font-size: 15px;
}
select:required:invalid {
	color: #888 !important;
}
:focus {
	outline: none !important;
	box-shadow: none !important;
}
a, a:hover {
	text-decoration: none;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
 	transition: background-color 5500s ease-in-out 0s;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	cursor: pointer !important;
	color: #333 !important;
}
select::-ms-expand {
 	display: none;
}
input[type="text"], input[type="email"], input[type="password"], input[type="file"], input[type="date"], textarea, select {
	outline: none !important;
	box-shadow: none !important;
	font-size: 16px !important;
	background-color: transparent !important;
	color: #333;
	border: 1px solid #e5e5e5 !important;
}
.form-control:focus, .form-select:focus {
    border-color: #0F61A5;
	box-shadow: none !important;
}
textarea {
	resize: none;
	line-height: 26px !important;
}
.form-floating > textarea.form-control {
	min-height: calc(8em + (0.75rem + 2px));
}
.form-floating > label {
	font-size: 15px;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
b, strong {
    font-weight: 700;
}
.form-check-input:checked {
    color: #fff;
    border-color: transparent;
    background-color: #0F61A5;
}
.form-check-input:focus {
    border-color: rgba(225, 116, 0, 0.3);
    outline: 0;
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(225, 116, 0, 0.3);
}
.videobtn {
	width: 120px !important;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	-ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
  	cursor: pointer;
  	text-align: center;
}
.video-btn {
	background: none;
    border: none;
	padding: 0;
}

.vert_move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
.vert_move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
.shine_ani:before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.15) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), to(rgba(255,255,255,0.15)));
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.15) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 1
}
.shine_ani:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}
@-webkit-keyframes shine {
    100% {left: 125%}
}
@keyframes shine {
    100% {left: 125%}
}
/***************************** header *****************************/
.top {
	width: 100%;
	float: left;
    background: #fff;
}
.top_ph {
	font-family: 'Lato', sans-serif;
	float: right;
	font-size: 16px;
	font-weight: 400;
    text-align: center;
}
.top_ph a {
	float: left;
	color: #0F61A5;
	text-align: center;
	text-decoration: none;
    padding: 6px 50px 6px 0;
}
.top_ph img {
	height: 18px !important
}
.top_ph a:hover img {
	transform: scale(1.1);
}
/************************* social_media *************************/
.social_media {
	float: right;
}
.top_social a {
	color: #0F61A5;
	font-size: 16px;
}
.footer_social a {
	color: #fff;
	font-size: 20px;
}
.social_media a {
	width: 35px;
	height: 35px;
	display: inline-flex;
	line-height: 1;
	margin-right: 4px;
	text-align: center;
	border-radius: 10px;
	align-items: center;
    justify-content: center;
}
.social_media a:hover {
	transform: scale(1.2);
}
.social_media a.fb:hover, .social_media a.fb:focus {
	color: #38548f;
}
.social_media a.tw:hover, .social_media a.tw:focus {
	color: #55acee;
}
.social_media a.im:hover, .social_media a.im:focus {
	color: #fb3958;
}
.social_media a.yt:hover, .social_media a.yt:focus {
	color: #e52d27;
}
.social_media a.in:hover, .social_media a.in:focus {
	color: #0976b4;
}
.social_media a.be:hover, .social_media a.be:focus {
	color: #0067ff;
}
.social_media a.wa:hover, .social_media a.wa:focus {
	color: #34af23;
}
/***************************** Menu *****************************/
.navbar-nav.sm-collapsible .sub-arrow {
	position: absolute;
	top: 50%;
	right: 0;
	margin: -0.7em 0.5em 0 0;
	border-radius: .25rem;
	padding: 0;
	width: 2em;
	height: 1.4em;
	font-size: 1.25rem;
	line-height: 1.2em;
	text-align: center;
}
.navbar-nav.sm-collapsible .sub-arrow::before {
	content: '+';
}
.navbar-nav.sm-collapsible .show > a > .sub-arrow::before {
	content: '-';
}
.navbar-dark .navbar-nav.sm-collapsible .nav-link .sub-arrow {
	border-color: rgba(255, 255, 255, .1);
}
.navbar-nav.sm-collapsible .has-submenu {
	padding-right: 3em;
}
.navbar-nav.sm-collapsible .nav-link,
.navbar-nav.sm-collapsible .dropdown-item {
	position: relative;
}
.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-left: .3em solid transparent;
}
.fixed-bottom .navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow,
.fixed-bottom .navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-toggle::after {
	border-top: 0;
	border-bottom: .3em solid;
}
.navbar-nav:not(.sm-collapsible) .dropdown-item .sub-arrow,
.navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-menu .dropdown-toggle::after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 0;
	height: 0;
	margin-top: -.3em;
	margin-right: 1em;
	border-top: .3em solid transparent;
	border-bottom: .3em solid transparent;
	border-left: .3em solid;
}
.navbar-nav:not(.sm-collapsible) .dropdown-item.has-submenu {
	padding-right: 2em;
}
.navbar-nav .scroll-up,
.navbar-nav .scroll-down {
	position: absolute;
	display: none;
	visibility: hidden;
	height: 20px;
	overflow: hidden;
	text-align: center;
}
.navbar-nav .scroll-up-arrow,
.navbar-nav .scroll-down-arrow {
	position: absolute;
	top: -2px;
	left: 50%;
	margin-left: -8px;
	width: 0;
	height: 0;
	overflow: hidden;
	border-top: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid;
	border-left: 7px solid transparent;
}
.navbar-nav .scroll-down-arrow {
	top: 6px;
	border-top: 7px solid;
	border-right: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid transparent;
}
.navbar-nav.sm-collapsible .dropdown-menu .dropdown-menu {
	margin: .5em;
}
.navbar-nav:not([data-sm-skip]) .dropdown-item {
	white-space: normal;
}
.navbar-nav:not(.sm-collapsible) .sm-nowrap > li > .dropdown-item {
	white-space: nowrap;
}

.navbar .megamenu {
	padding: 1rem;
}
.navbar .has-megamenu {
	position: static!important;
}
.navbar .megamenu {
	left: 0 !important;
	right: 0;
	width: 100% !important;
	margin-top: 0 !important;
	margin-left: 0 !important;
}
.has-megamenu:hover .megamenu {
    visibility: visible;
}

.navbar {
	width: 100%;
	float: left;
	background: #fff;
}
.navbar-nav > li.active > a, .navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
    color: #0F61A5 !important;
}
.navbar-nav > li > a {
    color: #252525;
    display: block;
    position: relative;
    padding: 15px !important;
    font-size: 16px;
    font-weight: 700;
}
.dropdown-item {
    width: auto;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    border-radius: 0 !important;
	padding: 10px;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover, .dropdown-item:focus {
	color: #fff;
    background-color: #0F61A5 !important;
}
.dropdown-menu {
	padding: 0;
}

.menu_icon {
    width: 32px;
	float: right;
    padding: 0;
	display: none;
	position: absolute;
    right: 48px;
	border: none;
	z-index: 9;
}
.menu_icon > span {
	height: 2px;
	float: left;
  	background: #0F61A5;
  	margin: 3px 0;
}
.menu_icon:hover span {
	width: 100% !important;
}
.menu-close {
    width: 40px;
    height: 40px;
	border: none;
    z-index: 9;
    position: relative;
    background: #f4f4f4;
    border-radius: 50%;
}
.nav-link, .dropdown-item {
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
	-moz-transition: color .3s ease-in-out, background .3s ease-in-out;
	-ms-transition: color .3s ease-in-out, background .3s ease-in-out;
	-o-transition: color .3s ease-in-out, background .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out;
}
.logo img {
	width: 220px;
}
.s_header {
	padding-top: 4px;
	padding-bottom: 4px;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
}
.s_header img {
	width: 180px;
}

/***************************** Banner *****************************/
.banner {
	width: 100%;
	float: left;
	display: flex;
	background: #fff url(../images/banner_bg.svg) no-repeat bottom;
	background-size: 100% 80%;
    background-attachment: fixed;
}
.banner h1 {
	font-family: 'Poppins', sans-serif;
	font-size: 55px;
    font-weight: 400;
	color: #0F61A5;
	line-height: 70px;
	margin: 0 0 20px 0;
}
.banner h1 span {
	font-family: 'Poppins', sans-serif;
    font-weight: 700;
}
.banner h4 {
	font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 34px;
	text-align: justify;
}

/***************************** hm counter *****************************/
.hm_counter_bg_text {
    font-size: 45px;
    font-weight: 800;
    margin: 0 0 5px 0;
	text-align: center;
}
.hm_counter_bg p {
    font-size: 20px;
	font-weight: 400;
}
.hm_counter_bg {
	height: 100%;
	color: #000;
	text-align: center;
	padding: 20px 45px 20px 0;
	display: inline-block;
}

/************************* who_we_are *************************/
.who_we_are {
    width: 100%;
    float: left;
    display: flex;
    background: #fff;
    padding: 40px 0;
}
.who_we_are h2 {
	font-size: 20px;
    font-weight: 500;
	color: #252525;
	margin: 0 0 15px 0;
}
.who_we_are h3 {
	font-size: 45px;
    font-weight: 400;
	color: #0F61A5;
	line-height: 45px;
	margin: 0 0 15px 0;
}
.who_we_are h3 span {
    font-weight: 700;
}
.who_we_are h4 {
	font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 34px;
	text-align: justify;
}

/************************* hm_services *************************/
.hm_services {
    width: 100%;
    float: left;
    display: flex;
    background: #fff;
    padding: 40px 0;
}
.hm_services h2 {
	font-size: 20px;
    font-weight: 500;
	color: #252525;
	margin: 0 0 15px 0;
}
.hm_services h3 {
	font-size: 45px;
    font-weight: 400;
	color: #0F61A5;
	line-height: 45px;
	margin: 0 0 15px 0;
}
.hm_services h3 span {
    font-weight: 700;
}
.hm_services h4 {
    font-size: 15px;
    font-weight: 700;
    color: #252525;
    line-height: 34px;
	margin: 10px 0;
}
.hm_services a:hover h4 {
    color: #0F61A5;
}
.hm_services_btn {
	padding: 15px;
    font-weight: 700;
    font-size: 16px;
    color: #0F61A5;
	text-transform: uppercase;
}
.hm_services_btn:hover i {
	margin-left: 5px;
    color: #0F61A5;
}

/************************* hm_teamwork *************************/
.hm_teamwork {
    width: 100%;
    float: left;
    display: flex;
    background: #fff;
    padding: 40px 0;
}
.hm_teamwork_img {
	position: -webkit-sticky;
    position: sticky;
    top: 70px;
}
.hm_teamwork h2 {
	font-size: 45px;
    font-weight: 400;
	color: #0F61A5;
	line-height: 45px;
	margin: 30px 0 20px 0;
}
.hm_teamwork h2 span {
    font-weight: 700;
}
.hm_teamwork h4 {
	font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 34px;
	text-align: justify;
}
.hm_teamwork h3 {
	font-size: 20px;
    font-weight: 700;
    color: #252525;
    margin: 0 0 5px 0;
}
.hm_teamwork h5 {
	font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 24px;
	text-align: justify;
}
.tw_icon1::before {
	width: 50px;
    height: 50px;
    float: left;
	content: '';
  	background: url(../images/hm_teamwork_01.svg) no-repeat;
}
.tw_icon2::before {
	width: 50px;
    height: 50px;
    float: left;
	content: '';
  	background: url(../images/hm_teamwork_02.svg) no-repeat;
}
.tw_icon3::before {
	width: 50px;
    height: 50px;
    float: left;
	content: '';
  	background: url(../images/hm_teamwork_03.svg) no-repeat;
}
.tw_icon4::before {
	width: 50px;
    height: 50px;
    float: left;
	content: '';
  	background: url(../images/hm_teamwork_04.svg) no-repeat;
}
.tw_icon {
	margin: 0 0 25px 10px;
}
.tw_btn {
	font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
	float: left;
	background: #0F61A5;
    color: #fff;
    padding: 10px 20px;
	box-shadow:0px 10px 20px 0px rgba(13,113,186,.5);
	border: 1px solid #0F61A5;
	position: absolute;
	right: 70px;
	bottom: 20px;
	transition: all .3s ease-in-out !important;
}
.tw_btn:hover {
	background: #fff;
    color: #0F61A5;
	border: 1px solid #0F61A5;
}
.tw_btn i {
	transform: rotate(-45deg);
	margin: 0 0 0 5px;
}

/************************* hm_recentworks *************************/
.hm_recentworks {
    width: 100%;
    float: left;
    background: #fff;
    padding: 40px 0;
}
.hm_recentworks h2 {
	font-size: 45px;
    font-weight: 400;
	color: #0F61A5;
	line-height: 45px;
	margin: 0 0 15px 0;
}
.hm_recentworks h2 span {
    font-weight: 700;
}
.hm_recentworks h3 {
    font-size: 20px;
    font-weight: 500;
    color: #252525;
    margin: 0 0 15px 0;
}
.hm_recentworks h4 {
	font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 34px;
    text-align: justify;
}
.hm_recentworks h5 {
	font-size: 35px;
    font-weight: 700;
	color: #0F61A5;
	line-height: 45px;
	margin: 0 0 15px 0;
}
.hm_recentwork_carousel {
	width: 100%;
	float: left;
	padding: 50px 0;
	margin: 10px 0 0 0;
	background: #fff url("../images/service_recentwork_bg.png") no-repeat center center;
	background-size: cover;
}
.hm_recentwork_btn {
	padding: 15px 0;
    font-weight: 700;
    font-size: 16px;
    color: #0F61A5;
	text-transform: uppercase;
}
.hm_recentwork_btn:hover i {
	margin-left: 5px;
    color: #0F61A5;
}

/***************************** carousel *****************************/
.carousel, .carousel-inner, .carousel-inner .carousel-item img {
	width: 100%;
	height: auto;
	float: left;
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.carousel-control-next, .carousel-control-prev {
	width: 5% !important;
}
.carousel-indicators li {
	cursor: pointer;
}

/***************************** hm_testimonials *****************************/
.hm_testimonials {
	width: 100%;
	float: left;
	display: flex;
	background: #fff;
}
.hm_testimonials h2 {
    font-size: 20px;
    font-weight: 500;
    color: #252525;
    margin: 0 0 15px 0;
}
.hm_testimonials h3 {
	font-size: 45px;
    font-weight: 400;
	color: #0F61A5;
	line-height: 45px;
	margin: 0 0 35px 0;
}
.hm_testimonials h3 span {
    font-weight: 700;
}
.hm_testimonials h4 {
	font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 34px;
    text-align: justify;
	margin: 10px 0 30px 0;
	padding: 0 5px 0 0;
	overflow-y: auto;
    max-height: 200px;
}
.hm_testimonials h4::-webkit-scrollbar {
  	width: 4px;
	background: #f1f1f1;
}
.hm_testimonials h4::-webkit-scrollbar-thumb {
  	background-color: #c1c1c1;
	border: 1px solid #fff;
}
.hm_testimonials h5 {
	font-size: 20px;
    font-weight: 500;
    color: #252525;
	text-align: left;
}
.hm_testimonials h5 span {
	width: 100%;
	float: left;
	font-size: 16px;
    font-weight: 500;
    margin: 15px 0 0 0;
    color: #0F61A5;
}
.hm_testimonials_item {
	position: relative;
}
.testi_swiper_btn {
	width: 159px;
    position: absolute;
    right: 0;
    left: 30%;
    display: block;
    margin: 0 auto;
    bottom: 14%;
}
.hm_testimonials_srar i {
	color: #FFD113;
	font-size: 14px;
}
.hm_testimonials .swiper-slide-prev .order-last, .hm_testimonials .swiper-slide-next .order-last, .hm_testimonials .swiper-slide-active .order-first h5 {
    display: none;
}
.hm_testimonials .swiper-slide-active .order-last {
    display: block;
}
.hm_testimonials .swiper-slide-next .order-first {
    width: 90%;
}
.hm_testimonials .swiper-slide-next .order-first .videobtn {
    -ms-transform: translate(-50%, -110%);
    transform: translate(-50%, -110%);
}
.hm_testimonials .swiper-slide-next .order-first h5 {
    width: 100%;
    height: 190px;
    float: left;
    background: #fff;
    margin: -200px 0 0 -1px;
    padding: 20px 0 0 0;
    position: relative;
    z-index: 9;
}
.hm_testimonials .swiper-slide-active {
    width: 65% !important;
}
.hm_testimonials .swiper-slide-next {
    width: 35% !important;
}
.hm_testimonials .swiper-button-next, .hm_testimonials .swiper-button-prev {
    width: auto !important;
    top: auto !important;
    bottom: 0;
}
.hm_testimonials .swiper-button-next::after, .hm_testimonials .swiper-button-prev::after {
    width: 70px;
    height: 70px;
    font-size: 15px !important;
    font-weight: bold;
    background: #fff;
    color: rgba(0, 0, 0, .5);
    border: 1px solid rgba(0, 0, 0, .5);
    text-align: center;
    padding: 25px 0;
	font-family: 'Font Awesome 6 Free' !important;
    font: var(--fa-font-solid);
	text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
}
.hm_testimonials .swiper-slide img {
    height: 100%;
    object-fit: cover;
}
.hm_testimonials .swiper-button-next::after {
    content: "\f178" !important;
}
.hm_testimonials .swiper-button-prev::after {
    content: "\f177" !important;
}

/***************************** get_quote *****************************/
.get_quote {
    width: 100%;
	float: left;
	background: #fff url(../images/get_quote.jpg) no-repeat fixed center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.get_quote_bg {
    width: 100%;
    height: 100%;
    float: left;
	background: rgba(0,0,0,0);
	padding: 100px 0;
}
.get_quote h3 {
	font-size: 45px;
    font-weight: 400;
	color: #fff;
	line-height: 50px;
	margin: 0 0 15px 0;
}
.get_quote h3 span {
    font-weight: 700;
}
.get_quote a {
    font-weight: 700;
    font-size: 19px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 15px 80px;
	background: none;
    border: 2px solid #fff;
}
.get_quote a:hover {
	background: #fff;
    color: #0F61A5;
	border: 2px solid #0F61A5;
}

/************************* footer *************************/
.footer {
    width: 100%;
    display: flex;
    position: relative;
    z-index: 1;
    padding: 60px 0 20px 0;
}
.footer_bg {
  	width: 100%;
  	position: absolute;
  	top: 0;
  	bottom: 0;
  	left: 0;
  	mix-blend-mode: color-burn;
	background: #252525 url(../images/footer_bg.png);
  	background-repeat: no-repeat;
  	background-position: center;
  	background-size: cover;
  	z-index: -1;
}
.footerlogo {
	width: 250px;
	margin: 0 0 30px 0;
}
.footer h4 {
	width: 100%;
    float: left;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
    text-align: center;
}
.footer h4 span {
	width: 100%;
    float: left;
    font-weight: 500;
    font-size: 18px;
}
.footer h4 a {
    color: #fff;
}
.footer h4 a:hover {
    color: #0388f6;
}
.footer h3 {
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px 0;
}
.footer h5 {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 26px;
    text-align: justify;
}
.footer h6 {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 26px;
    text-align: justify;
	margin: 0 0 50px 0;
}
.footer .input-group {
	width: 310px;
}
.footer .input-group input {
	height: 40px !important;
	font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 400;
	padding: 5px 20px;
    border-radius: 30px !important;
    background: transparent !important;
	color: #fff !important;
	border: 1px solid #fff !important;
}
.footer .input-group button {
	position: absolute;
    top: 0;
    right: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50% !important;
    background: transparent;
    color: #fff;
    border: none;
	z-index: 9;
}
.footer .input-group button:hover i {
    color: #0388f6;
}
.footer ul {
	list-style: none;
}
.footer ul li a {
	width: 100%;
	float: left;
	font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 34px;
	padding: 0 0 8px 0;
}
.footer ul li a:hover {
	color: #0388f6;
}
.footer ul li .active {
	color: #0388f6;
}
.copyright {
	float: left;
	font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    line-height: 34px;
}
.copyright a {
    color: #fff;
}
.copyright a:hover {
    color: #0F61A5;
}

/***************************** innerbanner *****************************/
.innerbanner {
    width: 100%;
	float: left;
	position: relative;
}
.innerbanner h1 {
	font-family: 'Poppins', sans-serif;
	font-size: 55px;
    font-weight: 400;
	color: #0F61A5;
	line-height: 55px;
	position: absolute;
  	top: 50%;
  	left: 8%;
  	transform: translate(0%, -50%);
}
.innerbanner h1 span {
	font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

/***************************** About Us *****************************/
.about {
    width: 100%;
	float: left;
	display: flex;
	background: #fff;
	padding: 80px 0 40px 0;
}
.about h2 {
	font-size: 45px;
    font-weight: 400;
	color: #0F61A5;
	line-height: 45px;
	margin: 0 0 15px 0;
	padding: 0 0 0 20%;
}
.about h2 span {
    font-weight: 700;
}
.about h4 {
	font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 34px;
	text-align: justify;
	padding: 30px;
	background: #fff;
}
.about h4 p {
	margin: 0 0 15px 0;
}
.about img {
	width: 35%;
	object-fit: cover;
}
.about_overlay {
    position: relative;
    margin: -40% 0 0 23%;
}
.about_counter_bg_text {
    font-size: 45px;
    font-weight: 800;
    margin: 0 0 5px 0;
	text-align: center;
}
.about_counter_bg p {
    font-size: 20px;
	font-weight: 400;
}
.about_counter_bg {
	height: 100%;
	color: #000;
	text-align: center;
	padding: 20px 22px 20px 22px;
	display: inline-block;
}
.about_service {
    width: 100%;
    float: left;
    display: flex;
    padding: 40px 0;
    background: #fff url(../images/about_service_bg.svg) no-repeat right center;
    background-size: 50%;
}
.about_service h2 {
	font-size: 45px;
    font-weight: 400;
	color: #0F61A5;
	line-height: 45px;
	margin: 0 0 20px 0;
}
.about_service h2 span {
    font-weight: 700;
}
.about_service h4 {
	font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 34px;
	text-align: justify;
}
.about_service h3 {
	font-size: 20px;
    font-weight: 700;
    color: #252525;
    margin: 0 0 5px 0;
}
.about_service h5 {
	font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 24px;
	text-align: justify;
}
.about_icon1::before {
	width: 50px;
    height: 50px;
    float: left;
	content: '';
  	background: url(../images/hm_teamwork_01.svg) no-repeat;
}
.about_icon2::before {
	width: 50px;
    height: 50px;
    float: left;
	content: '';
  	background: url(../images/hm_teamwork_02.svg) no-repeat;
}
.about_icon3::before {
	width: 50px;
    height: 50px;
    float: left;
	content: '';
  	background: url(../images/hm_teamwork_03.svg) no-repeat;
}
.about_icon4::before {
	width: 50px;
    height: 50px;
    float: left;
	content: '';
  	background: url(../images/hm_teamwork_04.svg) no-repeat;
}
.about_icon {
	margin: 0 0 25px 10px;
}
.mission_vision {
    width: 100%;
	float: left;
	display: flex;
    background: #fff url("../images/mission_vision_bg.jpg") no-repeat center center;
	background-size: cover;
}
.mission_vision_bg {
    width: 100%;
    height: 100%;
    float: left;
	position: relative;
}
.mission_vision_box {
	float: left;
	margin: 40px 80px;
}
.mission_vision img {
	margin: 0 0 0 -60px;
}
.mission_vision h2 {
	width: 100%;
	float: left;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 50, 100, 0.5);
}
.mission_vision h4 {
	width: 100%;
	float: left;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 34px;
	margin: 20px 0 0 0;
	text-align: justify;
    text-shadow: 2px 2px 4px rgba(0, 50, 100, 0.5);
}
.core_values {
	width: 100%;
	float: left;
	display: flex;
	background: #fff;
	padding: 60px 0;
}
.core_values h2 {
	font-size: 45px;
    font-weight: 400;
	color: #0F61A5;
	line-height: 45px;
	margin: 0 0 20px 0;
}
.core_values h2 span {
    font-weight: 700;
}
.core_values h4 {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 34px;
	text-align: justify;
}
.core_values h4 p {
	margin: 0 0 15px 0;
}
.core_values h4 p span {
	color: #0F61A5;
}
.core_values img {
	position: -webkit-sticky;
	position: sticky;
	top: 70px;
}

/***************************** services *****************************/
.service_banner {
	width: 100%;
	float: left;
	display: flex;
	background: #fff url(../images/banner_bg.svg) no-repeat bottom;
	background-size: 100% 80%;
    background-attachment: fixed;
}
.service_banner h1 {
	font-family: 'Poppins', sans-serif;
	font-size: 55px;
    font-weight: 400;
	color: #0F61A5;
	line-height: 70px;
	margin: 0 0 20px 0;
}
.service_banner h1 span {
	font-family: 'Poppins', sans-serif;
    font-weight: 700;
}
.service_banner h2 {
    font-size: 20px;
    font-weight: 500;
    color: #252525;
    margin: 0 0 15px 0;
}
.service_banner h4 {
	font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 34px;
	text-align: justify;
}
.service_content {
    width: 100%;
	float: left;
	display: flex;
	background: #fff;
	padding: 80px 0 40px 0;
}
.service_content h2 {
	font-size: 45px;
    font-weight: 400;
	color: #0F61A5;
	line-height: 45px;
	margin: 0 0 20px 0;
}
.service_content h2 span {
    font-weight: 700;
}
.service_content h4 {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 34px;
    text-align: justify;
}
.service_content h4 p {
	margin: 0 0 15px 0;
}
.service_content img {
	position: -webkit-sticky;
	position: sticky;
	top: 70px;
}
.service_icons {
    width: 100%;
    float: left;
    display: flex;
    background: #fff;
    padding: 40px 0;
}
.service_icons_border {
	border: 1px solid rgba(0, 0, 0, 0.05);
}
.service_icons .service_icons_imgbox {
	width: 60px;
	height: 60px;
}
.service_icons h2 {
    width: 100%;
	float: left;
    font-size: 16px;
    font-weight: 500;
    color: #252525;
    line-height: 24px;
	margin: 15px 0 0 0;
	text-align: center;
}
.service_icons a:hover {
	box-shadow: 0px 6px 15px rgba(64,79,104,0.05);
}
.service_icons a:hover img {
	transform: scale(1.1);
}
.service_icons a:hover h2 {
	color: #0F61A5;
}
.service_recentworks {
    width: 100%;
    float: left;
    background: #fff;
    padding: 40px 0 0 0;
}
.service_recentworks h2 {
	font-size: 45px;
    font-weight: 400;
	color: #0F61A5;
	line-height: 45px;
	margin: 0 0 15px 0;
}
.service_recentworks h2 span {
    font-weight: 700;
}
.service_recentworks h3 {
    font-size: 20px;
    font-weight: 500;
    color: #252525;
    margin: 0 0 15px 0;
}
.service_recentworks h4 {
	font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 34px;
    text-align: justify;
}
.service_recentworks h5 {
	font-size: 35px;
    font-weight: 700;
	color: #0F61A5;
	line-height: 45px;
	margin: 0 0 15px 0;
}
.service_recentwork_carousel {
	width: 100%;
	float: left;
	padding: 50px 0;
	margin: 10px 0 0 0;
	background: #fff url("../images/service_recentwork_bg.png") no-repeat center center;
	background-size: cover;
}
.service_recentwork_btn {
	width: 250px;
    display: inline-block;
	padding: 15px 0;
    font-weight: 700;
    font-size: 16px;
    color: #0F61A5;
	text-transform: uppercase;
}
.service_recentwork_btn:hover i {
	margin-left: 5px;
    color: #0F61A5;
}

/***************************** service details video banner *****************************/
.service_video_banner {
  	width: 100%;
	float: left;
	position: relative;
}
.service_video_banner video {
  	width: 100%;
  	background-color: #fff;
	height: 100vh !important;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    pointer-events: none;
}
.service_video_banner iframe {
  	background-color: #fff;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    pointer-events: none;
}
.service_video_banner_text {
    color: #fff;
    font-size: 30px;
    position: absolute;
    bottom: 20%;
    margin-left: 80px;
    text-shadow: 2px 2px 4px #000;
	line-height: 20px;
	letter-spacing: 1px;
	z-index: 9;
}

/***************************** d1 service details *****************************/
.d1_service_details_section {
    width: 100%;
	float: left;
	display: flex;
	background: #fff;
	padding: 40px 0;
}
.d1_service_details_section h3 {
	font-size: 45px;
    font-weight: 400;
	color: #0F61A5;
	line-height: 45px;
	margin: 0 0 20px 0;
}
.d1_service_details_section h3 span {
    font-weight: 700;
}
.d1_service_details_section h2 {
    font-size: 20px;
    font-weight: 500;
    color: #252525;
    margin: 0 0 15px 0;
}
.d1_service_details_section h4 {
	font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 34px;
	text-align: justify;
}
.d1_service_details_section h4 p {
	margin: 0 0 15px 0;
}
.d1_service_details_list {
	width: 100%;
	float: left;
	display: flex;
	background: #fff;
	padding: 40px 0;
}
.d1_service_details_list .d1_service_details_list_border {
	height: 100%;
	padding: 15px;
	border: 1px solid #E6E6E6;
	border-radius: 20px;
}
.d1_service_details_list img {
	height: 150px !important;
}
.d1_service_details_list h3 {
	font-size: 16px;
    font-weight: 700;
    color: #252525;
	text-align: center;
	margin: 15px 0;
}
.d1_service_details_list h4 {
	font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 25px;
    text-align: justify;
}
.d1_service_details_section2 {
    width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	background: #F4F4F4;
	padding: 80px 0 40px 0;
	margin: 40px 0 0 0;
}
.d1_service_details_section2 h2 {
	font-size: 45px;
    font-weight: 400;
	color: #0F61A5;
	line-height: 45px;
	margin: 0 0 20px 0;
}
.d1_service_details_section2 h2 span {
    font-weight: 700;
}
.d1_service_details_section2 h4 {
	font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 34px;
	text-align: justify;
}
.d1_service_details_section2 h4 p {
	margin: 0 0 15px 0;
}
.d1_service_details_section2 .contact_btn {
	background: #0F61A5;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 15px 50px;
	box-shadow:0px 10px 20px 0px rgba(13,113,186,.5);
	border: 1px solid #0F61A5;
	display: inline-block;
}
.d1_service_details_section2 .contact_btn:hover {
	background: #fff;
    color: #0F61A5;
	border: 1px solid #0F61A5;
}
/***************************** d2 service details *****************************/
.d2_service_details_section {
    width: 100%;
	float: left;
	display: flex;
	background: #fff;
	padding: 40px 0;
}
.d2_service_details_section h2 {
	font-size: 45px;
    font-weight: 400;
	color: #0F61A5;
	line-height: 45px;
	margin: 0 0 20px 0;
}
.d2_service_details_section h2 span {
    font-weight: 700;
}
.d2_service_details_section h3 {
    font-size: 20px;
    font-weight: 500;
    color: #252525;
    margin: 0 0 15px 0;
}
.d2_service_details_section h4 {
	font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 34px;
	text-align: justify;
}
.d2_service_details_section h4 p {
	margin: 0 0 15px 0;
}
.d2_service_details_section img {
	position: -webkit-sticky;
    position: sticky;
    top: 70px;
}
.d2_service_details_list {
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	padding: 40px 0;
}
.d2_service_details_list .d2_service_details_list_bg {
	height: 100%;
	padding: 20px;
	background: #f2f2f2;
}
.d2_service_details_list img {
	height: 100px !important;
	margin: -55px auto 0 auto;
}
.d2_service_details_list h3 {
	font-size: 16px;
    font-weight: 700;
    color: #252525;
	text-align: center;
	margin: 15px 0;
}
.d2_service_details_list h4 {
	font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 25px;
    text-align: justify;
}
/***************************** d3 service details *****************************/
.d3_service_details_section {
    width: 100%;
	float: left;
	display: flex;
	background: #fff;
	padding: 40px 0;
}
.d3_service_details_section h2 {
	font-size: 45px;
    font-weight: 400;
	color: #0F61A5;
	line-height: 45px;
	margin: 0 0 20px 0;
}
.d3_service_details_section h2 span {
    font-weight: 700;
}
.d3_service_details_section h4 {
	font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 34px;
	text-align: justify;
}
.d3_service_details_section h4 p {
	margin: 0 0 15px 0;
}
.d3_service_details_section img {
	position: -webkit-sticky;
    position: sticky;
    top: 70px;
}
.d3_service_details_list {
	width: 100%;
	float: left;
	display: flex;
	background: #fff;
	padding: 40px 0;
}
.d3_service_details_list .d3_service_details_list_border {
	height: 100%;
	padding: 15px;
	border: 1px solid #E6E6E6;
	border-radius: 20px;
}
.d3_service_details_list img {
	width: 70px !important;
	margin: 0 auto;
}
.d3_service_details_list h3 {
	font-size: 16px;
    font-weight: 700;
    color: #252525;
	text-align: center;
	margin: 15px 0;
}
.d3_service_details_list h4 {
	font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 25px;
    text-align: justify;
}
.d3_service_details_section2 {
    width: 100%;
	float: left;
	display: flex;
	background: #fff;
	padding: 40px 0;
}
.d3_service_details_section2 h2 {
	font-size: 45px;
    font-weight: 400;
	color: #0F61A5;
	line-height: 45px;
	margin: 0 0 20px 0;
}
.d3_service_details_section2 h2 span {
    font-weight: 700;
}
.d3_service_details_section2 ul {
    width: 100%;
    float: left;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
    color: #4D4D4D;
    margin: 0 0 20px 0;
    padding: 0 0 0 15px;
}
.d3_service_details_section2 ul li {
    width: 100%;
    float: left;
    margin: 0 0 5px 2px;
    line-height: 34px;
	list-style: none;
}
.d3_service_details_section2 ul li:before {
	width: 17px;
    margin-left: -17px;
    content: "\2756";
    color: #0F61A5;
    font-size: 15px;
    font-weight: bold;
	display: inline-block;
}
.d3_service_details_section2 img {
	position: -webkit-sticky;
    position: sticky;
    top: 70px;
}
.service_details_section_btn {
	width: 250px;
    display: inline-block;
	padding: 15px;
    font-weight: 700;
    font-size: 16px;
    color: #0F61A5;
	text-transform: uppercase;
}
.service_details_section_btn:hover i {
	margin-right: 5px;
    color: #0F61A5;
}
/***************************** saas *****************************/
.saasbanner {
	width: 100%;
	float: left;
	display: flex;
	background: #fff url(../images/banner_bg.svg) no-repeat bottom;
	background-size: 100% 80%;
    background-attachment: fixed;
}
.saasbanner h1 {
	font-family: 'Poppins', sans-serif;
	font-size: 55px;
    font-weight: 400;
	color: #0F61A5;
	line-height: 70px;
	margin: 0 0 20px 0;
}
.saasbanner h1 span {
	font-family: 'Poppins', sans-serif;
    font-weight: 700;
}
.saasbanner h2 {
    font-size: 20px;
    font-weight: 500;
    color: #252525;
    margin: 0 0 15px 0;
}
.saasbanner h4 {
	font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 34px;
	text-align: justify;
}
.saascontent {
    width: 100%;
	float: left;
	display: flex;
	background: #fff;
	padding: 80px 0 40px 0;
}
.saascontent h2 {
	font-size: 45px;
    font-weight: 400;
	color: #0F61A5;
	line-height: 45px;
	margin: 0 0 20px 0;
}
.saascontent h2 span {
    font-weight: 700;
}
.saascontent h4 {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 34px;
    text-align: justify;
}
.saascontent h4 p {
	margin: 0 0 15px 0;
}
.saascontent img {
	position: -webkit-sticky;
	position: sticky;
	top: 70px;
}
.saasproducts {
    width: 100%;
    float: left;
    display: flex;
    background: #fff;
    padding: 40px 0;
}
.saasproduct_border {
	border: 1px solid rgba(0, 0, 0, 0.05);
}
.saasproducts .saasproduct_imgbox {
	width: 65px;
	height: 65px;
}
.saasproducts h2 {
    width: 100%;
	float: left;
    font-size: 16px;
    font-weight: 500;
    color: #252525;
    line-height: 24px;
	margin: 15px 0 0 0;
	text-align: center;
}
.saasproducts a:hover {
	box-shadow: 0px 6px 15px rgba(64,79,104,0.05);
}
.saasproducts a:hover img {
	transform: scale(1.1);
}
.saasproducts a:hover h2 {
	color: #0F61A5;
}
.saasproducts_benefits {
    width: 100%;
    float: left;
    display: flex;
	background: #fff;
	padding: 40px 0 60px 0;
}
.saasproducts_benefits_video {
	position: -webkit-sticky;
    position: sticky;
    top: 70px;
}
.saasproducts_benefits h2 {
	font-size: 45px;
    font-weight: 400;
	color: #0F61A5;
	line-height: 45px;
	margin: 0 0 25px 0;
}
.saasproducts_benefits h2 span {
    font-weight: 700;
}
.saasproducts_benefits h3 {
    width: 100%;
    float: left;
    font-size: 20px;
    font-weight: 500;
    color: #252525;
    line-height: 30px;
}
.saasproducts_benefits h4 {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 34px;
    text-align: justify;
}
.saas_icon1::before {
	width: 50px;
    height: 50px;
    float: left;
	content: '';
  	background: url(../images/saas_icon1.svg) no-repeat;
}
.saas_icon2::before {
	width: 50px;
    height: 50px;
    float: left;
	content: '';
  	background: url(../images/saas_icon2.svg) no-repeat;
}
.saas_icon {
	margin: 0 0 25px 10px;
}
.saasproducts_benefits .videobtn {
    width: 90px !important;
	background: rgba(0, 0, 0, 0.5);
    z-index: 9;
}
/***************************** d1 saas details *****************************/
.d1_saas_details_section {
	width: 100%;
	float: left;
	background: #fff;
	padding: 80px 0 40px 0;
}
.d1_saas_details_section h2 {
	font-size: 45px;
    font-weight: 400;
	color: #0F61A5;
	line-height: 45px;
	margin: 0 0 20px 0;
}
.d1_saas_details_section h2 span {
    font-weight: 700;
}
.d1_saas_details_section h4 {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 34px;
	text-align: justify;
}
.d1_saas_details_section h4 p {
	margin: 0 0 15px 0;
}
.d1_saas_details_section2 {
	width: 100%;
	float: left;
	display: flex;
	background: #fff;
}
.d1_saas_details_section2 h2 {
	font-size: 45px;
    font-weight: 400;
	color: #0F61A5;
	line-height: 45px;
	margin: 0 0 50px 0;
}
.d1_saas_details_section2 h2 span {
    font-weight: 700;
}
.d1_saas_icon img {
	max-width: 50px;
    height: 50px !important;
    float: left;
}
.d1_saas_details_section2 h3 {
	font-size: 19px;
    font-weight: 700;
    color: #252525;
    margin: 0 0 5px 0;
}
.d1_saas_details_section2 h4 {
	font-family: 'Lato', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 34px;
	text-align: justify;
}
.d1_saas_details_section2_video {
	position: -webkit-sticky;
    position: sticky;
    top: 70px;
}
.d1_saas_details_section2_video .videobtn {
    width: 90px !important;
    background:rgba(0, 0, 0, 0.5);
    z-index: 9;
}
.d1_saas_details_section3 {
	width: 100%;
	float: left;
	display: flex;
	background: #fff;
	padding: 40px 0 80px 0;
}
.d1_saas_details_section3 h2 {
	font-size: 30px;
    font-weight: 700;
    color: #252525;
    margin: 0 0 40px 0;
}
.d1_saas_checkmark img {
	width: 60px;
    height: 60px !important;
    float: left;
}
.d1_saas_details_section3 h3 {
	font-size: 19px;
    font-weight: 700;
    color: #252525;
    margin: 0 0 5px 0;
}
.d1_saas_details_section3 h4 {
	font-family: 'Lato', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 34px;
    text-align: justify;
}
.d1_saas_details_section3_img {
	position: -webkit-sticky;
    position: sticky;
    top: 70px;
}
/***************************** d2 saas details *****************************/
.d2_saas_details_section {
	width: 100%;
	float: left;
	background: #fff;
	padding: 80px 0 40px 0;
}
.d2_saas_details_section h4 {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 34px;
	text-align: justify;
}
.d2_saas_details_section h4 p {
	margin: 0 0 15px 0;
}
.d2_saas_details_section_video {
	position: -webkit-sticky;
    position: sticky;
    top: 70px;
}
.d2_saas_details_section_video .videobtn {
    width: 90px !important;
	background: rgba(0, 0, 0, 0.5);
    z-index: 9;
}
.d2_saas_details_section2 {
	width: 100%;
	float: left;
	display: flex;
	background: #fff;
}
.d2_saas_details_section2 h2 {
	width: 100%;
	float: left;
	font-size: 45px;
    font-weight: 400;
	color: #0F61A5;
	line-height: 45px;
	margin: 0 0 50px 0;
}
.d2_saas_details_section2 h2 span {
    font-weight: 700;
}
.d2_saas_details_section2_imgbox {
	width: 60px;
	height: 60px;
}
.d2_saas_details_section2 h3 {
    width: 100%;
	float: left;
    font-size: 18px;
    font-weight: 700;
    color: #252525;
	margin: 15px 0;
	text-align: center;
}
.d2_saas_details_section2 h5 {
    font-size: 15px;
    font-weight: 500;
    color: #252525;
    line-height: 24px;
	text-align: justify;
}
.d2_saas_details_section3 {
	width: 100%;
	float: left;
	display: flex;
	background: #fff;
	padding: 80px 0;
}
.d2_saas_details_section3 h2 {
	font-size: 30px;
    font-weight: 700;
    color: #252525;
    margin: 0 0 40px 0;
}
.d2_saas_checkmark img {
	width: 60px;
    height: 60px !important;
    float: left;
}
.d2_saas_details_section3 h3 {
	font-size: 19px;
    font-weight: 700;
    color: #252525;
    margin: 0 0 5px 0;
}
.d2_saas_details_section3 h4 {
	font-family: 'Lato', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 34px;
    text-align: justify;
}
.d2_saas_details_section3_img {
	position: -webkit-sticky;
    position: sticky;
    top: 70px;
}
/***************************** d3 saas details *****************************/
.d3_saas_details_section {
	width: 100%;
	float: left;
	background: #fff;
	padding: 80px 0 40px 0;
}
.d3_saas_details_section h2 {
	font-size: 45px;
    font-weight: 400;
	color: #0F61A5;
	line-height: 45px;
	margin: 0 0 20px 0;
}
.d3_saas_details_section h2 span {
    font-weight: 700;
}
.d3_saas_details_section h4 {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 34px;
	text-align: justify;
}
.d3_saas_details_section h4 p {
	margin: 0 0 15px 0;
}
.d3_saas_details_section_btn {
	padding: 15px 0;
    font-weight: 700;
    font-size: 15px;
    color: #0F61A5;
	text-transform: uppercase;
}
.d3_saas_details_section_btn:hover i {
	margin-left: 5px;
    color: #0F61A5;
}
.d3_saas_details_section_img {
	position: -webkit-sticky;
    position: sticky;
    top: 70px;
}
.d3_saas_details_section_video .videobtn {
    width: 90px !important;
    z-index: 9;
}
.d3_saas_details_section2 {
	width: 100%;
	float: left;
	display: flex;
	background: #fff;
}
.d3_saas_details_section2 h2 {
	font-size: 45px;
    font-weight: 400;
	color: #0F61A5;
	line-height: 45px;
	margin: 0 0 50px 0;
}
.d3_saas_details_section2 h2 span {
    font-weight: 700;
}
.d3_saas_icon img {
	max-width: 50px;
    height: 50px !important;
    float: left;
}
.d3_saas_details_section2 h3 {
	font-size: 19px;
    font-weight: 700;
    color: #252525;
    margin: 0 0 5px 0;
}
.d3_saas_details_section2 h4 {
	font-family: 'Lato', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 34px;
	text-align: justify;
}
.d3_saas_details_section2_video {
	position: -webkit-sticky;
    position: sticky;
    top: 70px;
}
.d3_saas_details_section2_video .videobtn {
    width: 90px !important;
    background:rgba(0, 0, 0, 0.5);
    z-index: 9;
}
.d3_saas_details_section3 {
	width: 100%;
	float: left;
	display: flex;
	background: #fff;
	padding: 40px 0 80px 0;
}
.d3_saas_details_section3 h2 {
	font-size: 30px;
    font-weight: 700;
    color: #252525;
    margin: 0 0 40px 0;
}
.d3_saas_checkmark img {
	width: 60px;
    height: 60px !important;
    float: left;
}
.d3_saas_details_section3 h3 {
	font-size: 19px;
    font-weight: 700;
    color: #252525;
    margin: 0 0 5px 0;
}
.d3_saas_details_section3 h4 {
	font-family: 'Lato', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 34px;
    text-align: justify;
}
.d3_saas_details_section3_img {
	position: -webkit-sticky;
    position: sticky;
    top: 70px;
}
.saas_details_section_btn {
	padding: 15px;
    font-weight: 700;
    font-size: 16px;
    color: #0F61A5;
	text-transform: uppercase;
}
.saas_details_section_btn:hover i {
	margin-right: 5px;
    color: #0F61A5;
}
/***************************** portfolio *****************************/
.portfolio {
	width: 100%;
	float: left;
	background: #fff;
	padding: 80px 0;
}
.portfolio h3 {
	font-size: 15px;
    font-weight: 700;
    color: #252525;
    line-height: 34px;
	margin: 10px 0 0 0;
}
.portfolio a:hover h3 {
    color: #0F61A5;
}
.portfolio h4 {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 34px;
	text-align: justify;
}
.portfolio h4 p {
	margin: 0 0 15px 0;
}
.portfolio_category li {
	display: inline-block;
}
.portfolio_category li a {
	font-size: 13px;
    font-weight: 700;
    color: #0F61A5;
    line-height: 34px;
	background: #F2F2F2;
	padding: 5px 10px;
	text-transform: uppercase;
}
.portfolio_category li a:hover, .portfolio_category li .active {
	background: #0F61A5;
	color: #fff;
}

/***************************** portfolio_details *****************************/
.portfolio_details {
	width: 100%;
	float: left;
	background: #fff;
	padding: 80px 0;
}
.portfolio_details h2 {
	width: 100%;
	float: left;
	font-size: 45px;
    font-weight: 400;
	color: #0F61A5;
	line-height: 45px;
	margin: 0 0 20px 0;
}
.portfolio_details h2 span {
    font-weight: 700;
}
.portfolio_details h3 {
	font-size: 28px;
    font-weight: 400;
	color: #0F61A5;
	line-height: 35px;
	margin: 20px 0;
}
.portfolio_details h3 span {
    font-weight: 700;
}
.portfolio_details h4 {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 34px;
	text-align: justify;
}
.portfolio_details h4 p {
	margin: 0 0 15px 0;
}
.portfolio_behance_icon {
	width: 50px;
	height: 50px;
	margin: 0 auto;
}
.portfolio_hire_us_icon {
	width: 60px;
	height: 50px;
	margin: 0 auto;
}
.portfolio_icon h6 {
    width: 100%;
	float: left;
    font-size: 16px;
    font-weight: 700;
    color: #252525;
    line-height: 24px;
	margin: 15px 0 0 0;
	text-align: center;
}
.portfolio_icon a:hover img {
	transform: scale(1.1);
}
.portfolio_icon a:hover h6 {
	color: #0F61A5;
}
.portfolio_details h5 {
	font-size: 15px;
    font-weight: 700;
    color: #252525;
    line-height: 34px;
	margin: 10px 0 0 0;
}
.portfolio_details a:hover h5 {
    color: #0F61A5;
}

/***************************** testimonials *****************************/
.testimonials {
	width: 100%;
	float: left;
	display: flex;
	background: #fff;
	padding: 80px 0 40px 0;
}
.testimonials_box {
    width: 80%;
    margin: 0 auto;
    display: block;
}
.testimonials h2 {
	font-size: 45px;
    font-weight: 400;
	color: #0F61A5;
	line-height: 45px;
	margin: 0 0 35px 0;
}
.testimonials h2 span {
    font-weight: 700;
}
.testimonials h4 {
	font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 34px;
    text-align: justify;
	margin: 10px 0 30px 0;
}
.testimonials h5 {
	font-size: 20px;
    font-weight: 500;
    color: #252525;
}
.testimonials h5 span {
	display: block;
	font-size: 16px;
    font-weight: 500;
    margin: 15px 0 0 0;
    color: #0F61A5;
}
.testimonial_img, .testimonials_detail_img, .testimonials_video, .testimonials_details_video {
	position: -webkit-sticky;
    position: sticky;
    top: 70px;
}
.testimonials_list {
	width: 100%;
	float: left;
	display: flex;
	background: #fff;
	padding: 40px 0 80px 0;
}
.testimonials_list h4 {
	font-family: 'Lato', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 34px;
    text-align: justify;
	margin: 20px 0;
}
.testimonials_list h5 {
	font-size: 20px;
    font-weight: 500;
    color: #252525;
	text-align: left;
}
.testimonials_list h5 span {
	display: block;
	font-size: 16px;
    font-weight: 500;
    margin: 5px 0 0 0;
    color: #0F61A5;
}
.testimonials_list_btn {
	padding: 15px 0;
    font-weight: 700;
    font-size: 16px;
    color: #0F61A5;
	text-transform: uppercase;
}
.testimonials_list_btn:hover i {
	margin-left: 5px;
    color: #0F61A5;
}
.testimonials_details {
	width: 100%;
	float: left;
	display: flex;
	background: #fff;
	padding: 80px 0;
}
.testimonials_details h4 {
	font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 34px;
    text-align: justify;
	margin: 20px 0;
}
.testimonials_details h4 p {
	margin: 0 0 15px 0;
}
.testimonials_details h5 {
	font-size: 20px;
    font-weight: 500;
    color: #252525;
	text-align: left;
}
.testimonials_details h5 span {
	display: block;
	font-size: 16px;
    font-weight: 500;
    margin: 5px 0 0 0;
    color: #0F61A5;
}
.testimonials_details_btn {
	padding: 15px;
    font-weight: 700;
    font-size: 16px;
    color: #0F61A5;
	text-transform: uppercase;
}
.testimonials_details_btn:hover i {
	margin-right: 5px;
    color: #0F61A5;
}

/************************* life_at_ginger *************************/
.life_at_ginger {
    width: 100%;
    float: left;
    display: flex;
    background: #fff;
    padding: 80px 0;
}
.life_at_ginger h2 {
	font-size: 45px;
    font-weight: 400;
	color: #0F61A5;
	line-height: 45px;
	margin: 0 0 15px 0;
}
.life_at_ginger h2 span {
    font-weight: 700;
}
.life_at_ginger h4 {
	font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 34px;
	text-align: justify;
}

.life_at_ginger2 {
    width: 100%;
    float: left;
    display: flex;
    background: #fff;
    padding: 80px 0;
}
.life_at_ginger2 h2 {
	font-size: 45px;
    font-weight: 400;
	color: #0F61A5;
	line-height: 45px;
	margin: 0 0 15px 0;
}
.life_at_ginger2 h2 span {
    font-weight: 700;
}
.life_at_ginger2 h2 p {
	float: right;
	font-size: 35px;
	writing-mode: vertical-rl;
	transform: rotate(0deg);
}
.life_at_ginger2 h4 {
	font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 34px;
	text-align: justify;
}
.life_at_ginger_nm  {
	margin: -140px 0 0 0;
}
.life_at_ginger2 .videobtn {
	width: 90px !important;
	z-index: 9;
}
.life_at_ginger_imgbg {
	background: #F1F1F2;
	margin: 0 9% 0 0;
}
.life_at_ginger_imgbg img {
	-ms-transform: translate(10%, 10%);
    transform: translate(10%, 10%);
}
.life_at_ginger_btn {
	padding: 15px 0;
    font-weight: 700;
    font-size: 16px;
    color: #0F61A5;
	text-transform: uppercase;
}
.life_at_ginger_btn:hover i {
	margin-left: 5px;
    color: #0F61A5;
}
.life_at_ginger3 {
    width: 100%;
    float: left;
    display: flex;
    background: #fff;
    padding: 80px 0;
}
.life_at_ginger3 h2 {
	font-size: 28px;
    font-weight: 400;
	color: #0F61A5;
    line-height: 35px;
	margin: 0 0 15px 0;
}
.life_at_ginger3 h3 {
	font-size: 16px;
    font-weight: 700;
	color: #252525;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
.life_at_ginger3 h4 {
	font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 30px;
	text-align: justify;
}
.life_at_ginger3 a:hover h3 {
    color: #0F61A5;
}

/***************************** life_at_ginger_details *****************************/
.life_at_ginger_details {
    width: 100%;
    float: left;
    display: flex;
    background: #fff;
    padding: 80px 0;
}
.life_at_ginger_details h2 {
	font-size: 45px;
    font-weight: 400;
	color: #0F61A5;
	line-height: 45px;
	margin: 0 0 15px 0;
}
.life_at_ginger_details h2 span {
    font-weight: 700;
}
.life_at_ginger_details h4 {
	font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 34px;
	text-align: justify;
}
.life_at_ginger_details h4 p {
	margin: 0 0 15px 0;
}
.life_at_ginger_details img {
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
}
.life_at_ginger_backbtn {
	padding: 15px 0;
    font-weight: 700;
    font-size: 16px;
    color: #0F61A5;
	text-transform: uppercase;
}
.life_at_ginger_backbtn:hover i {
	margin-left: 5px;
    color: #0F61A5;
}
/***************************** Partnership *****************************/
.partnership {
    width: 100%;
    float: left;
    display: flex;
    background: #fff;
    padding: 80px 0;
}
.partnership h4 {
	font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 34px;
	text-align: justify;
}
.partnership_img_box {
	background: #f4f4f4;
}
.partnership img {
	width: 250px;
}

/***************************** terms_and_conditions *****************************/
.terms_and_conditions {
	width: 100%;
	float: left;
	background: #fff;
	padding: 80px 0;
}
.terms_and_conditions h3 {
	width: 100%;
	float: left;
	font-size: 18px;
    font-weight: 700;
	line-height: 28px;
    color: #252525;
    margin: 10px 0;
}
.terms_and_conditions h4 {
	width: 100%;
	float: left;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 34px;
	text-align: justify;
}
.terms_and_conditions h4 p {
	margin: 0 0 15px 0;
}
.terms_and_conditions h4 a {
	color: #0F61A5;
}

/***************************** privacy_policy *****************************/
.privacy_policy {
	width: 100%;
	float: left;
	background: #fff;
	padding: 80px 0;
}
.privacy_policy h3 {
	width: 100%;
	float: left;
	font-size: 18px;
    font-weight: 700;
	line-height: 28px;
    color: #252525;
    margin: 10px 0;
}
.privacy_policy h4 {
	width: 100%;
	float: left;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 34px;
	text-align: justify;
}
.privacy_policy h4 p {
	margin: 0 0 15px 0;
}
.privacy_policy h4 a {
	color: #0F61A5;
}
.privacy_policy ul {
	width: 100%;
	float: left;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #4D4D4D;
	padding: 0 0 10px 15px;
	text-align: justify;
}
.privacy_policy ul li {
	margin: 0 0 5px 0;
    line-height: 34px;
    list-style: none;
}
.privacy_policy ul li:before {
	width: 25px;
    margin-left: -15px;
    content: "\2756";
    color: #0F61A5;
    font-size: 17px;
    font-weight: bold;
	display: inline-block;
}

/************************* careers *************************/
.careers {
    width: 100%;
    float: left;
    background: #fff;
    padding: 80px 0;
}
.careers h2 {
	font-size: 45px;
    font-weight: 400;
	color: #0F61A5;
	line-height: 45px;
	margin: 0 0 20px 0;
}
.careers h2 span {
    font-weight: 700;
}
.careers h4 {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 34px;
	text-align: justify;
}
.careers_border {
	border: 1px solid rgba(0, 0, 0, 0.05);
	box-shadow: 0px 6px 15px rgba(64,79,104,0.05);
	border-radius: 10px;
}
.careers .careers_imgbox {
	width: 65px;
	height: 65px;
}
.careers h3 {
    width: 100%;
	float: left;
    font-size: 18px;
    font-weight: 700;
    color: #252525;
	margin: 15px 0 0 0;
	text-align: center;
}
.careers h5 {
    font-size: 15px;
    font-weight: 500;
    color: #252525;
    line-height: 24px;
	margin: 5px 0 0 0;
	text-align: center;
}
.careers_form {
	width: 80%;
	float: left;
	display: block;
	margin: 0 10%;
}
.careers_form input, .careers_form textarea, .careers_form .dropdown button {
	background-color: #f2f2f2 !important;
	border: none !important;
	border-radius: 0px;
	height: 60px;
}
.careers_form label {
	width: 100%;
	float: left;
    font-size: 18px;
    font-weight: 500;
    color: #252525;
	margin: 0 0 5px 0;
}
.careers_form label span {
	font-style: italic;
    font-size: 12px;
}
.careers_form textarea {
    height: 150px;
	border-radius: 0px;
}
.careers_form .dropdown .dropdown-toggle::after {
	position: absolute;
	right: 20px;
	margin-top: 10px;
}
.careers_form .dropdown li {
	font-size: 14px;
	cursor: pointer;
}
.careers_form input[type="file"]::file-selector-button {
  	height: 60px;
	border: none;
}
.careers_form input[type="file"]::-ms-browse {
  	height: 60px;
	border: none;
}
.careers_form input[type="file"]::-webkit-file-upload-button {
  	height: 60px;
	border: none;
}
.careers_form_btn {
	background: #0F61A5;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 15px 50px;
	box-shadow:0px 10px 20px 0px rgba(13,113,186,.5);
	border: 1px solid #0F61A5;
}
.careers_form_btn:hover {
	background: #fff;
    color: #0F61A5;
	border: 1px solid #0F61A5;
}

/************************* getaquote *************************/
.getaquote {
    width: 100%;
    float: left;
    background: #fff;
    padding: 80px 0;
}
.getaquote h2 {
	font-size: 45px;
    font-weight: 400;
	color: #0F61A5;
	line-height: 45px;
	margin: 0 0 20px 0;
}
.getaquote h2 span {
    font-weight: 700;
}
.getaquote h4 {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 34px;
	text-align: justify;
}
.getaquote_form {
	width: 80%;
	float: left;
	display: block;
	margin: 0 10%;
}
.getaquote_form input, .getaquote_form textarea {
	background-color: #f2f2f2 !important;
	border: none !important;
	border-radius: 0px;
	height: 60px;
}
.getaquote_form label {
	width: 100%;
	float: left;
    font-size: 18px;
    font-weight: 500;
    color: #252525;
	margin: 0 0 5px 0;
}
.getaquote_form textarea {
    height: 150px;
	border-radius: 0px;
}
.getaquote_form_btn {
	background: #0F61A5;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 15px 50px;
	box-shadow:0px 10px 20px 0px rgba(13,113,186,.5);
	border: 1px solid #0F61A5;
}
.getaquote_form_btn:hover {
	background: #fff;
    color: #0F61A5;
	border: 1px solid #0F61A5;
}

/************************* blogs *************************/
.blogs {
	width: 100%;
	float: left;
    background: #fff;
	padding: 80px 0;
}
.blogs h3 {
    font-size: 20px;
    font-weight: 500;
    color: #252525;
    text-align: left;
    line-height: 34px;
}
.blogs h4 {
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 34px;
    text-align: justify;
    margin: 20px 0;
}
.blog_date {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    position: absolute;
    background: #0F61A5;
    padding: 10px;
    bottom: 0px;
    border-top-right-radius: 15px;
}
.blog_btn {
	padding: 15px 0;
    font-weight: 700;
    font-size: 16px;
    color: #0F61A5;
	text-transform: uppercase;
}
.blog_btn:hover i {
	margin-left: 5px;
    color: #0F61A5;
}

/************************* blog_details *************************/
.blog_details {
	width: 100%;
	float: left;
	display: flex;
	padding: 80px 0;
}
.blog_content {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 34px;
    text-align: justify;
}
.blog_content p {
    margin: 0 0 15px 0;
}
.blog_content a {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #0F61A5;
}
.blog_content h2 {
    font-size: 30px;
    font-weight: 500;
    color: #252525;
    margin: 0 0 20px 0;
    line-height: 35px;
	text-align: left;
}
.blog_content h3 {
    font-size: 20px;
    font-weight: 700;
    color: #252525;
    margin: 0 0 20px 0;
    line-height: 28px;
	text-align: left;
}
.blog_content ul, .blog_content ol {
    width: 100%;
    float: left;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    color: #4D4D4D;
    margin: 0 0 20px 0;
    padding: 0 0 0 15px;
}
.blog_content ul li {
    margin: 0 0 5px 2px;
    line-height: 34px;
	list-style: none;
}
.blog_content ul li:before {
	width: 17px;
    margin-left: -17px;
    content: "\2756";
    color: #0F61A5;
    font-size: 15px;
    font-weight: bold;
	display: inline-block;
}
.blog_content ol li {
    margin: 0 0 15px 2px;
    line-height: 34px;
}
.recent_blogs {
	position: -webkit-sticky;
    position: sticky;
    top: 70px;
}
.recent_blogs h3 {
    font-size: 18px;
    font-weight: 500;
    color: #666;
    margin: 0 0 20px 0;
    line-height: 28px;
}
.recent_blogs h4 {
    font-size: 16px;
    font-weight: 500;
    color: #252525;
    line-height: 24px;
	margin: -4px 0 0 0;
}
.recent_blogs a:hover h4 {
	color: #0F61A5;
}

/************************* support *************************/
.support {
    width: 100%;
    float: left;
    background: #fff;
    padding: 80px 0;
}
.support_border, .support_tracking_form {
	border: 1px solid rgba(0, 0, 0, 0.05);
	box-shadow: 0px 6px 15px rgba(64,79,104,0.05);
	border-radius: 10px;
}
.support .support_icons_imgbox, .support .support_icons_imgbox img {
	width: 60px;
	height: 60px;
}
.support h2 {
	font-size: 45px;
    font-weight: 400;
	color: #0F61A5;
	line-height: 45px;
	margin: 0 0 20px 0;
}
.support h2 span {
    font-weight: 700;
}
.support h4 {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 34px;
	text-align: justify;
}
.support_border h3 {
    width: 100%;
	float: left;
    font-size: 18px;
    font-weight: 700;
    color: #252525;
	margin: 15px 0;
	text-align: center;
}
.support_border h5 {
    font-size: 15px;
    font-weight: 500;
    color: #252525;
    line-height: 24px;
	text-align: center;
}
.support_form {
	width: 80%;
	float: left;
	display: block;
	margin: 0 10%;
}
.support_form input, .support_form textarea, .support_form .dropdown button, .support_tracking_form input {
	background-color: #f2f2f2 !important;
	border: none !important;
	border-radius: 0px;
	height: 60px;
}
.support_form label {
	width: 100%;
	float: left;
    font-size: 18px;
    font-weight: 500;
    color: #252525;
	margin: 0 0 5px 0;
}
.support_form label span {
	font-style: italic;
    font-size: 12px;
}
.support_form textarea {
    height: 150px;
	border-radius: 0px;
}
.support_form .dropdown .dropdown-toggle::after {
	position: absolute;
	right: 20px;
	margin-top: 10px;
}
.support_form .dropdown li {
	font-size: 14px;
	cursor: pointer;
}
.support_form input[type="file"]::file-selector-button {
  	height: 60px;
	border: none;
}
.support_form input[type="file"]::-ms-browse {
  	height: 60px;
	border: none;
}
.support_form input[type="file"]::-webkit-file-upload-button {
  	height: 60px;
	border: none;
}
.support_form_btn {
	background: #0F61A5;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 15px 50px;
	box-shadow:0px 10px 20px 0px rgba(13,113,186,.5);
	border: 1px solid #0F61A5;
}
.support_form_btn:hover {
	background: #fff;
    color: #0F61A5;
	border: 1px solid #0F61A5;
}
.track_btn {
	background: #0F61A5;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
	border: 1px solid #0F61A5;
}
.track_btn:hover {
	background: #fff;
    color: #0F61A5;
	border: 1px solid #0F61A5;
}
.support_msg {
    width: 100%;
    float: left;
    background: #fff;
    padding: 80px 0;
}
.support_msg h4 {
	font-size: 28px;
    font-weight: 700;
	color: #0F61A5;
	line-height: 35px;
	margin: 0 0 20px 0;
}
.support_msg h5 {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 34px;
	text-align: justify;
}
.support_msg h5 span {
    color: #0F61A5;
    font-weight: 700;
}
.support_msg a {
	background: #0F61A5;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 15px 50px;
	box-shadow:0px 10px 20px 0px rgba(13,113,186,.5);
	border: 1px solid #0F61A5;
}
.support_msg a:hover {
	background: #fff;
    color: #0F61A5;
	border: 1px solid #0F61A5;
}
.support_tracking {
    width: 100%;
    float: left;
    background: #fff;
    padding: 80px 0;
}
.support_tracking h2 {
	font-size: 45px;
    font-weight: 400;
	color: #0F61A5;
	line-height: 45px;
	margin: 0 0 80px 0;
}
.support_tracking h2 span {
    font-weight: 700;
}
.support_tracking h4 {
    width: 100%;
    float: left;
    font-size: 17px;
    font-weight: 500;
    color: #333;
    text-align: center;
}
.support_tracking h4 span {
	width: 100%;
    float: left;
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0 0 0;
}
.support_tracking h5 {
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: 700;
    color: #666;
}
.support_tracking h6 {
    font-size: 13px;
    font-weight: 500;
    color: #999;
    line-height: 24px;
}
.tracking_icon .position-relative {
	background: #fff;
    border: 1px solid #0F61A5;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    align-items: center;
    display: flex;
    justify-content: center;
	margin: 0 auto;
}
.tracking_icon.active .position-relative {
	background: #0F61A5;
	border: 2px solid #fff;
}
.tracking_icon.active h5, .tracking_icon.active h6 {
	color: #0F61A5;
}
.tracking_icon {
	width: 160px;
	position: relative;
    z-index: 9;
	text-align: center;
}
.tracking_icon_img1 {
	width: 30px;
    height: 30px;
  	background: url(../images/tracking_icon_01.svg) no-repeat;
}
.tracking_icon_img2 {
	width: 30px;
    height: 30px;
  	background: url(../images/tracking_icon_02.svg) no-repeat;
}
.tracking_icon_img3 {
	width: 30px;
    height: 30px;
  	background: url(../images/tracking_icon_03.svg) no-repeat;
}
.tracking_icon.active .tracking_icon_img1, .tracking_icon.active .tracking_icon_img2, .tracking_icon.active .tracking_icon_img3 {
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(0deg) brightness(150%) contrast(100%);
}
.tracking_pro_bar {
	top: -80px;
    position: relative;
}
.tracking_pro_bar .progress .progress-bar {
	background-color: #0F61A5;
	animation-direction: reverse;
}

/************************* contact *************************/
.contact {
	width: 100%;
	float: left;
	display: flex;
	background: #fff;
	padding: 80px 0;
}
.contact h2 {
	font-size: 45px;
    font-weight: 400;
	color: #0F61A5;
	line-height: 45px;
	margin: 0 0 20px 0;
	text-align: center;
}
.contact h2 span {
    font-weight: 700;
}
.contact h4 {
	font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 34px;
    text-align: justify;
}
.contact_icon::before {
	width: 100px;
    height: 150px;
    float: left;
	content: '';
  	background: url(../images/contact_title.svg) no-repeat;
}
.contact_form {
	width: 80%;
	float: left;
	display: block;
	margin: 0 10%;
}
.contact_form input, .contact_form select, .contact_form textarea {
	background-color: #f2f2f2 !important;
	border: none !important;
	border-radius: 0px;
	height: 60px;
}
.contact_form label {
	width: 100%;
	float: left;
    font-size: 18px;
    font-weight: 500;
    color: #252525;
	margin: 0 0 5px 0;
}
.contact_form textarea {
    height: 250px;
	border-radius: 0px;
}
.contact_form_btn {
	background: #0F61A5;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 15px 50px;
	box-shadow:0px 10px 20px 0px rgba(13,113,186,.5);
	border: 1px solid #0F61A5;
}
.contact_form_btn:hover {
	background: #fff;
    color: #0F61A5;
	border: 1px solid #0F61A5;
}
.contact_address h3 {
	font-size: 25px;
    font-weight: 700;
	color: #252525;
	margin: 0 0 15px 0;
	display: flex;
    justify-content: center;
    align-items: center;
}
.contact_address h3 i {
	font-size: 20px;
}
.contact_address a {
	width: 100%;
	float: left;
	font-size: 17px;
    font-weight: 700;
	color: #0F61A5;
	text-align: center;
}
.contact .card1 {
    width: 2%;
    top: 51%;
    left: 69%;
    position: absolute;
}
.contact .card2 {
    width: 2%;
    top: 41.5%;
    left: 60.4%;
    position: absolute;
}
.contact .map_add_bg {
    position: absolute;
    top: -70px;
    left: 45px;
    background: #fff;
    min-width: 200px;
    text-align: center;
}
.contact .map_add_mob_bg {
	width: 100%;
	float: left;
	text-align: center;
	padding: 15px;
	margin: 20px 0 0 0;
}
.map-point img {
    width: 0%;
}
.popov img, .contact .map_add_mob_bg img {
	width: 40px;
}
.popov h5, .contact .map_add_mob_bg h5 {
    font-size: 16px;
    font-weight: 700;
    color: #252525;
    text-align: center;
	margin: 10px 0;
}
.popov h6 {
    font-size: 10px;
    font-weight: 500;
    color: #252525;
    text-align: center;
}
.popov a {
    font-size: 12px;
    font-weight: 500;
    color: #252525;
    text-align: center;
}
.popov a:hover {
    color: #0F61A5;
}
.contact .map_add_mob_bg h6, .contact .map_add_mob_bg a {
    font-size: 14px;
    font-weight: 500;
    color: #252525;
    text-align: center;
	margin: 10px 0;
	line-height: 24px;
}
.popov.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #ccc;
    border-left-width: 0;
}
.popov > .arrow, .popov > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popov > .arrow {
    border-width: 11px;
}
.popov.right > .arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0;
}
.popov > .arrow:after {
    content: "";
    border-width: 11px;
}

/***************************** not_found *****************************/
.not_found {
    width: 100%;
	float: left;
	display: flex;
    padding: 40px 0;
	background: #fff;
}
.not_found h4 {
    font-size: 20px;
    font-weight: 500;
    color: #252525;
    margin: 0 0 5px 0;
	text-align: center;
}
.not_found_btn {
	background: #0F61A5;
    color: #fff;
    font-size: 16px;
	font-weight: 400;
    border-radius: 10px;
    padding: 10px 24px;
	border: 1px solid #0F61A5;
}
.not_found_btn:hover {
	background: #fff;
    color: #0F61A5;
	border: 1px solid #0F61A5;
}

/***************************** Pagination *****************************/
.pagination_bg {
    font-size: 15px;
    font-weight: 400;
}
.pagination_bg .active a, .pagination_bg .page-link:hover {
	background: #0F61A5;
	color: #fff;
	border: 1px solid #fff;
}
.pagination_bg .page-link {
	color: #252525;
}
.pagination_bg .disabled .page-link {
	color: #999;
}
/*******************************scrollToTop*******************************/
#scroll {
    position:fixed;
    right:5px;
    bottom:40px;
    cursor:pointer;
    width:30px;
    height:50px;
    background-color:rgba(0, 0, 0, 0.5);
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:20px;
	z-index: 999;
	-webkit-transition: background-color .3s ease-in-out;
	-moz-transition: background-color .3s ease-in-out;
	-ms-transition: background-color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#0F61A5;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
/***************************** Popup *****************************/
.modal-header {
	background: rgba(0, 0, 0, 0.7);
    padding: 4px 20px 8px 20px;
    text-align: center;
    position: relative;
}
.modal-header:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    display: block;
    background: linear-gradient(to right, rgba(0, 128, 0, 0.7), rgba(0, 0, 255, 0.6), rgba(75, 0, 130, 0.6), rgba(238, 130, 238, 0.6), rgba(255, 0, 0, 0.6), rgba(255, 165, 0, 0.6), rgba(255, 255, 0, 0.6));
}
.modal-title {
	width: 100%;
	font-size: 17px;
	font-weight: 700;
	color: #fff;
	padding: 0 15px;
}
.modal-header .close {
    padding: 0;
	font-size: 18px;
	color: #f00;
    background: none;
	border: none;
}
.modal-content {
	background: none;
	border: none;
}
.modal-open .modal {
	padding: 0 !important;
}
.video-modal-body {
	background: #000 !important;
	padding: 0;
}
.modal-body {
	background: #fff;
	padding: 0;
}
.modalclose {
	width: 40px;
    height: 40px;
	position: absolute;
    top: 10px;
    right: 10px;
    background: #000;
    color: #f00;
    border-radius: 50%;
	z-index: 9;
    border: none;
}

/***************************** swiper *****************************/
.swiper {
	width: 100%;
}
.swiper-slide {
	text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-button-next, .swiper-button-prev {
	top: 35% !important;
}
.swiper-button-next::after, .swiper-button-prev::after {
	font-size: 15px !important;
	background: #333;
	color: #fff;
	font-weight: 500;
	padding: 5px;
}
.swiper-slide img {
    /*display: block;*/
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-pagination-bullet {
    background: #0F61A5 !important;
}
.swiper-wrapper {
	padding-bottom: 50px;
}

@media (min-width: 200px) and (max-width: 1399.98px) {
	.hm_teamwork_points {
		width: 100%;
		float: left;
	}
	.hm_testimonials .swiper-slide-active {
		width: 75% !important;
	}
	.hm_testimonials .swiper-slide-next {
		width: 25% !important;
	}
	.hm_testimonials .swiper-slide-next .order-first h5 {
		height: 90px;
		margin: -90px 0 0 -1px;
	}
	.testi_swiper_btn {
		left: 50%;
		bottom: 15%;
	}
	.mission_vision_box {
		margin: 40px;
	}
	.hm_testimonials .swiper-slide-next .order-first .videobtn {
    	-ms-transform: translate(-50%, -80%);
		transform: translate(-50%, -80%);
	}
	.hm_testimonials .swiper-button-next::after, .hm_testimonials .swiper-button-prev::after {
    	height: 55px;
    	padding: 20px 0;
	}
	.hm_testimonials .swiper-slide-next .order-first {
		width: 84%;
	}
	.life_at_ginger_nm  {
		margin: 0;
	}
	.life_at_ginger, .life_at_ginger2 {
		padding: 80px 0 0 0;
	}
}
@media (min-width: 200px) and (max-width: 1199.98px) {
	.banner h1, .who_we_are h3, .hm_services h3, .hm_teamwork h2, .hm_recentworks h2, .hm_testimonials h3, .get_quote h3, .about h2, .about_service h2, .core_values h2, .service_banner h1, .saasbanner h1, .service_content h2, .service_recentworks h2, .d1_service_details_section h3, .d1_service_details_section2 h2, .d2_service_details_section h2, .d3_service_details_section h2, .d3_service_details_section2 h2, .saascontent h2, .saasproducts_benefits h2, .d1_saas_details_section h2, .d3_saas_details_section h2, .d1_saas_details_section2 h2, .d2_saas_details_section2 h2, .d3_saas_details_section2 h2, .portfolio_details h2, .testimonials h2, .life_at_ginger h2, .life_at_ginger2 h2, .life_at_ginger_details h2, .careers h2, .getaquote h2, .support h2, .support_tracking h2, .contact h2 {
		font-size: 40px;
		line-height: 50px;
	}
	.innerbanner h1 {
		font-size: 25px;
    	line-height: 30px;
		left: 4%;
	}
	.contact_address h3 {
		font-size: 22px;
	}
	.mission_vision_bg {
		padding: 60px 0;
	}
	.mission_vision img {
		width: 500px;
		margin: 0 auto;
	}
	.mission_vision_box {
		margin: 0 80px;
		padding: 20px;
		background: rgba(0, 50, 100, 0.4);
		border: 1px solid #fff;
	}
	.mission_vision h2 {
		font-size: 35px;
		line-height: 35px;
		text-align: center;
	}
	.hm_testimonials .swiper-slide-next .order-first {
		width: 82%;
	}
	.testi_swiper_btn {
		bottom: 17%;
	}
	.hm_testimonials .swiper-button-next::after, .hm_testimonials .swiper-button-prev::after {
		height: 50px;
		padding: 16px 0;
	}
	.about_overlay {
		margin: 0;
	}
	.about img {
		width: 48%;
		float: left;
		margin: 0 1%;
	}
	.about h2, .about h4 {
		padding: 0;
	}
	.about, .core_values, .service_recentwork_carousel, .saasproducts_benefits, .d1_saas_details_section, .d1_saas_details_section3, .d2_saas_details_section, .d2_saas_details_section3, .d3_saas_details_section, .d3_saas_details_section3, .portfolio, .portfolio_details, .testimonials, .testimonials_list, .testimonials_details, .terms_and_conditions, .privacy_policy, .careers, .getaquote, .blogs, .blog_details, .life_at_ginger3, .support, .support_msg, .support_tracking, .contact, .partnership {
		padding: 40px 0;
	}
	.life_at_ginger, .life_at_ginger_details {
		padding: 40px 0 0 0;
	}
	.testimonials_box {
    	width: 100%;
	}
	.contact_icon::before {
    	width: 80px;
    	height: 120px;
	}
	.footerlogo {
		display: block;
		margin: 0 auto 30px auto;
	}
	.footer h3, .footer h5, .footer h6 {
		text-align: center;
	}
	.footer .input-group {
		margin: 0 auto 50px auto;
	}
}
@media (min-width: 200px) and (max-width: 1199.98px) {
	.offcanvas {
		width: 300px !important;
		border-left: none !important;
	}
	.offcanvas-body::-webkit-scrollbar {
		width: 8px;
		background: #f1f1f1;
	}
	.offcanvas-body::-webkit-scrollbar-thumb {
		background-color: #c1c1c1;
		border: 1px solid #fff;
	}
	.menu_icon {
		display: block;
	}
	.dropdown-item {
    	width: 100%;
		text-align: center;
    	font-size: 14px;
    	font-weight: 400;
	}
	.navbar-nav > li > a {
		text-shadow: none;
		padding: 14px 0 !important;
		text-align: center;
		font-weight: 500;
	}
	.navbar-nav > li.active > a, .navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
		background: none;
    	color: #0F61A5 !important;
	}
	.has-megamenu:hover .megamenu {
		display: none;
	}
}
@media (min-width: 200px) and (max-width: 991.98px) {
	.top_ph {
		float: left;
	}
	.top_ph a {
		padding: 8px 10px 8px 10px;
	}
	.banner, .service_banner, .saasbanner {
		background-size: 100% 100%;
		background-attachment: scroll;
	}
	.banner img, .service_banner img, .saasbanner img, .hm_recentworks img, .core_values img, .service_content img, .service_recentworks img, .saascontent img, .d1_service_details_section2 img, .d1_saas_details_section3_img, .d1_saas_details_section2_video, .d2_service_details_section img, .d3_service_details_section2 img, .d2_saas_details_section_video, .d2_saas_details_section3_img, .d3_saas_details_section_img, .d3_saas_details_section3_img, .d3_saas_details_section2_video, .testimonial_img, .testimonials_video, .life_at_ginger_img, .life_at_ginger2 .video-btn, .life_at_ginger_details img {
		width: 100%!important;
		max-width: 400px !important;
		float: none !important;
		position: static;
	}
	.d3_service_details_section img {
		width: 100%!important;
		max-width: 250px !important;
		float: none !important;
		position: static;
	}
	.banner h4, .service_banner h4, .saasbanner h4 {
		margin: 20px 0 0 0;
	}
	.hm_counter_bg, .about_counter_bg {
		padding: 20px;
	}
	.hm_testimonials .swiper-slide-active {
		width: 100% !important;
	}
	.hm_testimonials .swiper-slide-next .order-first {
		display: none;
	}
	.testi_swiper_btn {
		bottom: 20%;
    	left: 62%;
	}
	.about_service {
		background-image: none;
	}
	.hm_teamwork, .service_icons, .saasproducts {
		padding: 0;
	}
	.life_at_ginger_imgbg {
		margin: 0 9% 10% 0;
	}
	.life_at_ginger_imgbg .videobtn {
		-ms-transform: translate(-10%, -50%);
    	transform: translate(-10%, -50%);
	}
	.life_at_ginger2 .videobtn {
    	width: 50px !important;
	}
	.service_video_banner video, .service_video_banner iframe {
		pointer-events: auto;
	}
	.d2_service_details_section, .d3_service_details_section {
		padding: 40px 0 0 0;
	}
	.careers_form, .getaquote_form, .support_form, .contact_form {
		width: 100%;
		margin: 0;
	}
	.recent_blogs {
		margin: 40px 0 0 0;
	}
	.contact .map_add_bg {
    	top: -75px;
    	left: 30px;
	}
	.copyright, .footer_social {
		width: 100%;
		text-align: center;
		margin: 5px 0;
	}
}
@media (min-width: 200px) and (max-width: 767.98px) {
	.top_social {
		display: none;
	}
	.top_ph, .top_ph a {
		float: none;
	}
	.hm_counter_bg_text, .about_counter_bg_text {
    	font-size: 35px;
	}
	.mission_vision_box {
		margin: 0;
	}
	.testi_swiper_btn {
		bottom: 20%;
		left: 53%;
	}
	.service_icons .service_icons_imgbox, .saasproducts .saasproduct_imgbox, .careers .careers_imgbox, .support .support_icons_imgbox, .d2_saas_details_section2_imgbox {
		width: 55px;
		height: 55px;
	}
	.contact .map_add_bg {
		min-width: 150px;
		top: -90px;
		left: 25px;
	}
	.footer h4 {
		margin: 0 0 20px 0;
	}
}
@media (min-width: 200px) and (max-width: 575.98px) {
	.top {
    	display: none;
	}
	.logo img {
		width: 180px;
	}
	.s_header img {
		width: 160px;
	}
	.menu_icon {
		right: 17px;
	}
	.banner, .service_banner, .saasbanner {
		margin: 30px 0 0 0;
	}
	.hm_testimonials {
		padding: 40px 0;
	}
	.testi_swiper_btn {
		bottom: 5px;
		left: 0;
	}
	.hm_testimonials h4 {
		max-height: 130px;
	}
	.hm_testimonials h5 {
		text-align: center;
	}
	.hm_testimonials .swiper-slide img {
		width: 200px;
	}
	.hm_testimonials_srar {
    	margin: 0 0 20px 0;
	}
	.banner h1, .who_we_are h3, .hm_services h3, .hm_teamwork h2, .hm_recentworks h2, .hm_testimonials h3, .get_quote h3, .about h2, .about_service h2, .mission_vision h2, .core_values h2, .service_banner h1, .saasbanner h1, .service_content h2, .service_recentworks h2, .d1_service_details_section h3, .d1_service_details_section2 h2, .d2_service_details_section h2, .d3_service_details_section h2, .d3_service_details_section2 h2, .saascontent h2, .saasproducts_benefits h2, .d1_saas_details_section h2, .d1_saas_details_section2 h2, .d1_saas_details_section3 h2, .d2_saas_details_section2 h2, .d2_saas_details_section3 h2, .d3_saas_details_section h2, .d3_saas_details_section2 h2, .d3_saas_details_section3 h2, .portfolio_details h2, .testimonials h2, .life_at_ginger h2, .life_at_ginger2 h2, .life_at_ginger_details h2, .careers h2, .getaquote h2, .support h2, .support_tracking h2, .contact h2 {
		font-size: 28px;
		line-height: 35px;
	}
	.innerbanner h1 {
		font-size: 16px;
    	line-height: 20px;
		left: 4%;
	}
	.hm_recentworks h5, .service_recentworks h5 {
		font-size: 23px;
		line-height: 35px;
	}
	.support_tracking h2 {
		margin: 0 0 20px 0;
	}
	.service_icons .service_icons_imgbox, .saasproducts .saasproduct_imgbox, .careers .careers_imgbox, .support .support_icons_imgbox, .d2_saas_details_section2_imgbox {
		width: 45px;
		height: 45px;
	}
	.service_icons h2, .saasproducts h2 {
    	font-size: 14px;
		font-weight: 700;
	}
	.d1_service_details_list, .d3_service_details_list {
		padding: 0;
	}
	.d1_saas_checkmark img, .d2_saas_checkmark img, .d3_saas_checkmark img {
		width: 40px;
		height: 40px !important;
	}
	.saasproducts_benefits h3 {
    	font-size: 18px;
	}
	.testimonials_list h5 {
		text-align: center;
	}
	.blog_content h2 {
		font-size: 25px;
	}
	.tracking_icon {
		width: 100%;
		float: left;
		background: #fff;
		padding: 10px 0;
	}
	.tracking_pro_bar {
		width: 350px;
		transform: rotate(90deg);
		position: absolute;
		top: 200px;
		left: -45px;
		right: -45px;
		margin: 0 auto;
	}
	.partnership img {
		width: 200px;
	}
	.contact_icon::before {
		width: 50px;
		height: 100px;
	}
	.contact .card {
		display: none;
	}
	.footer ul li a {
		font-size: 14px;
	}
	.footer h5, .footer h6 {
		text-align: justify;
	}
	.footer .input-group {
		width: 100%;
	}
}
@media (min-width: 200px) and (max-width: 355.98px) {
	.get_quote a {
    	padding: 15px 50px;
	}
	.support_form_btn, .support_msg a {
    	padding: 15px 20px;
	}
	.social_media a {
    	width: 28px;
    	height: 28px;
	}
}