/*Colors*/

body {color:#210F47;}
.tnz_navy_bg{background-color:#210F47;}
.tnz_navy_bg_gradient{background-color:#210F47;background: linear-gradient(to bottom, #803bac, #210F47);}
.tnz_blue_bg{background-color:#1057FC;}
.tnz_blue_bg_gradient{background-color:#1057FC;background: linear-gradient(to bottom, #4768b5, #1057FC);}
.tnz_blue_white_bg_gradient{background-color:#1057FC;background: linear-gradient(to bottom, #1057FC, #FFF);}
.tnz_white_blue_bg_gradient{background-color:#1057FC;background: linear-gradient(to bottom, #FFF 47%, #1057fc61);}
.tnz_blue_white_bg_monochromatic{background-color:#1057FC;background: linear-gradient(to bottom, #1057FC, #347BFF, #5A95FF, #7FB0FF, #A3CAFF);}
.tnz_blue2_bg{background-color:#225fef;}
.tnz_white_bg{background-color:#FFFFFF!important;}
/* .tnz_grey_bg{background-color:#F3F2F5;} */
.tnz_grey_bg{background-color:#f7f7f7;}
/* .tnz_grey2_bg{background-color:#ECEBEF;} */
.tnz_grey2_bg{background-color:#F3F2F5;}
.tnz_dark_grey_bg {background-color:#c0c0c0;}
.tnz_blue {color:#1057FC;}
.tnz_navy {color:#210F47;}
.tnz_blue_border {border-color:#1057FC!important;}
.tnz_yellow_border {border-color:#ffc107!important;}
.tnz_navy_border {border-color:#210F47!important;}

.tnz_pattern1_bg {background-image: url('/assets/img/illustrations/hero_waves_1.svg'); background-size: cover, contain;}
.tnz_pattern2_bg {background-image: url('/assets/img/illustrations/hero_waves_2.svg'); background-size: cover, contain;}
.tnz_pattern3_bg {background-image: url('/assets/img/illustrations/hero_waves_3.svg'); background-size: cover, contain;}
.tnz_pattern4_bg {background-image: url('/assets/img/illustrations/hero_waves_4.svg'); background-size: cover, contain;}
.tnz_pattern5_bg {background-image: url('/assets/img/illustrations/hero_waves_5.svg'); background-size: cover, contain;}

.tnz_image_fader_x { -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0) 100%); mask-image: linear-gradient(to left, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0) 100%); }
.tnz_image_fader_x_reverse { -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0) 100%); mask-image: linear-gradient(to right, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0) 100%); }
.tnz_image_fader_y { -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%); mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%); }
.tnz_image_fader_y_reverse { -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%); mask-image: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%); }

p a {
	text-decoration: none;
}

.no_bottom_padding {
	padding-bottom:0px!important;
}

.form-control{
  font-family:"TTCommonsPro-Rg";
}

.form-label {
  font-family:"TTCommonsPro-Bd";
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
}

input[type="text"], input[type="email"], input[type="phone"], input[type="password"], select{
	border-radius: 2px !important;
	padding: 12px 10px !important;
	border: 0;
    outline: none;
}

/*Select*/
.tnz_select_wrapper {
	position: relative;
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
}
select {
	position: relative;
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
    background: none;
	padding-right: 30px!important;
	z-index: 2;
}
select:after {
	position: absolute;
    right: 0;
    font-family: "Font Awesome 6 Free";
    content: "/f078";
    color: #1057FC;
    font-size: 10px;
}
/* To remove the arrow of select element in IE */
select::-ms-expand {
  display: none;
}
.tnz_select_wrapper i {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    font-size: 12px;
    color: #1057FC;
}

/*List Items*/
.tnz_list {
	position:relative;
	list-style: none;
    padding: 0;
    margin: 0;
}
.tnz_list:before {
	position: absolute;
	content: "";
	font-family: "TTCommonsPro-Bd";
	height: 40px;
	height: 100%;
	width: 2px;
	background-color: #cccccc;
	left: -20px;
	top: -5px;
}
.tnz_list.no_side_border:before {
	position: absolute;
	height: 0;
	height: 0;
	width: 0px;
	background-color: transparent;
}
.tnz_list.tnz_normal_list {
	margin: inherit;
    padding: inherit;
    list-style: inherit;
}
.tnz_list.tnz_normal_list li {
	display: list-item;
}
.tnz_list li {
	padding: 0;
    margin-bottom: 10px;
	color:#4B566F;
	font-size:18px;
}
.tnz_list li a {
	color:inherit;
	text-decoration:none;
}
.tnz_list li a:hover {
	color:#1057FC;
}
.tnz_sub_list {
    margin-top: 10px;
}
.tnz_sub_list li {
	font-family:"TTCommonsPro-Rg";
	font-size:14px;
}
.tnz_sub_list li a {
	color:inherit;
	text-decoration:none;
}
.tnz_list li.active {
	position:relative;
	font-family:"TTCommonsPro-Bd";
	color:#1057FC;
}
.tnz_list li.active:before {
	position: absolute;
    content: "";
    font-family: "TTCommonsPro-Bd";
    height: 40px;
    height: 40px;
    width: 4px;
    background-color: #1057FC;
    left: -20px;
    top: -5px;
}
.tnz_card_title {
	color: #210f47;
}

/*Images*/
.tnz_img_border {border-radius: 6px;}
.tnz_rounded_1{border-radius:1.2rem!important;}
.tnz_rounded_2{border-radius:2rem!important;}

/*Search*/
.search_wrapper {
	position: relative;
    margin-top: 30px;
}
.search_input {
	width: 100%;
	background-color: #ECEBEF;
	border: none;
	outline: none!important;
	color: #333333;
	padding-right: 63px!important;
}
.search_btn {
	background-color: #ECEBEF;
	border: none;
	outline: none!important;
	color: #333333;
	padding-right: 63px!important;
}

.separator {
	margin:80px 0px;
}
hr {
	height: 2px!important;
	background-color: #CCCCCC;
}

/*Owl Carousel*/

.owl-carousel.off {
    display: block;
}
.owl-dots {
	margin-top:20px;
}
#sub_hero_section .owl-stage {
    margin-left: -35px;
}
.tnz_escape_width {
	width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
.tnz_sec .owl-theme .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	background: transparent;
	border: 2px solid #FFFFFF;
}
.tnz_sec.tnz_no_bg .owl-theme .owl-dots .owl-dot span {
	background: transparent;
	border: 2px solid #1057FC;
}
.tnz_sec.tnz_no_bg .owl-theme .owl-dots .owl-dot.active span{
	background: #1057FC!important;
}
.tnz_sec .owl-theme .owl-dots .owl-dot.active span{
	background: #FFFFFF!important;
}
.tnz_sec .owl-theme .owl-dots .owl-dot:hover span{
	background: transparent;
}
.sms-carousel,
.testimonial-carousel {
	position:relative;
}
.sms-carousel .owl-nav button, 
.testimonial-carousel .owl-nav button {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	transform: translateY(-50%);
	outline: none!important;
	border: 2px solid #1057FC!important;
	border-radius: 100%!important;	
	display: flex!important;
    align-items: center;
    justify-content: center;
}
.sms-carousel .owl-nav i,
.testimonial-carousel .owl-nav i {
	font-family:"TTCommonsPro-Db";
	font-size:16px;
	padding:0;
}
.sms-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-prev {
	left: -70px;
}
.sms-carousel .owl-nav .owl-next,
.testimonial-carousel .owl-nav .owl-next {
	right: -70px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
	background:transparent!important;
}
.t_white .owl-theme .owl-nav [class*=owl-] i,
.t_white .owl-theme .owl-nav [class*=owl-]:hover i {
	color:#FFFFFF!important;
}
.owl-theme .owl-nav [class*=owl-]:hover i {
	color:#210F47!important;
}
.tnz_sec .testimonial-carousel .owl-dots .owl-dot.active span {
	background:#1057FC!important;
}
.testimonial-carousel .owl-dots .owl-dot span {
	border: 2px solid #1057FC!important
}
#case_studies_section .sec_content p {
    opacity: 0.8;
}

.text-blue { color: var(--bs-blue) !important; }
.text-indigo { color: var(--bs-indigo) !important; }
.text-purple { color: var(--bs-purple) !important; }
.text-pink { color: var(--bs-pink) !important; }
.text-red { color: var(--bs-red) !important; }
.text-orange { color: var(--bs-orange) !important; }
.text-yellow { color: var(--bs-yellow) !important; }
.text-green { color: var(--bs-green) !important; }
.text-teal { color: var(--bs-teal) !important; }
.text-cyan { color: var(--bs-cyan) !important; }
.text-white { color: var(--bs-white) !important; }
.text-gray { color: var(--bs-gray) !important; }
.text-gray-dark { color: var(--bs-gray-dark) !important; }
.text-primary { color: var(--bs-primary) !important; }
.text-secondary { color: var(--bs-secondary) !important; }
.text-success { color: var(--bs-success) !important; }
.text-info { color: var(--bs-info) !important; }
.text-warning { color: var(--bs-warning) !important; }
.text-danger { color: var(--bs-danger) !important; }
.text-light { color: var(--bs-light) !important; }
.text-dark { color: var(--bs-dark) !important; }

.bg-blue { background-color: var(--bs-blue) !important; }
.bg-indigo { background-color: var(--bs-indigo) !important; }
.bg-purple { background-color: var(--bs-purple) !important; }
.bg-pink { background-color: var(--bs-pink) !important; }
.bg-red { background-color: var(--bs-red) !important; }
.bg-orange { background-color: var(--bs-orange) !important; }
.bg-yellow { background-color: var(--bs-yellow) !important; }
.bg-green { background-color: var(--bs-green) !important; }
.bg-teal { background-color: var(--bs-teal) !important; }
.bg-cyan { background-color: var(--bs-cyan) !important; }
.bg-white { background-color: var(--bs-white) !important; }
.bg-gray { background-color: var(--bs-gray) !important; }
.bg-gray-dark { background-color: var(--bs-gray-dark) !important; }
.bg-primary { background-color: var(--bs-primary) !important; }
.bg-secondary { background-color: var(--bs-secondary) !important; }
.bg-success { background-color: var(--bs-success) !important; }
.bg-info { background-color: var(--bs-info) !important; }
.bg-warning { background-color: var(--bs-warning) !important; }
.bg-danger { background-color: var(--bs-danger) !important; }
.bg-light { background-color: var(--bs-light) !important; }
.bg-dark { background-color: var(--bs-dark) !important; }

/* Other */

.CardHoverScaler:hover, .CardHoverScaler.active {
	transform: scale(1.05);
	z-index: 1;
	box-shadow: 2px 9px 15px #545454;  /* slightly larger shadow on hover */
}

pre.line-numbers {
    text-align: left;
    /* max-width: 80%; */
    margin: auto;
	color: #10a140;
	font-weight: bold;
    font-family: 'Courier New', monospace;
    background-color: #f4f4f4;
    padding: 35px;
    border-radius: 4px;
    border: 1px solid #ddd;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
	#sms_section .owl-stage,
	#case_studies_section .owl-stage,
	#testimonials_section .owl-stage {
		margin-left: -35px;
	}
	#case_studies_section .owl-dots {
		display:block;
	}
	.owl-nav {
		display:none;
	}
	
	.tnz_sec .sms-carousel .owl-dots .owl-dot.active span {
		background:#1057FC!important;
	}
	.sms-carousel .owl-dots .owl-dot span {
		border: 2px solid #1057FC!important
	}
	#testimonials_section .owl-stage {
		margin-left: -35px;
	}
	.testimonial-carousel .owl-dots {
		padding-top: 20px
	}
	.separator {
		margin: 30px 0px;
	}
}