/*-------------------------------------    
CSS INDEX
===================================
#. EL: Default
#. EL: Section Title
#. EL: Title Text With Button
#. EL: Owl Nav 1
#. EL: Owl Nav 2
#. EL: Owl Nav 3
#. EL: Info Box
#. EL: Feature Box
#. EL: About Image Text
#. EL: Skill
#. EL: Rating
#. EL: Service Layout
#. EL: Single Service
#. EL: Team Layout
#. EL: Team Single
#. EL: Case Layout
#. EL: Case Isotope
#. EL: Case Single
#. EL: Testimonial 1
#. EL: Testimonial 2
#. EL: Testimonial 3
#. EL: Post Grid
#. EL: Post Slider 1
#. EL: Pricing Table
#. EL: Logo Grid & Slider
#. EL: Contact Address
#. EL: Contact Info
#. EL: Coll To Action
#. EL: Accordion
#. EL: Video
#. EL: Progress Circular
#. EL: Progress Bar
#. EL: Counter
#. EL: RT Story
#. EL: RT Apply
#. EL: Tab Addon
#. EL: Image Addon
#. EL: Shape Animation
#. EL: Theia Sticky Sidebar
#. EL: MultiScroll Page
#. EL: Swiper slider
#. EL: Custom css
#. EL: Custom animation
---------------------------------------*/
/*-----------------------
#. EL: Default
------------------------*/
@media(max-width: 991px) {
	.custom-align-center {
		text-align: center;
	}
	.custom-align-left {
		text-align: left;
	}
	.custom-align-right {
		text-align: right;
	}
}
[class^="flaticon-"]:before, 
[class*=" flaticon-"]:before, 
[class^="flaticon-"]:after, 
[class*=" flaticon-"]:after {
	margin-left: 0;
}
.top:after,
.bottom:after,
.left:after,
.right:after {
	display: none;
}
.content-left-align {
	padding-left: calc(calc(100% - 1170px)/2);
}
@media only screen and (max-width: 1199px) {
	.content-left-align {
		padding-left: 15px;
		padding-right: 15px;
	}
}
.content-right-align {
	padding-right: calc(calc(100% - 1170px)/2);
}
@media only screen and (max-width: 1199px) {
	.content-right-align {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media only screen and (max-width: 991px) {
	.mobile-align-center .title-text-button {
		text-align: center !important;
	}
}
@media only screen and (max-width: 767px) {
	.image-full img {
		width: 100%;
	}
}
@media(min-width: 768px) {
    .slider__bg--startup {
        height: calc(100vh - 140px);
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        align-items: center;
    }
}
.bouncing-bubble-animation {
    -webkit-animation: bouncebubble infinite 5s;
    animation: bouncebubble infinite 5s;
}

@-webkit-keyframes bouncebubble {
  1% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  75% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/*-------------------------------------
#. EL: Section Title
--------------------------------------*/
.sec-title .rtin-title {
    color: #14133b;
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 0;
    position: relative;
}
.sec-title .rtin-title span {
    color: #0554f2;
}
.sec-title .sub-title {
    display: inline-block;
    color: #0554f2;
    font-size: 18px;
	font-weight: 500;
    margin-bottom: 15px;
	letter-spacing: 2.4px;
	line-height: 1.5;
}
.sec-title .section-line {
    height: 4px;
    background: #0554f2;
    border-radius: 2px;
    position: relative;
    display: inline-block;
}
.sec-title .section-line-one {
    width: 40px;
}
.sec-title .section-line-two {
    width: 20px;
}
.sec-title .section-line-three {
    width: 10px;
}
.sec-title.style1 .rtin-title {
    margin-bottom: 10px;
}
/*style 2*/
.sec-title.style2 .rtin-text {
    margin-top: 18px;
}
/*style 3*/
.sec-title.style3 .sub-title {
    position: relative;
    padding-left: 15px;
}
.sec-title.style3 .sub-title:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    height: 15px;
    width: 5px;
    background: #0554f2;
    left: 0;
}
/*style 4*/
.sec-title.style4 .sub-title {
    padding-left: 0;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 4px 13px;
    background: #e6eeff;
    border-radius: 3px;
    margin-bottom: 14px;
}
.sec-title.style4 .rtin-text {
    margin-top: 18px;
}
/*-------------------------------------
#. EL: Title Text With Button
--------------------------------------*/
.title-text-button .rtin-title {
    font-size: 40px;
    color: #14133b;
    line-height: 1.2;
    position: relative;
    margin-bottom: 18px;
}
.title-text-button .rtin-title span {
	color: #0554f2;
}
.text-style2.barhide .rtin-title {
	margin-bottom: 10px;
}
.title-text-button .subtitle {
    font-size: 18px;
    color: #0554f2;
    font-weight: 500;
	letter-spacing: 2.4px;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}
.title-text-button .rtin-content {
    font-size: 16px;
}
.title-text-button {
    margin: 0 auto;
}
.title-text-button .rtin-button {
    margin-top: 30px;
}
.title-text-button ul {
	margin: 25px 0 30px;
	padding: 0;
	list-style: none;
	clear: both;
	overflow: hidden;
}
.title-text-button ul li {
	font-size: 17px;
	font-weight: 500;
    text-align: left;
	color: #14133b;
    padding-left: 30px;
    position: relative;
    margin-bottom: 8px;
}
.title-text-button ul li:last-child {
	margin-bottom: 0;
}
.title-text-button ul.single-list li:after {
    content: "\f058";
    font-family: 'Font Awesome 5 Free';
    font-size: 18px;
    font-weight: 600;
    color: #0554f2;
    position: absolute;
    top: 0;
    left: 0;
}
.title-text-button.right ul li {
	text-align: right;
    padding-right: 30px;
}
.title-text-button.right ul li:after {
	right: 0;
	left: inherit;
}
.title-text-button ul.dubble-list li {
	width: 50%;
	float: left;
}
.title-text-button ul.dubble-list li:after {
    content: "\f14a";
    font-family: 'Font Awesome 5 Free';
    font-size: 20px;
    font-weight: 600;
    color: #0554f2;
    position: absolute;
    top: 0;
    left: 0;
}
@media(max-width: 991px) {
	.custom-align-center .title-text-button {
		text-align: center;
	}
	.title-text-button ul.dubble-list li {
		float: inherit;
		width: 100%;
		padding-right: 0;
	}
}
@media(max-width: 767px) {
    .sec-title .rtin-title br,
    .title-text-button .rtin-title br {
        display: none;
    }
}
.title-text-button.barshow .subtitle {
    position: relative;
    display: inline-block;
    padding-left: 15px;
}
.title-text-button.barshow .subtitle::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    height: 15px;
    width: 5px;
    background: #0554f2;
    left: 0;
}
.title-text-button .rtin-custom-text {
    color: #6e6e73;
    padding-bottom: 35px;
    border-bottom: 1px solid #0554f2;
    margin-bottom: 42px;
}
.title-text-button .rtin-custom-text span {
    color: #0554f2;
}
/*-------------------------------------
#. EL: Owl Nav 1
---------------------------------------*/
.owl-theme .owl-controls .owl-prev {
    left: -45px;
    opacity: 1 !important;
    font-size: 18px !important;
    margin: 0 4px !important;
    height: 40px;
    width: 40px;
    border-radius: 0 !important;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 40%;
    border: 2px solid #444444;
    line-height: 1.4;
}
.owl-theme .owl-controls .owl-prev i {
    line-height: 30px;
    color: #ffffff;
    transition: all 0.3s ease-out;
}
.owl-theme .owl-controls .owl-prev:hover i {
    color: #ffffff;
    transition: all 0.3s ease-out;
}
.owl-theme .owl-controls .owl-next {
    right: -45px;
    opacity: 1 !important;
    font-size: 18px !important;
    margin: 0 4px !important;
    height: 40px;
    width: 40px;
    border-radius: 0 !important;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 40%;
    border: 2px solid #444444;
    line-height: 1.4;
}
.owl-theme .owl-controls .owl-next i {
    line-height: 30px;
    color: #ffffff;
    transition: all 0.3s ease-out;
}
.owl-theme .owl-controls .owl-next:hover {
    transition: all 0.3s ease-out;
}
.owl-theme .owl-controls .owl-next:hover i {
    color: #ffffff;
    transition: all 0.3s ease-out;
}
.rt-owl-nav-1 .section-title-holder {
    margin-bottom: 35px;
}
.rt-owl-nav-1.slider-nav-enabled .owl-carousel .owl-nav {
    margin-top: 0;
}
.rt-owl-nav-1.slider-nav-enabled .owl-carousel .owl-nav > div {
    display: inline-block;
	border-radius: 50%;
    height: 45px;
    width: 45px;
    line-height: 41px;
	visibility: hidden;
    opacity: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    color: #0554f2;
    background-color: transparent;
    border: 1.5px solid #0554f2;
	-webkit-box-shadow: 0px 0 2px 0px rgba(207, 213, 224, 0.75);
    box-shadow: 0px 0 2px 0px rgba(207, 213, 224, 0.75);    
    -webkit-transition: all 240ms ease-in-out;
    transition: all 240ms ease-in-out;
}
.rt-owl-nav-1.slider-nav-enabled .owl-carousel:hover .owl-nav > div {
	visibility: visible;
	opacity: 1;
}
.rt-owl-nav-1.slider-nav-enabled .owl-carousel .owl-nav > div:hover {
    background-color: #14133b;
    color: #ffffff;
}
.rt-owl-nav-1.slider-nav-enabled .owl-carousel .owl-prev {
    left: 0;
}
.rt-owl-nav-1.slider-nav-enabled .owl-carousel .owl-next {
    right: 0;
}
.rt-owl-nav-1.slider-nav-enabled .owl-carousel .owl-nav i {
    font-size: 16px;
    line-height: 1;
}
.rt-owl-nav-1.slider-dot-enabled .owl-carousel .owl-dots .owl-dot {
    position: relative;
}
.rt-owl-nav-1.slider-dot-enabled .owl-carousel .owl-dot span {
    border: 1px solid #d9d9d9;
    background: #d9d9d9;
    width: 30px;
    height: 7px;
    border-radius: 6px;
	margin: 0 4px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.rt-owl-nav-1.slider-dot-enabled .owl-carousel .owl-dot:hover span {
    background: transparent;
    width: 40px;
}
.rt-owl-nav-1.slider-dot-enabled .owl-carousel .owl-dot.active span {
    background: transparent;
    width: 40px;
}
.rt-owl-nav-1 .owl-theme .owl-dots {
    margin-top: 50px !important;
    line-height: 1;
}
.rt-owl-nav-1 .owl-theme .owl-dots .owl-dot span {
    margin: 0px 5px;
}
.rt-owl-nav-1 .owl-nav {
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.rt-owl-nav-1:hover .owl-nav {
	opacity: 1;
}
/*-------------------------------------
#. EL: Owl Nav 2
---------------------------------------*/
.rt-owl-nav-2.slider-nav-enabled .owl-carousel .owl-nav > div {
	border-radius: 50%;
    color: #14133b;
    cursor: pointer;
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 52px;
	visibility: hidden;
    opacity: 0;
    text-align: center;
	background: #d9d9d9;
	outline: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	-webkit-box-shadow: 0px 1px 1px 0px rgba(207, 213, 224, 0.75);
    box-shadow: 0px 1px 1px 0px rgba(207, 213, 224, 0.75);
	-webkit-transition: all 240ms ease-in-out;
    transition: all 240ms ease-in-out;
}
.rt-owl-nav-2.slider-nav-enabled .owl-carousel:hover .owl-nav > div {
	visibility: visible;
	opacity: 1;
}
.rt-owl-nav-2.slider-nav-enabled .owl-carousel .owl-prev {
    left: 0;
}
.rt-owl-nav-2.slider-nav-enabled .owl-carousel .owl-next {
    right: 0;
}
.rt-owl-nav-2.slider-nav-enabled .owl-carousel .owl-nav > div:hover {
    background-color: #14133b;
    color: #ffffff;
}
.rt-owl-nav-2.slider-nav-enabled .owl-carousel .owl-nav i {
    font-size: 18px;
    line-height: 1;
}
.rt-owl-nav-2.slider-nav-enabled .owl-carousel .owl-nav {
    margin-top: 0;
}
.rt-owl-nav-2.slider-dot-enabled .owl-carousel .owl-dots {
    display: block !important;
}
.rt-owl-nav-2.slider-dot-enabled .owl-carousel .owl-dot span {
    background: #d9d9d9;
    width: 15px;
    height: 15px;
    border: none;
    border-radius: 50%;
	margin: 0 4px;
    transition: all 0.3s ease 0s;
}
.rt-owl-nav-2.slider-dot-enabled .owl-carousel .owl-dot:hover span {
    background: #0554f2;
	box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.3);
}
.rt-owl-nav-2.slider-dot-enabled .owl-carousel .owl-dot.active span {
    background: #0554f2;
    box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.3);
}
.rt-owl-nav-2 .owl-theme .owl-dots {
    margin-top: 50px !important;
}
/*-------------------------------------
#. EL: Info Box
---------------------------------------*/
.info-box {
	position: relative;
}
.info-box .rtin-title {
	margin-bottom: 10px;
	line-height: 1.3;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.info-box .rtin-title a {
    color: #14133b;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.info-box .rtin-title a:hover {
    color: #0554f2;
}
.info-box .rtin-item .rtin-icon {
    line-height: 1;
    font-size: 60px;
    color: #0554f2;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.info-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.info-box ul li {
    margin-bottom: 0px;
}
.info-box ul li:last-child {
    margin-bottom: 0px;
}
.info-box .rtin-img img {
	border-radius: 4px;
}
.info-box .rtin-item .rtin-text {
	margin-bottom: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.info-box .rtin-item .rtin-button {
    margin-top: 15px;
}
/*info style 1*/
.info-style1 {
	border-radius: 10px;
    background-color: #edf6ff;
	padding: 30px 25px 25px;    
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.info-style1:hover {
    background-color: #0554f2;
}
.info-style1 .rtin-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.info-style1 .rtin-item .rtin-icon {
    display: inline-block;
	margin-right: 20px;
}
.info-style1 .rtin-item .rtin-img {
    display: inline-block;
    margin-right: 15px;
}
.info-style1 .rtin-item .rtin-img img {
    width: 90px;
}
.info-style1:hover .rtin-item .button-style-1 {
    color: #ffffff;
}
.info-style1:hover .rtin-item .btn-common path.rt-button-cap {
    stroke: #ffffff;
}
.info-style1:hover .rtin-title,
.info-style1:hover .rtin-title a,
.info-style1:hover .rtin-title a:hover,
.info-style1:hover .rtin-item .rtin-text,
.info-style1:hover .rtin-item .rtin-icon {
    color: #ffffff;
}
@media(max-width: 425px) {
	.info-style1 .rtin-item {
		display: block;
		text-align: center;
	}
	.info-style1 .rtin-item .rtin-icon {
		margin-bottom: 10px;
        margin-right: 0;
	}
}
/*info style 2*/
.info-style2 .rtin-item {
	position: relative;
    background-color: #ffffff;
}
.info-style2 .rtin-item .rtin-icon {
	display: inline-block;
    margin-bottom: 15px;
    text-align: center;
}
.info-style2 .rtin-item .rtin-img {
	display: block;
}
.info-style2 .rtin-item .rtin-img img {
    margin-bottom: 30px;
}
.info-style2 .rtin-item .rtin-icon img {
	width: 60px;
	height: 100%;
}
.info-style2 .rtin-item:hover .rtin-icon {
	    -webkit-animation: jump 0.4s linear;
    animation: jump 0.4s linear;
}
/*info style 3*/
.info-style3 .rtin-title {
    display: inline-flex;
    align-items: center;
}
.info-style3 .rtin-item .rtin-icon {
    display: inline-block;
    text-align: center;
    font-size: 18px;
    margin-right: 12px;
}
.info-style3 .rtin-item .rtin-img {
    display: inline-block;
}
.info-style3 .rtin-item .rtin-img img {
    margin-right: 12px;
    width: 36px;
}
/*info style 4*/
.info-style4 {
    position: relative;
    border-radius: 10px;
    background-color: #f5faff;
    padding: 50px 25px 43px;  
    z-index: 2;  
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.info-style4 .rtin-item .rtin-icon {
    display: inline-block;
    margin-bottom: 12px;
    text-align: center;
}
.info-style4 .rtin-item .rtin-img {
    display: block;
    margin-bottom: 20px;
}
.info-style4 .rtin-item .rtin-icon img {
    width: 60px;
    height: 100%;
}
.info-style4:hover .rtin-item .button-style-1 {
    color: #ffffff;
}
.info-style4:hover .rtin-item .btn-common path.rt-button-cap {
    stroke: #ffffff;
}
.info-style4:hover .rtin-title,
.info-style4:hover .rtin-title a,
.info-style4:hover .rtin-title a:hover,
.info-style4:hover .rtin-item .rtin-text,
.info-style4:hover .rtin-item .rtin-icon {
    color: #ffffff;
}
.info-style4 .info-overlay {
    display: block;
    position: absolute;
    width: 0%;
    height: 100%;
    top: 0%;
    left: 0%;
    color: #ffffff;
    background-color: #0554f2;
    z-index: -1;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.info-style4:hover .info-overlay {
    width: 100%;
    left: auto;
    right: 0;
    opacity: 1;
    visibility: visible;
}
/*info style 5*/
.info-style5 {
    position: relative;
    border-radius: 10px;
    border: 2px solid #f2f2f2;
    background-color: #ffffff;
    padding: 67px 30px 60px;  
    z-index: 2;  
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.info-style5 .rtin-item .rtin-icon {
    display: inline-block;
    margin-bottom: 12px;
    text-align: center;
}
.info-style5 .rtin-item .rtin-img {
    display: block;
    margin-bottom: 20px;
}
.info-style5 .rtin-item .rtin-icon img {
    width: 60px;
    height: 100%;
}
.info-style5:hover .rtin-item .button-style-1 {
    color: #ffffff;
}
.info-style5:hover .rtin-item .btn-common path.rt-button-cap {
    stroke: #ffffff;
}
.info-style5:hover .rtin-title,
.info-style5:hover .rtin-title a,
.info-style5:hover .rtin-title a:hover,
.info-style5:hover .rtin-item .rtin-text,
.info-style5:hover .rtin-item .rtin-icon {
    color: #ffffff;
}
.info-style5 .info-overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 0;
    top: 0%;
    left: 0%;
    color: #ffffff;
    background-color: #0554f2;
    z-index: -1;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.info-style5:hover .info-overlay {
    height: 100%;
    bottom: 0;
    opacity: 1;
    visibility: visible;
}
/*info style 6*/
.info-style6 {
    position: relative;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 40px 35px 35px;
    -webkit-box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 4%);
    box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 4%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}
.info-style6 .rtin-item .rtin-icon {
    display: inline-block;
    margin-bottom: 20px;
    text-align: center;
}
.info-style6 .rtin-item .rtin-img {
    display: inline-block;
    background-color: #d7d7d7;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 46px 0px rgb(0 0 0 / 14%);
    box-shadow: 0px 0px 46px 0px rgb(0 0 0 / 14%);
}
.info-style6 .rtin-item .rtin-img img {
    border-radius: 0;
}
.info-style6:hover {
    -webkit-box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 6%);
    box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 6%);
}
/*info style 7*/
.info-style7 {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #59597b;
    background-color: transparent;
    padding: 34px 15px 34px;  
    z-index: 2;  
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.info-style7 .rtin-item .rtin-icon {
    display: inline-block;
    margin-bottom: 12px;
    text-align: center;
}
.info-style7 .rtin-item .rtin-img {
    display: block;
    margin-bottom: 20px;
}
.info-style7 .rtin-item .rtin-icon img {
    width: 60px;
    height: 100%;
}
.info-style7:hover .rtin-item .button-style-1 {
    color: #ffffff;
}
.info-style7:hover .rtin-item .btn-common path.rt-button-cap {
    stroke: #ffffff;
}
.info-style7:hover .rtin-title,
.info-style7:hover .rtin-title a,
.info-style7:hover .rtin-title a:hover,
.info-style7:hover .rtin-item .rtin-text,
.info-style7:hover .rtin-item .rtin-icon {
    color: #ffffff;
}
.info-style7:hover {
    border: 1px solid transparent;
}
.info-style7 .animted-bg {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #0554f2;
    -webkit-transition: width 1s ease-in-out, height 1s ease-in-out;
    -o-transition: width 1s ease-in-out, height 1s ease-in-out;
    transition: width 1s ease-in-out, height 1s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}
.info-style7:hover .animted-bg {
    width: 1500px;
    height: 1500px;
}
/*info style 8*/
.info-style8 {
    position: relative;
    border-radius: 10px;
    background-color: #ffffff;
    padding: 67px 30px 60px;  
    z-index: 2;
    -webkit-box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 5%);
    box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 5%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.info-style8 .rtin-item .rtin-icon {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 16px;
    width: 100px;
    height: 92px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}
.info-style8 .rtin-item .rtin-icon:before {
    position: absolute;
    content: "";
    justify-content: center;
    align-items: center;
    background: #f2f6fe;
    border-radius: 46% 54% 50% 50% / 32% 33% 67% 68%;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg);
}
.info-style8 .rtin-item .rtin-img {
    display: block;
    margin-bottom: 20px;
}
.info-style8 .rtin-item .rtin-icon img {
    width: 60px;
    height: 100%;
}
.info-style8:hover .rtin-item .button-style-1 {
    color: #ffffff;
}
.info-style8:hover .rtin-item .btn-common path.rt-button-cap {
    stroke: #ffffff;
}
.info-style8:hover .rtin-title,
.info-style8:hover .rtin-title a,
.info-style8:hover .rtin-title a:hover,
.info-style8:hover .rtin-item .rtin-text {
    color: #ffffff;
}
.info-style8:hover .rtin-item .rtin-icon:before {
    background-color: #ffffff;
}
.info-style8 .info-overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0%;
    left: 0%;
    color: #ffffff;
    background-color: #0554f2;
    z-index: -1;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.info-style8:hover .info-overlay {
    height: 100%;
    opacity: 1;
    visibility: visible;
}
/*-------------------------------------
#. EL: Feature Box
---------------------------------------*/
.feature-style1 .rtin-item {
    padding: 58px 32px 50px;
    background: #f8faff;
    position: relative;
}
.feature-style1 .rtin-item .rtin-title {
    margin-bottom: 15px;
}
.feature-style1 .rtin-item .rtin-title a {
    color: #14133b;
}
.feature-style1 .rtin-item .rtin-title a:hover {
    color: #0554f2;
}
.feature-style1 .rtin-item .rtin-button {
    margin-top: 15px;
}
.feature-style1 .rtin-item:before {
    background: #e0e8f9;
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    top: 77px;
    left: 0;
    right: 0;
}
.feature-style1 .rtin-item:after {
    position: absolute;
    content: "";
    width: 0%;
    height: 1px;
    top: 77px;
    left: 0;
    right: 0;
    z-index: 2;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    opacity: 0;
    visibility: hidden;
}
.feature-style1 .rtin-item:hover::after {
    width: 100%;
    opacity: 1;
    visibility: visible;
    background: #0554f2;
}
.feature-style1 .rtin-item .rtin-number {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    width: 40px;
    font-size: 16px;
    font-weight: 500;
    color: #0554f2;
    background-color: #ebf1fb;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 15px;
    position: relative;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    z-index: 3;
}
.feature-style1 .rtin-item:hover .rtin-number {
    background: #0554f2;
    color: #ffffff;
}
/*-------------------------------------
#. EL: About Image Text
---------------------------------------*/
.about-image-text .about-content .rtin-title {
	font-size: 40px;
	color: #14133b;
    line-height: 1.2;
    margin-bottom: 24px;
}
.about-image-text .about-content .sub-rtin-title {
	font-size: 18px;
	color: #0554f2;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 2px;
    display: block;
}
.about-image-text .about-content .rtin-content {
	color: #646464;
}
.about-image-text .about-content .rtin-title span {
    font-weight: 300;
}
.about-image-text .about-content .rtin-title span.primary-color {
	font-weight: 700;
}
.about-image-text .about-content .rtin-title span.secondary-color {
	font-weight: 700;
}
.about-image-text ul {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}
.about-image-text ul li {
	font-size: 17px;
	font-weight: 500;
    text-align: left;
	color: #14133b;
    padding-left: 30px;
    position: relative;
    margin-bottom: 8px;
}
.about-image-text ul li:last-child {
	margin-bottom: 0;
}
.about-image-text ul li:after {
    content: "\f058";
    font-family: 'Font Awesome 5 Free';
    font-size: 18px;
    font-weight: 600;
    color: #0554f2;
    position: absolute;
    top: 0;
    left: 0;
}
.about-layout-style1 .about-image {
	height: 100%;
}
.about-layout-style1 .about-image img {
	border-radius: 4px;
	height: 100%;
	object-fit: cover;
}
.about-layout-style1 .about-content {
    position: relative;
}
@media (max-width: 991px) {
    .about-layout-style1 .about-image {
        margin-top: 30px;
        text-align: center;
    }
	.about-layout-style1 .about-image img {
		width: 100%;
	}
}
.about-image-text .about-content .rtin-button {
    margin-top: 30px;
}
/*Style 2*/
.about-layout-style2 {
	position: relative;
}
.about-layout-style2 {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.about-layout-style2 > .single-item {
	flex: 0 0 50%;
    max-width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.about-layout-style2 > .single-item > img {
	height: 100%;
	object-fit: cover;
}
.about-layout-style2 > .single-item:last-child {
	padding-left: 90px;
	padding-top: 110px;
	padding-bottom: 120px;
	padding-right: calc(calc(100% - 1170px)/2);
}
@media only screen and (max-width: 1199px) {
	.about-layout-style2 > .single-item:last-child {
		padding-left: 60px;
	}
}
@media only screen and (max-width: 991px) {
	.about-layout-style2 {
		flex-direction: column-reverse;
	}
	.about-layout-style2 > .single-item {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.about-layout-style2 > .single-item > img {
		width: 100%;
	}
	.about-layout-style2 > .single-item:last-child {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 80px;
		padding-bottom: 80px;
	}
}
@media only screen and (max-width: 767px) {
	.about-layout-style2 > .single-item:last-child {
		padding-top: 50px;
		padding-bottom: 60px;
	}
}
/*Style 3*/
.about-layout-style3 {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.about-layout-style3 > .single-item {
	flex: 0 0 50%;
    max-width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.about-layout-style3 > .single-item > img {
	height: 100%;
	object-fit: cover;
}
.about-layout-style3 > .single-item:first-child {
	padding-right: 50px;
	padding-top: 110px;
	padding-bottom: 120px;
	padding-left: calc(calc(100% - 1170px)/2);
}
@media only screen and (max-width: 1199px) {
	.about-layout-style3 > .single-item:first-child {
		padding-right: 30px;
	}
}
@media only screen and (max-width: 991px) {
	.about-layout-style3 {
		display: block;
	}
	.about-layout-style3 > .single-item:first-child {
		padding-right: 15px;
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.about-layout-style3 > .single-item {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.about-layout-style3 > .single-item > img {
		width: 100%;
	}
}
@media only screen and (max-width:767px) {
	.about-layout-style3 > .single-item:first-child {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
/*-------------------------------------
#. EL: Skill
---------------------------------------*/
.rtin-skills {
  overflow: hidden;
}
.rtin-skills .rtin-skill-each {
	margin-top: 20px;
}
.rtin-skills .rtin-skill-each .rtin-name {
	color: #14133b;
	font-size: 16px;
    font-weight: 500;
	line-height: 1.5;
	margin-bottom: 10px;
}
.rtin-skills .rtin-skill-each .progress {
    background-color: #dad2d2;
    border-radius: 4px;
    box-shadow: none;
    height: 10px;
    overflow: visible;
    margin: 0;
}
.rtin-skills .rtin-skill-each .progress .progress-bar {
	position: relative;
	background: #0554f2;
	border-radius: 4px;
    height: 10px;
	overflow: inherit;
    animation-duration: 1.5s;
    animation-delay: 1.2s;
    animation-name: fadeInLeft;
}
.rtin-skills .rtin-skill-each .progress .progress-bar > span {
    font-size: 18px;
    font-weight: 500;
    color: #14133b;
    position: absolute;
    right: 0;
    top: -33px;
    padding-bottom: 10px;
    line-height: 1;
}
.rtin-skills .rtin-skill-each .progress .progress-bar > span:before,
.rtin-skills .rtin-skill-each .progress .progress-bar > span::after {
	border: medium solid transparent;
	content: " ";
	height: 0;
	position: absolute;
	top: 100%;
	width: 0;
}
.rtin-skills .rtin-skill-each .progress .progress-bar > span:before {
	border-top-color: #0554f2;
	border-width: 5px;
	left: 50%;
	margin-left: -5px;
}
/*-------------------------------------
#. EL: Rating
---------------------------------------*/
ul.rating {
	margin-bottom: 15px;
    padding: 0;
}
ul.rating li {
	display: inline;
}
ul.rating li i {
	color: #999999;
}
ul.rating li.star-rate i {
	color: #ff8f00;
}
/*-------------------------------------
#. EL: Service Layout
---------------------------------------*/
.service-default .gutters-0 .rtin-item {
    margin-bottom: 0;
}
.service-default .gutters-5 .rtin-item {
    margin-bottom: 10px;
}
.service-default .gutters-10 .rtin-item {
    margin-bottom: 20px;
}
.service-default .gutters-20 .rtin-item {
    margin-bottom: 40px;
}
.service-default .rtin-item .rtin-title {
    margin-bottom: 0;
}
.service-default .rtin-item .rtin-title a {
    color: #14133b;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.service-default .rtin-item .rtin-content {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.service-default .service-button {
    margin-top: 30px;
}
/*Service layout 1*/
.service-layout1 .rtin-item .rtin-header {
    display: flex;
    align-items: center;
    margin-bottom: 17px;
    line-height: 1;
}
.service-layout1 .rtin-item .rtin-header i {
    font-size: 48px;
    margin-right: 22px;
    color: #0554f2;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.service-layout1 .rtin-item {
    margin-bottom: 50px;
    padding: 34px 35px 29px;
    border-left: 2px solid #dee9fe;
    position: relative;
    overflow: hidden;
    z-index: 2;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.service-layout1 .rtin-item:hover {
    border-radius: 5px;
    border-left: 2px solid transparent;
}
.service-layout1 .rtin-item .services-item-overlay {
    display: block;
    position: absolute;
    width: 0%;
    height: 100%;
    top: 0%;
    left: 0%;
    color: #ffffff;
    background-color: #0554f2;
    z-index: -1;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.service-layout1 .rtin-item:hover .services-item-overlay {
    width: 100%;
    left: 0%;
    opacity: 1;
    visibility: visible;
}
.service-layout1 .rtin-item:hover .rtin-header i,
.service-layout1 .rtin-item:hover .rtin-header .rtin-title a,
.service-layout1 .rtin-item:hover .rtin-content {
    color: #ffffff;
}
@media(max-width: 426px) {
    .service-layout1 .rtin-item {
        text-align: center;
    }
    .service-layout1 .rtin-item .rtin-header {
        display: inherit;
    }
}
/*Service layout 2*/
.service-layout2 .rtin-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background-color: white;
    margin-bottom: 30px;
    padding: 49px 47px 42px;
    z-index: 2;
    -webkit-box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 5%);
    box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 5%);
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;    
}
.service-layout2 .rtin-item .rtin-header {
    line-height: 1;
}
.service-layout2 .rtin-item .rtin-header i {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 80px;
    color: #0554f2;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.service-layout2 .rtin-item .rtin-title {
    margin-bottom: 14px;
}
.service-layout2 .service-more-button {
    margin-top: 15px;
}
.service-layout2 .rtin-item .services-item-overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 0%;
    bottom: 0;
    left: 0;
    color: #ffffff;
    background-color: #0554f2;
    z-index: -1;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.service-layout2 .rtin-item:hover .services-item-overlay {
    height: 100%;
    opacity: 1;
    visibility: visible;
    top: inherit;
    bottom: 0;
}
.service-layout2 .rtin-item:hover .rtin-header i,
.service-layout2 .rtin-item:hover .rtin-header .rtin-title a,
.service-layout2 .rtin-item:hover .rtin-content {
    color: #ffffff;
}
.service-layout2 .rtin-item:hover .button-style-1 {
    color: #ffffff;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    padding-left: 0px;
}
.service-layout2 .rtin-item .button-style-1 svg {
    visibility: hidden;
    opacity: 0;
    width: 23px;
    margin-left: 10px;
}
.service-layout2 .rtin-item:hover .button-style-1 svg {
    visibility: visible;
    opacity: 1;
}
.service-layout2 .rtin-item .button-style-1 path.rt-button-cap {
    stroke: #ffffff;
}
.service-layout2.center .rtin-item .button-style-1 {
    padding-left: 30px;
}
.service-layout2.center .rtin-item:hover .button-style-1 {
    padding-left: 0;
}
/*Service layout 3*/
.service-layout3 .rtin-item {
    display: flex;
    margin-bottom: 30px;
    padding: 47px 27px;
    background: #212046;
    border-radius: 10px;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.service-layout3 .rtin-item:hover {
    background: #33325d;
}
.service-layout3 .rtin-item .rtin-header {
    line-height: 1;
    margin-top: 5px;
}
.service-layout3 .rtin-item .rtin-header i {
    font-size: 48px;
    margin-right: 22px;
    color: #0554f2;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.service-layout3 .rtin-item:hover .rtin-header i {
    color: #ffffff;
}
.service-layout3 .rtin-item .rtin-title {
    margin-bottom: 15px;
}
.service-layout3 .rtin-item .rtin-title a {
    color: #ffffff;
}
.service-layout3 .rtin-item .service-text {
    color: #ffffff;
}
.service-layout3 .rtin-item .button-style-1 {
    color: #ffffff;
}
.service-layout3 .rtin-item .button-style-1 path.rt-button-cap {
    stroke: #ffffff;
}
.service-layout3 .service-more-button {
    margin-top: 15px;
}
@media(max-width: 435px) {
    .service-layout3 .rtin-item {
        display: block;
        text-align: center;
    }
    .service-layout3 .rtin-item .rtin-header {
        margin-bottom: 15px;
        margin-top: 0;
    }
}
/*Service layout 4*/
.service-layout4 .rtin-item {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    z-index: 2;    
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;    
}
.service-layout4 .rtin-item .rtin-img {
    position:  relative;
    overflow: hidden;
    border-radius: 10px;
}
.service-layout4 .rtin-item .rtin-img img {
    -webkit-transition: all 1s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -o-transition: all 1s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: all 1s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.service-layout4 .rtin-item:hover .rtin-img img {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3);
    -webkit-transition: all 1s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -o-transition: all 1s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: all 1s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.service-layout4 .rtin-item .rtin-content {
    position: relative;
    border-radius: 10px;
    margin: -50px 20px 20px;
    padding: 32px 23px 37px;
    -webkit-box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 5%);
    box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 5%);
    background: #ffffff;
    z-index: 1;
}
.service-layout4 .rtin-item .rtin-header {
    line-height: 1;
}
.service-layout4 .rtin-item .rtin-header i {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 48px;
    color: #0554f2;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.service-layout4 .rtin-item .rtin-title {
    margin-bottom: 14px;
}
.service-layout4 .service-more-button {
    margin-top: 15px;
    text-align: center;
}
.service-layout4 .rtin-item .services-item-overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 0%;
    bottom: 0;
    left: 0;
    color: #ffffff;
    background-color: #0554f2;
    z-index: -1;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.service-layout4 .rtin-item:hover .services-item-overlay {
    height: 100%;
    opacity: 1;
    visibility: visible;
    top: inherit;
    bottom: 0;
}
.service-layout4 .rtin-item:hover .rtin-header i,
.service-layout4 .rtin-item:hover .rtin-header .rtin-title a,
.service-layout4 .rtin-item:hover .rtin-content {
    color: #ffffff;
}
.service-layout4 .rtin-item:hover .button-style-1 {
    color: #ffffff;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    padding-left: 0px;
}
.service-layout4 .rtin-item .button-style-1 {
    padding-left: 33px;
}
.service-layout4 .rtin-item .button-style-1 svg {
    visibility: hidden;
    opacity: 0;
    width: 23px;
    margin-left: 10px;
}
.service-layout4 .rtin-item:hover .button-style-1 svg {
    visibility: visible;
    opacity: 1;
}
.service-layout4 .rtin-item .button-style-1 path.rt-button-cap {
    stroke: #ffffff;
}
@media(max-width: 991px) {
    .service-layout4 > .row {
        display: flex;
        justify-content: center;
    }
}
/*-------------------------------------
#. EL: Single Service
---------------------------------------*/
@media(max-width: 767px) {
	.single-techkit_service .content-area {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}
.service-single .single-service-inner .post-thumb {
	position: relative;
    margin-bottom: 44px;
}
.service-single .single-service-inner .post-thumb img {
	border-radius: 10px;
}
.service-single .single-service-inner .post-thumb .service-icon {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background-color: #0554f2;
    border-radius: 5px;
    padding: 12px 25px;
    font-size: 60px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    text-align: center;
}
.service-single .single-service-inner .post-thumb .service-icon span {
    display: block;
    font-size: 18px;
    font-weight: 500;
}
.service-single .single-service-inner .rtin-title {
    margin-bottom: 25px;
    font-size: 40px;
}
.service-single .single-service-inner h3 {
    font-size: 28px;
    margin-bottom: 7px;
}
.service-single .single-service-inner ul {
    list-style: none;
    padding: 0;
}
.service-single .single-service-inner ul li {
    display: block;
    position: relative;
    padding-left: 29px;
    font-size: 15px;
    color: #14133b;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 20px;
}
.service-single .single-service-inner ul li i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    line-height: 1;
    left: 0;
    color: #0554f2;
}
.service-single .single-service-inner .single-image-small {
    margin-bottom: 25px;
}
.service-single .single-service-inner .single-image-small img {
    border-radius: 10px;
}

/*-------------------------------------
#. EL: Team Layout
---------------------------------------*/
.team-default .rtin-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.team-default .rtin-content .rtin-title {
    margin-bottom: 0;
	line-height: 1.2;
}
.team-default .rtin-content .rtin-title a {
	color: #14133b;
}
.team-default .rtin-content .rtin-title a:hover {
	color: #0554f2;
}
.team-default .team-button {
	text-align: center;
	margin-top: 40px;
}
/*style 1*/
.team-multi-layout-1 .rtin-content p {
    margin-top: 10px;
}
.team-multi-layout-1 .rtin-content .rtin-designation {
    color: #676666;
    font-size: 16px;
    font-weight: 500;
    margin-top: 5px;
    letter-spacing: 1px;
}
.team-multi-layout-1 .rtin-item {
    position: relative;
    z-index: 1;
	margin-bottom: 30px;
}
.team-multi-layout-1 .owl-carousel .owl-stage-outer {
    padding: 0 20px;
    width: calc(100% + 30px);
    margin-left: -20px;
}
.team-multi-layout-1 .rtin-item .rtin-thums {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	margin: 0 0 26px 0;
	text-align: center;
}
.team-multi-layout-1 .rtin-item .rtin-thums:before {
    position: absolute;
    content: "";
    width: 261px;
    height: 634px;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    background: rgba(0, 0, 0, 0.54);
    right: -44%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.team-multi-layout-1 .rtin-item:hover .rtin-thums:before {
    opacity: 1;
    visibility: visible;
}
@media(max-width:767px) {
	.team-multi-layout-1 .rtin-item .rtin-thums img {
		width: 100%;
	}
}
.team-multi-layout-1 .rtin-item .rtin-social {
    right: 20px;
    position: absolute;
    top: 0;
    padding: 10px;
    margin: 0;
    height: 100%;
    z-index: 2;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.team-multi-layout-1 .rtin-item .rtin-social li {
    margin-bottom: 10px;
    text-align: center;
	-webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.team-multi-layout-1 .rtin-item:hover .rtin-social li {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.team-multi-layout-1 .rtin-item:hover .rtin-social li:nth-child(2n) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.team-multi-layout-1 .rtin-item:hover .rtin-social li:nth-child(3n) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.team-multi-layout-1 .rtin-item:hover .rtin-social li:nth-child(4n) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.team-multi-layout-1 .rtin-item:hover .rtin-social li:nth-child(5n) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}
.team-multi-layout-1 .rtin-item:hover .rtin-social li:nth-child(6n) {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
}
.team-multi-layout-1 .rtin-item .rtin-social li:last-child {
	margin-bottom: 0;
}
.team-multi-layout-1 .rtin-item .rtin-social li a {
    color: #0554f2;
	font-size: 16px;
	width: 50px;
    height: 50px;
    line-height: 50px;
    background: #ffffff;
    display: block;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.team-multi-layout-1 .rtin-item .rtin-social li a:hover {
    color: #ffffff;
    background-color: #0554f2;
}
.team-multi-layout-1.team-slider-style4 .rtin-item {
    margin-bottom: 0;
}

/*style 2*/
.team-multi-layout-2 .rtin-content .rtin-title span {
    color: #868686;
    font-size: 15px;
    font-weight: 500;
}
.team-multi-layout-2 .rtin-item {
    position: relative;
    z-index: 1;
	text-align: center;
	margin-bottom: 30px;
}
.team-multi-layout-2 .rtin-content-wrap .rtin-thums {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
    margin-bottom: 24px;
	width: 100%;
}
.team-multi-layout-2 .rtin-content-wrap .rtin-thums img {
    -webkit-transform: translateX(50px) scale(1.3) translateY(50px);
    -ms-transform: translateX(50px) scale(1.3) translateY(50px);
    transform: translateX(50px) scale(1.3) translateY(50px);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}
.team-multi-layout-2 .rtin-item:hover .rtin-content-wrap .rtin-thums img {
	-webkit-transform: translateX(0px) scale(1) translateY(0px);
    -ms-transform: translateX(0px) scale(1) translateY(0px);
    transform: translateX(0px) scale(1) translateY(0px);
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.team-multi-layout-2 .rtin-social {
    position: absolute;
	margin: 0;
    width: 100%;
    bottom: 30px;
}
.team-multi-layout-2 .rtin-social li {
    display: inline-block;
    margin: 0;
    padding: 0 5px;
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
    opacity: 0;
    visibility: visible;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.team-multi-layout-2 .rtin-item:hover .rtin-social li {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
}
.team-multi-layout-2 .rtin-item:hover .rtin-social li:nth-child(2n) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.team-multi-layout-2 .rtin-item:hover .rtin-social li:nth-child(3n) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.team-multi-layout-2 .rtin-item:hover .rtin-social li:nth-child(4n) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.team-multi-layout-2 .rtin-item:hover .rtin-social li:nth-child(5n) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.team-multi-layout-2 .rtin-item:hover .rtin-social li:nth-child(6n) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.team-multi-layout-2 .rtin-social li:last-child {
	margin-right: 0;
}
.team-multi-layout-2 .rtin-social li a {
    background: #ffffff;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #0554f2;
    display: block;
    border-radius: 50%;
}
.team-multi-layout-2 .rtin-social li a:hover {
	background: #0554f2;
    color: #ffffff;
}
.team-multi-layout-2.team-slider-style5 .rtin-item {
    margin-bottom: 0;
}
/*style 3*/
.team-default .no-gutters .rtin-item {
    margin-bottom: 0;
}
.team-default.team-multi-layout-3 .rtin-content .rtin-title a {
    color: #ffffff;
}
.team-default.team-multi-layout-3 .rtin-content .rtin-title a:hover {
    color: #ececec;
}
.team-default.team-multi-layout-3 .rtin-content .rtin-designation {
    color: #ffffff;
    font-weight: 400;
}
.team-default.team-multi-layout-3 .rtin-content p {
    color: #ffffff;
}
.team-multi-layout-3 .rtin-item {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 30px;
    background: #ffffff;    
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.team-multi-layout-3 .rtin-item .rtin-content .rtin-title {
    opacity: 0;
    visibility:  hidden;
    transform: translateY(20px);
    -webkit-transition: all 160ms ease-in-out;
    -o-transition: all 160ms ease-in-out;
    transition: all 160ms ease-in-out;
    transition-delay: 0.4s;
}
.team-multi-layout-3 .rtin-item:hover .rtin-content .rtin-title {
    opacity: 1;
    visibility:  visible;
    transform: translateY(0);
}
.team-multi-layout-3 .rtin-item .rtin-content .rtin-designation {
    opacity: 0;
    visibility:  hidden;
    transform: translateY(20px);
    -webkit-transition: all 160ms ease-in-out;
    -o-transition: all 160ms ease-in-out;
    transition: all 160ms ease-in-out;
    transition-delay: 0.6s;
}
.team-multi-layout-3 .rtin-item:hover .rtin-content .rtin-designation {
    opacity: 1;
    visibility:  visible;
    transform: translateY(0);
}
.team-multi-layout-3 .rtin-item .rtin-content ul {
    opacity: 0;
    visibility:  hidden;
    transform: translateY(20px);
    -webkit-transition: all 160ms ease-in-out;
    -o-transition: all 160ms ease-in-out;
    transition: all 160ms ease-in-out;
    transition-delay: 0.8s;
}
.team-multi-layout-3 .rtin-item:hover .rtin-content ul {
    opacity: 1;
    visibility:  visible;
    transform: translateY(0);
}
.team-multi-layout-3 .rtin-item .rtin-content p {
    opacity: 0;
    visibility:  hidden;
    transform: translateY(50px);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    transition-delay: 0.8s;
}
.team-multi-layout-3 .rtin-item:hover .rtin-content p {
    opacity: 1;
    visibility:  visible;
    transform: translateY(0);
}
.team-multi-layout-3 .rtin-item .rtin-content-wrap {
    position: relative;
    overflow: hidden;
}
.team-multi-layout-3 .rtin-item .rtin-content-wrap .rtin-thums {
    position: relative;
    background-color: #000000;
    border-radius: 5px;
    display: inline-block;
    width: 100%;
}
.team-multi-layout-3 .rtin-item .rtin-content-wrap .rtin-thums img {
    border-radius: 5px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.team-multi-layout-3 .rtin-item:hover .rtin-content-wrap .rtin-thums img {
    opacity:  0.7;
}
.team-multi-layout-3 .rtin-item .rtin-content-wrap .mask-wrap .rtin-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100%;
    opacity: 0;
    z-index: 1;
    padding: 30px 30px 15px;
    visibility: hidden;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.team-multi-layout-3 .rtin-item:hover .rtin-content-wrap .mask-wrap .rtin-content {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}
.team-multi-layout-3 .rtin-item .rtin-content-wrap .rtin-content:after {
    position: absolute;
    content: "";
    background-color: #0554f2;
    background-image: url(../element/shape25.png);
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.team-multi-layout-3 .rtin-item:hover .rtin-content-wrap .rtin-content:after {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}
.team-default.team-multi-layout-3 .rtin-content ul {
    margin-bottom: 15px;
}
.team-multi-layout-3 .rtin-social li {
    display: inline-block;
    margin-right: 15px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.team-multi-layout-3 .rtin-social li:last-child {
    margin-right: 0;
}
.team-multi-layout-3 .rtin-social li a {
    display: block;
    color: #ffffff;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.team-multi-layout-3 .rtin-social li a:hover {
    color: #14133b;
}
.team-multi-layout-3 .no-gutters .rtin-item .rtin-content-wrap .rtin-thums,
.team-multi-layout-3 .no-gutters .rtin-item .rtin-content-wrap .rtin-thums img {
    border-radius: 0;
}
/*-------------------------------------
#. EL: Team Single
---------------------------------------*/
.team-single .rtin-thumb {
	background-color: #f9fafc;
    border-radius: 10px;
    text-align: center;
    position: relative;
    z-index: 2;
}
.team-single .rtin-thumb img {
	width: 100%;
	border-radius: 10px 10px 0 0;
}
.team-single .rtin-heading {
	margin-bottom: 25px;
	line-height: 1;
}
.team-single .rtin-heading h2 {
	color: #14133b;
    font-size: 36px;
    line-height: 1.3;
	margin-bottom: 10px;
	margin-top: -7px;
}
.team-single .rtin-heading .designation {
	font-size: 24px;
	color: #14133b;
    font-weight: 600;
    font-family: 'Barlow', sans-serif;
}
.team-single .rtin-heading .designation span {
	font-size: 18px;
    color: #0554f2;
    font-weight: 600;
}
.team-single .team-content-wrap .rtin-content {
    border-radius: 10px;
    padding: 50px 50px 52px;
    -webkit-box-shadow: 0px 7px 70px 0px rgb(0 0 0 / 5%);
    box-shadow: 0px 7px 70px 0px rgb(0 0 0 / 5%);
}
.team-single .team-content-wrap .rtin-content ul li {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
	color: #444444;
}
.team-single .team-content-wrap ul.rtin-social {
    margin: 35px 0 0px 0;
    padding: 0;
    list-style: none;
}
.team-single .team-content-wrap ul.rtin-social li a {
    font-size: 16px;
	text-align: center;
    color: #0554f2;
    background: #f7f7f7;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    line-height: 50px;
	display: block;
}
.team-single .team-content-wrap .rtin-content ul.rtin-social li a:hover {
    background-color: #0554f2;
    color: #ffffff;
}
.team-single .team-content-wrap .rtin-content ul li:last-child {
    margin-right: 0;
}
/*team skill and info*/
.team-single .team-skill-wrap {
    border-radius: 10px;
    margin-top: 30px;
    padding: 50px 50px 54px;
    -webkit-box-shadow: 0px 7px 70px 0px rgb(0 0 0 / 5%);
    box-shadow: 0px 7px 70px 0px rgb(0 0 0 / 5%);
}
.team-single .rtin-skills .rtin-skill-each .progress .progress-bar > span:before {
    display: none;
}
.team-single .rtin-team-info {
    border-radius: 0 0 10px 10px;
    padding: 33px 50px 26px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 7px 70px 0px rgb(0 0 0 / 5%);
    box-shadow: 0px 7px 70px 0px rgb(0 0 0 / 5%);
}
.team-single .rtin-team-info ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.team-single .rtin-team-info ul li {
	display: block;
    color: #868686;
    font-weight: 400;
	margin-right: 0;
	margin-bottom: 8px;
}
.team-single .rtin-team-info ul li span {
    color: #14133b;
    font-weight: 500;
}
.team-single .rtin-team-info a {
	color: #868686;
}
.team-single .rtin-team-info a:hover {
	color: #0554f2;
}
.team-single .team-content-wrap h4 {
	display: block;
    position: relative;
    color: #14133b;
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 1.4;
    z-index: 2;
}
.team-single .team-contact-wrap {
	margin-top: 60px;
    background: #ffffff;
    border-radius: 10px;
    margin-bottom: 0;
}
.team-single .team-contact-wrap h3 {
	display: block;
    position: relative;
    color: #14133b;
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 1.4;
    z-index: 2;
}
.team-single .rt-related-post {
    margin-top: 120px;
    margin-bottom: 0;
    padding-top: 110px;
    border-top: 1px solid #ebebeb;
}
.team-single .rt-related-post .title-section h3 {
	font-size: 28px;
}
@media(max-width:991px) {
	.team-single .team-contact-wrap {
		padding-top: 100px;
	}
	.team-single .team-skill-wrap {
		margin-top: 25px;
	}
	.team-single .rtin-team-info {
		width: 100%;
	}
    .team-single .rt-related-post {
        margin-top: 80px;
        padding-top: 80px;
    }
}
@media(max-width:767px) {
	.single-techkit_team .content-area {
		padding-top: 80px;
		padding-bottom: 50px;
	}
	.team-single .team-contact-wrap {
		padding-top: 40px;
	}
}
/*-------------------------------------
#. EL: Case Layout
---------------------------------------*/
.case-default .rtin-item .rtin-title {
    margin-bottom: 0;
}
.case-default .rtin-item .rtin-title a {
    color: #ffffff;
}
.case-default .rtin-item .rtin-cat {
    color: #d7d7ef;
    font-weight: 500;
}
.case-default .rtin-item .rtin-cat a {
    color: #d7d7ef;
    font-family: "Barlow", sans-serif;
}
.case-default .case-button {
    margin-top: 20px;
    text-align: center;
}
/* case style 1*/
.case-multi-layout-1 .rtin-item {
    position: relative;
    margin-bottom: 30px;
}
.case-multi-layout-1 .rtin-item .rtin-figure {
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 10%);
}
.case-multi-layout-1 .rtin-item .rtin-content {
    background: #14133b;
    text-align: center;
    padding: 15px 15px;
    border-radius: 10px;
    margin: 0 15px;
    margin-top: -52px;
    position: relative;
    z-index: 1;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.case-multi-layout-1 .rtin-item:hover .rtin-content {
    background-color: #0554f2;
}
.case-multi-layout-1 .rtin-item .rtin-figure img {
	width: 100%;
    -webkit-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
}
.case-multi-layout-1 .rtin-item:hover .rtin-figure img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
}
.case-multi-layout-1.rt-related-post {
    margin-top: 110px;
}
.case-multi-layout-1.rt-related-post .rtin-item {
    margin-bottom: 0;
}
.case-multi-layout-1.rt-related-post .title-section .related-title {
    font-size: 30px;
}
.case-multi-layout-1.case-slider-layout1 .rtin-item {
    margin-bottom: 0;
}
/* case style 2*/
.case-multi-layout-2 .no-gutters > div {
    padding: 0;
}
.case-multi-layout-2 .no-gutters .rtin-item {
    margin-bottom: 0;
}
.case-multi-layout-2 .rtin-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}
.case-multi-layout-2 .rtin-item .img-popup-icon {
    position: absolute;
    right: 0;
    left: 0;
    width: 65px;
    height: 65px;
    display: inline-block;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-30%) scaleY(0);
    -ms-transform: translateY(-30%) scaleY(0);
    transform: translateY(-30%) scaleY(0);
    background: #f5f5f5;
    text-align: center;
    line-height: 65px;
    font-size: 18px;
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.case-multi-layout-2 .rtin-item .img-popup-icon:hover {
    background-color: #0554f2;
    color: #ffffff;
}
.case-multi-layout-2 .rtin-item .rtin-title, 
.case-multi-layout-2 .rtin-item .rtin-cat {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    text-align: center;
    opacity: 0;
    visibility: hidden;
}
.case-multi-layout-2 .rtin-item .rtin-title {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    margin-bottom: 15px;
}
.case-multi-layout-2 .rtin-item .rtin-cat {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    color: #ffffff;
    font-size: 16px;
}
.case-multi-layout-2 .rtin-item:hover .rtin-title, 
.case-multi-layout-2 .rtin-item:hover .rtin-cat {
    opacity: 1;
    visibility: visible;
}
.case-multi-layout-2 .rtin-item:hover .img-popup-icon {
    opacity: 1;
    visibility: visible;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transform: translateY(-50%) scaleY(1);
    -ms-transform: translateY(-50%) scaleY(1);
    transform: translateY(-50%) scaleY(1);
}
.case-multi-layout-2 .rtin-item:hover .rtin-title {
    -webkit-transform: translateY(-47px);
    -ms-transform: translateY(-47px);
    transform: translateY(-47px);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.case-multi-layout-2 .rtin-item:hover .rtin-cat {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition: 1.2s;
    -o-transition: 1.2s;
    transition: 1.2s;
    color: rgba(255, 255, 255, 0.8);
}
.case-multi-layout-2 .rtin-item .item-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(20, 19, 59, 0.8);
    top: 0;
    left: 100%;
}
.case-multi-layout-2 .rtin-item .rtin-figure {
    display: block !important;
}
.case-multi-layout-2 .rtin-item .rtin-figure img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.case-multi-layout-2 .rtin-item:hover .rtin-figure img {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
    -webkit-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
}
/* case style 3*/
.case-multi-layout-3 .rtin-item {
    position: relative;
    margin-bottom: 30px;
}
.case-multi-layout-3 .rtin-item .rtin-figure {
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 10%);
}
.case-multi-layout-3 .rtin-item .rtin-content {
    position: absolute;
    left: 20px;
    right: 60px;
    bottom: 20px;
    background-color: #0554f2;
    padding: 19px 19px 19px 30px;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    text-align: left !important;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.case-multi-layout-3 .rtin-item:hover .rtin-content {
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.case-multi-layout-3 .rtin-item .rtin-figure img {
    width: 100%;
    -webkit-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
}
.case-multi-layout-3 .rtin-item:hover .rtin-figure img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
}
.case-multi-layout-3 .rtin-item .link {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    padding: 12px 22px;
    background: #ffffff;
    color: #0554f2;
    text-align: center;
    border-radius: 5px;
    right: 0px;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.case-multi-layout-3 .rtin-item:hover .link {
    right: -33px;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.case-multi-layout-3 .rtin-item .link:hover i {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
/*case style 4*/
.case-multi-layout-4 .rtin-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 30px;
}
.case-multi-layout-4 .rtin-item .rtin-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0px 40px 20px;
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.case-multi-layout-4 .rtin-item .rtin-content::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 169px;
    left: 0;
    bottom: 30px;
    background-image: linear-gradient(transparent, #000), linear-gradient(transparent, #000);
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.case-multi-layout-4 .rtin-item .rtin-title {
    font-size: 28px;
    color: #ffffff;
    font-weight: 500;
    -webkit-transform: translateY(17px);
    -ms-transform: translateY(17px);
    transform: translateY(17px);
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    margin-bottom: 10px;
}
@media(max-width: 480px) {
	.case-multi-layout-4 .rtin-item .rtin-title {
		-webkit-transform: translateY(35px);
		-ms-transform: translateY(35px);
		transform: translateY(35px);
	}
}
.case-multi-layout-4 .rtin-item .rtin-cat {
    color: #ffffff;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 0;
    visibility: hidden;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.case-multi-layout-4 .rtin-item .rtin-cat a {
    color: #ffffff;
}
.case-multi-layout-4 .rtin-item .rtin-content p {
    color: #ffffff;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 0;
    visibility: hidden;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
/*hover*/
.case-multi-layout-4 .rtin-item:hover .rtin-content::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 235px;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(transparent, #0554f2), linear-gradient(transparent, #0554f2);
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.case-multi-layout-4 .rtin-item:hover .rtin-content {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.case-multi-layout-4 .rtin-item:hover .rtin-title {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.case-multi-layout-4 .rtin-item:hover .rtin-cat {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.case-multi-layout-4 .rtin-item:hover .rtin-content p {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
@media(max-width: 426px) {
	.case-multi-layout-4 .rtin-item .rtin-content {
		padding-left: 20px;
		padding-right: 20px;
	}
}
/*case style 5*/
.case-multi-layout-5 .rtin-item {
    margin-bottom: 30px;
}
.case-multi-layout-5 .rtin-item .rtin-title {
    margin-bottom: 7px;
}
.case-multi-layout-5 .rtin-item .rtin-title a {
    color: #14133b;
}
.case-multi-layout-5 .rtin-item:hover .rtin-title a {
    color: #0554f2;
}
.case-multi-layout-5 .rtin-item .rtin-cat a {
    color: #0554f2;
    font-weight: 500;
    font-family: "Barlow", sans-serif;
}
.case-multi-layout-5 .rtin-item .link {
    font-size: 16px;
    font-weight: 500;
    color: #0554f2;
    font-family: "Barlow", sans-serif;
     transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
}
.case-multi-layout-5 .rtin-item .link:hover {
    color: #14133b;
    padding-left: 7px;
}
.case-multi-layout-5 .rtin-item p {
    margin-bottom: 15px;
}
.case-multi-layout-5 .rtin-item .rtin-figure {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 23px;
}
.case-multi-layout-5 .rtin-item .rtin-figure:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(5, 84, 242, 0.7);
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.case-multi-layout-5 .rtin-item:hover .rtin-figure::after {
    opacity: 1;
    visibility: visible;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.case-multi-layout-5 .rtin-item .rtin-figure img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.case-multi-layout-5 .rtin-item:hover .rtin-figure img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
@media(max-width:991px) {
	.case-multi-layout-5 > .row {
		justify-content: center;
	}
}
/*case style 6*/
.case-multi-layout-6 .rtin-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 30px;
}
.case-multi-layout-6 .rtin-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(20, 19, 59, 0.75);
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
    -webkit-transition: all 1s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -o-transition: all 1s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: all 1s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}
.case-multi-layout-6 .rtin-item:hover::before {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
    -webkit-transition: all 1s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -o-transition: all 1s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: all 1s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    opacity: 1;
    visibility: visible;
}
.case-multi-layout-6 .rtin-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border: 2px solid rgba(255, 255, 255, 0.16);
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) scale3d(1, 1, 1);
    transform: translateY(-50%) translateX(-50%) scale3d(1, 1, 1);
    border-radius: 5px;
    z-index: 2;
    -webkit-transition: all 1.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -o-transition: all 1.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: all 1.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    opacity: 0;
    visibility: hidden;
}
.case-multi-layout-6 .rtin-item:hover::after {
    -webkit-transform: translateY(-50%) translateX(-50%) scale3d(0.85, 0.79, 0.85);
    transform: translateY(-50%) translateX(-50%) scale3d(0.85, 0.79, 0.85);
    -webkit-transition: all 1.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -o-transition: all 1.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: all 1.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    opacity: 1;
    visibility: visible;
}
.case-multi-layout-6 .rtin-item .rtin-figure {
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 10%);
}
.case-multi-layout-6 .rtin-item .rtin-figure img {
    width: 100%;
    -webkit-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
}
.case-multi-layout-6 .rtin-item:hover .rtin-figure img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
}
.case-multi-layout-6 .rtin-item .rtin-figure .link {
    position: absolute;
    bottom: 0px;
    left: 50%;
    display: inline-block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ffffff;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 16px;
    font-weight: 500;
    color: #0554f2;
    padding: 10px 32px;
    border-radius: 5px 5px 0 0;
    z-index: 4;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -o-transition: all 1s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: all 1s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.case-multi-layout-6 .rtin-item:hover .rtin-figure .link {
    opacity: 1;
    visibility: visible;
    bottom: 45px;
    -webkit-transition: all 1s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -o-transition: all 1s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: all 1s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.case-multi-layout-6 .rtin-item .rtin-figure .link:hover {
    background-color: #0554f2;
    color: #ffffff;
}
.case-multi-layout-6 .rtin-item .rtin-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    left: 0;
    text-align: center;
    z-index: 3;
    overflow: hidden;
}
.case-multi-layout-6 .rtin-item .rtin-title {
    -webkit-transform: translateY(35px);
    -ms-transform: translateY(35px);
    transform: translateY(35px);
    display: inline-block;
    -webkit-transition: all 1s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -o-transition: all 1s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: all 1s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.case-multi-layout-6 .rtin-item:hover .rtin-title {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 1s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -o-transition: all 1s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: all 1s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.case-multi-layout-6 .rtin-item .rtin-cat {
    font-size: 18px;
    font-weight: 500;
    color: #fbfcff;
    display: block;
    margin-bottom: 8px;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition: all 1s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -o-transition: all 1s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: all 1s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.case-multi-layout-6 .rtin-item .rtin-cat > a {
    color: #fbfcff;
    display: inline-block;
}
.case-multi-layout-6 .rtin-item:hover .rtin-cat {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
@media(max-width: 376px) {
    .case-multi-layout-6 .rtin-item .rtin-figure .link {
        padding: 10px 20px;
    }
    .case-multi-layout-6 .rtin-item:hover .rtin-figure .link {
        bottom: 2px;
    }
}
/*-------------------------------------
#. EL: Case Isotope
---------------------------------------*/
.case-cat-tab {
    margin-bottom: 40px;
    text-align: center;
}
.case-cat-tab a {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Barlow', sans-serif;
    color: #5b6674;
    background: transparent;
    border: 0;
    padding: 0;
    margin-right: 25px;
    margin-bottom: 10px;
}
.case-cat-tab a.current {
    color: #0554f2;
}
.case-multi-isotope-1 .item-image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 25px;
}
.case-multi-isotope-1 .rtin-figure {
    display: block !important;
}
.case-multi-isotope-1 .item-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(5, 84, 242, 0.8);
    top: 0;
    left: 100%;
}
.case-multi-isotope-1 .rtin-figure .image__link {
    position: absolute;
    right: 0;
    left: 0;
    width: 70px;
    height: 70px;
    display: inline-block;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-30%) scaleY(0);
    background: #f5f5f5;
    text-align: center;
    line-height: 70px;
    font-size: 18px;
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}
.case-multi-isotope-1 .rtin-item:hover .image__link {
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease;
    transform: translateY(-50%) scaleY(1);
}
.case-multi-isotope-1 .rtin-item .rtin-title {
    margin-bottom: 7px;
}
.case-multi-isotope-1 .rtin-item .rtin-title a {
    color: #14133b;
}
.case-multi-isotope-1 .rt-cat a {
    color: #14133b;
    font-weight: 500;
    font-family: "Barlow", sans-serif;
}
.case-multi-isotope-1 .rt-cat a:hover,
.case-multi-isotope-1 .rtin-item .rtin-title a:hover {
    color: #0554f2;
}
.case-multi-isotope-1 .rtin-content p {
    margin-top: 7px;
    margin-bottom: 0;
}
.case-multi-isotope-1 .case-button {
    margin-top: 40px;
    text-align: center;
}
/*-------------------------------------
#. EL: Case Single
---------------------------------------*/
@media(max-width:767px) {
	.post-type-archive-techkit_case .content-area,
	.tax-techkit_case_category .content-area {
		padding-top: 80px;
		padding-bottom: 80px;
	}
    .single-techkit_case .content-area {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
.case-single .case-header {
    margin-bottom: 20px;
}
.case-single .case-header .rtin-title {
    color: #0554f2;
    font-size: 40px;
}
.case-single .case-header ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.case-single .case-header ul li {
    display: inline-block;
    margin-right: 15px;
    font-size: 15px;
    color: #7a7a7a;
}
.case-single .case-header ul li:last-child{
    margin-right: 0;
}
.case-single .case-header ul li a {
    color: #7a7a7a;
}
.case-single .case-header ul li a:hover {
    color: #0554f2;
}
.case-single .case-header ul li i {
    color: #0554f2;
    font-size: 15px;
    margin-right: 10px;
}
.case-single .case-details-gallery {
    margin-right: -10px;
    margin-left: -10px;
    margin-top: 10px;
}
.case-single .case-details-gallery .item {
    padding-right: 10px;
    padding-left: 10px;
}
@media(max-width: 991px) {
    .case-single .case-details-gallery .item:last-child .case-details-gallery {
        display: inherit;
        flex-wrap: inherit;
    }
    .case-single .case-details-gallery .item:last-child .case-details-gallery > .item {
        float: left;
    }
}
.case-single .case-details-gallery img {
    margin-bottom: 20px;
    border-radius: 10px;
}
.case-single .rtin-thumbnail {
    position: relative;
    margin-top: 40px;
}
.case-single .rtin-thumbnail img {
    width: 100%;
    max-height: 600px;
    object-fit: cover;
    border-radius: 10px;
}
.case-single .rtin-thumbnail .video-icon {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
}
.case-single .rtin-case-content h3 {
    font-size: 35px;
    margin-top: 30px;
    line-height: 1.2;
}
.case-single .rtin-case-content p {
    margin-bottom: 25px;
}
.case-single .post-navigation {
    margin: 50px 0 0;
    padding: 25px 15px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
}
@media(max-width: 425px) {
    .case-single .post-navigation {
        padding: 20px 10px;
    }
}
.case-single .rtin-play {
    display: inline-block;
    position: relative;
    text-align: center;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    font-size: 22px;
    color: #ffffff;
    margin: 0 auto;
    -webkit-animation: pulse infinite 2000ms;
    animation: pulse infinite 2000ms;
}
.case-single .rtin-play:before {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background-color: #0554f2;
    z-index: 0;
    opacity: 1;
    visibility:  visible;
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.case-single .rtin-play:after {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background-color: #ffffff;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.3);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.case-single .rtin-play:hover {
    color: #0554f2;
}
.case-single .rtin-play:hover:before {
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
}
.case-single .rtin-play:hover:after {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.case-single .rtin-play i {
    margin-left: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
.case-single .entry-footer {
    margin-bottom: 50px;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
.case-single .entry-footer .post-share .share-links {
    opacity: 1;
    visibility: visible;
}
.case-single .entry-footer .post-share > ul > li:hover .share-links {
    margin: 0;
}
.case-single .entry-footer .like-share {
    font-size: 20px;
    text-align: right;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
}
.case-single .entry-footer .like-share i {
    margin-right: 13px;
}
.case-single .entry-footer .liked i {
    color: red;
}
/*-------------------------------------
#. EL: Testimonial 1
---------------------------------------*/
.review-wrapper .default-testimonial {
    margin-right: 295px;
    padding-right: 170px;
}
@media (max-width: 1666px){
	.review-wrapper .default-testimonial {
		margin-right: 60px;
		padding-right: 190px;
	}
}
@media (max-width: 1366px){
	.review-wrapper .default-testimonial {
		margin-right: 0;
		padding-right: 95px;
	}
}
@media (max-width: 1199px){
    .review-wrapper .default-testimonial {
        margin-right: 0;
        padding-right: 0;
    }
}
.review-wrapper .rt-owl-nav-1.slider-nav-enabled .owl-carousel .owl-next {
    right: -115px;
    top: 120px;
    opacity: 1;
    visibility: visible;
}
.review-wrapper .rt-owl-nav-1.slider-nav-enabled .owl-carousel .owl-prev {
    right: -115px;
    top: 185px;
    left: auto;
    opacity: 1;
    visibility: visible;
}
@media (max-width: 1366px){
    .review-wrapper .owl-nav {
        display: none;
    }
}
.review-bg:before {
    position: absolute;
    content: "";
    width: 195px;
    height: 100%;
    background: #ffffff;
    right: 0;
    top: 0;
    bottom: 0;
}
@media (max-width: 1666px) {
    .review-bg:before {
        width: 60px;
    }
}
@media (max-width: 1199px) {
    .review-bg:before {
        width: inherit;
        background: transparent;
    }
    .review-wrapper {
        padding-right: 0;
        margin-left: 0;
    }
}
.default-testimonial ul.rating {
    list-style: none;
    margin: 0;
    padding: 0;
}
.default-testimonial ul.rating li i {
    color: #f57f19;
    font-size: 14px;
}
.default-testimonial .rtin-item .rtin-name {
    font-size: 22px;
    margin-bottom: 0;
    position: relative;
}
.rtin-testimonial-1 .rtin-item {
    position: relative;
    z-index: 1;
	border-radius: 4px;
}
.rtin-testimonial-1 .rtin-item .rtin-content {
    background: #ffffff;
    padding: 71px 47px;
    border-radius: 10px;
    position: relative;
}
.rtin-testimonial-1 .rtin-item .rtin-content::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 15px 0 15px;
    border-color: #ffffff transparent transparent transparent;
    bottom: -16px;
    left: 70px;
}
.rtin-testimonial-1 .rtin-item .item-icon {
    position: absolute;
    top: 25px;
    right: 25px;
    line-height: 1;
    font-size: 42px;
    color: #e5e5e5;
}
.rtin-testimonial-1 .rtin-item .rtin-title {
    margin-bottom: 15px;
}
.rtin-testimonial-1 .rtin-item .rtin-content p {
    margin-bottom: 0;
}
.rtin-testimonial-1 .rtin-item .rtin-figure {
    margin-right: 15px;
}
.rtin-testimonial-1 .rtin-item .rtin-figure img {
    width: 70px;
}
.rtin-testimonial-1 .rtin-item .rtin-author {
    padding: 30px 0 0 47px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.rtin-testimonial-1 .rtin-item .author-info {
    text-align: left;
}
/*-------------------------------------
#. EL: Testimonial 2
---------------------------------------*/
.rtin-testimonial-2 .rtin-item {
    padding: 54px 35px 47px;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
}
.rtin-testimonial-2 .rtin-item .rtin-content {
	position: relative;
    text-align: center;
}
.rtin-testimonial-2 .rtin-item .rtin-content p {
	font-size: 18px;
	color: #444444;
	font-style: italic;
}
.rtin-testimonial-2 .rtin-item .rtin-figure {
    margin-bottom: 30px;
}
.rtin-testimonial-2 .rtin-item .rtin-thumb {
    position: relative;
    display: inline-block;
}
.rtin-testimonial-2 .rtin-item .rtin-thumb img {
    width: 120px;
}
.rtin-testimonial-2 .rtin-item .rtin-thumb .quote {
    position: absolute;
    right: -13px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: #ffffff;
    background: #0554f2;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 5px;
    bottom: 4px;
}
.rtin-testimonial-2 .rtin-item .rtin-name {
    padding-top: 25px;
}
.rtin-testimonial-2 .rtin-item .rtin-name::after {
    position: absolute;
    content: "";
    height: 3px;
    width: 50px;
    background: #0554f2;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
/*-------------------------------------
#. EL: Testimonial 3
---------------------------------------*/
.rtin-testimonial-3 .rtin-item {
    background: #ffffff;
    position: relative;
    border-radius: 10px;
    z-index: 1;
}
.rtin-testimonial-3 .rtin-item .rtin-content {
    padding: 45px 45px;
    position: relative;
    text-align: center;
}
.rtin-testimonial-3 .rtin-item .item-icon .quote {
    line-height: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 70px;
    height: 70px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #0554f2;
    color: #ffffff;
    font-size: 35px;
    border-radius: 50%;
    margin-bottom: 20px;
}
.rtin-testimonial-3 .rtin-item .rtin-title {
    margin-bottom: 15px;
}
.rtin-testimonial-3 .rtin-item .rtin-content p {
    margin-bottom: 0;
}
.rtin-testimonial-3 .rtin-item .rtin-figure {
    margin-right: 15px;
}
.rtin-testimonial-3 .rtin-item .rtin-author {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rtin-testimonial-3 .rtin-item .rtin-author img {
	width: 60px;
}
.rtin-testimonial-3 .rtin-item .author-info {
    text-align: left;
}
.rtin-testimonial-grid .rtin-item {
    margin-bottom: 30px;
	box-shadow: 0 0 10px 0 rgb(222 222 222 / 50%);
}
/*-------------------------------------
#. EL: Post Grid
---------------------------------------*/
.post-default .rtin-item-post .rtin-content h3 {
    line-height: 1.4;
    margin-bottom: 18px;
}
.post-default .rtin-item-post .rtin-content h3 a {
    color: #14133b;
}
.post-default .rtin-item-post .rtin-content h3 a:hover {
    color: #0554f2;
}
.post-default ul.post-grid-meta {
    margin-bottom: 0;
    padding-left: 0;
}
.post-default ul.post-grid-meta li {
    display: inline-block;
    color: #7a7a7a;
    font-size: 15px;
    margin-bottom: 3px;
	margin-right: 15px;
    line-height: 1;
}
.post-default ul.post-grid-meta li:last-child {
	margin-right: 0;
}
.post-default ul.post-grid-meta li i {
	color: #0554f2;
	margin-right: 10px;
}
.post-default ul.post-grid-meta li a {
	color: #7a7a7a;
}
.post-default ul.post-grid-meta li a:hover {
	color: #0554f2;
}
.post-default .rtin-item-post .rtin-img img {
    width: 100%;
    max-width: 100%;
    transform: scale(1);
    -webkit-transition: all 180ms ease-in-out;
    transition: all 180ms ease-in-out;
}
.post-default .rtin-item-post:hover .rtin-img img {
    transform: scale(1.1);
}
.post-default .rtin-item-post .blog-cat {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #ffffff;
    background: #0554f2;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 8px 14px;
    font-size: 14px;
    line-height: 1.2;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.post-default .rtin-item-post .blog-cat a {
    color: #ffffff;
}
.post-default .rtin-item-post .blog-cat:hover {
    background: transparent;
    border: 1px solid #ffffff;
}
/* Post Grid 1 */
.post-grid-style1 ul.post-grid-meta {
    display: flex;
    justify-content: space-between;
}
.post-grid-style1 .rtin-item-post {
    padding: 28px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    position: relative;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.post-grid-style1 .row > div:first-child .rtin-item-post {
    border-radius: 10px 0 0 10px;
}
.post-grid-style1 .row > div:last-child .rtin-item-post {
    border-radius: 0 10px 10px 0;
}
.post-grid-style1 .rtin-item-post::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: white;
    -webkit-box-shadow: 0px 0px 80.64px 3.36px rgb(0 0 0 / 4%);
    box-shadow: 0px 0px 80.64px 3.36px rgb(0 0 0 / 4%);
    -webkit-transform: scaleX(1.012) scaleY(1.01);
    -ms-transform: scaleX(1.012) scaleY(1.01);
    transform: scaleX(1.012) scaleY(1.01);
    opacity: 0;
    visibility: hidden;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    z-index: -1;
}
.post-grid-style1 .rtin-item-post:hover::before {
    opacity: 1;
    visibility: visible;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.post-grid-style1 .rtin-item-post .rtin-img {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.post-grid-style1 .rtin-item-post .rtin-img > a {
    display: block;
    position: relative;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.post-grid-style1 .rtin-item-post .rtin-img > a::after {
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    top: 50%;
    height: 0%;
    width: 0%;
    border-radius: 100%;
    transform: translateY(-50%);
    right: 0;
    margin: 0 auto;
    content: "";
    position: absolute;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 0;
}
.post-grid-style1 .rtin-item-post:hover .rtin-img > a::after {
    opacity: 1;
    visibility: visible;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    width: 100%;
    height: 100%;
    border-radius: 0;
}
.post-grid-style1 .rtin-item-post .blog-date {
    color: #7a7a7a;
    font-size: 15px;
    margin-bottom: 5px;
    display: inline-block;
}
.post-grid-style1 .rtin-item-post .blog-date i {
    color: #0554f2;
    margin-right: 10px;
}
.post-grid-style1 .rtin-item-post .rtin-content {
    padding-top: 22px;
    background: #ffffff;
    border-radius: 20px;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
@media(max-width: 991px){
    .post-grid-style1 .gutters-0 {
        display: flex;
        justify-content: center;
    }
}
/* Post Grid 2 */
.post-grid-style2 .rtin-item-post .rtin-img {
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    position: relative;
}
.post-grid-style2 .rtin-item-post {
	background: #ffffff;
	border-radius: 15px;
	position: relative;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 48px 0 rgba(155, 155, 155, 0.15);
    box-shadow: 0 0 48px 0 rgba(155, 155, 155, 0.15);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.post-grid-style2 .rtin-item-post:hover {
    -webkit-box-shadow: 0 0 48px 0 rgba(155, 155, 155, 0.25);
    box-shadow: 0 0 48px 0 rgba(155, 155, 155, 0.25);
}
.post-grid-style2 .rtin-item-post .rtin-content {
    padding: 30px 30px 25px;
    background: #fff;
    z-index: 2;
    position: relative;
    border-radius: 0px 0px 15px 15px;
}
.post-grid-style2 .rtin-item-post.no_image .rtin-content {
    margin-top: 0;
}
.post-default.post-grid-style2 ul.post-grid-meta {
    margin-bottom: 14px;
}
.post-default.post-grid-style2 ul.post-grid-meta > li:after {
    display: none;
}
.post-default.post-grid-style2 .blog-btn {
    color: #646464;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Barlow', sans-serif;
}
.post-default.post-grid-style2 .blog-btn i {
    padding-left:  8px;
    -webkit-transition: all 140ms ease-in-out;
    -o-transition: all 140ms ease-in-out;
    transition: all 140ms ease-in-out;
}
.post-default.post-grid-style2 .blog-btn:hover {
    color: #0554f2;
}
.post-default.post-grid-style2 .blog-btn:hover i {
    padding-left: 14px;
}
@media(max-width: 991px){
    .post-grid-style2 .row {
        display: flex;
        justify-content: center;
    }
}
/* Post Grid 3 */
.post-grid-style3 .rtin-item-post {
    background: #ffffff;
    border-radius: 15px;
    position: relative;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 48px 0 rgba(155, 155, 155, 0.15);
    box-shadow: 0 0 48px 0 rgba(155, 155, 155, 0.15);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.post-grid-style3 .rtin-item-post:hover {
    -webkit-box-shadow: 0 0 48px 0 rgba(155, 155, 155, 0.25);
    box-shadow: 0 0 48px 0 rgba(155, 155, 155, 0.25);
}
.post-grid-style3 .rtin-item-post .rtin-img {
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    position: relative;
}
.post-grid-style3 .rtin-item-post .rtin-img img {
    width: 100%;
    max-width: 100%;
    transform: scale(1);
    -webkit-transition: all 180ms ease-in-out;
    transition: all 180ms ease-in-out;
}
.post-grid-style3 .rtin-item-post:hover .rtin-img img {
    transform: scale(1.1);
}
.post-grid-style3 .rtin-item-post .rtin-content {
    padding: 30px;
    background: #fff;
    z-index: 2;
    position: relative;
    border-radius: 15px;
}
.post-grid-style3 .rtin-item-post .rtin-content h3 {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 18px;
}
.post-grid-style3 .list-blog .rtin-item-post .rtin-content h3 {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 15px;
}
.post-grid-style3 .rtin-item-post .rtin-content h3 a {
    color: #14133b;
}
.post-grid-style3 .rtin-item-post .rtin-content h3 a:hover {
    color: #0554f2;
}
.post-grid-style3 .rtin-item-post .rtin-content p {
    margin-bottom: 18px;
}
.post-grid-style3 .rtin-item-post ul.post-grid-meta {
    margin-bottom: 10px;
}
.post-grid-style3 .rtin-item-post ul.post-grid-meta > li:after {
    display: none;
}
.post-grid-style3 .rtin-item-post .blog-btn {
    color: #646464;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Barlow', sans-serif;
}
.post-grid-style3 .rtin-item-post .blog-btn i {
    padding-left:  8px;
    -webkit-transition: all 140ms ease-in-out;
    -o-transition: all 140ms ease-in-out;
    transition: all 140ms ease-in-out;
}
.post-grid-style3 .rtin-item-post .blog-btn:hover {
    color: #0554f2;
}
.post-grid-style3 .rtin-item-post .blog-btn:hover i {
    padding-left:  14px;
}
.post-grid-style3 .list-blog .rtin-item-post {
    display: flex;
}
.post-grid-style3 .list-blog .rtin-item-post .rtin-img {
    border-radius: 15px 0 0 15px;
    width: 255px;
    flex: 1;
}
.post-grid-style3 .list-blog .rtin-item-post .rtin-content {
    width: 65%;
}
.post-grid-style3 .list-blog .rtin-item-post .rtin-img a {
    display: block;
    height: 100%;
}
.post-grid-style3 .list-blog .rtin-item-post .rtin-img img {
    height: 100%;
    object-fit: cover;
}
@media(max-width: 991px) {
	.post-grid-style3 .list-blog .rtin-item-post .rtin-img {
		width: 200px;
	}
}
@media(max-width: 425px) {
    .post-grid-style3 .list-blog .rtin-item-post {
        display: inline-block;
    }
    .post-grid-style3 .list-blog .rtin-item-post .rtin-img {
        border-radius: 15px 15px 0 0;
        width: auto;
    }
}
/* Post Grid 4 */
.post-grid-style4 .rtin-item-post .rtin-img {
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    position: relative;
}
.post-grid-style4 .rtin-item-post .rtin-img::before {
    position: absolute;
    content: "";
    height: 160px;
    width: 100%;
    bottom: -60px;
    left: 0;
    z-index: 1;
    text-align: center;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    background-image: linear-gradient(transparent, #000), linear-gradient(transparent, #000);
}
.post-grid-style4 .rtin-item-post .rtin-img:after {
    position: absolute;
    content: "";
    height: 160px;
    width: 100%;
    bottom: -60px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    background-image: linear-gradient(transparent, #0554f2), linear-gradient(transparent, #0554f2);
}
.post-grid-style4 .rtin-item-post:hover .rtin-img:before {
    opacity: 0;
    visibility: hidden;
}
.post-grid-style4 .rtin-item-post:hover .rtin-img:after {
    opacity: 1;
    visibility: visible;
}
.post-default.post-grid-style4 .rtin-item-post:hover .rtin-img img {
    transform: scale(1);
}
.post-grid-style4 .rtin-item-post {
    background: #ffffff;
    border-radius: 15px;
    position: relative;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 48px 0 rgba(155, 155, 155, 0.15);
    box-shadow: 0 0 48px 0 rgba(155, 155, 155, 0.15);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.post-grid-style4 .rtin-item-post:hover {
    margin-top: -10px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-box-shadow: 0 0 48px 0 rgba(155, 155, 155, 0.25);
    box-shadow: 0 0 48px 0 rgba(155, 155, 155, 0.25);
}
.post-grid-style4 .rtin-item-post .rtin-content {
    padding: 30px;
    background: #fff;
    z-index: 2;
    position: relative;
    border-radius: 0px 0px 15px 15px;
}
.post-grid-style4 .rtin-item-post.no_image .rtin-content {
    margin-top: 0;
}
.post-default.post-grid-style4 ul.post-grid-meta {
    color: #ffffff;
    margin: 0 30px;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    z-index: 2;
}
.post-default.post-grid-style4 ul.post-grid-meta > li,
.post-default.post-grid-style4 ul.post-grid-meta li i,
.post-default.post-grid-style4 ul.post-grid-meta li a {
    color: #ffffff;
}
.post-default.post-grid-style4 ul.post-grid-meta li a:hover {
    color: #ffffff;
}
.post-default.post-grid-style4 ul.post-grid-meta > li:after {
    display: none;
}
.post-default.post-grid-style4 .rtin-item-post .blog-cat {
    position: relative;
    top: inherit;
    right: inherit;
    color: #000;
    background: transparent;
    border-radius: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}
.post-default.post-grid-style4 .rtin-item-post .blog-cat a {
    color: #0554f2;
}
.post-default.post-grid-style4 .rtin-item-post .blog-cat a:hover {
    color: #14133b;
}
@media(max-width: 991px){
    .post-grid-style4 .row {
        display: flex;
        justify-content: center;
    }
}
/*-------------------------------------
#. EL: Post Slider 1
---------------------------------------*/
.post-slider-style3 .owl-carousel .owl-stage-outer {
    padding: 0 20px;
    width: calc(100% + 40px);
    margin-left: -20px;
}
.post-slider-style3 .rtin-item-post {
	-webkit-box-shadow: 0 0 15px 0 rgba(155, 155, 155, 0.15);
    box-shadow: 0 0 15px 0 rgba(155, 155, 155, 0.15);
}
.post-slider-style3 .rtin-item-post:hover {
    -webkit-box-shadow: 0 0 15px 0 rgba(155, 155, 155, 0.25);
    box-shadow: 0 0 15px 0 rgba(155, 155, 155, 0.25);
}
/*-------------------------------------
#. EL: Pricing Table
---------------------------------------*/
.offer-active .rt-price-table-box .offer {
    position: absolute;
    top: 46px;
    left: -72px;
    transform: rotate(-50deg);
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    background-color: #0554f2;
    padding: 4px 20px;
    -webkit-clip-path: polygon(16% 0, 86% 0, 100% 100%, 0% 100%);
    clip-path: polygon(16% 0, 86% 0, 100% 100%, 0% 100%);
    z-index: 2;
    width: 245px;
	text-align: center;
}
.offer-active .rt-price-table-box .popular-shape:after {
    content: "";
    height: 170px;
    width: 244px;
    background-color: #0554f2;
    transform: rotate(-50deg);
    position: absolute;
    top: 45px;
    left: 6px;
    z-index: -2;
    -webkit-clip-path: polygon(0 0, 100% 0, 86% 100%, 16% 100%);
    clip-path: polygon(0 0, 100% 0, 86% 100%, 16% 100%);
}
.default-pricing .rt-price-table-box ul li i {
    font-size: 12px;
    color: #b7b7b7;
    margin-right: 7px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.default-pricing .shadow-on {
    -webkit-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.02);
    box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.02);
}
.default-pricing.active-class .shadow-on,
.default-pricing .shadow-on:hover {
	-webkit-box-shadow: 0 12px 35px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 12px 35px 0 rgba(0, 0, 0, 0.09);
}
/*pricing table 1*/
.rtin-pricing-layout1 {
	position: relative;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.rtin-pricing-layout1 .rt-price-table-box .item-icon {
    display: inline-flex;
    height: 120px;
    width: 120px;
    justify-content: center;
    align-items: center;
    background: #edf6ff;
    border-radius: 50%;
    padding: 15px 10px;
    margin-bottom: 30px;
    line-height: 1;
}
.rtin-pricing-layout1 .item-icon .rtin-icon {
    font-size: 48px;
}
.rtin-pricing-layout1 .item-icon .rtin-img img {
    width: 57px;
}
.rtin-pricing-layout1 .price-header .rtin-title {
    color: #14133b;
	margin-bottom: 15px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.rtin-pricing-layout1 .rtin-pricing-price .rtin-price {
	font-size: 36px;
	font-weight: 500;
	color: #0554f2;
	line-height: 1;
	position: relative;
    font-family: "Barlow", sans-serif;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.rtin-pricing-layout1 .rtin-price .price-unit {
	font-size: 16px;
	font-weight: 400;
}
.rtin-pricing-layout1 .rt-price-table-box ul {
	list-style: none;
    margin: 35px 0 20px 0;
    padding: 0;
}
.rtin-pricing-layout1 .rt-price-table-box ul li {
	color: #5b6674;
    font-size: 16px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.rtin-pricing-layout1 .rt-price-table-box ul li:last-child {
    margin-bottom: 0;
}
.rtin-pricing-layout1 .rt-price-table-box {
	position: relative;
	background: #f8faff;
	border-radius: 4px;
	padding: 50px 50px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.rtin-pricing-layout1 .rt-price-table-box .rtin-price-button {
	margin-top: 35px;
}
.rtin-pricing-layout1 .rt-price-table-box .button-style-3 {
    border-color: #0554f2;
    padding: 10px 30px;
}
.rtin-pricing-layout1 .rt-price-table-box:hover {
    background-color: #0554f2;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.rtin-pricing-layout1 .rt-price-table-box:hover .button-style-3 {
    border-color: #ffffff;
    background-color: #ffffff;
}
.rtin-pricing-layout1 .rt-price-table-box:hover .button-style-3:hover {
    color: #ffffff;
    background: transparent;
}
.rtin-pricing-layout1 .rt-price-table-box:hover ul li,
.rtin-pricing-layout1 .rt-price-table-box:hover ul li i,
.rtin-pricing-layout1 .rt-price-table-box:hover .rtin-pricing-price .rtin-price,
.rtin-pricing-layout1 .rt-price-table-box:hover .price-header .rtin-title {
    color: #ffffff !important;
}
.rtin-pricing-layout1 .rt-price-table-box::before {
    border-radius: 10px 10px 0 0;
    top: 0;
}
.rtin-pricing-layout1 .rt-price-table-box::after {
    border-radius: 0px 0px 10px 10px;
    bottom: 0;
}
.rtin-pricing-layout1 .rt-price-table-box::before, 
.rtin-pricing-layout1 .rt-price-table-box::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 14px;
    background: #0554f2;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    z-index: -1;
}
.rtin-pricing-layout1 .rt-price-table-box:hover::before, 
.rtin-pricing-layout1 .rt-price-table-box:hover::after {
    opacity: 1;
    visibility: visible;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.rtin-pricing-layout1 .rt-price-table-box:hover::before {
    top: -14px;
}
.rtin-pricing-layout1 .rt-price-table-box:hover::after {
    bottom: -14px;
}
/*pricing table 2*/
.rtin-pricing-layout2 {
    position: relative;
    margin-bottom: 30px;
    z-index: 2;
    -webkit-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.rtin-pricing-layout2 .rt-price-table-box .item-icon {
    display: inline-flex;
    height: 120px;
    width: 120px;
    justify-content: center;
    align-items: center;
    background: #edf6ff;
    border-radius: 50%;
    padding: 15px 10px;
    margin-bottom: 30px;
    line-height: 1;
}
.rtin-pricing-layout2 .item-icon .rtin-icon {
    font-size: 48px;
}
.rtin-pricing-layout2 .item-icon .rtin-icon i {
	display: grid;
}
.rtin-pricing-layout2 .item-icon .rtin-img img {
    width: 57px;
}
.rtin-pricing-layout2 .price-header .rtin-title {
    color: #14133b;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.rtin-pricing-layout2 .rtin-pricing-price .rtin-price {
    font-size: 36px;
    font-weight: 500;
    color: #0554f2;
    line-height: 1;
    position: relative;
    font-family: "Barlow", sans-serif;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.rtin-pricing-layout2 .rtin-price .price-unit {
    font-size: 16px;
    font-weight: 400;
}
.rtin-pricing-layout2 .rt-price-table-box ul {
    list-style: none;
    margin: 35px 0 20px 0;
    padding: 0;
}
.rtin-pricing-layout2 .rt-price-table-box ul li {
    color: #14133b;
    font-size: 16px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.rtin-pricing-layout2 .rt-price-table-box ul li:last-child {
    margin-bottom: 0;
}
.rtin-pricing-layout2 .rt-price-table-box {
    position: relative;
    background: #ffffff;
    border: 3px solid #edf6ff;
    border-radius: 10px;
    padding: 40px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.rtin-pricing-layout2 .rt-price-table-box .rtin-price-button {
    margin-top: 35px;
}
.rtin-pricing-layout2 .rt-price-table-box .button-style-3 {
    border-color: #0554f2;
    padding: 10px 30px;
}
.rtin-pricing-layout2 .rt-price-table-box:hover {
    background-color: #0554f2;
    border: 3px solid #0554f2;
}
.rtin-pricing-layout2 .rt-price-table-box:hover .button-style-3 {
    border-color: #ffffff;
    background-color: #ffffff;
}
.rtin-pricing-layout2 .rt-price-table-box:hover .button-style-3:hover {
    color: #ffffff;
    background: transparent;
}
.rtin-pricing-layout2 .rt-price-table-box:hover ul li,
.rtin-pricing-layout2 .rt-price-table-box:hover ul li i,
.rtin-pricing-layout2 .rt-price-table-box:hover .rtin-pricing-price .rtin-price,
.rtin-pricing-layout2 .rt-price-table-box:hover .price-header .rtin-title {
    color: #ffffff !important;
}
/*-------------------------------------
#. EL: Logo Grid & Slider
---------------------------------------*/
.rtin-logo-slider .rtin-item {
    text-align: center;
    margin: 20px 15px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.rtin-logo-slider .rtin-item img {
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.rtin-logo-slider .rtin-item:hover img {
	-webkit-filter: invert(100%) sepia(92%) saturate(4039%) hue-rotate(222deg) brightness(97%) contrast(97%);
    filter: invert(100%) sepia(92%) saturate(4039%) hue-rotate(222deg) brightness(97%) contrast(97%);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.rtin-logo-slider .rt-owl-carousel .owl-stage {
    display: flex;
    align-items: center;
    justify-content: center;
}
.rtin-logo-slider .rt-owl-carousel .rtin-item img {
	width: auto;
	display: inline-block;
}
/*logo grid 1*/
.logo-grid-layout2 .gutters-5 .rtin-item {
    margin-bottom: 10px;
}
.logo-grid-layout2 .gutters-10 .rtin-item {
    margin-bottom: 20px;
}
.logo-grid-layout2 .gutters-20 .rtin-item {
    margin-bottom: 40px;
}
.logo-grid-layout2 .rtin-item {
    text-align: center;
	background: #f8faff;
    border-radius: 5px;
    margin-bottom: 30px;
	padding: 10px 20px;
    min-height: 145px;
    display: flex;
    align-items: center;
    justify-content: center;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.logo-grid-layout2 .rtin-item img {
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.logo-grid-layout2 .rtin-item:hover img {
	-webkit-filter: invert(100%) sepia(92%) saturate(4039%) hue-rotate(222deg) brightness(97%) contrast(97%);
    filter: invert(100%) sepia(92%) saturate(4039%) hue-rotate(222deg) brightness(97%) contrast(97%);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
/*logo grid 3*/
.logo-grid-layout3 .gutters-5 .rtin-item {
    margin-bottom: 10px;
}
.logo-grid-layout3 .gutters-10 .rtin-item {
    margin-bottom: 20px;
}
.logo-grid-layout3 .gutters-20 .rtin-item {
    margin-bottom: 40px;
}
.logo-grid-layout3 .rtin-item {
    text-align: center;
	border-radius: 10px;
    background-color: #ffffff;
    padding: 35px 10px;
    margin-bottom: 20px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.logo-grid-layout3 .rtin-item .rtin-title {
	margin-bottom: 0;
	margin-top: 15px;
    font-size: 24px;
}
.logo-grid-layout3 .rtin-item img {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.logo-grid-layout3 .rtin-item:hover img {
    -webkit-animation: jump 0.4s linear;
    animation: jump 0.4s linear;
}
/*-------------------------------------
#. EL: Contact Address
---------------------------------------*/
.rtin-address-default .rtin-item {
    margin-bottom: 25px;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.rtin-address-default .rtin-item:last-child {
    margin-bottom: 0px;
}
.rtin-address-default .rtin-title {
    font-size: 20px;
	margin-bottom: 5px;
}
.rtin-address-default .rtin-content {
	margin-bottom: 20px;
}
.rtin-address-default .rtin-item .rtin-icon {
	color: #0554f2;
	font-size: 40px;
	margin-right: 20px;
	margin-top: 5px;
	line-height: 1;
}
.rtin-address-default .rtin-item .rtin-info {
	font-size: 16px;
}
.rtin-address-default .rtin-item .rtin-info h3 {
	color: #14133b;
    font-size: 24px;
    margin-bottom: 10px;
}
.rtin-address-default .rtin-item .rtin-info a {
	color: #646464;
}
.rtin-address-default .rtin-item .rtin-info ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.rtin-address-default .rtin-item .rtin-info ul li {
	display: block;
}
.rtin-address-default .rtin-item .rtin-info .phone-no {
    font-style: italic;
    font-size: 24px;
}
.rtin-address-default a.button-style-3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/*-------------------------------------
#. EL: Contact Info
---------------------------------------*/
.rtin-contact-info .rtin-item {
    border-radius: 10px;
    background-color: #f8fcff;
    padding: 40px;
    display: flex;
}
.rtin-contact-info .rtin-title {
	font-size: 26px;
	margin-bottom: 8px;
}
.rtin-contact-info .rtin-icon {
    display: inline-block;
    font-size: 60px;
    margin-bottom: 17px;
    margin-right: 20px;
    color: #0554f2;
    line-height: 1;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.rtin-contact-info .rtin-img img {
    width: 60px;
}
.rtin-contact-info:hover .rtin-img img {
    -webkit-animation: jump 0.4s linear;
    animation: jump 0.4s linear;
}
.rtin-contact-info .rtin-img {
    display: inline-block;
    margin-bottom: 25px;
    margin-right: 20px;
}
.rtin-contact-info .rtin-text {
    font-size: 18px;
    line-height: 1.6;
    color: #646464;
	margin-bottom: 0;
}
.rtin-contact-info .rtin-text a {
    color: #646464;
}
.rtin-contact-info .rtin-text a:hover {
    color: #0554f2;
}
@media(max-width: 375px) {
    .rtin-contact-info .rtin-item {
        display: inherit;
        text-align: center;
    }
    .rtin-contact-info .rtin-icon,
    .rtin-contact-info .rtin-img {
        margin-right: 0;
    }
}
/*-------------------------------------
#. EL: Coll To Action
---------------------------------------*/
.cta-default .action-box h2 span {
    font-style: italic;
    font-weight: 300;
}
/* Style 1 */
.cta-style1 .action-box h2 {
    font-size: 40px;
    line-height: 1.2;
	margin-bottom: 12px;
}
.cta-style1 .action-box .rtin-subtitle {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1.6px;
    display: block;
    margin-bottom: 10px;
}
.cta-style1 .action-box .rtin-button {
    margin-top: 40px;
}
/* Style 2 */
.cta-style2 .action-box {
    display: flex;
    align-items: center;
}
.cta-style2 .action-box h2 {
    font-size: 40px;
    line-height: 1.2;
	margin-bottom: 0;
}
.cta-style2 .action-box .rtin-button {
	text-align: right;
    display: flex;
    justify-content: flex-end;
}
.cta-style2 .action-box .rtin-button .item1 {
    margin-right: 15px;
}
@media (max-width: 991px) {
    .cta-style2 .action-box h2 {
        font-size: 38px;
    }
	.cta-style2 .action-box {
		display: inherit;
		text-align: center;
	}
	.cta-style2 .action-box .rtin-button {
		margin-top: 25px;
		text-align: center;
        justify-content: center;
	}
}
@media (max-width: 767px) {
    .cta-default .action-box h2 br {
        display: none;
    }
}
@media (max-width: 375px) {
    .cta-style2 .action-box .rtin-button .item1 {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .cta-style2 .action-box .rtin-button {
        display: inherit;
    }
}
/*-------------------------------------
#. EL: Accordion
---------------------------------------*/
.rt-accordion .accordion-button::after,
.rt-accordion .accordion-button:not(.collapsed)::after {
    display: none;
}
.rt-accordion .accordion-button::before {
    position: absolute;
    right: 20px;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    background-image: none;
    font-size: 16px;
    text-align: right;
}
.rt-accordion .accordion-button:not(.collapsed)::before {
    transform: rotate(-180deg);
}
.rt-accordion .accordion-header .accordion-button:not(.collapsed) {
    border-radius: 5px;
    border: 1px solid transparent;
    background: #0554f2;
    color: #ffffff;
}
.rt-accordion .accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none;
}
.rt-accordion .accordion-item {
    border: none;
    margin-bottom: 10px;
}
.rt-accordion .accordion-item:last-child {
    margin-bottom: 0 !important;
}
.rt-accordion .accordion-collapse.show {
    border: none;
    color: #646464;
    position: relative;
    border-radius: 4px;
    box-shadow: 0px 7px 65px 0px rgb(0 0 0 / 5%);
    transition: all 0.3s ease-in-out;
}
.rt-accordion .accordion-header .accordion-button {
    position: relative;
    background: #ffffff;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    font-size: 20px;
    color: #14133b;
    line-height: 1.4;
    transition: all 0.3s ease-in-out;
}
.rt-accordion .accordion-body {
    padding: 20px 30px 22px;
}
.rt-accordion .accordion-body p {
    margin-bottom: 0;
}
/*elementor default*/
.elementor-accordion .elementor-accordion-item {
    border: none !important;
    margin-bottom: 30px;
}
.elementor-accordion .elementor-accordion-item:last-child {
    margin-bottom: 0px;
}
.elementor-accordion .elementor-accordion-item .elementor-tab-title {
    position: relative;
    background: #ffffff;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    font-weight: 500;
    font-size: 20px;
    color: #14133b;
    line-height: 1.4;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.elementor-accordion .elementor-accordion-item .elementor-tab-title a {
    color: #14133b;
}
.elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active {
    border-radius: 5px;
    border: 1px solid transparent;
    background: #0554f2;
    color: #ffffff;
}
.elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active a {
    color: #ffffff;
}
.elementor-accordion .elementor-accordion-item .elementor-tab-content {
    border: none;
    color: #646464;
    position: relative;
    padding: 20px 30px 22px;
    box-shadow: 0px 7px 65px 0px rgba(0, 0, 0, 5%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.elementor-accordion .elementor-accordion-item .elementor-tab-content p {
    margin-bottom: 0;
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
    width: inherit;
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon > span {
    position: relative;
    top: 1px;
    font-size: 22px;
    color: #14133b;
}
.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened {
    color: #ffffff;
    top: 1px;
    line-height: 0;
}
@media(max-width: 767px) {
    .elementor-accordion .elementor-accordion-item .elementor-tab-content,
    .elementor-accordion .elementor-accordion-item .elementor-tab-title {
        padding-left: 20px;
        padding-right: 20px;
    }
}
/*-------------------------------------
#. EL: Video
---------------------------------------*/
.video-default {
	position: relative;
	z-index: 1;
}
.video-default .item-icon .rtin-play i {
    margin-left: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
.video-default .rtin-video img {
    border-radius: 10px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.video-default .rtin-video .item-icon .rtin-play {
    display: inline-block;
    position: relative;
    text-align: center;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    font-size: 20px;
    color: #ffffff;
    margin: 0 auto;
    z-index: 0;
    -webkit-animation: pulse infinite 2000ms;
    animation: pulse infinite 2000ms;
}
.video-default .rtin-video .item-icon .rtin-play:before {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background-color: #0554f2;
    z-index: 0;
    opacity: 1;
    visibility:  visible;
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/*video style 1*/
.video-style1 .rtin-video .item-img:after {
    content: "";
    height: 100%;
    width: 100%;
    border-radius: 10px;
    background-color: rgba(21, 30, 34, 0.8);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.video-style1 .rtin-video .item-icon {
    position: absolute;
    bottom: 30px;
    right: 30px;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
}
.video-style1 .rtin-video .item-img {
    position: relative;
    z-index: 1;
}
/*video style 2*/
.video-style2 .image-small {
    position: absolute;
    padding: 10px;
    background: #fff;
    right: -67px;
    top: 222px;
    width: 364px;
    height: 281px;
}
.video-style2 .rtin-video .item-icon {
    position: absolute;
    right: 255px;
    top: 200px;
}
@media(max-width: 991px) {
    .video-style2 .image-small {
        display: none;
    }
    .video-style1 .rtin-video .item-icon,
    .video-style2 .rtin-video .item-icon {
        right: 0;
        left: 0;
        top: 50%;
        bottom: inherit;
        transform: translateY(-50%);
        text-align: center;
    }
}
/*video style 3*/
.video-style3 .rtin-video {
	display: inline-flex;
    justify-content: center;
    align-items: center;
}
.video-style3 .rtin-video .rtin-title {
    font-size: 20px;
    padding-left: 27px;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 1.4;
    text-align: left;
}
/*video style 4*/
.video-style4 .rtin-video .item-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    justify-content: center;
    text-align: center;
}
.video-style4 .rtin-video .item-img {
    margin-right: 50px;
}
.video-style4 .rtin-video .item-img img {
    border-radius: 50%;
    padding: 30px 0;
}
.video-style4 .rtin-video .shape {
    position: absolute;
    content: "";
    height: 100%;
    width: 335px;
    right: 0;
    top: 0;
    background: #0554f2;
    z-index: -1;
}
@media(max-width: 767px) {
    .video-style4 .rtin-video .item-img {
        margin-right: 0;
    }
    .video-style4 .rtin-video .shape {
        display: none;
    }
}
/*-------------------------------------
#. EL: Progress Circular
---------------------------------------*/
.progress-circular-layout {
    text-align: center;
}
.progress-circular-layout .progress-circular {
    margin-bottom: 15px;
}
.progress-circular-layout .rtin-title {
    margin-bottom: 6px;
	color: #646464;
    font-size: 20px;
}
/*-------------------------------------
#. EL: Progress Bar
---------------------------------------*/
.rtin-progress-bar {
    overflow: hidden;
}
.rtin-progress-bar .rtin-name {
    color: #14133b;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 10px;
}
@media(max-width: 480px) {
    .rtin-progress-bar .rtin-name {
        font-size: 20px !important;
    }
}
.rtin-progress-bar .progress {
    background-color: #f0f0f0;
    border-radius: 4px;
    box-shadow: none;
    overflow: visible;
    margin: 0;
}
.rtin-progress-bar .progress .progress-bar {
    position: relative;
    background: #0554f2;
    border-radius: 4px;
	height: 10px;
	overflow: inherit;
    animation-duration: 1.5s;
    animation-delay: 1.2s;
    animation-name: fadeInLeft;
}
.rtin-progress-bar .progress .progress-bar > span {
    font-size: 18px;
    font-weight: 500;
    color: #14133b;
    position: absolute;
    right: 0;
    top: -33px;
    padding-bottom: 10px;
    line-height: 1;
}
.rtin-progress-bar .progress .progress-bar > span:before, 
.rtin-progress-bar .progress .progress-bar > span:after {
    border: medium solid transparent;
    content: " ";
    height: 0;
    position: absolute;
    top: 100%;
    width: 0;
}
.rtin-progress-bar .progress .progress-bar > span:before {
    border-top-color: #0554f2;
    border-width: 5px;
    left: 50%;
    margin-left: -5px;
}
/*-------------------------------------
#. EL: Counter
---------------------------------------*/
.rt-counter .rtin-item {
	position: relative;
	margin-bottom: 30px;
}
.rt-counter .rtin-item .rtin-title {
    font-size: 20px;
    color: #14133b;
	line-height: 1.4;
    margin-bottom: 0px;
    position: relative;
}
.rt-counter .rtin-item .rtin-counter {
    color: #0554f2;
    font-size: 60px;
	font-weight: 500;
    display: inline-block;
	margin-bottom: 14px;
    line-height: 1;
	z-index: 3;
    position: relative;
    font-family: "Barlow", sans-serif;
}
.rt-counter.rtin-center {
    text-align: center;
}
.rt-counter.rtin-center .rtin-item .rtin-title:after {
    right: 0;
}
.rt-counter.rtin-right {
    text-align: right;
}
.rt-counter.rtin-right .rtin-item .rtin-title:after {
    right: 0;
    left: inherit;
}
.rt-counter .rtin-item .rtin-media {
	line-height: 1;
	margin-bottom: 24px;
}
.rt-counter .rtin-item .rtin-media i,
.rt-counter .rtin-item .rtin-media i:before {
    font-size: 48px;
    color: #d6d6d6;
	-webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/*style 2*/
.rt-counter.rtin-counter-style2 .rtin-item {
	background: #0554f2;
	border-radius: 10px;
	padding: 27px 15px 30px;
}
.rt-counter.rtin-counter-style2 .rtin-item .rtin-title {
    color: #ffffff;
}
.rt-counter.rtin-counter-style2 .rtin-item .rtin-counter {
    color: #ffffff;
	margin-bottom: 6px;
}
/*style 3*/
.rt-counter.rtin-counter-style3 .rtin-item .rtin-content {
    display: flex;
    align-items: center;
}
.rt-counter.rtin-counter-style3 .rtin-item .rtin-title {
    max-width: 120px;
    margin-left: 23px;
    text-align: left;
}
.rt-counter.rtin-counter-style3 .rtin-item .rtin-counter {
    margin-bottom: 0;
}
/*-------------------------------------
#. EL: RT Story
---------------------------------------*/
.rtin-story .story-layout {
    position: relative;
	margin: 0;
	padding: 0;
    z-index: 1;
}
.rtin-story .story-layout:before {
    content: '';
    position: absolute;
    left: 50%;
    background-color: #e6e6e6;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    width: 2px;
    height: 100%;
}
.rtin-story .story-layout .story-box-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 500px;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}
.rtin-story .story-layout .story-box-layout:nth-child(odd) {
    left: 50%;
}
.rtin-story .story-layout .story-box-layout:nth-child(even) {
    left: calc(50% - 500px);
    text-align: right;
}
.rtin-story .story-layout .timeline-circle {
    width: 25px;
    height: 25px;
    background: #eaf1ff;
    border-radius: 50%;
    position: absolute;
    top: 40px;
    z-index: 1;
}
.rtin-story .story-layout .story-box-layout:nth-child(odd) .timeline-circle {
	left: -13px;
}
.rtin-story .story-layout .story-box-layout:nth-child(even) .timeline-circle {
	right: -12px;
}
.rtin-story .story-layout .timeline-circle:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #0554f2;
    z-index: 2;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    margin: 0 auto;
    left: 0;
    border-radius: 50%;
}

.rtin-story .story-layout .story-box-layout:nth-child(odd):before {
    left: -10px;
}
.rtin-story .story-layout .story-box-layout:nth-child(even):before {
    right: -10px;
}
.rtin-story .story-layout .story-box-layout .rtin-year {
    font-size: 32px;
    color: #0554f2;
    position: absolute;
    z-index: 1;
	margin-bottom: 0;
	margin-top: 38px;
}
.rtin-story .story-layout .story-box-layout:nth-child(odd) .rtin-year {
    left: -130px;
}
.rtin-story .story-layout .story-box-layout:nth-child(even) .rtin-year {
    right: -130px;
}
.rtin-story .story-layout .story-box-layout .rtin-img {
    position: absolute;
    z-index: 1;
	margin-top: 100px;
}
.rtin-story .story-layout .story-box-layout .rtin-img img {
	border-radius: 10px;
}
.rtin-story .story-layout .story-box-layout:nth-child(odd) .rtin-img {
    left: -421px;
}
.rtin-story .story-layout .story-box-layout:nth-child(even) .rtin-img {
    right: -421px;
}
.rtin-story .story-layout .story-box-layout .rtin-content {
	position: relative;
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 40px;
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.07);
	-webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.rtin-story .story-layout .story-box-layout .rtin-content:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    -webkit-filter: drop-shadow(0px 0px 54px rgba(2, 2, 2, 0.4)) drop-shadow(0px 0px 54px rgba(2, 2, 2, 0.4));
    filter: drop-shadow(0px 0px 54px rgba(2, 2, 2, 0.4)) drop-shadow(0px 0px 54px rgba(2, 2, 2, 0.4));
    top: 40px;
}
.rtin-story .story-layout .story-box-layout:nth-child(odd) .rtin-content:after {
    border-width: 15px 16px 15px 0;
    left: -16px;
    border-color: transparent #ffffff transparent transparent;
}
.rtin-story .story-layout .story-box-layout:nth-child(even) .rtin-content:after {
    border-width: 15px 0 15px 16px;
    right: -16px;
    border-color: transparent transparent transparent #ffffff;
}

.rtin-story .story-layout .story-box-layout:hover .rtin-content {
    -webkit-box-shadow: 0 0 50px 0 rgba(222, 222, 222, 0.9);
    box-shadow: 0 0 50px 0 rgba(222, 222, 222, 0.9);
}
.rtin-story .story-layout .story-box-layout:nth-child(odd) .rtin-content {
    margin-left: 50px;
}
.rtin-story .story-layout .story-box-layout:nth-child(even) .rtin-content {
    margin-right: 50px;
}
.rtin-story .story-layout .story-box-layout .rtin-content .rtin-title {
    margin-bottom: 7px;
}
@media only screen and (max-width: 1199px) {
	.rtin-story .story-layout .story-box-layout {
		max-width: 450px;
	}
	.rtin-story .story-layout .story-box-layout:nth-child(even) {
		left: calc(50% - 450px);
	}
}
@media only screen and (max-width: 991px) {
	.rtin-story .story-layout:before {
		left: 105px;
		height: calc(100% - 20px);
		top: 20px;
	}
	.rtin-story .story-layout .story-box-layout {
		max-width: inherit;
	}
	.rtin-story .story-layout .story-box-layout:nth-child(odd) {
		left: 0;
	}
	.rtin-story .story-layout .story-box-layout:nth-child(even) {
		left: 0;
		text-align: left;
	}
	.rtin-story .story-layout .story-box-layout:nth-child(odd) .timeline-circle {
		left: 92px;
	}
	.rtin-story .story-layout .story-box-layout:nth-child(even) .timeline-circle {
		left: 92px;
		right: inherit;
	}
	.rtin-story .story-layout .story-box-layout .rtin-year {
		position: inherit;
	}
	.rtin-story .story-layout .story-box-layout:nth-child(odd) .rtin-year {
		left: 0;
	}
	.rtin-story .story-layout .story-box-layout:nth-child(even) .rtin-year {
		left: 0;
		right: inherit;
	}
	.rtin-story .story-layout .story-box-layout:nth-child(odd) .rtin-content {
		margin-left: 80px;
	}
	.rtin-story .story-layout .story-box-layout:nth-child(even) .rtin-content {
		margin-left: 80px;
		margin-right: inherit;
	}
	.rtin-story .story-layout .story-box-layout:nth-child(even) .rtin-content:after {
		border-width: 15px 16px 15px 0;
		left: -16px;
		right: inherit;
		border-color: transparent #ffffff transparent transparent;
	}
	.rtin-story .story-layout .story-box-layout .rtin-img {
		position: relative;
	}
	.rtin-story .story-layout .story-box-layout:nth-child(odd) .rtin-img {
		left: inherit;
	}
	.rtin-story .story-layout .story-box-layout:nth-child(even) .rtin-img {
		right: inherit;
	}
}
@media only screen and (max-width: 767px) {
	.rtin-story .story-layout:before {
		display: none;
	}
	.rtin-story .story-layout .story-box-layout {
		display: block;
	}
	.rtin-story .story-layout .story-box-layout:nth-child(odd):before {
		display: none;
	}
	.rtin-story .story-layout .story-box-layout:nth-child(even):before {
		display: none;
	}
	.rtin-story .story-layout .story-box-layout:nth-child(odd) {
		text-align: center;
	}
	.rtin-story .story-layout .story-box-layout:nth-child(even) {
		text-align: center;
	}
	.rtin-story .story-layout .story-box-layout:nth-child(odd) .rtin-year {
		margin-bottom: 15px;
	}
	.rtin-story .story-layout .story-box-layout:nth-child(even) .rtin-year {
		margin-bottom: 15px;
	}
	.rtin-story .story-layout .story-box-layout:nth-child(odd) .rtin-content {
		margin-left: 0;
	}
	.rtin-story .story-layout .story-box-layout:nth-child(even) .rtin-content {
		margin-left: 0;
	}
	.rtin-story .story-layout .story-box-layout .rtin-year {
		margin-top: 0;
	}
	.rtin-story .story-layout .story-box-layout .rtin-img {
		margin-top: 50px;
	}
	.rtin-story .story-layout .story-box-layout:nth-child(odd) .timeline-circle {
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.rtin-story .story-layout .story-box-layout:nth-child(even) .timeline-circle {
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.rtin-story .story-layout .story-box-layout .rtin-content {
		padding: 25px 20px 25px;
	}
	.rtin-story .story-layout .story-box-layout .rtin-content:after {
		display: none;
	}
	.rtin-story .story-layout .story-box-layout .rtin-img img {
		border-radius: 7px 7px 0 0;
		width: 100%;
	}
}
/*-------------------------------------
#. EL: RT Apply
-------------------------------------*/
.apply-item {
    padding: 38px 55px 35px 55px;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    margin: 0 100px 30px;
}
.apply-item .apply-content {
	margin-bottom: 20px;
}
.apply-item .rtin-title {
	margin-bottom: 15px;
}
.apply-item .apply-footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.apply-item .apply-footer .job-meta .item {
    color: #14133b;
    margin-right: 80px;
    font-weight: 500;
	font-family: "Barlow", sans-serif;
}
@media(max-width: 767px) {
    .apply-item .apply-footer .job-meta .item {
        margin-right: 20px;
    }
}
@media(max-width: 425px) {
    .apply-item .apply-footer .job-meta .item {
        display: block;
    }
}
.apply-item .apply-footer .job-meta .item:last-child {
    margin-right: 0;
}
.apply-item .apply-footer .job-meta .item .primary-text-color {
    color: #0554f2;
	margin-left: 5px;
}
.apply-item .job-button .button-style-2 {
	background: #eff4ff;
	color: #0554f2;
	padding: 10px 14px 10px 22px;
}
.apply-item .button-style-2.btn-common path.rt-button-cap {
    stroke: #0554f2;
}
@media(max-width: 1199px) {
	.apply-item {
		margin: 0 0 30px;
	}
}
@media (max-width: 625px) {
	.apply-item .job-button {
		margin-top: 20px;
	}
}
@media (max-width: 575px) {
	.apply-item {
		padding: 35px 20px 35px 20px;
	}
}
/*-------------------------------------
#. EL: Tab Addon
-------------------------------------*/
.rtel-tab-toggle .nav-tabs {
    position: relative;
    border-bottom: none;
    display: flex;
    justify-content: center;
}
.rtel-tab-toggle .nav-item {
    border-bottom: 2px solid #dbdbe3;
}
.rtel-tab-toggle .nav-item .nav-link {
    font-size: 16px;
    color: #14133b;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    border: none;
    padding: 15px 30px;
    position: relative;
    margin-bottom: -2px !important;
}
.rtel-tab-toggle .nav-item .nav-link.active {
    background-color: transparent;
    color: #0554f2;
    position: relative;
}
.rtel-tab-toggle .nav-item .nav-link::before {
    --scale: 0;
    position: absolute;
    content: "";
    height: 2px;
    background: #0554f2;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    -webkit-transform: scaleX(var(--scale));
    -ms-transform: scaleX(var(--scale));
    transform: scaleX(var(--scale));
    -webkit-transform-origin: var(--x) 50%;
    -ms-transform-origin: var(--x) 50%;
    transform-origin: var(--x) 50%;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.51, 0.92, 0.24, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.51, 0.92, 0.24, 1);
    -o-transition: transform 0.4s cubic-bezier(0.51, 0.92, 0.24, 1);
    transition: transform 0.4s cubic-bezier(0.51, 0.92, 0.24, 1);
    transition: transform 0.4s cubic-bezier(0.51, 0.92, 0.24, 1), 
    -webkit-transform 0.4s cubic-bezier(0.51, 0.92, 0.24, 1);
}
.rtel-tab-toggle .nav-item .nav-link.active::before {
    --scale: 1;
}
.rtel-tab-toggle .nav-item .nav-link i {
    font-size: 30px;
    line-height: 1;
    padding-right: 11px;
}
.rtel-tab-toggle .tab-content {
    margin-top: 60px;
}
/*-------------------------------------
#. EL: Image
-------------------------------------*/
.image-default .rtin-image {
    position: relative;
}
.image-default .rtin-image img {
	position: relative;
}
.elementor-widget-rt-image,
.elementor-widget-rt-image > .elementor-widget-container,
.elementor-widget-rt-image > .elementor-widget-container .image-default {
	height: 100%;
}
/*image style 1*/
.image-style1 .rtin-image {
    overflow: hidden;
    display: inline-block;
}
.image-style1 .image-content {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #0554f2;
    border-radius: 5px;
    color: #ffffff;
    font-weight: 500;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 30px;
    position: absolute;
    left: 40px;
    bottom: 40px;
	z-index: 2;
    -webkit-animation: dzMove5 8s linear infinite;
    animation: dzMove5 8s linear infinite;
}
.image-style1 .rtin-years {
    font-size: 70px;
    position: relative;
    padding-right: 25px;
    margin-right: 25px;
    line-height: 1.652;
    text-shadow: 0px 7px 0px rgb(0 0 0 / 10%);
}
.image-style1 .rtin-title {
    letter-spacing: 0.1em;
    font-size: 20px;
    line-height: 1.5;
    text-shadow: 0px 7px 0px rgb(0 0 0 / 10%);
    text-align: left;
}
.image-style1 .rtin-years:after {
    content: "";
    right: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #ffffff;
    background: rgba(255, 255, 255, 0.2);
    height: 40px;
    width: 2px;
}
@media (max-width: 575px) {
	.image-style1 .image-content {
		padding: 5px 15px;
		left: 5px;
		bottom: 10px;
	}
	.image-style1 .rtin-years {
		font-size: 44px;
	}
	.image-style1 .rtin-title {
		font-size: 16px;
	}
}
@media (max-width: 375px) {    
    .image-style1 .rtin-years {
        font-size: 26px;
        padding-right: 15px;
        margin-right: 15px;
    }
    .image-style1 .rtin-title {
        font-size: 12px;
    }
}
/*image style 2*/
.image-style2 .rtin-image {
	display: inline-block;
}
.image-style2 .rtin-image .animate-right {
    position: absolute;
    right: 28px;
    top: -43px;
    z-index: 1;
}
.image-style2 .rtin-image .animate-right img {
    animation: bouncebubble infinite 5s;
}
@media(max-width: 991px){
	.image-style2 {
		text-align: center;
	}
}
/*image style 3*/
.image-style3 .rtin-image {
	display: inline-block;
}
.image-style3 .hero-img-animation-list {
    position: absolute;
    height: 608px;
    width: 100%;
    top: 0;
}
.image-style3 .rtin-image .item {
    display: inline-block;
    position: absolute;
}
.image-style3 .rtin-image .item-1 {
    bottom: 20px;
    left: 33px;
}
.image-style3 .rtin-image .item-2 {
    bottom: 15px;
    right: 208px;
}
.image-style3 .rtin-image .item-3 {
    bottom: 225px;
    right: -25px;
}
.image-style3 .rtin-image .item-4 {
    top: 49px;
    right: 43px;
}
.image-style3 .rtin-image .item-5 {
    top: 2px;
    right: 176px;
}
.image-style3 .rtin-image .item-6 {
    left: 429px;
    top: -23px;
}


/*-------------------------------------
#. EL: Shape Animation
-------------------------------------*/
.rt-animate-image {
	position: relative;
}
.animate-image-style1 .left-holder {
	position: absolute;
    left: 0;
    top: 100px;
	z-index: 1;
}
.animate-image-style1 .right-holder {
	position: absolute;
    right: 0;
    top: 0;
	z-index: 1;
}
.animate-image-style2 .left-holder {
	position: absolute;
    left: 0;
    top: 100px;
	z-index: 1;
}
.animate-image-style2 .right-holder {
	position: absolute;
    right: 0;
    top: 0;
	z-index: 1;
}
.animate-image-style3 .left-holder {
	position: absolute;
    left: 0;
    top: 0;
	z-index: 1;
}
.animate-image-style3 .right-holder {
	position: absolute;
    right: 0;
    bottom: 0;
	z-index: 1;
}
@media(max-width: 991px) {
	.animate-image-style1 .left-holder {
		display: none;
	}
}

/*-------------------------------------
#. EL: Theia Sticky Sidebar
---------------------------------------*/
.fixed-side-bar .fixed-bar-coloum {
    display: initial;
}
@media(min-width: 992px) and (max-width: 1199px) {
	.fixed-side-bar .post-grid-style1 .row > div {
		width: 100%;
		max-width: 100%;
		flex: 100%;
	}
}
@media(max-width:991px) {
	.fixed-side-bar .fixed-bar-coloum.fixed-sidebar-left {
		display: none;
	}
	.fix-bar-bottom-copyright {
		display: block;
	}
}
/*-------------------------------------
#. EL: MultiScroll Page
---------------------------------------*/
.multiscroll-wrapper {
	position: relative;
	height: 100vh;
}
@media only screen and (max-width: 991px) {
	.multiscroll-wrapper {
		margin-top: -32px;
	}
}
.multiscroll-wrapper .ms-section {
	background-color: #09091d;
}
/*main content*/
.multiscroll-wrapper .ms-content {
	padding-left: 120px;
	padding-right: 15%;
}
@media (max-width: 1666px) {
	.multiscroll-wrapper .ms-content {
		padding-left: 30px;
		padding-right: 5%;
	}
}
@media (max-width: 1366px) {
	.multiscroll-wrapper .ms-content {
		padding-left: 40px;
		padding-right: 10%;
	}
}
.multiscroll-wrapper .ms-content .sub-title {
	display: inline-block;
    font-size: 24px;
    color: #bfbebe;
    font-weight: 400;
    letter-spacing: 4px;
	font-family: "Barlow", sans-serif;
}
.multiscroll-wrapper .ms-content .item-title {
    color: #fff;
    font-size: 80px;
    line-height: 1.33;
	margin-bottom: 8px;
}
@media (min-width: 1200px){
	.multiscroll-wrapper .ms-content .item-title {
		font-size: 58px;
	}
}
.multiscroll-wrapper .ms-content .item-text {
	display: block;
    color: #d4d2d2;
    font-size: 18px;
    margin-bottom: 37px;
    line-height: 1.5;
}
.multiscroll-wrapper .button-style-2 {
	padding: 11px 12px 11px 25px;
	line-height: 1.5;
}
.multiscroll-wrapper .ms-left .ms-section .ms-tableCell > .full,
.multiscroll-wrapper .ms-right .ms-section .ms-tableCell > .full {
	height: 100%;
}
.multiscroll-wrapper .ms-left .ms-section .ms-tableCell > .full img,
.multiscroll-wrapper .ms-right .ms-section .ms-tableCell > .full img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
/*image content*/
.multiscroll-wrapper .ms-right {
    right: 0 !important;
}
.multiscroll-wrapper .ms-right .img-content-right {
	position: absolute;
	border-radius: 0px 15px 15px 0px;
    text-align: center;
    background: #ffffff;
    min-width: 240px;
    min-height: 210px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.multiscroll-wrapper .ms-left .img-content-left {
    position: absolute;
    border-radius: 15px 0 0 15px;
    text-align: center;
    background: #ffffff;
    min-width: 240px;
    min-height: 210px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.multiscroll-wrapper .ms-right .img-content-right {
    left: 0;
    bottom: 341px;
}
.multiscroll-wrapper .ms-left .img-content-left {
    right: 0;
    bottom: 347px;
}

@media (max-width: 1440px) {
	.multiscroll-wrapper .ms-right .img-content-right,
    .multiscroll-wrapper .ms-left .img-content-left {
		bottom: 260px;
	}
}
.img-content-left .title-small,
.img-content-right .title-small {
	font-size: 18px;
    color: #0554f2;
    font-weight: 500;
	margin-bottom: 8px;
}
.img-content-left .title-big,
.img-content-right .title-big {
	font-size: 26px;
    color: #14133b;
	margin-bottom: 0;
}
.img-content-left .icon,
.img-content-right .icon {
	font-size: 38px;
    color: #14133b;
    line-height: 1;
    margin-bottom: 4px;
}
/*small image*/
.multiscroll-wrapper .small-image-left {
	position: absolute;
	right: 0;
    bottom: 50px;
}
.multiscroll-wrapper .small-image-left img {
	border-radius: 15px 0 0 15px;
}
.multiscroll-wrapper .small-image-right {
	position: absolute;
	left: 0;
    bottom: 50px;
}
.multiscroll-wrapper .small-image-right img {
	border-radius: 0 15px 15px 0;
}
/*copyright*/
.multiscroll-wrapper .ms-right .ms-copyright {
	position: absolute;
	bottom: 150px;
	right: 50px;
	font-size: 16px;
	color: #cccccc;
	line-height: 1;
}
.multiscroll-wrapper .ms-left .ms-copyright {
	position: absolute;
	bottom: 150px;
	left: 50px;
	font-size: 16px;
	color: #cccccc;
	line-height: 1;
}
.multiscroll-wrapper .ms-copyright a {
	color: #cccccc;
}
.multiscroll-wrapper .ms-copyright a:hover {
	color: #0554f2;
}
@media(max-width:1199px) {
	.multiscroll-wrapper .small-image-left,
	.multiscroll-wrapper .small-image-right	{
		display: none;
	}
	.multiscroll-wrapper .ms-content .item-title {
		font-size: 44px;
	}
	.multiscroll-wrapper .ms-right .img-content-right,
	.multiscroll-wrapper .ms-left .img-content-left {
		bottom: 100px;
	}
}
@media(max-width:991px) {
	.multiscroll-wrapper .ms-content .item-title {
		font-size: 34px;
	}
	.multiscroll-wrapper .ms-content .item-text {
		font-size: 16px;
		margin-bottom: 25px;
	}
	.multiscroll-wrapper .ms-content .sub-title {
		font-size: 20px;
		letter-spacing: 2px;
	}
	.multiscroll-wrapper .ms-right .img-content-right,
	.multiscroll-wrapper .ms-left .img-content-left {
		bottom: 60px;
	}
}
@media(max-width:767px) {
	.multiscroll-wrapper .ms-content {
		padding-left: 15px;
		padding-right: 15px;
	}
	.multiscroll-wrapper .ms-content .item-title {
		font-size: 30px;
	}
	.multiscroll-wrapper .ms-left .img-content-left,
	.multiscroll-wrapper .ms-right .img-content-right {
		min-width: 195px;
		min-height: 180px;
	}
}
@media(max-width:376px) {
	.multiscroll-wrapper .ms-content .sub-title {
		margin-bottom: 8px;
	}
	.multiscroll-wrapper .ms-content .item-title {
		font-size: 26px;
		margin-bottom: 20px;
	}
	.multiscroll-wrapper .ms-content .item-text {
		display: none;
	}
	.multiscroll-wrapper .ms-left .img-content-left,
	.multiscroll-wrapper .ms-right .img-content-right {
		min-width: 140px;
		min-height: 180px;
	}
	.img-content-left .title-small, 
	.img-content-right .title-small {
		font-size: 18px;
		margin-bottom: 0;
	}
	.img-content-left .title-big, 
	.img-content-right .title-big {
		font-size: 22px;
	}
	.multiscroll-wrapper .ms-content .button-style-2 {
		padding: 11px 4px 11px 12px;
		font-size: 14px;
	}
}
/*right nav*/
div#multiscroll-nav.right {
    right: 50px;
    left: auto;
	z-index: 33;
}
div#multiscroll-nav ul {
    margin: 0;
	padding: 0;
	list-style: none;
}
div#multiscroll-nav li {
    width: 14px;
    height: 14px;
	margin: 0;
    margin-bottom: 15px;
}
div#multiscroll-nav li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
div#multiscroll-nav li a span {
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
	-o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
div#multiscroll-nav li a.active span {
	background: #ffffff;
    width: 20px;
    height: 20px;
	top: -5px;
    left: -5px;
}
@media only screen and (max-width: 991px) {
	div#multiscroll-nav.right {
		right: 15px;
	}
}
/*-------------------------------------
#. EL: Swiper slider
-------------------------------------*/
.banner-slider .slider-content {
    position:  relative;
    z-index: 9;
    padding-left: 185px;
    padding-right: 185px;
}
@media(max-width: 1666px) {
    .banner-slider .slider-content {
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media(max-width: 1199px) {
    .banner-slider .slider-content {
        padding-left: 0;
        padding-right: 0;
    }
}
.swiper-slide .single-slider {
    position: relative;
    height: calc(100vh - 165px);
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    align-items: center;
    padding-top: 220px;
    padding-bottom: 220px;
}
@media(max-width: 767px) {
    .swiper-slide .single-slider {
        padding-top: 80px;
        padding-bottom: 80px;
        background-position: center;
    }
}
.banner-slider .swiper-slide:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(20, 19, 59, 0.5);
    z-index: 0;
}
.banner-slider .slider-content .sub-title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    position: relative;
    line-height: 1;
    display: inline-block;
    padding-left: 15px;
    margin-bottom: 20px;
}
.banner-slider .slider-content .sub-title:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: "";
    width: 5px;
    height: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #0554f2;
}
.banner-slider .slider-content .slider-title {
    font-size: 60px;
    color: #ffffff;
    max-width: 590px;
    margin-bottom: 20px;
    line-height: 1.1;
    text-decoration-thickness: 4px;
    text-underline-position: under;
    text-underline-offset: -4px;
}
.banner-slider .slider-content .slider-title.left {
    margin-right: auto;
}
.banner-slider .slider-content .slider-title.center {
    margin-left: auto;
    margin-right: auto;
}
.banner-slider .slider-content .slider-title.right {
    margin-left: auto;
}
.banner-slider .slider-content .slider-title span {
  display: block;
}
.banner-slider .slider-content .slider-text {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 50px;
    max-width: 570px;
}
.banner-slider .slider-content .slider-text.left {
    margin-right: auto;
}
.banner-slider .slider-content .slider-text.center {
    margin-left: auto;
    margin-right: auto;
}
.banner-slider .slider-content .slider-text.right {
    margin-left: auto;
}
.swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 8px;
    border-radius: 6px;
    border: 1px solid #ffffff;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    background: transparent;
    opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
    width: 30px;
    background: transparent;
    border: 2px solid transparent;
    background: #ffffff;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 90px;
    left: 0;
    width: 220px;
    right: 0;
    margin: 0 auto;
    display: inline-block;
}
@media(max-width: 767px) {
    .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 25px;
    }
    .banner-slider .slider-content .slider-text,
    .banner-slider .slider-content .slider-title {
        max-width: 100%;
    }
}
/*shape 1 slider*/
.banner-slider .shape-item .shape {
    position: absolute;
}
.banner-slider .slide-1 .shape-item .shape1 {
    top: 200px;
    right: 300px;
}
.banner-slider .slide-1 .shape-item .shape2 {
    top: 0;
    right: 0;
}
/*shape 2 slider*/
.banner-slider .slide-2 .shape-item .shape1 {
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 293px;
    text-align: center;
}
.banner-slider .slide-2 .shape-item .shape2 {
    bottom: -350px;
    left: 0;
    right: 0;
    text-align: center;
}
/*shape 3 slider*/
.banner-slider .slide-3 .shape-item .shape1 {
    bottom: 93px;
    left: 342px;
}
.banner-slider .slide-3 .shape-item .shape2 {
    bottom: -257px;
    left: 0px;
}
/*shape 4 slider*/
.banner-slider .slide-4 .shape-item .shape1 {
    top: 200px;
    right: 300px;
}
.banner-slider .slide-4 .shape-item .shape2 {
    top: 0;
    right: 0;
}
/*shape 5 slider*/
.banner-slider .slide-5 .shape-item .shape1 {
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 293px;
    text-align: center;
}
.banner-slider .slide-5 .shape-item .shape2 {
    bottom: -350px;
    left: 0;
    right: 0;
    text-align: center;
}
/*shape 6 slider*/
.banner-slider .slide-6 .shape-item .shape1 {
    bottom: 93px;
    left: 342px;
}
.banner-slider .slide-6 .shape-item .shape2 {
    bottom: -257px;
    left: 0px;
}
/*slider text animation 1*/
.banner-slider .animation .single-slide .sub-title {
    transform: translateY(100px);
    transition: all ease 1.5s;
    opacity: 0;
    visibility: hidden;
}
.banner-slider .animation .single-slide.swiper-slide-active  .sub-title  {
    transform: translateY(0);
    transition-delay: 0.8s;
    opacity: 1;
    visibility: visible;
}
.banner-slider .animation .single-slide .slider-title {
    transform: translateY(100px);
    transition: all ease 1.5s;
    opacity: 0;
    visibility: hidden;
}
.banner-slider .animation .single-slide.swiper-slide-active .slider-title  {
    transform: translateY(0);
    transition-delay: 1s;
    opacity: 1;
    visibility: visible;
}
.banner-slider .animation .single-slide .slider-text {
    transform: translateY(100px);
    transition: all ease 1.5s;
    opacity: 0;
    visibility: hidden;
}
.banner-slider .animation .single-slide.swiper-slide-active .slider-text  {
    transform: translateY(0);
    transition-delay: 1.5s;
    opacity: 1;
    visibility: visible;
}
.banner-slider .animation .single-slide .slider-btn-area {
    transform: translateY(100px);
    transition: all ease 1.5s;
    opacity: 0;
    visibility: hidden;
}
.banner-slider .animation .single-slide.swiper-slide-active .slider-btn-area  {
    transform: translateX(0);
    transition-delay: 2s;
    opacity: 1;
    visibility: visible;
}
/*Shape Animation 1*/
.banner-slider .animation .shape-item .shape {
    opacity: 0;
    visibility: hidden;
}
.banner-slider .animation .swiper-slide-active .shape-item .shape {
    opacity: 1;
    visibility: visible;
    z-index: 5;
}
.banner-slider .animation .shape-item .shape1 {
    transform: scale(0);
    transition: all ease 2s;
}
.banner-slider .animation .swiper-slide-active .shape-item .shape1  {
    transform: scale(1);
    transition-delay: 0.7s;
}
.banner-slider .animation .slide-1 .shape-item .shape1 {
    transform: translateY(-300px);
    transition: all ease 2s;
}
.banner-slider .animation .slide-1.swiper-slide-active .shape-item .shape1  {
    transform: translateY(0);
    transition-delay: 0.7s;
}
.banner-slider .animation .slide-1 .shape-item .shape2 {
    transform: translateX(300px);
    transition: all ease 2s;
}
.banner-slider .animation .slide-1.swiper-slide-active .shape-item .shape2  {
    transform: translateX(0);
    transition-delay: 0.7s;
}
.banner-slider .animation .slide-2 .shape-item .shape2 {
    transform: translateY(300px);
    transition: all ease 2s;
}
.banner-slider .animation .slide-2.swiper-slide-active .shape-item .shape2  {
    transform: translateY(0);
    transition-delay: 0.7s;
}
.banner-slider .animation .slide-3 .shape-item .shape2 {
    transform: translateX(-300px);
    transition: all ease 2s;
}
.banner-slider .animation .slide-3.swiper-slide-active .shape-item .shape2  {
    transform: translateX(0);
    transition-delay: 0.7s;
}
.banner-slider .animation .slide-4 .shape-item .shape1 {
    transform: translateY(-300px);
    transition: all ease 2s;
}
.banner-slider .animation .slide-4.swiper-slide-active .shape-item .shape1  {
    transform: translateY(0);
    transition-delay: 0.7s;
}
.banner-slider .animation .slide-4 .shape-item .shape2 {
    transform: translateX(300px);
    transition: all ease 2s;
}
.banner-slider .animation .slide-4.swiper-slide-active .shape-item .shape2  {
    transform: translateX(0);
    transition-delay: 0.7s;
}
.banner-slider .animation .slide-5 .shape-item .shape2 {
    transform: translateY(300px);
    transition: all ease 2s;
}
.banner-slider .animation .slide-5.swiper-slide-active .shape-item .shape2  {
    transform: translateY(0);
    transition-delay: 0.7s;
}
.banner-slider .animation .slide-6 .shape-item .shape2 {
    transform: translateX(-300px);
    transition: all ease 2s;
}
.banner-slider .animation .slide-6.swiper-slide-active .shape-item .shape2  {
    transform: translateX(0);
    transition-delay: 0.7s;
}
/*home one banner*/
.home-one-banner .title-text-button {
    padding-left: 185px;
    padding-right: 185px;
}
@media(max-width: 1666px) {
    .home-one-banner .title-text-button {
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media(max-width: 1199px) {
    .home-one-banner .title-text-button {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.home-one-banner .title-text-button .rtin-title,
.home-one-banner .title-text-button .rtin-content {
    width: 570px;
}
@media(max-width: 767px) {
    .home-one-banner .title-text-button .rtin-title,
    .home-one-banner .title-text-button .rtin-content {
        max-width: 100%;
    }
}
/*-------------------------------------
#. EL: Custom css
-------------------------------------*/
.elementor-invisible {
    visibility: visible;
}
.height100vh {
    height: 100vh;
}
@media(max-width: 1199px) {
    .height100vh {
        height: inherit;
    }    
}
.elementor-section.rt-parallax-bg-yes {
    transition: none !important;
}
/*-------------------------------------
#. EL: Custom animation
-------------------------------------*/
@-webkit-keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #0554f2;
    }
    70% {
        box-shadow: 0 0 0 30px rgba(221, 14, 30, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(221, 14, 30, 0);
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #0554f2;
    }
    70% {
        box-shadow: 0 0 0 30px rgba(221, 14, 30, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(221, 14, 30, 0);
    }
}

@-webkit-keyframes pulse2 {
    0% {
        box-shadow: 0 0 0 0 white;
    }

    70% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes pulse2 {
    0% {
        box-shadow: 0 0 0 0 white;
    }

    70% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@-webkit-keyframes round_run {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes round_run {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes down_up {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes down_up {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes bouncebubble {
  1% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(10px);
  }
  50% {
    transform: translateX(10px);
  }
  75% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateY(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes upDownBounch1 {
	50% {
		-webkit-transform: translateX(15px) translateY(15px);
	}
}
@-moz-keyframes upDownBounch1 {
	50% {
		-moz-transform: translateX(15px) translateY(15px);
	}
}
@keyframes upDownBounch1 {
	50% {
		transform: translateX(15px) translateY(15px);
	}
}
@-webkit-keyframes upDownBounch2 {
	50% {
		-webkit-transform: translateX(20px) translateY(25px);
	}
}
@-moz-keyframes upDownBounch2 {
	50% {
		-moz-transform: translateX(20px) translateY(25px);
	}
}
@keyframes upDownBounch2 {
	50% {
		transform: translateX(20px) translateY(25px);
	}
}
@-webkit-keyframes upDownBounch3 {
	50% {
		-webkit-transform: translateY(20px);
	}
}
@-moz-keyframes upDownBounch3 {
	50% {
		-moz-transform: translateY(20px);
	}
}
@keyframes upDownBounch3 {
	50% {
		transform: translateY(20px);
	}
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes dzMove5 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  25% {
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }
  50% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
  }
  75% {
    -webkit-transform: translate(10px, -5px);
    transform: translate(10px, -5px);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@-webkit-keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px) translateY(50px);
    transform: translateX(50px) translateY(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}

@keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px) translateY(50px);
    transform: translateX(50px) translateY(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}

.fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}