*:focus {
	outline: 0 !important;
	box-shadow: 0 0 0 .2rem transparent, 0 0 0 .35rem transparent !important;
}

html {
	scroll-behavior: smooth;
}

body {
	overflow-x: hidden;
	overflow-y: auto;
	/*font-family: 'Roboto', sans-serif;*/
	font-family: 'Ubuntu', sans-serif;
	padding-top: 83px;
}

::selection {
	background: #132138;
	color: #fff;
}

:root {
	--logocolor: #132138;
	--white: #ffffff;
	--logocoloropacity: #1321386c;
}

.card {
	border: none;
	background: transparent;
}

ol,
ul {
	padding-left: 1em;
}

p,
.txt_ul li {
	margin-top: 0;
	margin-bottom: 1rem;
	font-size: 16px;
	line-height: 1.8em;
}

p {
	text-align: justify;
}

.heading_1,
.heading_2 {
	font-weight: 600;
}

.heading_3,
.heading_4,
.heading_5,
.heading_6 {
	font-weight: 500;
}

.heading_1 {
	font-size: 38px;
}

.heading_2 {
	font-size: 34px;
}

.heading_3 {
	font-size: 32px;
}

.heading_4 {
	font-size: 28px;
}

.heading_5 {
	font-size: 24px;
}

.heading_6 {
	font-size: 20px;
}

#gtco-main-nav {
	padding: 0;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 2;
	transition: all 0.3s ease;
}

.navbar-brand img {
	width: 200px;
	width: 250px;
}

#gtco-main-nav .bar1,
#gtco-main-nav .bar2,
#gtco-main-nav .bar3 {
	width: 25px;
	height: 2px;
	background-color: var(--logocolor);
	margin: 5px 0;
	transition: 0.4s;
	display: block;
	position: relative;
}

#gtco-main-nav .change .bar1 {
	-webkit-transform: rotate(-42deg) translate(-2px, 6px);
	transform: rotate(-42deg) translate(-2px, 6px);
}

#gtco-main-nav .change .bar2 {
	opacity: 0;
}

#gtco-main-nav .change .bar3 {
	-webkit-transform: rotate(46deg) translate(-4px, -8px);
	transform: rotate(46deg) translate(-4px, -8px);
}

#gtco-main-nav .navbar-nav li {
	/*display: flex;
	align-items: center;
	position: relative;*/
}

#gtco-main-nav .navbar-nav li a {
	/*font-size: 14px;
	color: var(--logocolor);
	padding: 20px 15px !important;
	text-transform: uppercase;
	font-weight: bold;
	white-space: nowrap;*/
}

#gtco-main-nav .navbar-nav .drop-down li a {
	/*padding: 5px 15px !important;*/
}

.bg_grey {
	background: #f5f5f5;
}

.navbar-brand {
	/*margin: 0 0 0 340px;*/
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
	color: rgba(255, 255, 255);
}

.scrolled,
.bg_nav {
	background: var(--logocolor);
	border-bottom: 0px solid #e9ecef;
}

.scrolled .nav-link {
	color: #fff !important;
}

.scrolled .navbar-nav .drop-down {
	/*background: var(--logocolor);*/
}

.scrolled #my-nav {
	background-color: var(--logocolor);
}

.scrolled .bar1,
.scrolled .bar2,
.scrolled .bar3 {
	background-color: var(--white) !important;
}

.navbar-light .navbar-toggler {
	border-color: transparent;
}

.navbar-nav {
	/*margin: 0 340px 0 0;
	margin: 0;
	height: 35px;*/
}

.navbar-nav .nav-item.service {
	/*width: 118px;*/
}

.navbar-nav .drop-down {
	/*background: var(--white);
	list-style: none;
	padding: 0 0 10px 0;
	top: 85px;
	display: none;
	transition: all 0.3s ease;*/
}

.navbar-nav .drop-down li:hover {
	/*padding-left: 10px;
	transition: all 0.5s ease;*/
}

.navbar-nav li:hover .drop-down {
	/*display: block;
	top: 40px;
	top: 35px;
	width: auto;
	position: absolute;
	z-index: 5;*/
}

.drop-down li a {
	width: 100%;
	display: block;
	padding: 0 0 0 15px;
	font-weight: bold;
	border-radius: 0;
	white-space: nowrap;
}

.btn_grad,
.gtco-banner-area a,
.gtco-feature a,
.gtco-features a {
	background-image: -moz-linear-gradient(0deg, #132138 0%, #1321386c 100%);
	background-image: -webkit-linear-gradient(0deg, #132138 0%, #1321386c 100%);
	background-image: -ms-linear-gradient(0deg, #132138 0%, #1321386c 100%);
	font-size: 18px;
	color: #fff;
	border-radius: 50px;
	padding: 5px 30px;
	display: inline-block;
	text-transform: uppercase;
	padding-right: 5px;
	text-decoration: none !important;
	transition: all 0.5s ease;
	border: 1px;
}

.btn_grad .fa,
.gtco-banner-area a .fa,
.gtco-feature a .fa,
.gtco-features a .fa {
	background: #fff;
	border-radius: 50%;
	height: 32px;
	width: 32px;
	color: var(--logocolor);
	font-size: 22px;
	text-align: center;
	padding-top: 5px;
	margin-left: 15px;
}

.gtco-feature h2,
.gtco-features h2 {
	color: var(--logocolor);
	font-size: 36px;
	margin-bottom: 30px;
}

.gtco-banner-area,
.gtco-feature,
.gtco-features,
.gtco-testimonials,
.gtco-features-list {
	height: 92vh;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #999fa91a;
}

.footer-sec {
	background-color: var(--logocolor);
	padding: 3em 0;
	display: flex;
	align-items: center;
}

.footer-sec .container {
	background-image: url('../images/word-map.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
}

.footer_row_wrapper {
	/*
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
    margin-right: -15px;
    margin-left: -15px;
    */
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: baseline;
	color: #fff;
}

.footer_row_wrapper .footer_col:nth-child(1),
.footer_row_wrapper .footer_col:nth-child(2),
.footer_row_wrapper .footer_col:nth-child(3),
.footer_row_wrapper .footer_col:nth-child(4) {
	-ms-flex: 1 0 25%;
	flex: 1 0 25%;
	max-width: 25%;
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	display: flex;
	justify-content: center;
}


/*
.footer_row_wrapper div:nth-child(1){
    
}
.footer_row_wrapper div:nth-child(2){
    
}
.footer_row_wrapper div:nth-child(3){
    
}
.footer_row_wrapper div:nth-child(4){
    
}*/

.footer-sec p,
.footer-sec li {
	font-size: 16px;
	line-height: 1.8em;
	color: var(--white);
}

.footer-sec .links {
	color: var(--white);
	font-weight: bold;
}

.footer-sec .footer-links ul,
.footer-sec .service-links ul {
	list-style: none;
	line-height: 2;
	padding: 10px;
}


/* .footer-sec .service-links ul li {
  white-space: nowrap;
} */

.footer-sec .contact-links ul {
	list-style: none;
	padding: 0;
	margin-top: 15px;
}

.footer-links {
	/*
	display: grid;
	place-items: center;
	margin-top: 35px;*/
}

.footer-sec .footer-links ul li::before,
.footer-sec .service-links ul li::before {
	/*position: absolute;*/
	content: "\f101";
	font-family: FontAwesome;
	animation: moveright 2s infinite;
}

.footer-sec .footer-links ul li::before {
	margin-left: 100px;
}

.service-links,
.contact-links {
	/*margin-top: 40px*/
}

.footer-sec .about {
	/*margin-top: 10px;*/
}


/* .footer-links,
.service-links,
.contact-links {
  padding-left: 30px;
  margin: auto;
} */

.footer-sec .service-links ul li::before {
	margin-left: 10px;
}

.gtco-banner-area-col1 {
	margin: auto;
}

.gtco-banner-area h1 {
	font-size: 52px;
	color: var(--logocolor);
	max-width: 500px;
	/*margin-top: 70px;*/
}

.gtco-banner-area h1 span {}

.gtco-banner-area p {
	max-width: 450px;
	margin: 20px 0;
	margin-bottom: 40px;
	font-size: 20px;
	text-align: left;
}

.btn_grad,
.gtco-banner-area a,
.gtco-feature a,
.gtco-features a {
	padding: 10px 30px;
	padding-right: 5px;
}

.btn_grad i,
.gtco-banner-area a i,
.gtco-feature a i,
.gtco-features a i {
	animation: moveright 2s infinite;
	position: relative;
}

.btn_grad:hover,
.gtco-banner-area a:hover,
.gtco-feature a:hover,
.gtco-features a:hover {
	letter-spacing: 1px;
	color: #fff;
}

.btn_grad_md {
	border: 1px solid #fff;
	padding: 8px 20px;
	font-size: 16px;
	background-image: -webkit-linear-gradient(0deg, #132138 50%, #f5f5f5 100%);
	background-image: -webkit-linear-gradient(0deg, #132138 50%, #132138 100%);
}

.btn_grad_md:hover {
	color: #000;
	border-color: #132138;
	border-color: #353535;
	background-color: #ecebff;
	background-image: -webkit-linear-gradient(0deg, #fff 50%, #f5f5f5 100%);
	background-image: -webkit-linear-gradient(0deg, #13213850 50%, #f5f5f5 100%);
}

.gtco-banner-area .col-md-6 .card .card-img-top {
	max-width: 600px;
}

.gtco-feature .card .back-bg {
	margin-left: 30px !important;
	margin-top: 10px;
}

.create-text {
	margin: auto;
}

.gtco-feature .card svg {
	display: block;
	margin-left: 50px;
	margin-top: 35px;
}

.gtco-feature .card svg.defs {
	position: absolute;
	width: 0;
	height: 0;
}

.gtco-feature p small {
	font-size: 16px;
}

.gtco-feature a {
	margin-top: 20px;
	display: inline-block;
}

.gtco-features svg {
	position: absolute;
	margin-left: -100px;
	margin-top: 100px;
}

.gtco-features h2 {
	margin-top: 200px;
}

.service-col {
	margin: auto;
}

.gtco-features .col-lg-4 p {
	/* max-width: 320px; */
	margin-bottom: 30px;
}

.gtco-features .col-lg-8 {
	padding: 10px 100px;
}

.gtco-features .col-lg-8 .row .col:first-child {
	margin-top: 150px;
}

.gtco-features .col-lg-8 .card {
	background: #fff;
	margin: 30px 5px;
	padding: 20px 10px;
	border-radius: 20px;
	box-shadow: 0 15px 40px 0 var(--logocoloropacity);
	transition: all 0.5s ease;
}

.gtco-features .col-lg-8 .card:hover {
	box-shadow: 0 15px 40px 0 var(--logocolor);
	transform: scale(1.1);
}

.gtco-features .col-lg-8 .card .oval {
	background: linear-gradient(to right, #13213830, #13213830);
	padding: 10px;
	width: 150px;
	border-radius: 50%;
	margin: auto;
	transform: rotate(20deg);
	margin-top: 20px;
}

.gtco-features .col-lg-8 .card .card-img-top {
	max-width: 0.8in;
	margin: 0 auto;
	transform: rotate(-20deg);
}

.gtco-features .col-lg-8 .card h3 {
	font-size: 24px;
	color: var(--logocolor);
	margin: 0;
}

.gtco-features .col-lg-8 .card p {
	font-size: 16px;
}

.gtco-numbers-block {
	margin: 100px auto;
	margin-top: 200px;
	color: #fff;
}

.gtco-numbers-block #custom-map::before {
	position: absolute;
	content: "";
	height: 100px;
	width: 100%;
	border: 2px solid red;
}

.gtco-numbers-block svg {
	margin-top: -100px;
	position: absolute;
	left: 0;
	max-width: 1500px;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.gtco-numbers-block h5 {
	font-size: 60px;
}

.gtco-numbers-block p {
	font-size: 24px;
	color: #fff;
}

.gtco-testimonials {
	position: relative;
	/* margin-top: 100px; */
}

.gtco-testimonials h2 {
	font-size: 36px;
	text-align: center;
	color: var(--logocolor);
	margin-bottom: 100px;
}

.gtco-testimonials .owl-stage-outer {
	padding-bottom: 30px;
}

.gtco-testimonials .owl-nav {
	display: none;
}

.gtco-testimonials .owl-dots {
	text-align: center;
}

.gtco-testimonials .owl-dots span {
	position: relative;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	display: block;
	background: #fff;
	border: 2px solid var(--logocolor);
	margin: 0 5px;
}

.gtco-testimonials .owl-dots .active {
	box-shadow: none;
}

.gtco-testimonials .owl-dots .active span {
	background: var(--logocoloropacity);
	box-shadow: none;
	height: 12px;
	width: 12px;
	margin-bottom: -1px;
}

.gtco-testimonials .card {
	background: #fff;
	box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.08);
	margin: 0 30px;
	padding: 0 20px;
	border-radius: 50px;
}

.gtco-testimonials .card .card-img-top {
	max-width: 100px;
	border-radius: 50%;
	margin: 0 auto;
	border: 3px solid var(--logocolor);
	width: 100px;
	height: 100px;
}

.gtco-testimonials .card h5 {
	color: var(--logocolor);
	font-size: 21px;
	line-height: 1.3;
}

.gtco-testimonials .card h5 span {
	font-size: 18px;
	color: #666666;
}

.gtco-testimonials .card p {
	font-size: 18px;
}

.gtco-testimonials .active {
	opacity: 0.5;
	transition: all 0.3s;
}

.gtco-testimonials .center {
	opacity: 1;
}

.gtco-testimonials .center h5 {
	font-size: 24px;
}

.gtco-testimonials .center h5 span {
	font-size: 20px;
}

.gtco-testimonials .center p {
	font-size: 20px;
}

.gtco-testimonials .center .card-img-top {
	max-width: 100%;
	height: 120px;
	width: 120px;
}

.gtco-features-list .media {
	/*margin: 20px 0; */
	padding: 20px 10px 0;
	z-index: 0;
	background-color: #ffffff;
	box-shadow: 0 0px 10px 0 var(--logocoloropacity);
	color: var(--logocolor);
	border-radius: 5px;
	/* transform: scale(0.9); */
	/* transform: scale(0.5); */
	height: 100%;
	transition: all 0.5s ease;
}

.gtco-features-list .media p {
	text-align: left;
}

.gtco-features-list .oval {
	border-radius: 50%;
	background-color: white;
	/*box-shadow: 0 10px 50px 0 var(--logocoloropacity);*/
	box-shadow: 0 0px 10px 1px #13213840;
	padding: 15px;
	height: 60px;
	width: 60px;
}

.gtco-features-list .oval .align-self-start {
	width: 100%;
	padding: 3px;
}

.gtco-features-list .media-body {
	font-size: 16px;
	color: var(--logocoloropacity);
	padding-right: 20px;
}

.gtco-features-list .media-body h5 {
	margin-bottom: 20px !important;
	font-size: 22px;
	color: var(--logocolor);
}

.gtco-features-list .media:hover {
	background-color: var(--logocolor);
	z-index: 10;
	box-shadow: 0 10px 50px 0 var(--logocoloropacity);
	color: var(--white);
	border-radius: 5px;
	transform: scale(0.9);
	transform: scale(1.1);
	/*transition: all 0.5s ease;*/
}

.gtco-features-list .media:hover h5,
.gtco-features-list .media:hover .media-body {
	color: var(--white);
}

.gtco-logo-area {
	/*margin: 0 auto 150px auto;*/
}

.gtco-logo-area .col .img-fluid {
	max-height: 32px;
}

.gtco-logo-area .col {
	display: flex;
	justify-content: center;
}

footer {
	padding: 10px;
	background: #363636;
}

.footer-details {
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer-details p {
	margin-bottom: 0;
	color: var(--white);
	font-size: 12px
}


/* .footer-details p span {
  color: var(--logocolor);
} */

.footer-details p a {
	color: var(--white);
	text-decoration: none;
}

.wrapper {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-top: 25px;
}

.wrapper .icon {
	margin: 0 10px;
	text-align: center;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
	z-index: 2;
	transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .icon span {
	display: block;
	height: 35px;
	width: 35px;
	background: #364f6b;
	border-radius: 50%;
	position: relative;
	z-index: 2;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
	transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	color: #fff;
	animation: scaling 2.5s ease-in-out infinite alternate;
}

.wrapper .icon span i {
	line-height: 37px;
	font-size: 18px;
}

.wrapper .icon .tooltip {
	position: absolute;
	top: 0;
	z-index: 1;
	background: #fff;
	color: #fff;
	padding: 4px 10px;
	font-size: 14px;
	font-weight: 500;
	border-radius: 25px;
	opacity: 0;
	pointer-events: none;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
	transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .icon:hover .tooltip {
	top: -35px;
	opacity: 1;
	pointer-events: auto;
}

.icon .tooltip::before {
	position: absolute;
	content: '';
	height: 10px;
	width: 10px;
	background: #fff;
	left: 50%;
	bottom: -4px;
	transform: translateX(-50%) rotate(45deg);
	transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .icon:hover span a,
.wrapper .icon span a {
	color: var(--white);
}

.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip {
	box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4);
}

.wrapper .facebook:hover span,
.wrapper .facebook:hover .tooltip,
.wrapper .facebook:hover .tooltip::before {
	background: #4267B2;
}

.wrapper .twitter:hover span,
.wrapper .twitter:hover .tooltip,
.wrapper .twitter:hover .tooltip::before {
	background: #1DA1F2;
}

.wrapper .instagram:hover span,
.wrapper .instagram:hover .tooltip,
.wrapper .instagram:hover .tooltip::before {
	/* background: linear-gradient(to bottom, #8a3ab9, #e95950, #bc2a8d, #fccc63, #fbad50, #cd486b, #4c68d7); */
	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.wrapper .youtube:hover span,
.wrapper .youtube:hover .tooltip,
.wrapper .youtube:hover .tooltip::before {
	background: #c4302b;
}

::-webkit-scrollbar {
	width: 8px;
}

::-webkit-scrollbar-thumb {
	background: var(--logocolor);
	border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
	background: var(--logocoloropacity);
}

.header {
	position: fixed;
	top: 67px;
	width: 100%;
	z-index: 1;
}

.progress-container {
	width: 100%;
	height: 6px;
	background: var(--logocoloropacity);
	border-radius: 0;
}

#progress-bar {
	height: 6px;
	width: 0%;
	background: var(--logocolor);
	border-radius: 3px;
}

.sidebar-form {
	position: fixed;
	top: 16%;
	right: -107px;
	width: 100px;
	box-shadow: 0 0 5PX rgba(0, 0, 0, 0.3);
	border-radius: 8px 0 0 8px;
	background-color: #fff;
	padding: 17px;
	transform: translateY(-16%);
	transition: right 0.4s linear;
	z-index: 2;
}

.sidebar-form.show {
	right: 0;
}

.sidebar-form .call-action {
	position: absolute;
	background-color: var(--white);
	color: var(--logocolor);
	width: 40px;
	height: 40px;
	text-align: center;
	cursor: pointer;
	left: -48px;
	top: -32%;
	transform: translateY(32%);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	border-radius: 10px;
}

.sidebar-form .call-action span {
	animation: rotate 5s infinite linear;
	position: relative;
}

.sidebar-form h3 {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 15px;
	text-align: center;
	color: var(--red);
}

.sidebar-form .form-group {
	margin-bottom: 10px;
}

.sidebar-form .form-group label {
	font-weight: 500;
	font-size: 15px;
	margin-bottom: 2px;
	color: #333;
}

.sidebar-form #submit-btn {
	width: 100%;
	border: none;
	margin-top: 8px;
	background-color: var(--purple);
	color: var(--white);
	padding: 7px;
	font-weight: 400;
	cursor: pointer;
}

.sidebar-form .color {
	display: block;
	width: 30px;
	height: 30px;
	margin: 5px auto;
	border: 2px solid #fff;
	border-radius: 50%;
	cursor: pointer;
}

#blue {
	background: #132138;
}

#red {
	background: #f20225;
}

#black {
	background: #000000;
}

#white {
	background: #ffffff;
}

.ip_main {
	margin-top: 113px;
	margin-top: 0;
}

.form-control {
	display: block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #fbfbfb;
	color: #6c757d;
	background-color: #132138;
	background-color: #fff;
	background-clip: padding-box;
	border: 1.5px solid #132138;
	border-radius: 20px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.bg_blue {
	background: #132138;
	color: #fff;
}

.border_3_bl_r_8 {
	border: 3px solid #132138;
	border-radius: 8px;
}

.bg_navy {
	background: #37474f;
	background: #455a64;
}

.bg_trans {
	background: #f5f5f5ad;
	background: #f5f5f5d9;
}

.bg_parallax {
	background: #2d3b429c;
	background: #ffffffcf;
}

.bt_1 {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.bb_1 {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#bread_crumb {}

#bread_crumb h1,
#bread_crumb a {
	color: #fff;
	padding: 1em 0.25em;
}

a,
a:hover {
	text-decoration: none;
	color: currentColor;
}

.accordion-button::after {
	content: '\f078';
	font-family: 'FontAwesome';
	background: unset;
}

.accordion-button:not(.collapsed)::after {
	background: unset;
}

.accordion-flush .accordion-item:last-child {
	border-bottom: 1;
}

.accordion-flush .accordion-item .accordion-button {
	border-radius: 0;
	background: #455a64;
	color: #fff;
}

.accordion-flush .accordion-item .accordion-button:not(.collapsed) {
	color: #ffffff;
	background-color: #132138;
	box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.accordion-flush .accordion-collapse {
	border-width: 0;
	background: #fff;
	background: #f5f5f5;
	color: #132138;
	/*background: #455a64;
    color: #ffffff;*/
}

.about_parallax {
	/* The image used */
	/*background-image: url("../images/gifs/background_about.gif");
  background-image: url("../images/gifs/background_about_anim.gif");*/
	/* Set a specific height */
	/*min-height: 500px; */
	/* Create the parallax scrolling effect */
	/*background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;*/
}

#bread_crumb {
	position: relative;
}

#bread_crumb:after {
	content: '';
	background-image: url("../images/icons/wave_w_01.png");
	background-image: url("../images/icons/wave_d_01.png");
	background-image: url("../images/icons/mustache_w_01.png");
	background-image: url("../images/icons/circle_d_01.png");
	background-image: url("../images/icons/circle_w_01.png");
	width: 250px;
	height: 250px;
	position: absolute;
	/* background-size: cover; */
	/* background-color: white; */
	top: 125px;
	left: -140px;
}

#bread_crumb:after,
#bread_crumb:before {
	/*display: none;*/
	content: '';
	background-image: url("../images/icons/circle_w_01.png");
	width: 250px;
	height: 250px;
	position: absolute;
	-webkit-animation: rotation 10s infinite ease-in;
}

#bread_crumb:after {
	top: 125px;
	left: -140px;
}

#bread_crumb:before {
	top: -100px;
	right: -140px;
}

.bg_breadcrumb {
	background: #455a64b0;
}

.about_banner_breadcrumb {
	background-image: url("../images/banners/ws_bnr_01.jpg");
}

.testing_services_banner_breadcrumb {
	background-image: url("../images/banners/ws_banner_14.jpg");
}

.mobile_app_development_banner_breadcrumb {
	background-image: url("../images/banners/ws_bnr_03.jpg");
}

.hr_solutions_banner_breadcrumb {
	background-image: url("../images/banners/ws_bnr_04.jpg");
}

.ecommerce_solutions_banner_breadcrumb {
	background-image: url("../images/banners/ws_banner_18.jpg");
}

.digital_marketing_banner_breadcrumb {
	background-image: url("../images/banners/ws_banner_17.jpg");
}

.web_development_banner_breadcrumb {
	background-image: url("../images/banners/ws_banner_09.jpg");
}

.careers_banner_breadcrumb {
	background-image: url("../images/banners/ws_banner_12.jpg");
}

.consulting_banner_breadcrumb {
	background-image: url("../images/banners/ws_banner_21.jpg");
}

.cloud_solutions_banner_breadcrumb {
	background-image: url("../images/banners/ws_cloud_solutions_banner_01.jpg");
}

.it_staffing_banner_breadcrumb {
	background-image: url("../images/banners/ws_it_staffing_banner_01.jpg");
}


/*
.careers_banner_breadcrumb {
    background-image: url("../images/banners/ws_bnr_07.jpg");
}
.careers_banner_breadcrumb {
    background-image: url("../images/banners/ws_bnr_07.jpg");
}
.careers_banner_breadcrumb {
    background-image: url("../images/banners/ws_bnr_07.jpg");
}
.careers_banner_breadcrumb {
    background-image: url("../images/banners/ws_bnr_07.jpg");
}
.careers_banner_breadcrumb {
    background-image: url("../images/banners/ws_bnr_07.jpg");
}
.careers_banner_breadcrumb {
    background-image: url("../images/banners/ws_bnr_07.jpg");
}*/

.banner_breadcrumb {
	background-size: cover;
	background-repeat: no-repeat;
	background-blend-mode: color-dodge;
	background-color: #132138;
}

.float_icon_01,
.float_icon_02 {
	position: relative;
}

.float_icon_01:after,
.float_icon_02:before {
	content: '';
	width: 250px;
	height: 250px;
	position: absolute;
}

.float_icon_01:after {
	background-image: url(../images/icons/circle_d_02.png);
	top: 340px;
	left: -160px;
}

.float_icon_02:before {
	content: '';
	background-image: url(../images/icons/circle_d_03.png);
	width: 250px;
	height: 250px;
	position: absolute;
	top: 300px;
	right: -150px;
	display: none;
}

.stanza_wrapper {
	/* The image used */
	background-image: url("../images/gifs/background_about.gif");
	background-image: url("../images/gifs/background_parallax.jpg");
	/* Set a specific height */
	min-height: 100vh;
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.stanza_wrapper h3 {
	font-size: 1.60em;
	margin-bottom: 1em;
	color: #bbb;
	color: #132138;
}

.stanza_wrapper p,
.stanza_wrapper ul li {
	line-height: 1.8em;
	color: #fff;
	color: #353535;
}

.services_side_box {
	padding: 2em 1.5em 0.5em;
	box-shadow: 0px 10px 20px 10px #f2f3f9;
	border-radius: 10px;
}

.grid_item_28 {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

.grid_item_28:nth-child(even),
.grid_item_28:nth-child(odd) h2 {
	background: #132138;
	background: #b8bcc3;
}

.grid_item_28:nth-child(odd) {
	background: #f5f5f5;
}

.grid_item_28 h2:nth-child(1) {
	flex: 1 0 15%;
	font-size: 20px;
	padding: 1.5em 0.5em;
	line-height: 1.5em;
	margin: 0;
}

.grid_item_28 p:nth-child(2) {
	flex: 1 0 85%;
	padding: 0.5em 3em;
	margin: 0;
	/*font-size: 16px;*/
	line-height: 2em;
}

.dropdown .dropdown-menu {
	display: none;
	background-color: #b8bcc3;
	border-radius: 0;
	padding: 0;
}

.dropdown:hover .dropdown-menu {
	display: block;
}

.dropdown .dropdown-item {
	display: block;
	width: 100%;
	padding: .5rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #fff;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	background: #455a64;
}

.dropdown .dropdown-item:hover {
	background: #37474f;
}

address {}

address ul.txt_ul li {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	/*margin-bottom: 0;*/
	padding: 1em;
	border-radius: 50px;
	transition: 0.2s linear box-shadow, 0.2s linear background;
}

address ul.txt_ul li:hover,
address ul.txt_ul li:focus {
	background: #132138;
	color: #fff;
	font-weight: 500;
	box-shadow: 0 15px 40px 0 rgb(0 0 0 / 8%);
}

address ul li .fa:nth-child(1) {
	width: 40px;
	height: 40px;
}

address ul li .fa {
	background: #fff;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 0.5em;
	border: 1px solid #132138;
	color: #132138;
}

address ul li span {
	width: 50ch;
}

.facts_card {
	margin-top: 24px;
	background: #f5f5f5;
	padding: 1.5em 1.5em 0.5em;
	border: 1px solid;
	border-radius: 10px;
	transition: all 1s linear;
}

.facts_card:hover {
	border-color: #f5f5f5;
	color: #fff;
}

.facts_card:hover {
	background: #132138;
	animation: slideUp 0.5s linear;
}

.facts_card div {
	margin-top: 8px;
}

.facts_card div p {
	text-align: center;
}

.facts_card div h3 {
	white-space: nowrap;
}

.facts_card span {
	font-size: 38px;
	font-weight: 600;
	line-height: 1.4em;
	padding: 8px;
	margin-bottom: 8px;
	border-radius: 36px;
	background: #132138;
	color: #fff;
	transition: all 1s linear;
}

.facts_card:hover span {
	background: #fff;
	color: #132138;
}

.my-div:hover {
	background-color: #f00;
	animation: slideUp 2s linear;
	/*animation: slideUp 2s linear infinite;*/
	/*animation: animation-name animation-duration animation-direction animation-iteration-count */
	transition: .5s ease-in-out;
}

@keyframes slideUp {
	from {
		transform: translateY(10%);
		/*translate3d(0,100px,0)*/
		opacity: 0;
	}
	to {
		transform: translateY(-1%);
		opacity: 0.5;
	}
}

.service_odd,
.service_even {
	padding: 1em;
}

.service_odd {
	background: #ecebff;
}

.service_even {
	background: #fff;
}

.benefits_card {}

.benefits_card.grad_card h3 {
	color: #ecebff;
}

.benefits_card h3 {
	height: 80px;
	display: flex;
	align-items: center;
	margin-bottom: 0;
}

.benefits_card {
	padding: 0 1em;
	background: #ecebff;
	color: #000;
	height: 100%;
	border-radius: 20px;
	border: 1px solid #13213810;
	/*box-shadow: 0 15px 40px 0 var(--logocoloropacity);*/
	box-shadow: 0 0px 15px 5px #f5f5f5;
}

.benefits_card.grad_card {
	background: linear-gradient(to bottom, #005b82, #19174b);
	background: linear-gradient(to bottom, #132138 50%, #353535);
	background: linear-gradient(90deg, #132138 50%, #353535);
	background: linear-gradient(0deg, #132138 35%, #353535 65%);
	color: #fff;
}

.benefits_card p {
	/*  box-sizing: content-box;
  border-width: 8px;
  border-style: solid;
  border-image: linear-gradient(to right bottom, #260B3C, #a053df);
  border-image: linear-gradient(to right bottom, #ecebff, #ffffff);
  border-image: linear-gradient(to top, #13213822, #ffffff);
  border-image: linear-gradient(to bottom, #ecebff, #ffffff);
  border-image-slice: 1;
  background-image: linear-gradient(to bottom, #ecebff, #ffffff);
  background-image: linear-gradient(to top, #13213822, #ffffff);
  padding: 1em;*/
}

.cloud_card {
	background: #132138;
	margin: 2em 0.5em;
	padding: 1em;
	border-radius: 20px;
	box-shadow: 0 15px 40px 0 var(--logocoloropacity);
	transition: all 0.5s ease;
	/*height: 100%;*/
	text-align: center;
}

.cloud_card_ico img {
	width: 40%;
	padding: 0;
	border-radius: 50%;
	border: 3px solid;
	margin-bottom: 1em;
}

.cloud_card p {
	text-align: center;
}

#myBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: red;
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
}

#myBtn:hover {
	background-color: #555;
}

#myTopBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: var(--logocolor);
	color: var(--white);
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
	transition: all 0.5s ease;
	border: 2px solid var(--logocolor);
}

#myTopBtn i {
	animation: movetop 2s ease-in-out infinite alternate;
	position: relative;
}

#myTopBtn:hover {
	background-color: var(--white);
	color: var(--logocolor);
}

.text_cl {
	text-align: center;
}
