/*@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700);*/
@import url(https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900,1000);
@import url(font/archivo.css);
@import url(font/font_family.css);

html {overflow-x: hidden;scroll-behavior: smooth;}
* {padding:0;margin:0;font-family:'Poppins','Archivo';position:relative;transition:0.4s;box-sizing: border-box;}
body {background: #ffffff;
    overflow-x: hidden;
}
a {text-decoration:none;color:unset;}
div,h1,h2,h3,h4,p,i,a {position:relative;transition:0.4s;}

:root {
	--color:#FF4502;
	--color2:#021314;
	--color3:#ffffff;
	
}








::placeholder {font-style:italic;}




.card_loader_back {        z-index: 100;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    overflow: auto;
    position: fixed;
    top: 0;
    display: block;
    left: 0;
}
.loader2 {          
background: white;
background:repeating-linear-gradient(45deg, white, #e8f5ff 60%);
    width: -webkit-fill-available;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 113px;
}
.loader2 img{   
        margin: 71px auto 0px;
    display: none;
    border-radius: 114px;
    max-height: 200px;
    max-width: 300px;
    height: auto;
    width: auto;
}
.loader2 h2 {          text-align: center;
    color: #000000;
    font-size: 31px;
    text-transform: capitalize;
    margin: 59px;
    font-weight: 300;
}
.loader_box {}
	



.load1 {
                          position: relative;
    display: block;
    margin: 0 auto;
    animation: rotatea 1.6s  linear infinite;
    background: transparent;
    border: 4px solid #0f6cb6;
    border-right: 4px solid #cfe9ff;
    height: 150px;
    width: 150px;
    border-radius: 200px;
}



@keyframes rotatea {
	0% {transform: rotate(0deg);}
	
	100% {transform: rotate(360deg);}
}


.mobile_head {display:none;}
.close_btn {display:none;}
.header {        
    z-index: 30;
    width: -webkit-fill-available;
    background: #ffffff;
    color: black;}
.header1 .logo {       width: 190px !important;
    margin: 15px 50px;}
.header1,.header2 {    width: fit-content;
    display: inline-block;
    vertical-align: middle;}
.header3  {    width: fit-content;
    display: inline-block;
    vertical-align: middle;
    color: #181a27;
    font-size: 25px;
    text-align: center;
    position: absolute;
    right: 33px;
    top: 26px;}
.header3 i {}
.head_cont {        display: inline-block;
    font-size: 15px;
    padding: 26px;	}
.head_cont:hover {    background: #00000030;}
.head_cont i {    margin-right: 11px;
    color: #3f51b5;}
.hero {               background: #ffffff;
    display: grid;
    grid-template-columns: 60% 40%;}
.hero .clip_path{    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 1;}
.hero .text_area{         display: inline-block;
    vertical-align: middle;
    padding: 8em 3em;
    width: 100%;
    text-align: inherit;
    color: #000000;
    z-index: 2;
    font-size: 12px;
    text-transform: uppercase;}
.hero .text_area h1{}
.he_te_h2 {             font-size: 53px;
    margin: 20px 0px;
    display: block;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    -webkit-animation: slide_ani 1s linear forwards;
    -webkit-animation-delay: 3s;}
	
	@-webkit-keyframes slide_ani {
		0% {transform: translate(-100%);}
		100% {transform: translate(0%);}
	}
	
.hero .text_area h2{}
.hero_banner{             display: inline-block;
    vertical-align: middle;
    width: 85%;
    height: auto;
    top: 45px;-webkit-animation:scale1a 10s linear infinite alternate;}
	
	@-webkit-keyframes scale1a {
		0% {transform:scale(1);}
		100% {transform:scale(1.1);}
	}

.btn1{                   margin: 53px auto;
    margin-right: 20px;
    display: inline-block;
    background: linear-gradient(45deg, #2196f3, #673ab7);
    padding: 12px 23px;
    color: white;
    border-radius: 40px;
    font-size: 17px;
    cursor: pointer;
    text-align: center;}
.btn1v {    margin: 53px auto;
    margin-right: 20px;
    display: inline-block;
        background: linear-gradient(45deg, #e91e63, #f44336);
    padding: 12px 23px;
    color: white;
    border-radius: 40px;
    font-size: 17px;
    cursor: pointer;
    text-align: center;}

.counter {                  background: linear-gradient(45deg, #2196f3, #673ab7);
    text-align: center;
    padding: 26px;}
.counter_box {              background: #ffffff;
    width: fit-content;
    padding: 16px;
    display: inline-block;
    margin: 10px 10px;
    border-radius: 7px;
    text-align: center;
    min-width: 200px;
    border: 1px solid #e1e1e1;}
.counter_box h1{      margin: 12px;
    font-size: 51px;
    color: #626262;}
.counter_box h3{          margin: 0px;
    font-size: 22px;}
	
.process {           background: #2196f3;
    text-align: center;
    padding: 20px;}	
.process h1{        text-align: center;
    padding: 32px;
    color: white;}	
.process_box {          width: 250px;
    text-align: center;
    background: white;
    padding: 20px;
    display: inline-grid;
    grid-template-rows: 29% 28% 20%;
    height: 250px;
    margin: 5px;
    border-radius: 10px;
    align-items: center;}	
	
.process_box:hover { transition:1s;border-radius: 20px;}
.process_box h1{    color: black;
    padding: 0px;
    font-size: 24px;}	
.process_box p{}	
.process_box i{    color: #2196f3;
    font-size: 34px;}	
#svg1 path {fill: #2196f3;}	
	
	#youtube_demo {    width: 50%;
    height: 300px;
    margin: 10px auto;
    display: block;border-radius: 19px;}
	
	.title_h2 {    text-align: center;
    margin: 0px 0px 30px;
    color: #4c4c4c;
    font-size: 33px;}
	.features {        margin: 30px auto;
    text-align: center;}
	.features .features_box{       width: 500px;
    display: inline-grid;
    text-align: center;
    height: 134px;
    box-shadow: 0px 0px 20px 0px #9f9f9f3d;
    margin: 8px;
    grid-template-columns: 35% 65%;
    align-items: center;
    border-radius: 9px;}
	
	
	.features .features_box h3{      text-align: left;
    margin: 8px auto;
    color: #181a27;
    font-size: 20px;
    text-transform: uppercase;}
	.features .features_box p{text-align: left;}
	.features .features_box i{    font-size: 42px;}
	
	.features .features_box:nth-child(2) i {
    color: #2196f3;
}
.features .features_box:nth-child(3) i {
    color: #795548;
}

.features .features_box:nth-child(4) i {
    color: #4caf50;
}
.features .features_box:nth-child(5) i {
    color: #f44336;
}
.features .features_box:nth-child(6) i {
    color: #ff5722;
}

.features .features_box:nth-child(7) i {
    color: #276d2a;
}
.features .features_box:nth-child(8) i {
    color: #ff9800;
}
		
.row2 {
	    text-align: center;
    margin: 30px;
    display: block;
    position: relative;
}
.row2 h1 {       text-align: center;
    font-size: 36px;
    font-weight: 500;
    color: #000000;
    margin: 20px;
    padding: 37px 0px 0px;}
.row2 h2 {   text-align: center;
    font-size: 35px;
    color: #000000;}
.flex_pricing {    display: block;
    width: fit-content;
    margin: 0 auto;
    background: white;}
.flex_pricingin {        padding: 0px 0px;
    box-shadow: 0px 0px 10px 0px #7d7d7d38;
    text-align: left;
    width: auto;
    display: inline-block;
    max-width: 400px;
    min-width: 320px;
    vertical-align: text-top;
    margin: 6px;
    border-radius: 5px;
}
.flex_pricingin h3{        background: #4caf50;
    margin: 0px;
    padding: 13px 20px;
    text-align: center;
    color: white;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.7px;
}

.mobile_close {display:none;position: absolute;
    top: 0;
    font-size: 50px;
    z-index: 3;
    color: white;
    right: 16px;
    padding: 0;}

.flex_pricingin h1 p{    font-size: 10px;}
.flex_pricingin h1 del {      font-size: 19px;
    color: #787878;
    margin: 8px;}

.flex_pricingin h1{    color: #ffffff;
    background: #000000;
    margin: 0;
    padding: 14px;
    font-size: 23px;}
.flex_pricingin ul{padding: 0px 0px;}
.flex_pricingin li{    padding: 7px 26px;
    list-style-type: none;
    font-size: 15px;
    font-weight: 500;}
	
.flex_pricingin li i{       background: #ff480000;
    color: #4caf50;
    border-radius: 50px;
    padding: 0px;
    font-size: 13px;
    margin: 3px 10px;
}

.flex_pricingin li i.fa-close{       
    color: red;
    border-radius: 50px;
    padding: 0px;
    font-size: 13px;
    margin: 3px 10px;
}

.flex_pricingin li:nth-child(2n+1) {
    background: #f6f6f6;
}

.new_lab2 {        z-index: 2;
    position: absolute;
    background: #4caf50;
    padding: 3px 7px;
    right: 3px;
    top: 2px;
    font-size: 10px;
    color: white;
    border-radius: 4px;}
	
	.title_alert {    background: #dedede;
    width: 20px;
    padding: 3px;
    text-align: center;
    border-radius: 12px;
    position: relative;
    display: inline-block;
    margin: 0px 10px;}
.title_alert_box {   display:none;     background: #dedede;
    padding: 10px;
    border-radius: 3px;
    width: 300px;
    position: absolute;
    z-index: 3;
    margin: 10px;
    top: 13px;
    left: 50%;
    transform: translate(-50%);}
.title_alert:hover .title_alert_box {display:block;} 
	
	
	.del_item {    text-decoration: line-through;
    color: #e20000;}
	
	
	
	footer {    background: #000000;
    color: white;
    padding: 13px;
    text-align: center;}
	footer p{    font-size: 11px;
    margin: 20px;}
	
	.footer_box img {       height: 100px;
    margin: 0px auto 20px;}
	.footer_box {    display: inline-block;
    vertical-align: text-top;
    text-align: left;
    padding: 20px;}
	.footer_box h3{    font-size: 28px;
    margin: 10px auto;}
	.footer_box p{       margin: 28px auto;
    font-size: 15px;}
	
	.about_us {              background: #3f51b5;
    color: white;
    display: grid;
    grid-template-columns: 60% auto;}
	.about_us .text_area{        padding: 46px;
    z-index: 2;}
	.about_us .clip_path{}
	.about_us .text_area h1{    margin: 0px auto 24px;
    text-align: center;
    font-size: 54px;}
	.about_us .text_area p{    line-height: 2;}
	.about_us .text_area2{       background: #4452a2;
    margin: 41px;
    text-align: center;
    font-size: 15vw;
    border-radius: 500px;
    padding: 87px 32px;
    font-weight: 900;
    width: 350px;
    height: 350px;}
	
	 .animi_txt{           -webkit-animation: animi_txt 10s linear infinite alternate;
    animation: animi_txt 10s linear infinite alternate;
    display: block;
    color: #ffffffd1;
    font-size: 150px;
    width: 500px;}
	
	@-webkit-keyframes animi_txt{
		0% {    transform: translateX(100px);}
		100% {    transform: translateX(-100px);}
	}@keyframes animi_txt{
		0% {    transform: translateX(100px);}
		100% {    transform: translateX(-100px);}
	}
	
	.recent_websites {       width: fit-content;
    max-width: -webkit-fill-available;
    margin: 23px auto;
    text-align: center;}
	.recent_websites h2{       padding: 10px;
    border-bottom: 2px solid #3f51b5;
    margin: 10px auto;
    width: fit-content;
    font-weight: 600;
    text-transform: capitalize;}
	.re_box{             width: 216px;
    position: relative;
    overflow: hidden;
    margin: 10px;
    height: 252px;
    display: inline-grid;
    grid-template-rows: 50% 25% 25%;
    align-items: center;
    padding: 10px;
    text-align: center;
    align-self: auto;
    vertical-align: text-top;
    border-radius: 5px;
    border: 1px solid #dddddd;}
	.re_box img{         max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    background: #2196f3;}
	.re_box h3{}
	
	.btn_5 {            background: #03a9f4;
    color: white;
    padding: 8px 14px;
    width: fit-content;
    margin: 0 auto;
    border-radius: 3px;}