/*======================
    fonts
========================*/
@font-face {
    font-family: 'Gilroy';
    src: url('../webfonts/Gilroy-Bold.eot');
    src: url('../webfonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/Gilroy-Bold.woff2') format('woff2'),
        url('../webfonts/Gilroy-Bold.woff') format('woff'),
        url('../webfonts/Gilroy-Bold.ttf') format('truetype'),
        url('../webfonts/Gilroy-Bold.svg#Gilroy-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../webfonts/Gilroy-Light.eot');
    src: url('../webfonts/Gilroy-Light.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/Gilroy-Light.woff2') format('woff2'),
        url('../webfonts/Gilroy-Light.woff') format('woff'),
        url('../webfonts/Gilroy-Light.ttf') format('truetype'),
        url('../webfonts/Gilroy-Light.svg#Gilroy-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../webfonts/Gilroy-Medium.eot');
    src: url('../webfonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/Gilroy-Medium.woff2') format('woff2'),
        url('../webfonts/Gilroy-Medium.woff') format('woff'),
        url('../webfonts/Gilroy-Medium.ttf') format('truetype'),
        url('../webfonts/Gilroy-Medium.svg#Gilroy-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../webfonts/Gilroy-Regular.eot');
    src: url('../webfonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/Gilroy-Regular.woff2') format('woff2'),
        url('../webfonts/Gilroy-Regular.woff') format('woff'),
        url('../webfonts/Gilroy-Regular.ttf') format('truetype'),
        url('../webfonts/Gilroy-Regular.svg#Gilroy-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../webfonts/Gilroy-Semibold.eot');
    src: url('../webfonts/Gilroy-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/Gilroy-Semibold.woff2') format('woff2'),
        url('../webfonts/Gilroy-Semibold.woff') format('woff'),
        url('../webfonts/Gilroy-Semibold.ttf') format('truetype'),
        url('../webfonts/Gilroy-Semibold.svg#Gilroy-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


/*======================
   02. Basic css
========================*/
html{
	font-size: 0.65vw;
}
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: 1.2;
	font-family: 'Gilroy';
	background-color: #fff;
	color: #29367A;
	font-weight: 400;
	font-size: 1.6rem;
}

ol,
ul {
	list-style: none;
}
a{
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

button:focus,
a:focus,
input:focus,
textarea:focus{
	outline: none;
}

/* page loader  */
#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: 50px;
	height: 50px;
	display: inline-block;
	padding: 0px;
	text-align: left;
}

.loader3 span {
	position: absolute;
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: #29367A;
	-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;
  	}
}

.services {
/*	background-image: url(/img/bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	width: 100vw;
	height: 100vh;
	overflow:scroll;*/
}

/*Hamburger-menu START CSS*/
.hamburger-menu {
	cursor: pointer;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 1.4rem;
	font-weight: 600;
	color: #29367A;
	margin-left:-75px;
}
.hamburger-menu span {
	background: #29367A;
	width: 1.9rem;
	height: 0.1rem;
	display: block;
	margin: 0.6rem 0;
}
.hamburger-menu p{
	margin-left: 1.3rem;
}
/*ofcanvas-menu*/
.ofcavas-menu {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #29367A;
	z-index: 1026;
	top: 0;
	right: -100%;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	max-width: 27rem;
	padding: 4rem 3rem 4rem 0rem;
}
.ofcavas-menu.current {
	right: 0;
}
.ofcavas-menu ul {
	margin-top: 70px;
}
.ofcavas-menu ul li{
	position: relative;
	z-index: 1;
	margin-top: 5px;
}
.ofcavas-menu ul li.active::before,
.ofcavas-menu ul li:hover::before{
	content: '';
	position: absolute;
	height: 2rem;
	top: -1.9rem;
	left: 0;
	background-color: #fff;
	width: 100%;
	z-index: -1;
}
.ofcavas-menu ul li.active::after,
.ofcavas-menu ul li:hover::after{
	content: '';
	position: absolute;
	height: 2rem;
	bottom: -1.9rem;
	left: 0;
	background-color: #fff;
	width: 100%;
	z-index: -1;
}
.ofcavas-menu a {
	color: #fff;
	display: block;
	font-size: 2rem;
	font-weight: 500;
	padding: 1.2rem 2rem;
	position: relative;
	border-radius: 0rem 1rem 1rem 0rem;
	text-align: right;
}
.ofcavas-menu .active a::before,
.ofcavas-menu li:hover a::before{
	content: '';
	position: absolute;
	left: 0;
	top: -1.9rem;
	height: 2rem;
	width: 100%;
	background-color: #29367A;
	border-radius: 0 0 0rem 2rem;
}
.ofcavas-menu .active a::after,
.ofcavas-menu li:hover a::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: -1.9rem;
	height: 2rem;
	width: 100%;
	background-color: #29367A;
	border-radius: 2rem 0rem 0 0;
	z-index: 1;
}
.ofcavas-menu .active a,
.ofcavas-menu li:hover a{
	background-color: #fff;
	color: #29367A;
}
.overlay{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1025;
	background-color: #fff;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.close_btn{
	display: inline-block;
   position: absolute;
   right: 2rem;
   top: 1rem;
   font-size: 4rem;
   font-weight: 300;
   cursor: pointer;
   line-height: 1;
   color: #fff;
}
.overlay.current{
	opacity: 0.8;
	pointer-events: all;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1024;
	width: 100%;
	background-color: #fff;
	padding: 2rem 2rem;
}
.logo{
	width: 22.3rem;
}
.button{
	border: 0.1rem solid #707070;
	border-radius: 0.4rem;
	display: inline-block;
	padding: 1rem 2.1rem;
	-webkit-box-shadow: 0.1rem 0.1rem 0.1rem rgba(35, 29, 29, 0.1);
	        box-shadow: 0.1rem 0.1rem 0.1rem rgba(35, 29, 29, 0.1);
	font-weight: 600;
	line-height: 1;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	color: #29367A;
}
.button:hover{
	background-color: #29367A;
	border-color: #29367A;
	color: #fff;
}
.main_wrap{
	min-height: 100vh;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.shape{
	position: absolute;
	left: -2.1rem;
	bottom: -2.1rem;
	width: 26.6rem;
}
.help{
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 10;
	padding: 1rem 1.2rem 1rem 2.9rem;
	background-color: #fff;
	border-radius: 0.85rem 0 0 0;
	-webkit-box-shadow: -0.2rem -0.2rem 0.1rem rgba(35, 29, 29, 0.1);
	        box-shadow: -0.2rem -0.2rem 0.1rem rgba(35, 29, 29, 0.1);
	color: #000000;
	font-size: 1.1rem;
	font-weight: 300;
	cursor: pointer;
}
.help::before{
	content: '';
	position: absolute;
	left: 1rem;
	height: 1.1rem;
	width: 1.1rem;
	border-radius: 50%;
	background-color: #92B830;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.popup_box {
   position: fixed;
   right: 2.3rem;
   bottom: 4.5rem;
   z-index: 11;
   background-color: #fff;
   border: 0.1rem solid rgba(35, 29, 29, 0.1);
   border-radius: 1rem;
   width: 18rem;
   padding: 1.5rem 1.2rem;
}
.popup_box::before {
   content: '';
   width: 1.2rem;
   height: 1.2rem;
   z-index: 2;
   bottom: -0.65rem;
   right: 1.5rem;
   position: absolute;
   background-color: #fff;
   -webkit-transform: rotate(45deg);
       -ms-transform: rotate(45deg);
           transform: rotate(45deg);
   border-right: 0.1rem solid rgba(35, 29, 29, 0.1);
   border-bottom: 0.1rem solid rgba(35, 29, 29, 0.1);
}
.toggler{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
	width: 100%;
}
.operator{
	border-radius: 50%;
	padding: 2px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,148,73,1)), color-stop(50%, rgba(246,81,40,1)));
	background: -o-linear-gradient(top, rgba(255,148,73,1) 0%, rgba(246,81,40,1) 50%);
	background: linear-gradient(180deg, rgba(255,148,73,1) 0%, rgba(246,81,40,1) 50%);
	margin-right: 1.3rem;
	width: 5.4rem;
	height: 5.4rem;
	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;
}
.operator_img{
	width: 5rem;
	height: 5rem;
	border-radius: 50%;
	-o-object-fit: cover;
	   object-fit: cover;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	background-color: #fff;
}
.toggler h3 {
   -webkit-text-fill-color: transparent;
   background: -o-linear-gradient(bottom, rgba(255,148,73,1) 0%, rgba(246,81,40,1) 50%);
   background: -webkit-gradient(linear, left bottom, left top, from(rgba(255,148,73,1)), color-stop(50%, rgba(246,81,40,1)));
   background: linear-gradient(360deg, rgba(255,148,73,1) 0%, rgba(246,81,40,1) 50%);
   background-clip: text;
   -webkit-background-clip: text;
   font-weight: 700;
   font-size: 1.2rem;
}
.toggler p{
	font-weight: 300;
	font-size: 1.2rem;
}
.close_icon{
	position: absolute;
	right: 0.7rem;
	top: 0.5rem;
	color: #707070;
	line-height: 1;
	cursor: pointer;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(255,148,73,1)), color-stop(50%, rgba(246,81,40,1)));
	background: -o-linear-gradient(bottom, rgba(255,148,73,1) 0%, rgba(246,81,40,1) 50%);
	background: linear-gradient(360deg, rgba(255,148,73,1) 0%, rgba(246,81,40,1) 50%);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
}
.content_box{
	width: 100%;
	-webkit-transition: max-height 0.5s;
	-o-transition: max-height 0.5s;
	transition: max-height 0.5s;
	max-height: 0;
	overflow: hidden;
}
.content_box.show{
	max-height: 1000px;
}
.content_box iframe{
	width: 100%;
	border: none;
	height: 9.2rem;
	margin-top: 2rem;
}
.section{
	min-height: 100vh;
	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;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	opacity: 0;
}
.section.active{
	opacity: 1;
	z-index: 1;
}
.box_wrap{
	display: inline-block;
	border-radius: 50%;
	position: relative;
	z-index: 1;
}
.box_wrap::before{
	position: absolute;
	content: '';
	left: -0.3rem;
	top: -0.5rem;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	z-index: -1;
	background: -o-linear-gradient(bottom, rgba(255,148,73,1) 0%, rgba(246,81,40,1) 50%);
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(255,148,73,1)), color-stop(50%, rgba(246,81,40,1)));
	background: linear-gradient(360deg, rgba(255,148,73,1) 0%, rgba(246,81,40,1) 50%);
}
.box{
	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;
	padding: 2rem;
	height: 22.2rem;
	width: 22.2rem;
	border-radius: 50%;
	-webkit-box-shadow: 0.1rem 0.1rem 0.1rem rgba(35, 29, 29, 0.1);
	        box-shadow: 0.1rem 0.1rem 0.1rem rgba(35, 29, 29, 0.1);
	background-color: #fff;
}
.section h3{
	font-size: 2.7rem;
	font-weight: 600;
	-webkit-text-fill-color: transparent;
	background: -o-linear-gradient(top, rgba(51,74,157,1) 0%, rgba(41,54,122,1) 50%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(51,74,157,1)), color-stop(50%, rgba(41,54,122,1)));
	background: linear-gradient(180deg, rgba(51,74,157,1) 0%, rgba(41,54,122,1) 50%);
	background-clip: text;
	-webkit-background-clip: text;
}
.section h3 span{
	-webkit-text-fill-color: transparent;
	background: -o-linear-gradient(top, rgba(255,148,73,1) 0%, rgba(246,81,40,1) 50%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,148,73,1)), color-stop(50%, rgba(246,81,40,1)));
	background: linear-gradient(180deg, rgba(255,148,73,1) 0%, rgba(246,81,40,1) 50%);
	background-clip: text;
	-webkit-background-clip: text;
}
.section .container{
	max-width: 75.5rem;
}
.section .sm_title{
	font-size: 2rem;
}
.box.v2{
	height: 24.7rem;
	width: 24.7rem;
}
.number_box input{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border: 0.1rem solid #707070;
	border-radius: 0.4rem;
	padding: 1.1rem 1.6rem;
	line-height: 1;
	-webkit-box-shadow: 0.1rem 0.1rem 0.1rem rgba(35, 29, 29, 0.1);
	        box-shadow: 0.1rem 0.1rem 0.1rem rgba(35, 29, 29, 0.1);


	font-weight: 700;
	-webkit-text-fill-color: transparent;
	background: -o-linear-gradient(right, rgba(255,148,73,1) 0%, rgba(246,81,40,1) 50%);
	background: -webkit-gradient(linear, right top, left top, from(rgba(255,148,73,1)), color-stop(50%, rgba(246,81,40,1)));
	background: linear-gradient(-90deg, rgba(255,148,73,1) 0%, rgba(246,81,40,1) 50%);
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 1.7rem;
}
.number_box input::-webkit-input-placeholder{
	-webkit-text-fill-color: transparent;
	background: -webkit-gradient(linear, right top, left top, from(rgba(255,148,73,1)), color-stop(50%, rgba(246,81,40,1)));
	background: linear-gradient(-90deg, rgba(255,148,73,1) 0%, rgba(246,81,40,1) 50%);
	background-clip: text;
	-webkit-background-clip: text;
	opacity: 1;
}
.number_box input::-moz-placeholder{
	-webkit-text-fill-color: transparent;
	background: linear-gradient(-90deg, rgba(255,148,73,1) 0%, rgba(246,81,40,1) 50%);
	background-clip: text;
	-webkit-background-clip: text;
	opacity: 1;
}
.number_box input:-ms-input-placeholder{
	-webkit-text-fill-color: transparent;
	background: linear-gradient(-90deg, rgba(255,148,73,1) 0%, rgba(246,81,40,1) 50%);
	background-clip: text;
	-webkit-background-clip: text;
	opacity: 1;
}
.number_box input::-ms-input-placeholder{
	-webkit-text-fill-color: transparent;
	background: linear-gradient(-90deg, rgba(255,148,73,1) 0%, rgba(246,81,40,1) 50%);
	background-clip: text;
	-webkit-background-clip: text;
	opacity: 1;
}
.number_box input::placeholder{
	-webkit-text-fill-color: transparent;
	background: -o-linear-gradient(right, rgba(255,148,73,1) 0%, rgba(246,81,40,1) 50%);
	background: -webkit-gradient(linear, right top, left top, from(rgba(255,148,73,1)), color-stop(50%, rgba(246,81,40,1)));
	background: linear-gradient(-90deg, rgba(255,148,73,1) 0%, rgba(246,81,40,1) 50%);
	background-clip: text;
	-webkit-background-clip: text;
	opacity: 1;
}
.number_box{
	position: relative;
	display: inline-block;
	margin-top: 1.5rem;
}
.number_box a{
	position: absolute;
	right: 1.6rem;
	top: 47%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.number_box a img{
	width: 2.28rem;
}
.box.v3{
	height: 32.3rem;
	width: 32.3rem;
}
.box.v3 img{
	width: 16.4rem;
}
.section p {
   font-size: 2.5rem;
   font-weight: 500;
   -webkit-text-fill-color: transparent;
   background: -o-linear-gradient(top, rgba(51,74,157,1) 0%, rgba(41,54,122,1) 50%);
   background: -webkit-gradient(linear, left top, left bottom, from(rgba(51,74,157,1)), color-stop(50%, rgba(41,54,122,1)));
   background: linear-gradient(180deg, rgba(51,74,157,1) 0%, rgba(41,54,122,1) 50%);
   background-clip: text;
   -webkit-background-clip: text;
   line-height: 1;
}
.section h5{
	-webkit-text-fill-color: transparent;
	background: -o-linear-gradient(top, rgba(255,148,73,1) 0%, rgba(246,81,40,1) 50%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,148,73,1)), color-stop(50%, rgba(246,81,40,1)));
	background: linear-gradient(180deg, rgba(255,148,73,1) 0%, rgba(246,81,40,1) 50%);
	background-clip: text;
	-webkit-background-clip: text;
	font-weight: 500;
	font-size: 2.8rem;
}
.section h4 {
   font-size: 3.8rem;
   font-weight: 500;
   -webkit-text-fill-color: transparent;
   background: -o-linear-gradient(top, rgba(51,74,157,1) 0%, rgba(41,54,122,1) 50%);
   background: -webkit-gradient(linear, left top, left bottom, from(rgba(51,74,157,1)), color-stop(50%, rgba(41,54,122,1)));
   background: linear-gradient(180deg, rgba(51,74,157,1) 0%, rgba(41,54,122,1) 50%);
   background-clip: text;
   -webkit-background-clip: text;
   line-height: 1;
}
.section .title_md{
	font-size: 3rem;
}
.section .title_lg{
	font-size: 4rem;
}
/*return-to-top START CSS*/

.back-to-top {
	font-size: 24px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	display: none;
	position: fixed;
	bottom: 30px;
	right: 20px;
	border-radius: 50%;
	background: #F2DA55;
	z-index: 1000;
}

.back-to-top i {
	color: #fff;
}
.icon1{
	width: 9.8rem;
}
.icon2{
	width: 13.4rem;
}
.icon3{
	width: 10.8rem;
}
.new_box{
	background-color: #fff;
	border-radius: 2.5rem;
	border: 0.05rem solid #414768;
}
.section .container.v2{
	max-width: 110rem;
}
.new_box_wrap{
	position: relative;
	z-index: 1;
}
.new_box{
	position: relative;
	z-index: 1;
	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;
	min-height: 7rem;
	padding: 1rem 2.5rem;
	cursor: pointer;
	overflow: hidden;
}
.new_box h4{
	font-weight: 700;
	font-size: 2.8rem;
}
.new_box:hover h4{
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,148,73,1)), color-stop(50%, rgba(246,81,40,1)));
	background: -o-linear-gradient(top, rgba(255,148,73,1) 0%, rgba(246,81,40,1) 50%);
	background: linear-gradient(180deg, rgba(255,148,73,1) 0%, rgba(246,81,40,1) 50%);
	background-clip: text;
	-webkit-background-clip: text;
}
.new_box:hover img{
	fill:#FA6F37;
}
.new_box img:first-child{
	max-height: 4.5rem;
}
.new_box img:last-child{
	width: 2.2rem;
}
.phn_box{
	background: -o-linear-gradient(148deg, rgba(51,74,157,1) 0%, rgba(41,54,122,1) 100%);
	background: linear-gradient(302deg, rgba(51,74,157,1) 0%, rgba(41,54,122,1) 100%);
	padding: 5rem 8rem 2rem;
	border-radius: 0 0 5rem 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;
	position: absolute;
	top: 3.5rem;
	left: 0;
	width: 100%;
	opacity: 0;
	pointer-events: none;
}
.new_box.active + .phn_box{
	opacity: 1;
	pointer-events: all;
}
.phn_box img{
	height: 3.1rem;
}
.phn_box input {
    color: #fff;
    font-weight: 700;
    border: none;
    background-color: transparent;
    text-align: center;
    font-size: 2.8rem;
    width: 100%;
}
.phn_box input::placeholder{
	color: #fff;
	opacity: 1;
	font-weight: 500;
}
.active_text {
    text-align: center;
    position: absolute;
    top: 0;
    background-color: #fff;
    left: 7rem;
    width: calc(100% - 7rem);
    padding: 0.2rem 0 2rem;
    padding-right: 2.8rem;
    opacity: 0;
    pointer-events: none;
}
.new_box.active .active_text{
	opacity: 1;
	pointer-events: all;
}
.active_text h3{
	font-weight: 700;
	font-size: 2.1rem;
}
.active_text h6{
	font-weight: 700;
	font-size: 1.7rem;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,148,73,1)), color-stop(50%, rgba(246,81,40,1)));
	background: -o-linear-gradient(top, rgba(255,148,73,1) 0%, rgba(246,81,40,1) 50%);
	background: linear-gradient(180deg, rgba(255,148,73,1) 0%, rgba(246,81,40,1) 50%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.contact_form{
	max-width: 53rem;
	margin-left: auto;
	margin-right: auto;
}
.contact_form input,
.contact_form textarea{
	border: 0.05rem solid #414768;
	width: 100%;
	border-radius: 2.2rem;
	font-weight: 700;
	height: 5.2rem;
	font-size: 2.4rem;
	color: #29367A;
	padding-left: 7.5rem;
	padding-right: 2rem;
}
.contact_form input::placeholder{
	background: linear-gradient(180deg, rgba(51,74,157,1) 0%, rgba(41,54,122,1) 50%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	opacity: 1;
}
.contact_form textarea::placeholder{
	background: linear-gradient(180deg, rgba(51,74,157,1) 0%, rgba(41,54,122,1) 50%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	opacity: 1;
}
.input_group{
	position: relative;
	margin-top: 1.7rem;
}
.input_group img{
	position: absolute;
	left: 2rem;
	height: 2.6rem;
	top: 1.3rem;
}
.input_group textarea{
	resize: none;
	height: 23rem;
	padding-top: 0.9rem;
	margin-bottom: -0.5rem;
}
.input_group.textarea img{
	height: 2rem;
}
.input_group.textarea::before {
    content: '';
    position: absolute;
    left: 6.2rem;
    top: 1.4rem;
    height: calc(100% - 2.8rem);
    width: 0.05rem;
    background-color: #707070;
}
.contact_form h5{
	font-weight: 700;
	font-size: 2.4rem;
}
.contact_form h4{
	font-weight: 700;
	font-size:3.2rem;
}
.contact_form button{
	background: -o-linear-gradient(148deg, rgba(51,74,157,1) 0%, rgba(41,54,122,1) 100%);
	background: linear-gradient(302deg, rgba(51,74,157,1) 0%, rgba(41,54,122,1) 100%);
	padding: 1rem 6.5rem 1.4rem;
	border-radius: 0 0 4rem 4rem;
	border: none;
	font-size: 2.6rem;
	font-weight: 700;
	color: #fff;
	height: 5.2rem;
	transition: 0.4s;
}
.contact_form button span{
	margin-right: 1.5rem;
	display: none;
}
.contact_form button:hover{
	background: -o-linear-gradient(right, rgba(255,148,73,1) 0%, rgba(246,81,40,1) 50%);
	background: linear-gradient(-90deg, rgba(255,148,73,1) 0%, rgba(246,81,40,1) 50%);
}
.contact_form button:hover span{
	display: inline-block;
}
.contact_form button img{
	height: 2.5rem;
	margin-top: -1rem;
	display: inline-block;
}