.content_tabs .tab_btn:not(.active){
	background: var(--transparent);
	color: var(--color-body);
}
.content_tabs .tab_btn{
	color: var(--color-white);
	border-radius: 25px;
	padding-block: 12px;
}
.content_tabs .tab_btn.active{
	box-shadow: 0px 10px 15px -8px var(--color-secondary);
}
.content_wrap .content p{
	font-size: var(--fs-18);
}
.slick-dots{
	text-align: left;
	bottom: -85px;
}
.slick-dots li{
	margin: 0 3px;
}
.slick-dots li,
.slick-dots li button:before{
	width: 10px;
	height: 10px;
	transition-duration: 0.5s;
}
.slick-dots li.slick-active {
	width: 50px;
	height: 10px;
}
.slick-dots li button:before {
	content: '';
	content: '';
	background: var(--color-body);
	border-radius: 25px;
	transition-duration: 0.5s;
	opacity: 1;
}
.slick-dots li button,
.slick-dots li.slick-active button:before {
	width: 100%;
}
.slick-dots li.slick-active button:before {
	width: 100%;
	background: var(--color-secondary);
}
.check_box_li ul li:after {
	content: '';
	background: var(--color-secondary);
	height: 60px;
	width: 60px;
	border-radius: 50%;
	box-shadow: 0px 20px 20px rgb(0 65 255 / 20%);
	position: absolute;
	left: 0;
	top: 0;
}
.check_box_li ul li:before {
	content: '\f00c';
	position: absolute;
	font-family: 'Font Awesome 6 Free';
	color: #fff;
	font-weight: 700;
	font-size: 30px;
	left: 17px;
	z-index: 9;
	top: 16px;
	height: auto;
	bottom: auto;
}
.check_box_li ul li{
	position: relative;
	padding-left: 90px;
	margin-bottom: 40px;
	line-height: 28px;
	list-style: none;
}
.check_box_li ul li strong{
	color: var(--color-dark);
	padding-bottom: 10px;
}
.inline_heading_btn .container,.inline_heading_content .row .heading_wrap{
	display: flex;
	align-items: center;
}
.inline_heading_btn .container > .row > div,
.inline_heading_content .row .heading_col{
	margin: 0 !important;
}
.inline_heading_btn .container .content,
.inline_heading_content .row .heading_col .title {
	margin-left: auto;
}
.inline_heading_btn .container .content_wrap,
.inline_heading_content .row .heading_col {
	flex: 0 0 auto;
	width: 100%;
}
.inline_heading_content .row .heading_col .title,
.inline_heading_content .row .heading_col .subtitle{
	width:50%;
}

/* layout 3 */
.info_boxs_wrap{
	bottom: -80px;
}
.banner_section .content_img-layout-3{
	width: 100%;
}
.landing_page_2.banner_section .img_side {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0 -25px;
	padding-left: 60px;
}
.landing_page_2.banner_section .content_img-layout-3,.landing_page_2.banner_section .content_img-layout-3 > .container,
.landing_page_2.banner_section .content_img-layout-3 .content{
	position: relative;
}
.landing_page_2.banner_section .content_img-layout-3:before,
.landing_page_2.banner_section .content_img-layout-3 > .container:after{
	content: '';
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	animation: pulse;
	animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.landing_page_2.banner_section .content_img-layout-3:before{
	background-image: url(../../img/half-dashes-img.png);
	width: 65px;
	height: 120px;
	bottom: 15%;
	left:0;
	animation-duration: 4s;
}
.landing_page_2.banner_section .content_img-layout-3 > .container:after{
	width: 115px;
	height: 120px;
	background-image: url(../../img/full-dashes-img.png);
	top: 30px;
	right: -15px;
	z-index: 2;
}
.landing_page_2.banner_section .content_img-layout-3 .content{
	z-index: 1;
}
.img_side .icons_wrap{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
}
.landing_page_2.banner_section .content_img-layout-3 > .container:before,
.img_side .icons_wrap:before{
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	border: 2px solid #FFAD1E;
	border-radius: 50%;
	top: 100px;
	left: 105px;
	animation: heartBeat;
	animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.img_side .icons_wrap .icon{
	position: absolute;
	top: 0;
	height: 78px;
	width: 78px;
	text-align: center;
}
.img_side .icons_wrap .icon_0{
	top: 21%;
	left: 0;
}
.img_side .icons_wrap .icon_1{
	top: 59%;
	left: -6%;
}
.img_side .icons_wrap .icon_2{
	top: 5%;
	right: 24%;
}
.img_side .icons_wrap .icon_3{
    /*top: 175px;
    right: 7px;*/
    top: 29%;
    right: 1%;
}
.img_side .icons_wrap svg{
	max-width: 100%;
	max-height: 100%;
}
.landing_page_2.banner_section .content_img-layout-3 > .container:before{
	content: "\2b";
	top: 65px;
	left: 0;
	border: none;
	color: #FFAD1E;
	font-size: 15px;
	animation: swing;
	animation-duration: 4s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	font-family: 'Font Awesome 6 Free';
	font-weight: 600;
}
.content_img-layout-3 .popup_img {
    background: url(../../img/popup-arrow-img.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 118px;
    top: 30px;
}
.delivery_img_icons .icons_wrap .icon_1 {
    right: -56px;
    left: auto;
    bottom: -50px;
    top: auto;
    width: 210px;
    height: 210px;
}
.delivery_img_icons .icons_wrap .icon_0{
	top: 0;
}

/* Layout 4 */
.border_img .blue_box{
	display: none;
}
.img_box .blue_box{
	display: block !important;
}
.border_img .img_side:before{
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	top: 40px;
	bottom: 0;
	left: -40px;
	border-radius: 10px;
	border: 4px solid var(--color-secondary);
}
.inline_section .col_wrap{
	width: 100%;
}
.inline_section .content_wrap{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.inline_section .btn_wrap{
	margin-left: auto;
}

/* Layout 5 */
.content_img-layout-8 .image_wrap .bg_circle{
	height: 75%;
    width: 85%;
    display: block;
    border-radius: 100%;
    z-index: -1;
    background: #3F5EF4;
    top: 18%;
}
.content_wrap ol{
	line-height: 28px;
}
.content_wrap ol li{
	margin-bottom: 15px;
	font-size: 17px;
}
.img_border .img_side img{
	border-radius: 15px;
}
.full_circle_img .img_side:before,
.half_circle_img .img_side:after{
	content:'';
	position: absolute;
	border-radius: 50%;
	z-index: -1;
	animation: pulse;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.full_circle_img .img_side:before{
	width: 280px;
	height: 280px;
	background: #669FF6;
	right: -50px;
	top: -50px;
	animation-duration: 4s;
	z-index: 0;
}
.half_circle_img .img_side:after{
	width: 270px;
	height: 270px;
	background: #37dff4;
	border-top: 135px solid #fff;
	transform: rotate(-63.84deg);
	left: -50px;
	bottom: -50px;
}
.content_img-layout-5 .content_wrap ul li{
	font-size: 18px;
	padding: 12px 5px 12px 50px;
}
.content_img-layout-5 .content_wrap ul li:hover {
    background: var(--color-secondary);
	border-radius:20px;
}
.content_img-layout-5 .content_wrap ul li:before{
	content: url('../../img/arrow-right-icon.svg');
	padding-left: 15px;
}

/* Layout 6 */
.content_img-layout-6 .content_wrap{
	border-radius: 10px;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	background-color: rgba(255, 255, 255, 0.6);
}

/* Layout 7 */
.info_boxs-layout-7,.content_img-layout-7,.circle_wave_in_bg{
	position: relative;
}
.info_boxs-layout-7{
	z-index: 1;
}
.content_img-layout-7 .bg_circle{
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
	right: 0;
	width: 480px;
}
.circle_wave_in_bg:before,
.circle_wave_in_bg:after{
	content: '';
	position: absolute;
	bottom: 0;
}
.circle_wave_in_bg:before{
	background-image: url(../../img/half-circle-bottom-bg-img.png);
	background-size: contain;
	width: 380px;
	height: 250px;
	background-repeat: no-repeat;
}
.circle_wave_in_bg:after{
	background-image: url(../../img/wave-curve-bottom-img2.png);
	height: 175px;
	width: 100%;
	right: 0;
	left: 0;
	background-size: contain;
	background-position: bottom;
	background-repeat: no-repeat;
}
.gray-bg{
	background-image:linear-gradient(to bottom, rgba(250, 251, 251, 0), #f8fbff); /*#f8fbff*/
}
.right_circle_bg{
	position: relative;
}
.right_circle_bg:after {
	content: '';
	position: absolute;
	width: 35%;
	height: 85%;
	border-radius: 50%;
	top: 0;
	right: -16%;
	background: #0041FF;
	z-index: 1;
	overflow: hidden;
}

/* layout 8 */
.full_radius_img .img_side {
    border-radius: 80px;
}

/* Java landing page */
.banner_section.java_page_banner .img_side_wrap,
.banner_section.java_page_banner .img_side{
	padding-left: 0px;
}
.java_page_banner{
	background: linear-gradient(90deg, #0041FF -9.03%, #008FFF 20.99%, #008FFF 45.97%, #008FFF 55.59%, #008FFF 73.13%);
}

/* Swift Landing Page */
.swift_landing_banner{
	position: relative;
}
.swift_landing_banner:after{
	content:'';
	background: linear-gradient(125.75deg, #0041FF 16.23%, #0BC0EB 70.93%);
	opacity: 0.7;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
}
.justify_banner_center .content > .row{
	justify-content: center;
}
.justify_banner_center .content > .row .img_side_wrap{
	display: none;
}

/* Wordpress Landing Page */
.wordpress_banner .content > .row{
	flex-direction: column-reverse;
}
.wordpress_banner .content .img_side_wrap{
    width: 100%;
    margin-bottom: -150px !important;
}
.wordpress_banner .content .img_side {
    padding-left: 0;
    text-align: center !important;
}

/* PHP Landing Page */
.php_banner .img_side_wrap .img_side {
	padding-left: 0;
}
.php_banner .content_wrap{
	padding-right: 4rem !important;
}
.php_banner .content_wrap > div{
	padding-inline: 0 !important;	
}

/* Options 2 */
.option_2_page_banner .content > .row{
    align-items: flex-end !important;

    & .img_side_wrap, & .img_side_wrap > div {
    	padding-left: 0 !important;
    }
}

/**/
#globeDiv{
	height: 815px;
	position: absolute;
	opacity: 0.4;
    left: 0;
    right: 0;
    margin: 0;
    z-index: -1;
    bottom: -70px;
	opacity: 0.3;
}

.two_col_arrow {
	background: linear-gradient(90deg, #FA524C 50%, #ffffff 50%);
}
.two_col_arrow .row {
	position: relative;
}
.two_col_arrow .title_before_img{
	height: 82px;
    width: 82px;
    display: block;
    position: absolute;
    left: 45px;
    top: -30px;
}
.two_col_arrow .entry-content {
	align-items: center;
}
.two_col_arrow .entry-content > .col-md-6{
	position: relative;
	padding: 0 60px;
}
.two_col_arrow .entry-content > .col-md-6:nth-child(1) *{
	color: #fff;
}
.two_col_arrow .entry-content > .col-md-6:nth-child(1):before{
	content: '';
}
.two_col_arrow .entry-content > .col-md-6:nth-child(1):after{
	content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 0 solid transparent;
    border-right: 30px solid #fa524c;
    top: 50%;
    right: -28px;
    transform: translateY(-50%) rotate(180deg);
}
.two_col_arrow .title_before_img + .order-1{
	padding-bottom: 0 !important;
}

/* */
.content_img-layout-11 .img_icon{
	top: 90px;
    right: 0;
}

@media(min-width: 992px){
	.wordpress_banner .content .content_wrap  {
	    width: 60%;
	}
}
@media(max-width: 1199px){
	.content_tabs .tab_btn {
		padding-block: 10px;
		font-size: 14px;
	}
	.img_side .icons_wrap .icon {
		height: 58px;
		width: 58px;
	}
	.landing_page_2.banner_section .content_img-layout-3 > .container:after {
		width: 80px;
		height: 100px;
	}
	/*.option_2_page_banner .content > .row,*/
	.option_1_page_banner .content_img-layout-3 .flex-md-row-reverse{
		flex-direction: column-reverse !important;
	}
}

@media(max-width: 991px){
	.slick-dots {
		bottom: -30px;
	}
	.content_img-layout-6 .content_pos{
		position: relative !important;
		margin-top: -90px;
	}
	.border_img .img_side:before {
		width: 85%;
		top: 25px;
		left: 12px;
	}
	.border_img .img_side{
		margin-bottom: 50px;
	}
	.inline_section .content_wrap{
		justify-content: center;
	}
	.inline_section .btn_wrap {
		margin: auto;
	}
	.banner_section.landing_page_2{
		padding-bottom: 30px !important;
	}
	.img_side .icons_wrap .icon_0 {
		top: 28%;
	}
	.img_side .icons_wrap .icon_2 {
		top: 10%;
	}
	.img_side .icons_wrap .icon_3 {
		top: 35%;
		right: 2%;
	}
	.img_side .icons_wrap .icon_1 {
		top: 60%;
		left: -3%;
	}
	.check_box_li ul li {
		padding-left: 80px;
		margin-bottom: 15px;
	}
	.check_box_li ul li:before {
		font-size: 25px;
		top: 13px;
	}
	.check_box_li ul li:after {
		height: 55px;
		width: 55px;
	}

	/* Layout 7 */
	.join_us_banner .content > .row{
		flex-direction: column-reverse !important;
	}
	.join_us_banner .content .content_wrap {
		margin-bottom: 20px;
	}
	.content_img-layout-7 .bg_circle {
		width: 360px;
	}
	.circle_wave_in_bg:before {
		width: 195px;
		height: 150px;
	}

	.right_circle_bg:after {
		width: 61%;
		height: 46%;
		top: 10%;
		right: -26%;
	}

	.inline_heading_btn .container, .inline_heading_content .row .heading_wrap{
		display: block;
	}

	/* Layout 11 */
	.content_img-layout-11 .content_wrap .single_img{
		position: relative !important;
		max-height: 280px;
	}
	.content_img-layout-11 .img_icon {
		top: 60px;
		right: 20px;
		position: absolute !important;
		height: 60px;
		width: 60px;
	}
}

@media(max-width: 767px){
	.slick-dots {
		text-align: center;
	}
	.content_wrap .content p,.content_wrap ol li{
		font-size: var(--fs-body);
	}
	.img_box .blue_box{
		display: none !important;
	}
	.border_img .img_side:before {
		width: 100%;
		top: 15px;
		left: -15px;
	}
	.content_wrap ol li {
		margin-bottom: 8px;
	}
	.border_img .img_side{
		margin-bottom: 30px;
	}
	.banner_section.landing_page_2:not(.java_page_banner, .php_banner){
		padding-top: 120px !important;
	}
	.full_circle_img .img_side:before {
		width: 180px;
		height: 180px;
		right: -25px;
		top: -25px;
	}
	.half_circle_img .img_side:after {
		width: 150px;
		height: 150px;
		border-top: 75px solid #fff;
		left: -30px;
		bottom: -15px;
	}
	.content_img-layout-7 .bg_circle {
		width: 260px;
	}
	.right_circle_bg:after {
		width: 69%;
		height: 40%;
		top: 8%;
		right: -37%;
	}

	.banner_section.landing_page_2.wordpress_banner{
		padding-top: 50px !important;
	}
	.wordpress_banner .content .img_side_wrap{
	    margin-bottom: -90px !important;
	}

	.php_banner .content_wrap {
	    padding-inline: 60px !important;
	}

	.inline_heading_content .row .heading_col .title,
	.inline_heading_content .row .heading_col .subtitle{
		width:100%;
	}
}

@media (max-width: 576px){
	.info_boxs_wrap {
		position: relative !important;
		bottom: 0px;
		margin-top: -100px;
	}
	.border_img .img_side:before {
		left: -8px;
	}
	.full_circle_img .img_side:before {
		right: -5px;
	}
	.half_circle_img .img_side:after{
		left: -5px;
	}
	.landing_page_2.banner_section .content_img-layout-3:before {
		width: 30px;
		height: 65px;
		bottom: 5%;
	}
	.landing_page_2.banner_section .content_img-layout-3 > .container:after {
		width: 60px;
		height: 65px;
		right: 0;
	}
	.img_side .icons_wrap .icon {
		height: 45px;
		width: 45px;
	}
	.img_side .icons_wrap .icon_0 {
		top: 13%;
	}
	.img_side .icons_wrap .icon_2 {
		top: 7%;
		right: 21%;
	}
	.img_side .icons_wrap .icon_3 {
		top: 32%;
		right: 10%;
	}
	.img_side .icons_wrap:before{
		top: 20%;
		left: 25%;
	}
	.content_img-layout-7 .bg_circle,
	.circle_wave_in_bg:before {
		width: 130px;
	}
	.circle_wave_in_bg:before {
		height: 80px;
	}
	.content_wrap .check_box_li ul li {
	    line-height: 20px;
	    padding-left: 65px;
	}
	.content_wrap .check_box_li ul li:before {
	    font-size: 22px;
	    left: 13px;
	}
	.content_wrap .check_box_li ul li:after {
    	height: 45px;
	    width: 45px;
	}

	.php_banner .content_wrap {
	    padding-inline: 20px !important;
	}
}