/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 20 2024 | 06:27:56 */
#ut-sitebody .ut-horizontal-navigation ul.sub-menu li:first-child {
    padding-top: 15px;
}
.wpb_wrapper p {
    margin-bottom: 30px !important;
}
.titmeZone{text-align:center; color:#000;} 
.titmeZone h3{color:#020626; font-size:13px; margin-bottom:5px; letter-spacing: 2px;
    text-transform: uppercase;} 
.titmeZone p{ font-size:27px ;}
#commentform input[type="submit"], #secondary #searchform .search-submit, section:not(#contact-section) input[type="submit"].wpcf7-submit {
    background: #086ad8 !important;
	border-radius: 15px !important;
	padding: 1.05em 2.15em !important;
	font-size:14px !important;
	line-height: 125%;
	font-weight: 400 !important;
}
input:focus, textarea:focus {background-color:#ffffff; }

.icon-box1 h3 {
    height: 57px;
}

.testimonial-call .single-item-wrapper {
	background-color: #fff;
    border-radius: 12px;
    padding-top: 24px;
}

.tss-wrapper .tss-carousel3 .item-content-wrapper:before {
    left: 22px;
}
.tss-wrapper .tss-carousel3 .item-content{font-size:15px !important;}

.testimonial-call .item-content-wrapper{border-radius: 12px;}

.big-icon .bklyn-big-icon-title{font-size:23px;  transition: 0.5s;}
.big-icon .bklyn-big-icon-slogan{ font-size: 15px;
    line-height: 23px;
    margin-top: 7px;}
.big-icon .bklyn-big-icon { height: 90px !important;}
#ut-sitebody .ut-horizontal-navigation ul.sub-menu li:last-child {
    padding-bottom: 15px;
}
.hover-border .vc_column-inner:hover .bklyn-big-icon-title { color:#5b57be !important;}
.hover-border .vc_column-inner{ border: 1px solid #5b57be;  transition: 0.5s; cursor:pointer; background-color:#fff;}
.hover-border .vc_column-inner:hover{ border:1px solid #000 !important;}
.ut-horizontal-navigation ul.sub-menu li > a {
    padding: 0 23px;
}

.ut-horizontal-navigation ul.sub-menu ul, .ut-horizontal-navigation ul.sub-menu li {
    border-bottom: 1px solid #e6e6e6;
    padding: 7px 0;
}
.bklyn-fancy-list-content span:first-child {
    font-size: 15px;
}
.title {
    font-size: 23px;
}
#header-section.ha-transparent{    background-color: #ffffff4a;}
input, textarea{ background-color:#fff; margin-bottom:10px;  border-radius: 8px;
    padding: 16px;}

.border-205 img { border-radius:205px;}

.about-absolute-a, .about-absolute-b{
	position:absolute;
}
.about-absolute-a{
	top:140px;
	right:12px;
}
.about-absolute-b{
	top:40px;
	right:140px;	
	border-radius:30px;
	background-color:blue;
	padding:40px 20px;
	border: #fff dashed  2px;
	animation: heartUp 2s ease 0s 1000 normal forwards;
}
.default-shadow .vc_column-inner{
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);

transition: background-color 1s ease 0s;
}

.default-shadow .vc_column-inner:hover{
	background: #a2c0df;
}

.phase-section .lead{ 
font-size:20px !important;
}

.absoluteBox{
position: absolute;
top: 62px;
right: 38px;
}

.tss-wrapper .rt-responsive-img {
    max-width: 89px;
}

.text-white{
	color:#fff;
}

.m-center{ text-align:center;}


.reset img{
	width:65px;
} 


.icon-box1 .icon-box1-hide .title {
 
	color:#fff;
}

.icon-box1  h3 {
    font-size: 22px;
    line-height: 30px;
}

.service-cta {
    background-color: #FFFFFF;
    padding: 15px 50px;
    border-radius: 20px;
    display: inline-flex;
}

.service-cta img {
    width: 30px !important;
	height:30px !important;
}

.service-cta p {
    margin-left: 22px;
    margin-right: 15px;
	margin-bottom:0px;
}

.service-cta a {
    font-size: 16px;
    font-weight: 600;
    color: #086AD8;
}

.service-cta a i {
    font-size: 12px;
    margin-left: 3px;
}

.service-cta a:hover {
    color: #D2A98E;
}

/* Icon box
-------------------------------------------------------------- */
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background-color: #FFFFFF;
}

.grid-feature {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}

.bg-feature-wrap {
  padding: 40px 15px 40px 15px;
}

.icon-box {
  background-color: #FFFFFF;
  padding: 40px 50px;
  box-shadow: 0px 10px 60px 0px rgba(67, 67, 67, 0.1);
}
.icon-box::before {
  width: 100%;
  height: 100%;
  background-color: #086AD8;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
  transform: scale(1, 0);
  transform-origin: bottom;
  transition: transform 500ms ease;
}
.icon-box::after {
  width: 90%;
  height: 5px;
  background-color: #086AD8;
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
  content: "";
}
.icon-box:hover:after {
  height: 0px;
  transition: transform 500ms ease;
}
.icon-box:hover:before {
  transform: scale(1, 1);
  transform-origin: bottom;
}
.icon-box:hover .mask-bg-iconbox, .icon-box:hover .icon, .icon-box:hover .title a, .icon-box:hover .des, .icon-box:hover .btn-icon-box {
  color: #FFFFFF;
  z-index: 1;
}
.icon-box:hover .btn-icon-box {
  border: 2px solid #FFFFFF;
}
.icon-box:hover .mask-bg-iconbox {
  opacity: 0.5;
}
.icon-box .mask-bg-iconbox {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  color: #020101;
  opacity: 0.15;
}
.icon-box .icon {
  font-size: 60px;
  color: #086AD8;
  transition: all 0.3s;
}
.icon-box .btn-icon-box {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  padding: 16px 38px;
  display: inline-block;
  border: 2px solid rgba(51, 51, 51, 0.1);
  font-family: "Inter", sans-serif;
}
.icon-box .btn-icon-box:hover {
  background-color: #FFFFFF;
  color: #222222;
}
.icon-box .btn-icon-box i {
  font-size: 12px;
}

.icon-box1 {
  transition: 0.3s all ease-in-out;
  position: relative;
}
.icon-box1:hover {
  background-color: #086AD8;
  background-image: url(../../assets/images/page/bg-vector.png);
}
.icon-box1:hover .icon-box1-visible {
  position: relative;
  opacity: 0;
  visibility: hidden;
}
.icon-box1:hover .icon-box1-hide {
  background-color: #086AD8;
  top: -23px;
  bottom: -29px;
  opacity: 1;
}
.icon-box1 .icon-box1-visible {
  vertical-align: top;
  transition: all 0.3s ease;
  padding: 48px 50px;
  border: 1px solid rgba(2, 1, 1, 0.1);
  opacity: 1;
  visibility: visible;
}
.icon-box1 .icon-box1-visible .content .number {
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  color: #086AD8;
  display: inline-block;
  font-family: "Inter", sans-serif;
}
.icon-box1 .icon-box1-visible .content .icon {
  font-size: 55px;
  color: #086AD8;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 20px;
}
.icon-box1 .icon-box1-visible .content .icon::before {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: rgba(8, 106, 216, 0.07);
  content: "";
  position: absolute;
  bottom: -21px;
  left: 12px;
}
.icon-box1 .icon-box1-visible .button-icon-box .service-link {
  padding: 60px 19px;
  background-color: #F6F2ED;
  font-size: 20px;
  border-radius: 30px;
  color: #222222;
}
.icon-box1 .icon-box1-visible .button-icon-box .service-link:hover {
  background-color: #086AD8;
  color: #FFFFFF;
}
.icon-box1 .icon-box1-hide {
  transition: all 0.3s ease;
  padding: 50px 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
}
.icon-box1 .icon-box1-hide .icon {
  color: #FFFFFF;
  font-size: 60px;
}
.icon-box1 .icon-box1-hide .number {
  color: #086AD8;
  background: rgba(255, 255, 255, 0.2);
  -webkit-background-clip: text;
  -webkit-text-stroke: 0.03em transparent;
  font-size: 100px;
  font-weight: 600;
  line-height: 80px;
  font-family: "Inter", sans-serif;
}
.icon-box1 .icon-box1-hide .title {
  margin-top: 7px;
  margin-bottom: 17px;
}
.icon-box1 .icon-box1-hide .title a {
  color: #FFFFFF;
}
.icon-box1 .icon-box1-hide .des {
color: #FFFFFF;
    margin-bottom: 27px;
    line-height: 30px;
    font-size: 18px;
    font-family: 'Inter';
}
.icon-box1 .icon-box1-hide .button-icon-box .service-link {
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
}
.icon-box1 .icon-box1-hide .button-icon-box .service-link:hover i {
  margin-left: 10px;
}
.icon-box1 .icon-box1-hide .button-icon-box .service-link i {
  font-size: 12px;
  margin-left: 5px;
  transition: all 0.3s;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.flex-one {
  justify-content: space-between;
  display: flex;
}

.flex-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.flex-three {
  display: flex;
  align-items: center;
}

.flex-five {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-six {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}


/**Size and padding***/

.mb-10 {
  margin-bottom: 10px;
}

.mb-13 {
  margin-bottom: 13px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-18 {
  margin-bottom: 18px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-23 {
  margin-bottom: 23px;
}

.mb-26 {
  margin-bottom: 26px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-47 {
  margin-bottom: 47px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-130 {
  margin-bottom: 130px;
}

.ml-20px {
  margin-left: 20px;
}

.ml-30px {
  margin-left: 30px;
}

.pb-50 {
  padding-bottom: 50px;
}

.mt--70 {
  margin-top: -70px;
}

.pd-5 {
  padding: 5px;
}

.mr-3em {
  margin-right: 3.1em;
  margin-top: -10px;
}

.ml-3em {
  margin-left: 3.1em;
  margin-top: 10px;
}

.mb--10em {
  margin-bottom: -10.2em;
}

.mb--13em {
  margin-bottom: -13.8em;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}


.bg-1 {
    background-color: #020626;
}

.bg-2 {
    background-color: #F6F2ED;
}

.bg-3 {
    background-color: #18185E;
}

.bg-4 {
    background-color: #F7F8FD;
}

.bg-5 {
    background-color: #086AD8;
}

.bg-6 {
    background-color: #D2A98E;
}

.bg-7 {
    background-color: #F3EBFF;
}

.bg-8 {
    background-color: #002FF5 !important;
}

.bg-9 {
    background-color: #070C37;
}

.bd-rd-12 {
    border-radius: 12px;
}

.z-index-3 {
    z-index: 3;
}

.relative {
    position: relative;
}

.overflow-hiden {
    overflow: hidden;
}

/* Marque text
-------------------------------------------------------------- */


.marquee-wrapper {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    z-index: 9;
}

.text-slider {
    font-size: 65px;
    height: 100px;
    line-height: 90px;
    font-weight: 700;
    text-transform: capitalize;
    color: #222222;
}

.text-slider:hover {
    background-size: 100% 100%;
    color: #086AD8;
}

.text-slider:not(:last-child) {
    margin-right: 90px;
}

@media (max-width: 767px) {
    .text-slider {
        font-size: 36px;
        line-height: 56px !important;
    }
}

.text-slider i {
    font-size: 65px;
    color: #086AD8;
    margin-right: 30px;
}

.marquee-inner {
    position: absolute;
    display: inline-flex;
    width: 200%;
}

.marquee-list {
    float: left;
    width: 50%;
}

.marquee-item {
    float: left;
    transition: animation 0.2s ease-out;
}

.marquee-item>.text-slider {
    background-repeat: no-repeat;
    background-position-y: 0px;
    background-image: linear-gradient(transparent calc(100% - 4px), currentColor 3px);
    transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    background-size: 0 100%;
    backface-visibility: hidden;
    position: relative;
}

.marquee-item>.text-slider:hover {
    background-size: 100% 100%;
    color: #086AD8;
}

.marquee-item.style-2 .text-slider {
    text-transform: capitalize;
    font-size: 60px;
    color: #002FF5;
    margin-right: 40px;
    line-height: 0;
    height: 65px;
}

@media (max-width: 767px) {
    .marquee-item.style-2 .text-slider {
        font-size: 36px;
    }
}

.marquee-item.style-2 .text-style {
    transition: all 0.4s ease-in-out;
    background-image: linear-gradient(#086AD8, #086AD8);
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
}

.marquee-item.style-2 .text-style:hover {
    color: #086AD8;
    background-size: 100% 3px;
}

.marquee-inner.to-left {
    animation: marqueeLeft 50s linear infinite;
}

@keyframes marqueeLeft {
    0% {
        left: 0;
    }
    100% {
        left: -100%;
    }
}

.marquee-inner.to-right {
    animation: marqueeRight 25s linear infinite;
}

@keyframes marqueeRight {
    0% {
        right: 0;
    }
    100% {
        right: -100%;
    }
}

.marque-text-h4 {
    padding-top: 92px;
    margin-bottom: -24px;
}

.marque-text-h4 .marquee-item>.text-slider:hover {
    color: #002FF5;
}

.marque-text-h4 .text-slider i {
    color: #002FF5;
}

.marque-text-style {
    background-color: #6200EA;
}

.marque-text-style .text-slider {
    height: 64px;
    line-height: 37px;
}

.marque-text-style .marque-slider .marquee-item i {
    color: #FFFFFF;
    font-size: 25px;
    margin-right: 15px;
}

.marque-text-style .marque-slider .marquee-item .text-slider {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    margin-right: 70px;
    transition: all 0.4s ease-in-out;
    background-image: linear-gradient(transparent calc(100% - 2px), currentColor 3px) !important;
}


/*---Media--breakDown--*/
@media only screen and (max-width: 1024px) {
    .container-orderEnd {
        order: 1;
    }
}

@media (min-width: 1024px) {
    #widget-1-set {
        width: 34%
    }
    #widget-2-set {
        width: 20%
    }
    #widget-3-set {
        width: 15%
    }
    #widget-4-set {
        width: 30%
    }
}