/*
* Title: Dardha - HTML5 Template
* Version: 01,

===========================================
    
    All include section: 

    01. Google fonts
    02. Basic css
	03. Preloader css
	04. hamberger css
	05. header section css
	06. home section css
	07. tag section css
	08. marketing section css
	09. recent work section css
	10. marketing agency section css
	11. certified partner section css
	12. traditional marketing section css
	13. analyze section css
	14. satisfied section css
	15. engagement section css
	16. engagement section css
	17. favourite section css
	18. contact us section css
	19. price section css
	20. testimonial section css
	21. flat free section css
	22. faq section css
	23. lets talk section css
	24. footer section css
	25. contact section css
	26. back to top css


===========================================


*/

/*======================
   01. Google fonts
========================*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

@font-face {
    font-family: 'TangoSans_regular';
    src: url('../webfonts/TangoSans.eot');
    src: url('../webfonts/TangoSans.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/TangoSans.woff2') format('woff2'),
        url('../webfonts/TangoSans.woff') format('woff'),
        url('../webfonts/TangoSans.ttf') format('truetype'),
        url('../webfonts/TangoSans.svg#TangoSans') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'tangosans_bold';
    src: url('../webfonts/TangoSans_Bold.eot');
    src: url('../webfonts/TangoSans_Bold.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/TangoSans_Bold.woff2') format('woff2'),
        url('../webfonts/TangoSans_Bold.woff') format('woff'),
        url('../webfonts/TangoSans_Bold.ttf') format('truetype'),
        url('../webfonts/TangoSans_Bold.svg#TangoSans_Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



/*======================
   02. Basic css
========================*/
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
footer,
header,
menu,
nav,
section {
	margin: 0;
	padding: 0;
}

body {
	line-height: 3.2rem;
	font-size: 2rem;
	font-weight: 400;
	background: #ffffff;
	color: #3D3D3D;
	font-family: 'Inter', sans-serif;
	overflow-x: hidden;
}

ol,
ul {
	list-style: none;
}

a:hover {
	text-decoration: none;
}

button:focus, input:focus, textarea:focus {
	outline: 0;
}

html {
    font-size: 62.5%; /*1 rem = 10px*/
}

.font_tangoregular {
	font-family: 'TangoSans_regular' !important;
}

.font_tangobold {
	font-family: 'tangosans_bold' !important;
}

.make_btn01 {
	font-size: 1.6rem;
	line-height: normal;
	font-family: 'tangosans_bold';
	padding: 0 2.4rem;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	background: -o-linear-gradient(173deg, #0A21A5 0%, rgba(5, 16, 243, 0.73) 100%);
	background: linear-gradient(277deg, #0A21A5 0%, rgba(5, 16, 243, 0.73) 100%);
	letter-spacing: 0.16rem;
	text-transform: uppercase;
	height: 5.1rem;
	color: #ffffff;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.make_btn01:hover {
	background: -o-linear-gradient(173deg, rgba(5, 16, 243, 0.73) 0%, #0A21A5 100%);
	background: linear-gradient(277deg, rgba(5, 16, 243, 0.73) 0%, #0A21A5 100%);
	color: #ffffff;
}

.head_text {
	color: #0F072C;
	font-size: 4rem;
	line-height: 4.8rem;
}

.head_text span {
	background: -o-linear-gradient(359deg, rgba(10, 33, 165, 0.82) 22.35%, rgba(5, 16, 243, 0.73) 48.35%);
	background: linear-gradient(91deg, rgba(10, 33, 165, 0.82) 22.35%, rgba(5, 16, 243, 0.73) 48.35%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	letter-spacing: 0.16rem;
}

.head_para {
	color: #6D6D6D;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 2.88rem;
}

.mt_20 {
	margin-top: 2rem;
}

.mt_25 {
	margin-top: 2.5rem;
}

.mt_30 {
	margin-top: 3rem;
}

.mt_40 {
	margin-top: 4rem;
}

.mt_45 {
	margin-top: 4.5rem;
}

.head_text02 {
	color: #0F072C;
	font-size: 3.6rem;
	line-height: 4.32rem;
}

.theme_bg {
	background: #F6F6F6;
}

/*======================
   03. Preloader css
========================*/
#preloader {
	position: fixed;
	background: #fff;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	height: 100vh;
	width: 100vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.loader3 {
	width: 5rem;
	height: 5rem;
	display: inline-block;
	padding: 0;
	text-align: left;
}

.loader3 span {
	position: absolute;
	display: inline-block;
	width: 5rem;
	height: 5rem;
	border-radius: 100%;
	background: #0A21A5;
	-webkit-animation: loader3 1.5s linear infinite;
	animation: loader3 1.5s linear infinite;
}

.loader3 span:last-child {
	animation-delay: -0.9s;
	-webkit-animation-delay: -0.9s;
}

@keyframes loader3 {
  	0% {
    	-webkit-transform: scale(0, 0);
    	        transform: scale(0, 0);
    	opacity: 0.8;
  	}
  	100% {
    	-webkit-transform: scale(1, 1);
    	        transform: scale(1, 1);
    	opacity: 0;
  	}
}

@-webkit-keyframes loader3 {
  	0% {
    	-webkit-transform: scale(0, 0);
    	opacity: 0.8;
  	}
  	100% {
    	-webkit-transform: scale(1, 1);
    	opacity: 0;
  	}
}

/*======================
   04. hamberger css
========================*/
.hamburger_menu {
    cursor: pointer;
    position: absolute;
    right: 2rem;
    display: none;
    z-index: 999;
    top: -1.5rem;
}

.hamburger_menu span {
	background: #000000;
	width: 3rem;
	height: 0.3rem;
	display: block;
	margin: 0.5rem 0;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.hamburger_menu:hover .line_top {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.hamburger_menu:hover .line_bottom {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.hamburger_menu .line_top.current {
	-webkit-transform: translateY(200%) rotate(135deg);
	-ms-transform: translateY(200%) rotate(135deg);
	transform: translateY(200%) rotate(135deg);
}

.hamburger_menu .line_center.current {
	opacity: 0;
}

.hamburger_menu .line_bottom.current {
	-webkit-transform: translateY(-325%) rotate(-135deg);
	-ms-transform: translateY(-325%) rotate(-135deg);
	transform: translateY(-325%) rotate(-135deg);
}

/*======================
   05. header section css
========================*/
header {
	position: fixed;
	height: 9.5rem;
	z-index: 1000;
	width: 100%;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	background: #ffffff;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

header.sticky {
    -webkit-box-shadow: 0 0.8rem 2rem 0 rgba(0, 0, 0, .1);
            box-shadow: 0 0.8rem 2rem 0 rgba(0, 0, 0, .1);
    height: 7rem;
}

header .logo img {
    width: 18.6rem;
}

header .menu_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

header .menu_box ul li {
    display: inline-block;
    margin: 0 1.2rem;
}

header .menu_box ul li a {
    font-size: 1.4rem;
    line-height: normal;
    text-transform: capitalize;
    color: #000000;
    padding: 0.8rem 1.2rem;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

header .menu_box ul>li>a.active,
header .menu_box ul>li>a:hover {
	color: #0A21A5 !important;
}

header .menu_box .nav_btn_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

header .menu_box .login_btn {
	color: #000000;
	font-size: 1.4rem;
	line-height: normal;
	padding: 0.8rem 1.2rem;
	display: inline-block;
	margin-right: 2rem;
	-webkit-text-decoration-line: underline;
	        text-decoration-line: underline;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

header .menu_box .login_btn:hover {
	color: rgba(5, 16, 243, 0.73);
	text-decoration: none;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(23, 23, 23, 0.62);
    z-index: 999;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    visibility: hidden;
    opacity: 0;
}

.overlay_add {
    visibility: visible;
    opacity: 1;
}

/*======================
   06. home section css
========================*/
.home_wrapper {
    margin-top: 9.5rem;
    padding: 8rem 0 7.5rem 0;
}

.home_wrapper h1 {
    color: #0F072C;
    font-size: 8rem;
    line-height: 8.6rem;
    padding-bottom: 5.2rem;
}

.home_wrapper h1 label {
	background: -o-linear-gradient(359deg, #0A21A5 29.41%, rgba(9, 28, 187, 0.70) 44.53%, rgba(5, 16, 243, 0.73) 82.44%);
	background: linear-gradient(91deg, #0A21A5 29.41%, rgba(9, 28, 187, 0.70) 44.53%, rgba(5, 16, 243, 0.73) 82.44%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 6.4rem;
	line-height: 120%;
	position: relative;
}

.home_wrapper h1 label span::before {
    background-image: url(../img/home_shape01.svg);
    content: "";
    position: absolute;
    bottom: -20%;
    right: -4%;
    height: 2rem;
    width: 54.5rem;
}

.home_wrapper p {
	font-weight: 500;
}

.home_wrapper .home_btn {
	display: inline-block;
}

.home_wrapper .home_btn .home_shape02 {
    position: absolute;
    bottom: -7%;
    left: -29%;
    width: 10.7rem;
}

.home_wrapper .make_btn01 {
	margin: 5.2rem 0.8rem 0 0.8rem;
}

.home_wrapper .work_btn {
	background: rgba(10, 33, 165, 0.08) !important;
	color: #0A21A5 !important;
} 

.home_wrapper .work_btn:hover {
	background: -o-linear-gradient(173deg, #0A21A5 0%, rgba(5, 16, 243, 0.73) 100%) !important;
	background: linear-gradient(277deg, #0A21A5 0%, rgba(5, 16, 243, 0.73) 100%) !important;
	color: #ffffff !important;
}

/*======================
   07. tag section css
========================*/
.tag_wrapper {
	padding-bottom: 7.5rem;
	overflow: hidden;
}

.tag_wrapper a {
	border-radius: 10rem;
	border: 0.1rem solid #D1D1D1;
	background: #F6F6F6;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 5.2rem;	
	padding: 0 1.6rem;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	color: #000000;
	line-height: 2.4rem;
}

.tag_wrapper a img {
	margin-right: 1.2rem;
	width: 2.8rem !important;
}

.tag_wrapper .tag_slider02 {
	margin-top: 3rem;
}

.tag_wrapper .tag_slider01 .owl-stage,
.tag_wrapper .tag_slider02 .owl-stage {
	-webkit-transition-timing-function: linear !important;
	     -o-transition-timing-function: linear !important;
	        transition-timing-function: linear !important;
	overflow: hidden;
	height: 6rem;
}

.tag_wrapper .tag_slider02 a {
	direction: ltr;
}

.tag_wrapper .tag_slider02 a {
	margin-bottom: 0.2rem;
}

/*==========================
   08. marketing section css
===========================*/
.marketing_wrapper {
	padding: 9.5rem 0 9rem 0;
}

.marketing_wrapper .container {
	max-width: 123.5rem !important;
}

.marketing_wrapper .head_para::before {
    content: "";
    position: absolute;
    bottom: -5rem;
    right: 1rem;
    background-image: url(../img/marketing_shape02.svg);
    height: 4rem;
    width: 20rem;
    background-repeat: no-repeat;
    background-size: cover;
}

.marketing_wrapper .marketing_wrap .marketing_item01 {
    margin-left: 4.3rem;
    width: 31.7rem;
}

.marketing_wrapper .marketing_wrap .marketing_item02 {
    margin-left: -4rem;
    width: 33.5666rem;
}

.marketing_wrapper .marketing_wrap .marketing_item03 {
    margin-right: -1rem;
    width: 28.7rem;
}

.marketing_wrapper .marketing_item {
    margin: 8rem 0 0 0;
    display: inline-block;
}

.marketing_wrapper .marketing_item .marketing_shape01 {
    position: absolute;
    right: -24%;
    top: 17%;
    width: 13.6rem;
}

.marketing_wrapper .marketing_item .marketing_shape02 {
    position: absolute;
    right: -19%;
    top: 17%;
    width: 13.6rem;
}

.marketing_wrapper .marketing_item .marketing_icon {
	width: 18rem;
	height: 18rem;
	-o-object-fit: cover;
	   object-fit: cover;
}

.marketing_wrapper .marketing_item h3 {
	color: #0F072C;
	font-size: 2.8rem;
	line-height: 3.36rem;
}

.marketing_wrapper .marketing_item p {
	line-height: 2.64rem;
}

/*==========================
   09. recent work section css
===========================*/
.work_wrapper {
    padding: 5rem 0 5rem 0;
}

.work_wrapper .recent_work_btn {
    border-radius: 200rem;
    background: #ffffff;
    -webkit-box-shadow: 0 0.6rem 1.2rem 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 0.6rem 1.2rem 0 rgba(0, 0, 0, 0.15);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 0 3.2rem;
    height: 11.4rem;
    font-size: 4rem;
    color: #0F072C;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-bottom: 4rem;
}

.work_wrapper .recent_work_btn:hover {
	-webkit-box-shadow: 0 1.9rem 1.5rem 0 rgba(0, 0, 0, 0.15);
	        box-shadow: 0 1.9rem 1.5rem 0 rgba(0, 0, 0, 0.15);
}

.work_wrapper .recent_work_btn img {
	margin-right: 1.6rem;
	width: 5rem;
}

.work_wrapper .work_slider01 .owl-stage,
.work_wrapper .work_slider02 .owl-stage {
	-webkit-transition-timing-function: linear !important;
	     -o-transition-timing-function: linear !important;
	        transition-timing-function: linear !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.work_wrapper .work_slider01 a img,
.work_wrapper .work_slider02 a img {
	width: 50rem !important;
}

/*=================================
   10. marketing agency section css
===================================*/
.agency_newsletter_wrapper {
	padding-bottom: 8rem;
}

.agency_wrap {
	background: #ffffff;
	-webkit-box-shadow: 0 0.6rem 3.2rem 0 rgba(0, 0, 0, 0.12);
	        box-shadow: 0 0.6rem 3.2rem 0 rgba(0, 0, 0, 0.12);
	padding: 11.5rem 6.5rem 11.5rem 10rem;
	overflow: hidden;
}

.agency_wrap .agency_shape01 {
	top: 0;
	left: 0;
	width: 12rem;
}

.agency_wrap .agency_shape02 {
	bottom: 0;
	right: 0;
	width: 13.6rem;
}

.agency_wrap h2 {
    color: #0F072C;
    font-size: 6.4rem;
    line-height: 8.96rem;
    padding-right: 8rem;
}

.agency_wrap a {
	padding: 1.6rem;
	border: 0.2rem dashed #072BF3;
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

.agency_wrap a .agency_btnicon01 {
    top: -35%;
    left: -11%;
    width: 8.2rem;
}

.agency_wrap a .agency_btnicon02 {
    bottom: -35%;
    right: -11%;
    width: 8.2rem;
}

.agency_wrap a span {
	font-size: 3.2rem;
	line-height: normal;
	letter-spacing: 0.32rem;
	text-transform: uppercase;
	color: #ffffff;
	height: 10.3rem;
	padding: 0 4.8rem;
	background: -o-linear-gradient(173deg, #0A21A5 0%, rgba(5, 16, 243, 0.73) 100%);
	background: linear-gradient(277deg, #0A21A5 0%, rgba(5, 16, 243, 0.73) 100%);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.agency_wrap a:hover span {
	background: -o-linear-gradient(173deg, rgba(5, 16, 243, 0.73) 0%, #0A21A5 100%);
	background: linear-gradient(277deg, rgba(5, 16, 243, 0.73) 0%, #0A21A5 100%);
}

/*=================================
   11. certified partner section css
===================================*/
.certified_wrapper {
	padding: 6.5rem 0 9.5rem 0;
}

.certified_wrapper .certified_img a {
    margin: 2rem 5rem 0 0;
}

.certified_wrapper .head_text {
	padding-bottom: 6rem;
}

.certified_wrapper .head_text .cetrtified_shape {
    left: 50%;
    bottom: -50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 73%;
}


/*======================================
   12. traditional marketing section css
========================================*/
.traditional_marketing_wrapper {
    padding: 11rem 0 11rem 0;
    overflow: hidden;
}

.traditional_marketing_wrapper .traditional_bg {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.traditional_marketing_wrapper h2 {
	color: #F2F2F2;
	font-size: 4.8rem;
	line-height: 5.76rem;
}

.traditional_marketing_wrapper a {
    color: #F2F2F2;
    font-size: 4.8rem;
    letter-spacing: 0.192rem;
    text-transform: uppercase;
    background: #0F072C;
    padding: 0 3.2rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 8.2rem;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.traditional_marketing_wrapper a:hover {
	background: #1f1053;
}

.traditional_marketing_wrapper p {
	font-weight: 500;
	line-height: 2.9rem;
	margin-top: 4.5rem;
}

.traditional_marketing_wrapper .traditional_img {
	width: 55rem;
}

/*========================
   13. analyze section css
==========================*/
.analyze_wrapper .analyze_img {
	width: 46.4rem;
}

.default_wrapper {
	padding: 9rem 0;
}

.default_wrapper span {
	color: #F2F2F2;
	font-size: 2rem;
	line-height: 2.4rem;
	background: #000000;
	height: 3.8rem;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	padding: 0 1.2rem;
}

.default_wrapper p {
    color: #6D6D6D;
    font-size: 2.7rem;
    font-weight: 500;
    line-height: 4.05rem;
    margin-top: 4.8rem;
}

/*========================
   14. satisfied section css
==========================*/
.satisfied_wrapper .satisfied_img {
    width: 40.7rem;
}

/*========================
   15. engagement section css
==========================*/
.accessibility_wrapper .accessibility_img {
 	width: 47.2rem;   
}

/*========================
   16. engagement section css
==========================*/
.assistance_wrapper .assistance_img {
 	width: 42rem;   
}

/*========================
   17. favourite section css
==========================*/
.favourite_wrapper {
	padding: 6rem 0 13rem 0;	
}

.favourite_wrapper .favourite_btn {
	height: 9.2rem;
	padding: 0 4.4rem;
	color: #0F072C;
	font-size: 4rem;
	line-height: 4.8rem;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	border-radius: 22.2rem;
	background: #ffffff;
	-webkit-box-shadow: 0 0.6rem 2.4rem 0 rgba(0, 0, 0, 0.12);
	        box-shadow: 0 0.6rem 2.4rem 0 rgba(0, 0, 0, 0.12);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.favourite_wrapper .favourite_btn:hover {
	-webkit-box-shadow: 0 3rem 1.2rem 0 rgba(0, 0, 0, 0.12);
	        box-shadow: 0 3rem 1.2rem 0 rgba(0, 0, 0, 0.12);
}

.favourite_wrapper .favourite_slider01 .owl-stage,
.favourite_wrapper .favourite_slider02 .owl-stage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-transition-timing-function: linear !important;
	     -o-transition-timing-function: linear !important;
	        transition-timing-function: linear !important;
}

.favourite_wrapper .favourite_slider01 a img,
.favourite_wrapper .favourite_slider02 a img {
	margin-top: 4rem;
}

/*===========================
   18. contact us section css
=============================*/
.contact_us_wrapper {
    padding: 7.5rem 0 10rem 0;
}

.contact_us_wrapper .agency_wrap {
    padding: 12rem 2rem 14rem 12rem;
}

.contact_us_wrapper .agency_wrap h2 {
    text-align: left;
    font-size: 9.6rem;
    line-height: 13.44rem;
}

.contact_us_wrapper .agency_wrap h2 span {
	color: #E14942 !important;
}

.contact_us_wrapper .agency_wrap a {
	margin-top: 12rem;
}

/*======================
   19. price section css
========================*/
.price_wrapper {
	padding: 12.5rem 0;
}

.price_wrapper nav {
    margin: 8.5rem 0;
}

.price_wrapper nav button {
	border-radius: 20rem;
	background: #E7E7E7;
	color: #0F072C;
	font-size: 3.2rem;
	line-height: 3.84rem;
	height: 6.3rem;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	border: 0.2rem solid transparent;
	padding: 0 3.2rem;
	margin: 0 0.8rem;
}

.price_wrapper nav button.active {
	background: transparent;
	border-radius: 20rem;
	border: 0.2rem solid #000000;
}

.price_wrapper nav button .nav_shape {
    left: -52%;
    top: 47%;
    width: 8.5rem;
}

.price_wrapper nav button span {
    color: #6D6D6D;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.68rem;
    top: -58%;
    right: -34%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.price_wrapper nav button span b {
    border-radius: 20rem;
    background: #FF4E4E;
    padding: 0 1.2rem;
    color: #ffffff;
    font-size: 1.6rem;
    line-height: 1.92rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-weight: 400;
    margin-top: 0.5rem;
    height: 2.7rem;
}

.price_grid {
	margin-right: 2.3rem;
	margin-left: 2.3rem;
}

.price_grid .price_padd {
    padding-right: 2.3rem;
    padding-left: 2.3rem;
}

.price_wrapper .price_item {
	border: 0.2rem solid #000000;
	background: #ffffff;
	padding: 2.4rem 2.4rem 14rem 2.4rem;
	height: 100%;
	position: relative;
}

.price_wrapper .price_item h3 {
	color: #0F072C;
	font-size: 2.4rem;
	line-height: 2.88rem;
}

.price_wrapper .price_item h2 {
	color: #0F072C;
	font-size: 3.6rem;
	line-height: 4.32rem;
	margin-top: 4.8rem;
}

.price_wrapper .price_item h2 span {
	font-size: 2.4rem !important;
}

.price_wrapper .price_item ul {
	padding: 4.4rem 0 4rem 0;
}

.price_wrapper .price_item ul li img {
	margin-right: 1.6rem;
	width: 2.4rem;
}

.price_wrapper .price_item ul li p {
    color: #0F072C;
    font-weight: 500;
    line-height: 2.3rem;
    font-size: 1.8rem;
}

.price_wrapper .price_item .price_para {
    font-weight: 500;
    color: #0F072C;
    line-height: 120%;
    font-size: 1.8rem;
}

.price_wrapper .price_item .price_para span {
	font-weight: 700;
}

.price_wrapper .price_item .price_ab {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 2.4rem 2.4rem 2.4rem;
}

.price_wrapper .price_item .price_ab .price_border {
	border-top: 0.2rem solid #0F072C;
	padding-top: 4rem;
}

.price_wrapper .price_item.active {
	border: 0.2rem solid #0A21A5;
	background: rgba(5, 16, 243, 0.02);
}

.price_wrapper .price_item.active .popular_text {
    border-radius: 20rem;
    background: #FF4E4E;
    height: 2.7rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    color: #ffffff;
    font-size: 1.6rem;
    line-height: 1.92rem;
    letter-spacing: 0.064rem;
    padding: 0 1.2rem;
    top: -1.3rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.price_wrapper .price_item .price_pro_ab {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    padding: 0 !important;
}

.price_wrapper .price_item .price_pro_ab .price_para {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.price_wrapper .price_item .price_pro_ab .price_para .unlimt_gradient {
	background: -o-linear-gradient(1deg, #FF018A 3.49%, #FF8A00 97.67%);
	background: linear-gradient(89deg, #FF018A 3.49%, #FF8A00 97.67%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.price_wrapper .price_itempro,
.price_wrapper .price_itempro02 {
	padding: 2.4rem 2.4rem 2.4rem 2.4rem !important;
}

.price_wrapper .price_itempro .discount_text {
    font-size: 2rem;
    line-height: 2.4rem;
    background: -o-linear-gradient(right, rgba(251, 123, 29, 0.96) 1.01%, #FB1927 99.87%);
    background: -webkit-gradient(linear, right top, left top, color-stop(1.01%, rgba(251, 123, 29, 0.96)), color-stop(99.87%, #FB1927));
    background: linear-gradient(270deg, rgba(251, 123, 29, 0.96) 1.01%, #FB1927 99.87%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    top: -39%;
    right: 0;
    font-weight: 400;
}

.price_wrapper .price_itempro .discount_text::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    height: 0.3rem;
    background: -o-linear-gradient(right, rgba(251, 123, 29, 0.96) 1.01%, #FB1927 99.87%);
    background: -webkit-gradient(linear, right top, left top, color-stop(1.01%, rgba(251, 123, 29, 0.96)), color-stop(99.87%, #FB1927));
    background: linear-gradient(270deg, rgba(251, 123, 29, 0.96) 1.01%, #FB1927 99.87%);
}

.price_wrapper .price_itemsub01 {
    padding: 6.6rem 0 17.8rem 0;
    border-bottom: 0.2rem solid #0F072C;
}

.price_wrapper .price_itempro02 p,
.price_wrapper .price_itempro02 a {
	font-size: 1.6rem;
	line-height: 1.92rem;
	font-weight: 500;
	color: #0F072C;
	display: inline-block;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.price_wrapper .price_itempro02 a:hover {
	background: -o-linear-gradient(right, rgba(251, 123, 29, 0.96) 1.01%, #FB1927 99.87%);
	background: -webkit-gradient(linear, right top, left top, color-stop(1.01%, rgba(251, 123, 29, 0.96)), color-stop(99.87%, #FB1927));
	background: linear-gradient(270deg, rgba(251, 123, 29, 0.96) 1.01%, #FB1927 99.87%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.price_wrapper .price_itemsub02 {
    padding-top: 11.5rem;
}

/*============================
   20. testimonial section css
==============================*/
.testimonial_wrapper {
	padding: 8.5rem 0 12rem 0;
}

.testimonial_wrapper .head_para {
	padding-bottom: 9rem;
}

.testimonial_wrapper .testimonial_slider .owl-stage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.testimonial_wrapper .testimonial_item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 4rem;
    border: 0.2rem solid #000000;
    margin-bottom: 0.1rem;
    width: 52rem;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.testimonial_wrapper .testimonial_item .quote_icon {
	width: 5.6rem !important;
}

.testimonial_wrapper .testimonial_item p {
	color: #000000;
	font-size: 1.9rem;
	font-weight: 500;
	line-height: 3.2105rem;
	letter-spacing: 0.08rem;
	padding-bottom: 3.5rem;
}

.testimonial_wrapper .testimonial_item .testimonial_man {
	width: 6.8rem !important;
	height: 6.8rem;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 50%;
	margin-right: 2.8rem;
}

.testimonial_wrapper .testimonial_item h3 {
	color: #000000;
	font-size: 2rem;
	font-weight: 700;
	line-height: 3.2105rem;
	letter-spacing: 0.08rem;
}

.testimonial_wrapper .testimonial_item span {
	color: #000000;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2.5684rem;
	letter-spacing: 0.064rem;
}

/*==========================
   21. flat free section css
============================*/
.flat_wrapper {
	padding: 7rem 0 10.5rem 0;
}

.flat_wrapper .head_text .flat_free_shape {
    left: 13%;
    top: 58%;
    width: 12.3rem;
}

.flat_wrapper .head_para {
	padding-bottom: 5.5rem;
}

.flat_wrapper .flat_free_item {
	padding: 2.8rem 0;
	border-bottom: 0.6rem solid rgba(7, 43, 243, 0.20);
	display: block;
}

.flat_wrapper .flat_free_item h3 {
	color: #0F072C;
	font-size: 2rem;
	line-height: 2.4rem;
	letter-spacing: 0.08rem;
}

/*====================
   22. faq section css
======================*/
.faq_wrapper {
	padding: 6rem 0 8rem 0;
}

.faq_wrapper .accordion {
	max-width: 63rem;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6.5rem;
}

.faq_wrapper .card {
    background: transparent;
    border: none;
    padding-bottom: 3rem;
    border-bottom: 0.2rem solid #DCDCDC !important;
}

.faq_wrapper .card .card-body{
	color: #3D3D3D;
	font-size: 1.6rem;
	line-height: 2.432rem;
	padding: 1.2rem 1.2rem 0 0;
}

.faq_wrapper .card-header {
    background-color: transparent;
    border: none;
    padding: 1.2rem 0;
}

.faq_wrapper .card-header button{
	width: 100%;
	padding: 0;
	text-align: left;
	margin-right: 3rem;
	color: #000000;
	font-size: 2rem;
	line-height: 2.4rem;
}

.faq_wrapper .card-header button:focus{
	outline: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.faq_wrapper .card-header h2{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.faq_wrapper .card-header i{
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	font-size: 2.4rem;
	color: #000000;
}

.faq_wrapper .card-header button[aria-expanded="true"] ~ i{
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

/*==========================
   23. lets talk section css
============================*/
.lets_talk_wrapper {
	padding: 8rem 0 11rem 0;
}

.lets_talk_wrapper .lets_talk_wrap {
	border-radius: 3.2rem;
	background: -o-linear-gradient(2deg, #0A21A5 0%, rgba(5, 16, 243, 0.73) 99.82%);
	background: linear-gradient(88deg, #0A21A5 0%, rgba(5, 16, 243, 0.73) 99.82%);
	padding: 10.1rem 6.4rem 10rem 10.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.lets_talk_wrapper .lets_talk_wrap h2 {
	color: #F2F2F2;
	font-size: 6.4rem;
	line-height: 7.68rem;
}

.lets_talk_wrapper .lets_talk_wrap a {
	color: #F2F2F2;
	font-size: 6.4rem;
	line-height: 7.68rem;
	border-bottom: 0.4rem solid rgba(242, 242, 242, 0.20);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.lets_talk_wrapper .lets_talk_wrap a:hover {
	opacity: 0.7;
}

.lets_talk_wrapper .lets_talk_wrap a img {
	margin-left: 0.8rem;
	width: 6.9rem;
}

/*=======================
   24. footer section css
=========================*/
footer {
	padding: 3.5rem 0 6.5rem 0;
	background: #EFEFEF;
}

footer .footer_logo img {
	width: 18.6rem;
}

footer p {
	color: #0F072C;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.9743rem;
	letter-spacing: 0.056rem;
}

footer .footer_left {
    padding-left: 17rem;
}

footer .footer_social li {
	display: inline-block;
}

footer .footer_social a {
	margin: 0 0.8rem;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

footer .footer_social a:hover {
	opacity: 0.7;
}

footer .footer_nav li a {
    color: #0F072C;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.2564rem;
    letter-spacing: 0.064rem;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-top: 1.5rem;
    display: block;
}

footer .footer_nav li a:hover {
	text-decoration: underline;
}

/*=======================
   25. contact section css
=========================*/
.contact_wrapper {
    margin-top: 9.5rem;
    padding: 4rem 0 12.8rem 0;
}

.contact_wrapper .head_text {
	padding-bottom: 8rem;
	display: inline-block;
}

.contact_wrapper .contact_shape01 {
    left: -115%;
    top: -1%;
}

.contact_wrapper .contact_shape02 {
    top: 45%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.contact_wrapper form label {
	color: #0F072C;
	font-size: 2.4rem;
	line-height: 2.88rem;
	display: block;
}

.contact_wrapper form input,
.contact_wrapper form textarea {
	width: 100%;
	height: 8.2rem;
	padding-left: 3.5rem;
	color: #989898;
	font-size: 2rem;
	line-height: 2.4rem;
	letter-spacing: 0.08rem;
	border: transparent;
	background: #EFEFEF;
	margin-top: 1.5rem;
}

.contact_wrapper form input::-webkit-input-placeholder, .contact_wrapper form textarea::-webkit-input-placeholder {
	color: #989898;
}

.contact_wrapper form input::-moz-placeholder, .contact_wrapper form textarea::-moz-placeholder {
	color: #989898;
}

.contact_wrapper form input:-ms-input-placeholder, .contact_wrapper form textarea:-ms-input-placeholder {
	color: #989898;
}

.contact_wrapper form input::-ms-input-placeholder, .contact_wrapper form textarea::-ms-input-placeholder {
	color: #989898;
}

.contact_wrapper form input::placeholder,
.contact_wrapper form textarea::placeholder {
	color: #989898;
}

.contact_wrapper form textarea {
    padding-top: 3rem;
    resize: none;
    height: 29.8rem !important;
}

.contact_wrapper form button {
    width: 100%;
    height: 8.2rem;
    border: transparent;
    margin-top: 3.5rem;
}

/*======================
   26. back to top css
========================*/
.back-to-top {
	font-size: 2.4rem;
	width: 4.5rem;
	height: 4.5rem;
	line-height: 4.5rem;
	text-align: center;
	display: none;
	position: fixed;
	bottom: 3rem;
	right: 2rem;
	z-index: 999999999999;
	border-radius: 50%;
	background: -o-linear-gradient(173deg, #0A21A5 0%, rgba(5, 16, 243, 0.73) 100%);
	background: linear-gradient(277deg, #0A21A5 0%, rgba(5, 16, 243, 0.73) 100%);
}

.back-to-top i {
	color: #ffffff;
}