/* ---------------------------
    ---- Header Start ---
------------------------------ */
.top-bar-style1 {
    position: relative;
    display: block;
    background: #122164;
    color:#fff;
    height: 50px;
    padding: 12px 0 12px;
}
.top-contact-info li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 30px;
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
    transition: all 500ms ease;
}
.top-contact-info li span:before {
    position: relative;
    left: 1px;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    padding-right: 10px;
}
.top-right-style1 {
    position: relative;
    display: block;
    max-width: 178px;
    width: 100%;
}
.top-right-style1 .sociallinks-style-one{
    line-height: 26px;
}
.top-right-style1 .sociallinks-style-one li a{
    display: block;
    line-height: 26px;
}
.sociallinks-style-one li {
    display: inline-block;
    float: left;
    margin-right: 22px;
}
.sociallinks-style-one li a i{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    transition: all 500ms ease;
}
.top-style1 {
    position: relative;
    display: block;
    width: 100%;
}
.top-left-style1 {
    position: relative;
    display: block;
    max-width: 1020px;
    width: 100%;
}
.top-contact-info li:first-child {
    margin-left: 30px;
}
/* ---------------------------
    ---- Header End ---
------------------------------ */

/* ---------------------------
    ---- Index - Banner Btn Start ---
------------------------------ */
.btn-pulso{
    box-shadow: 0 0 0 rgba(255, 255, 255, .4);
      animation: pulso 1.5s infinite;
      transition: .5s;
      content: "";
      width: 15px;
      height: 15px;
      border: 3px solid #fff;
      position: absolute;
      left: 15px;
      border-radius: 50%;
      top: 0px;
      bottom: 0px;
      margin: auto;
  }
  @keyframes pulso {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
	}
	70% {
		-moz-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}
/* .landing-1 .btn--primary, .landing-1 .btn--red{
    background: #4edffe;
    border-color: #0fa7c7;
    color:#122164;
}
.landing-1 .btn--primary.hvr-bounce-to-left::before, .landing-1 .btn--red.hvr-bounce-to-left::before{
    background: #85dcf0 !important;
    color:#122164 !important;

} */
@media (min-width: 992px){
.landing-1 .hero-img-group .abs-img.img-1 {
    left: -13%;
}
}
.slick-dots{
    display: flex;
    justify-content: center;
    position: relative;
    top:-3rem;
}
ul.slick-dots li{
    margin:0 0.35rem;
}
ul.slick-dots li button{
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    border-radius: 50%;
    background-color: rgba(0,0,0,0);
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    width: 13px;
    height: 13px;
    border: 2px solid #122164;
    text-indent: -9999px;
}
ul.slick-dots li.slick-active button{
    background: #122164;
}
.text-center-left{
    position:absolute;
    top:0;
    left: 100px;
}
.banner-img{
    width:100%;
    height: 550px;
    object-fit: cover;
}
.text-center-right{
    position: absolute;
    top:0;
    right: 100px;
}
/* ---------------------------
    ---- Index - Banner Btn End ---
------------------------------ */

/* ---------------------------
    ----  Index - under banner Start ---
------------------------------ */
.book-offer-wrapper {
    border-radius: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 100px;
    color:#fff;
}
.book-widget {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}
.boot-input-height{
    height: calc(1.5em + .75rem + 2px) !important;
}
.book-offer-section {
    background: linear-gradient(rgba(18,33,100,0.8),rgba(18,33,100,0.9)),url(../images/home/3854.jpg);
    background-size: contain;
    box-shadow: 0px 6px 16px 0px rgb(165 157 157);
    position: relative;
    margin-top: -26px;
}
.book-offer-wrapper .form-control{
    /* border-radius: 0 !important; */
}
.check-avail-btn{
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 170px;
    height: 40px;
    border-radius: 0px;
    border: 0px solid #c31a12;
    background: #f04037;
    color: #ffffff;
    font-family: "CircularStd", sans-serif;
    font-size: 21px;
    font-weight: 500;
    font-size: 16px;
    position: relative;
}
.check-avail-btn:hover{
    background: #c31a12;
    color: #ffffff !important;
}
.btn-book-now{
    background: #1e3bb1;
    border: 0px solid #072290;
}
.btn-book-now:hover{
    background:#072290;
}
.widget-btn .form-control{
    /* border-radius: 0px !important; */
}
/* ---------------------------
    ----  Index - under banner End ---
------------------------------ */

/* ---------------------------------------
    ----  Index - about Section Start ---
------------------------------------------ */
.border-circle-blue{
    border: 1px solid transparent;
    padding: 1rem;
    width: 33%;
    border-radius: 100%;
    background: #DCF9FF;
}
.border-circle-pink{
    border: 1px solid transparent;
    padding: 1rem;
    width: 33%;
    border-radius: 100%;
    background: #FFF2F9;
}
.family-pic{
    position: relative;
    padding: 30px 30px 40px 0;
}
.family-pic:before{
    content: "";
    background: #fff;
    width: 80%;
    height: 100%;
    border: 3px solid #40afec;
    position: absolute;
    right: 0;
    z-index:-1;
    top:-5px;
}
/* ---------------------------------------
    ----  Index - about Section End ---
------------------------------------------ */

/* ------------------------------------
    ----  Index - what-we-do Start ---
--------------------------------------- */
.what-we-do{
    padding: 50px 0;
    background: #F7FBFC;
    margin-top: 50px;
}
.lan-img{
    background:url(../images/icons/lan-blue.png);
    height: 64px;
    width: 64px;
}
.lan-section:hover .lan-img{
    background:url(../images/icons/lan-white.png);
}
.wan-img{
    background:url(../images/icons/wan-blue.png);
    height: 64px;
    width: 64px;
}
.wan-section:hover .wan-img{
    background:url(../images/icons/wan-white.png);
}
.voip-img{
    background:url(../images/icons/phone-blue.png);
    height: 64px;
    width: 64px;
}
.voip-section:hover .voip-img{
    background:url(../images/icons/phone-white.png);
}
.network-img{
    background:url(../images/icons/network-blue.png);
    height: 64px;
    width: 64px;
}
.network-section:hover .network-img{
    background:url(../images/icons/network-white.png);
}
.lan-section,.wan-section,.voip-section,.network-section{
    background: #fff;
    border-radius: 5px;
    transition:all ease-in-out 0.3s;
}
.lan-section h5,.wan-section h5,.voip-section h5,.network-section h5{
    color: #122164;
}   
.lan-section:hover,.wan-section:hover,.voip-section:hover,.network-section:hover{
    background:#1e3bb1;
    transform: translateY(-5%) !important;
    box-shadow: 0 20px 20px rgba(65, 62, 101, 0.3);
}
.lan-section:hover h5,.lan-section:hover p,.wan-section:hover h5,.wan-section:hover p,.voip-section:hover h5,.voip-section:hover p,.network-section:hover h5,.network-section:hover p{
    color:#fff;
}
.theme-content-btn{
    width: 100%;
    margin-top: 25px;
}
.landing-1 .theme-btn{
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 140px;
    height: 40px;
    background: #f04037;
    color: #fff;
    font-family: "CircularStd", sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.66px; 
}
.landing-1 .theme-btn:hover{
    background: #c31a12;
    color: #fff !important;
}
.hvr-bounce-to-left:hover, .hvr-bounce-to-left:focus, .hvr-bounce-to-left:active{
    color:#fff;
}
/* ------------------------------------
    ----  Index - what-we-do End ---
--------------------------------------- */

/* --------------------------------------------
    ----  Index - limited-offer form Start ---
----------------------------------------------- */
.limited-offer{
    margin:50px 0;
}
.text-field {
    position: relative;
}
.text-field label {
    color: #999;
    position: absolute;
    pointer-events: none;
    left: 20px;
    top: 7px;
    transition: 0.2s;
}
.text-field textarea:focus ~ label,.text-field textarea:valid ~ label,.text-field input:focus ~ label,.text-field input:valid ~ label {
    top: -10px;
    left: 10px;
    font-size: small;
    color: #000;
    background-color:#fff;
    padding:0 5px 0 5px;
}
input[type="checkbox"] ~ label{
    user-select:none;
}
.agree-checkbox{
    display:inline;
}

.form-left-side .left-side-inner{
    position:absolute;
    top:8rem;
    left:50px;
}
.form-left-side .left-side-inner img{
    width:350px;
}

.form-right-side .right-side-inner{
    position:absolute;
    right:0px;
    top:15px;
}
.form-right-side .right-side-inner img{
    width:350px;
}
.nice-select span{
    color:#999;
}
/* --------------------------------------------
    ----  Index - limited-offer form End ---
----------------------------------------------- */

/* -------------------------------------
    ----  Index - Ad Banner Start ---
---------------------------------------- */
.tracking_product_area {
    background: #fdfdfd;
}
.sec_pad {
    padding: 60px 0;
}
.tracking_pr_item {
    padding: 0px;
    background: url(../images/home/bg-1.png);
    border-radius: 15px;
}
.tracking_pr_item .tracking_bg {
    text-align: center;
}
.tracking_pr_item .tracking_content {
    padding: 45px 55px;
    /* border: 1px solid #e8d40f; */
}
.tracking_pr_item .tracking_content h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    color: #fff;
    margin-bottom: 18px;
}
.tracking_pr_item .tracking_content p {
    color: #fff;
    margin-bottom: 32px;
}
.tracking_pr_item .tracking_content .seo_btn {
    border-radius: 45px;
    background: #fff;
    border: 1px solid #fff;
    color: #000;
    padding: 7px 44px;
}
.seo_btn_two {
    color: #00c99c;
    background: #d4f6ee;
}
.seo_btn {
    display: inline-block;
    padding: 11px 40px;
    border-radius: 4px;
}
.btn_hover {
    overflow: hidden;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    font-family: poppins,sans-serif;
    z-index: 1;
    cursor: pointer;
    transition: all .3s linear;
}
/* -------------------------------------
    ----  Index - Ad Banner End ---
---------------------------------------- */

/* -------------------------------------
    ----  Footer Start ---
---------------------------------------- */
.social-icons li a {
    color: #FFFFFF;
    font-size: 16px;
    -webkit-transition: .4s;
    transition: .4s;
    padding: 0 3px;
    margin: 0 2.5px;
}
.copyright-area .social-icons p a:hover{
    color:#999;
}
.whats_app {
    position: fixed;
    bottom: 20px;
    width: 45px;
    left: 22px;
    z-index: 99999;
}

/* -------------------------------------
    ----   Footer End ---
---------------------------------------- */

/* -------------------------------------
    ----  Index - Pricing Table Start ---
---------------------------------------- */
.pricingTable-header{
    margin-bottom: -34px;
}
.pricingTable-header >span{
    background:#f04037;
    color: #fff;
}
 .pricingTable-header >span {
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 16px;
    /* line-height: 1.5; */
    /* display: inline-block; */
    position: relative;
    top: -15px;
    z-index: 999;
    left: 50px;
    font-weight: 100;
}
/* -------------------------------------
    ----  Index - Pricing Table End ---
---------------------------------------- */

/* ---------------------------
    ---- About Us Start ---
------------------------------ */
.vision-p p{
    font-weight: 100;
    font-size 17px;
}
/* ---------------------------
    ---- About Us End ---
------------------------------ */

/* ----------------------------------
    ---- Plans & Pricing Start ---
------------------------------------- */
.pricing-plan {
	border-radius: 0 0 5px 5px;
    padding: 0;
    box-shadow: 0 0 25px rgb(0 0 0 / 10%);
}

.pricing-plan i {
	background: -webkit-linear-gradient(45deg, #8d66b4 10%, #8d66b4 30%, #42b7e2);
	background: linear-gradient(45deg, #8d66b4 10%, #8d66b4 30%, #42b7e2);
	-webkit-background-clip: text;
	color: #42b7e2;
	display: inline-block;
	font-size: 18px;
	margin-bottom: 0.95em;
	-webkit-text-fill-color: transparent;
}

.pricing-plan .plan-name {
	border-radius: 5px 5px 0 0;
	text-align: center;
}

.pricing-plan .plan-name h3 {
	color: #fff;
	font-size: 18px !important;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
	padding-bottom: 26px;
	padding-top: 26px;
	position: relative;
	text-transform: uppercase;
}

.pricing-plan .plan-header {
	-webkit-align-content: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	align-items: center;
	background-color: #f7f6fb;
	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: justify;
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 40px 40px 20px;
}

.pricing-plan .plan-header ul {
	list-style: none;
	padding-left: 0;
}

.pricing-plan .plan-header ul li .plan-header-title {
	color: #42b7e2;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.pricing-plan .plan-header ul li .plan-header-aftertitle {
	color: #303a81;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 4px;
	text-transform: capitalize;
}

.pricing-plan .plan-header ul li .plan-header-text {
	color: #303a81;
	font-size: 14px;
	line-height: 1;
	margin-bottom: 0;
	text-transform: capitalize;
}

.pricing-plan .plan-header ul li + li {
	margin-top: 15px;
}

.pricing-plan .plan-header img {
	height: 140px;
	width: 140px;
}

.pricing-plan .price-wrap {
	color: #42b7e2;
	/*display: inline-block;*/
	font-family: "Nunito", sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 0.7;
	margin: 26px 40px 10px;
	position: relative;
}

.pricing-plan .price-wrap[class*='bg-'] {
	margin-bottom: 0;
	margin-top: 50px;
	padding: 30px 30px 10px;
}

.pricing-plan .price-wrap[class*='bg-'] .plan-decimals {
	right: 33px;
}

.pricing-plan .price-wrap .plan-sign {
	color: #323232;
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	vertical-align: top;
}

.pricing-plan .price-wrap .plan-price {
	color: #323232;
	display: inline-block;
	font-size: 36px;
	position: relative;
	vertical-align: top;
}

.pricing-plan .price-wrap .plan-decimals {
	color: #323232;
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
	margin-top: 0;
	text-transform: capitalize;
	vertical-align: top;
}

.pricing-plan .plan-button {
	margin-left: 40px;
	margin-top: 20px;
	padding-bottom: 40px;
}

.pricing-plan .plan-button a {
	font-weight: 400;
	padding: 12px 25px;
}

.pricing-plan .plan-button .btn.btn-link {
	color: #323232;
	margin-left: 15px;
	padding: 0;
}

.pricing-plan .plan-button .btn.btn-link:before {
	display: none;
}

.pricing-plan .plan-button .btn.btn-link:after {
	color: #303a81;
	content: "\f0da";
	display: inline-block;
	font-family: "FontAwesome";
	margin-left: 10px;
}

.pricing-plan .plan-button .btn.btn-link:hover {
	color: #42b7e2;
}

.pricing-plan .plan-button .btn.btn-link:hover:after {
	color: #42b7e2;
}

.btn.btn-maincolor:hover{
    background:#0f9ccf;
}

.pricing-plan .plan-description {
	color: #323232;
	font-family: "Nunito", sans-serif;
	font-size: 20px;
	font-style: italic;
	margin-top: 2.1em;
}

.pricing-plan [class*='bg-'] {
	margin-left: -41px;
	margin-right: -41px;
	padding: 10px 30px 30px;
}

@media (min-width: 1200px) {
	.pricing-plan [class*='bg-'] {
		margin-left: -61px;
		margin-right: -61px;
	}

	.pricing-plan .plan-name[class*='bg-'] {
		margin-top: -57px;
	}
}

.pricing-plan .plan-features {
	margin: 30px 40px 0;
	padding-top: 0;
	position: relative;
}

.pricing-plan .plan-features ul {
	line-height: 1.95;
}

.pricing-plan .plan-features ul li {
	font-size: 16px;
}

.pricing-plan .plan-features ul li:before {
	font-size: 7px;
	padding-right: 10px;
}
/*.pricing-plan .plan-features ul.list-styled-circle li:before {
    color: #42b7e2;
    content: "\f111";
    font-family: FontAwesome;
    font-size: 6px;
    padding-right: 18px;
    position: relative;
    top: -4px;
}*/
.pricing-plan .plan-button a {
	color: #fff;
}

.pricing-plan.plan-featured {
	background-color: #42b7e2;
}

.pricing-plan.plan-featured i {
	color: #fff;
	-webkit-text-fill-color: #fff;
}

.pricing-plan.plan-featured .plan-name h3 {
	color: #fff;
}

.pricing-plan.plan-featured .plan-name h3:before {
	opacity: 0.3;
}

.pricing-plan.plan-featured .plan-name h3:after {
	background: #fff;
}

.pricing-plan.plan-featured .price-wrap span,
.pricing-plan.plan-featured .plan-description {
	color: #fff;
}

.pricing-plan.plan-featured .plan-features ul li:before {
	color: #fff;
}

.pricing-plan.plan-featured .plan-price:before {
	border-color: #323232;
}

.plan-button a{
    background-color: #42b7e2;
}

.pricing-plan.plan-featured .plan-button .btn.btn-link {
	border: none;
}

.pricing-plan.plan-featured .plan-button .btn.btn-link:hover {
	background-color: transparent;
	color: #fff;
}

.pricing-plan.plan-featured .plan-button a {
	border-color: #fff;
	color: #fff;
}

.pricing-plan.plan-featured .plan-button a:hover {
	background-color: #fff;
	color: #323232;
}

.pricing-plan.plan-featured .plan-button a:hover:after {
	color: #323232;
}

.pricing-plan.plan-featured .plan-button a.btn.btn-link:hover:after {
	color: #fff;
}

.pricing-plan hr {
	margin: 15px 0;
}

.pricing-plan .fw-switch-row {
	position: absolute;
}

.desc-col .pricing-plan {
	padding-left: 0;
	padding-right: 0;
}

.desc-col .pricing-plan .fw-switch-row {
	display: none;
}

.pricing-plan.color_style1 .plan-name {
	background-color: #122164 !important;
	background-image: -webkit-gradient(linear, left top, right top, from(#122164), to(#2a40a2));
	background-image: -webkit-linear-gradient(left, #122164 0%, #2a40a2 100%);
	background-image: linear-gradient(to right, #122164 0%, #2a40a2 100%);
}

.pricing-plan.color_style2 .plan-name {
	background-color: #0094c7 !important;
}

.pricing-plan.color_style3 .plan-name {
	background-color: #00adef !important;
	background-image: -webkit-gradient(linear, left top, right top, from(#0094c7), to(#00adef));
	background-image: -webkit-linear-gradient(left, #0094c7 0%, #00adef 100%);
	background-image: linear-gradient(to right, #0094c7 0%, #00adef 100%);
}

@media (max-width: 1199px) {
	.pricing-plan .plan-button {
		margin-left: 10px;
		padding-bottom: 20px;
	}

	.pricing-plan .plan-button a {
		padding: 10px 18px;
	}

	.pricing-plan .plan-button .btn.btn-link {
		margin-left: 0;
	}

	.pricing-plan .plan-features {
		margin: 20px 15px 0;
	}

	.pricing-plan .price-wrap {
		margin: 20px 15px 10px;
	}

	.pricing-plan .plan-header {
		padding: 25px 15px 15px;
	}
}

@media (max-width: 991px) {
	.pricing-plan .plan-header {
		display: block;
	}

	.pricing-plan .plan-button .btn.btn-link {
		margin-top: 10px;
	}

	.icon-box h5 {
		font-size: 22px;
	}
}

@media (max-width: 767px) {
	.pricing-plan .plan-header {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
	}

	.pricing-plan .plan-button .btn.btn-link {
		margin-top: 0;
	}

	.pricing-plan .plan-button .btn.btn-link {
		margin-left: 10px;
	}

	.pricing-plan .plan-header {
		padding: 40px 40px 20px;
	}

	.pricing-plan .plan-features {
		margin: 30px 40px 0;
	}

	.pricing-plan .price-wrap {
		margin: 20px 40px 10px;
	}

	.pricing-plan .plan-button {
		margin-left: 40px;
		padding-bottom: 40px;
	}
}

@media (max-width: 575px) {
	.pricing-plan {
		margin-top: 0;
	}
}

@media (max-width: 479px) {
	.pricing-plan .plan-header {
		padding: 25px 15px 15px;
	}

	.pricing-plan .plan-features {
		margin: 20px 15px 0;
	}

	.pricing-plan .price-wrap {
		margin: 20px 15px 10px;
	}

	.pricing-plan .plan-button {
		margin-left: 10px;
		margin-top: 10px;
		padding-bottom: 20px;
	}
}

.chart {
    display: inline-block;
    margin-bottom: 0;
    min-height: 150px;
    min-width: 150px;
    position: relative;
    text-align: center;
}
.chart .chart-meta {
    position: absolute;
    top: 48%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
@media (min-width: 992px){
.section-title h2, .section-title .title {
    font-size: 60px;
    line-height: 70px;
}
}
.round-box {
    /* position: absolute;
    top: 120px;
    right: -80px; */
    width: 160px;
    height: 160px;
    border: 15px solid rgba(255, 255, 255, 0.10);
    border-radius: 50%;
    animation: fa-spin 5s ease infinite;
}
.round-box .inner {
    display: block;
    width: 100%;
    height: 100%;
    background: #dd0041;
    border-radius: 50%;
    text-align: center;
    padding: 44px 0;
}
.round-box .inner p {
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}
@media (min-width: 576px){
.section-title h2, .section-title .title {
    font-size: 30px;
    line-height: 62px;
}
}
@media (min-width:1200px){
    .width-80{
        width:80%;
        margin: auto;
    }
}
/* ---------------------------
    ---- Plans & Pricing End ---
------------------------------ */

/* ---------------------------
    ---- Contact Us Start ---
------------------------------ */
.red-color{
    color: #ff0000;
}
.omega-contact-form{
    padding: 40px;
    border: 1px solid #eee;
}
.contact-section .form-control{
    border-radius: 0;
}
.contact-section .contact-widget-block{
    padding: 24px 7% 12px 7%;
    background: #fff;
    /* border: 1px #e0e5e9 solid; */
    box-shadow: 0 0 25px rgb(101 101 101 / 10%);
    border-radius: 5px;
}
.contact-section .contact-widget-block h3{
    font-size: 20px;
    color: #122164;
    margin-bottom: 10px;
}
.contact-section .contact-widget-block p{
    font-weight: 100;
    font-size: 16px;
    margin-bottom: 0px;
    margin-left: 30px;
}
.contact-section .contact-widget-block h3 i{
    padding-right: 5px;
}
/* ---------------------------
    ---- Contact Us End ---
------------------------------ */

/* ---------------------------
    ---- Technical Partners Start ---
------------------------------ */
.tech-cmpny{
    margin:1rem;
    transition: 0.25s linear;
}
.tech-cmpny:hover{
    transform:scale(1.1);
}
/* ---------------------------
    ---- Technical Partners End ---
------------------------------ */

/* ---------------------------
    ---- Services - Start ---
------------------------------ */
.service-section p{
    font-weight: 100 !important;
}
/* ---------------------------
    ---- Services - End ---
------------------------------ */


/* ------------------------------------
    ---- Other Customize CSS Start ---
--------------------------------------- */
.bg-red{
    background:#f04037 !important;
}
.banner-pulso-btn{
    padding-left:2rem;
}
.nice-select {
    width: 100%;
}
.height-59{
height:59px;
}
.text-theme{
    color:#122164 !important;
}
.bg-theme{
    background: #122164;
}
.margin-left-10{
    margin-left:10px;
}
.text-light-blue{
    color:#40afec;
}
.text-light-gray{
    color:#7E7C9F;
}
.padding-1-5{
    padding:1.5rem;
}
.height-50{
    height:50px !important;
}
.mt-40{
    margin-top: 40px;
}
.border-radius-10{
    border-radius:10px;
}
.padding-top-125{
    padding-top:125px;
}
.content-desktop {display: block !important;}
.content-mobile {display: none;}
.error{
    color: #ff0000 !important;
}
.error-msg .error{
    position: initial;
}
/* ------------------------------------
    ---- Other Customize CSS End ---
--------------------------------------- */
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
    color: #fff !important;
    text-shadow: 0 1px 0 #fff;
    opacity: 1 !important;
    cursor: pointer !important;
}
.modal-dialog {
    pointer-events: auto !important;
}