@font-face {
    font-family: 'skippy_sharpieregular';
    src: url('../fonts/skippy_sharpie-webfont.woff') format('woff2'),
         url('../fonts/skippy_sharpie-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

:root {
  --primary: #3b3cea;
  --white: #ffffff;
  --black: #000000; 
  --secondary: #17ead9;
  --dgray: #3e3f43;
  --lblue: #f6f6ff;
}


body{
	font-family: 'Nunito Sans', sans-serif;
	color:var(--dgray);
}

b, strong{
	font-weight:700;
}

*,*:focus{
	box-shadow:0 0 0;
	outline:0;
}
/* .gradient{
		background: linear-gradient(100deg, var(--secondary), var(--primary));
} */
.btn{
	border-radius: 5px;
	transition: all .5s;
}

a{
	color:var(--primary);
	text-decoration: none;
	transition:color .2s;
}

h1{
	font-size:4.125rem;
	/* font-weight: 700; */
	line-height: 1;
	margin-bottom: .75rem;
	color:var(--black);
}


h2{
	font-size:2.5rem;
	/* font-weight: 600; */
	/* line-height: normal; */
	color:var(--black);
}

h3{
	font-size:2rem;
	color:var(--black);
	/* font-weight: 600; */
	line-height: normal;
}




h6{
	font-size:.75rem;
	color:#9a9a9a;
	font-weight:600;
}

p{
	font-size:1.25rem;
	line-height: 1.5;
	color:var(--dgray);
}
.btn-check:focus+.btn, .btn:focus, .btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus{
	box-shadow: 0 0 0;
}

header{
	padding:30px 0;
}


.navbar .navbar-brand{
	max-width: 155px;
}

.nav-link{
 	color:var(--dgray);
 	font-weight: 600;
}

.navbar-expand-lg .navbar-nav .nav-link{
	padding-left:1rem;
 	padding-right:1rem;
}

.navbar-expand-lg .navbar-nav .nav-link.active{
	color:var(--primary);
	font-weight:700;
}

.btn-black{
	background:var(--primary);
	color:var(--white);
	padding:11px 26px;
	/* border-color:var(--black); */
	font-weight: 600;
}


.btn-black:hover,.btn-black:focus,.btn-black:active{
	background:var(--primary);
	border-color:var(--primary);
	color:var(--white);
}

.btn-primary{
	background:var(--primary);
	color:var(--white);
	padding:11px 26px;
	border-color:var(--primary);
	font-weight: 600;	
}

.btn-primary:hover,.btn-primary:focus,.btn-primary:active{
	background:var(--black);
	border-color:var(--black);
	color:var(--white);
}

.btn-border-white{
	background:none;
	color:var(--white);
	padding:11px 26px;
	border-color:var(--white);
	font-weight: 600;	
}

.btn-border-white:hover,.btn-border-white:focus,.btn-border-white:active{
	background:var(--white);
	border-color:var(--white);
	color:var(--black);
}


.vbtn{
	font-weight: 600;
	/* font-size:1rem; */
	transition: all .2s;
	padding:11px 26px;
	border: 1px solid var(--primary);
	font-weight: 900;
	color:var(--primary);
}

.vbtn:hover{
	color:var(--white);
	background: var(--primary);
	border: 1px solid var(--primary);
}

.vbtn path{
	transition: all .2s;
}
.vbtn:hover svg path{
	fill: var(--black);
}

.hero{
	padding:30px 0;
	position: relative;
}

.hero p{
	font-weight: lighter;
	color:#111111;
	margin-bottom: 3rem;
	font-size:2.375rem;
}

.pt-6{
	padding-top:3rem;
}

.pb-6{
	padding-bottom: 3rem;
}

.pt-7{
	padding-top:2.5rem;	
}

.pb-7{
	padding-bottom:2.5rem;
}



.c_logos img {
    max-width: 140px;
    margin:0px 30px 0 0;
    filter: grayscale(100%);
    opacity: .5;
    transition:all .3s;
}

.c_logos img:hover{
	opacity: 1;
	 filter: grayscale(0%);
}

.service_sec, .techassess{
	padding:2.375rem 0;
}

.s_box{
	padding-top:4.3rem;
	padding-bottom:1rem;
}

.s_box img{
	margin:0 0 3rem 0;
}

.s_box h3{
	margin-bottom: .75rem;
}

.s_box p{
	font-size:1.125rem;
}

.service_sec .col{
	width:30%;
	flex:0 0 auto;
}

.stats_box{
	border-radius: 24px;
	padding:3rem;
	color:var(--white);
}

.stats_box{
	font-size: 2.5rem;
	text-align: center;
}

.stats_box span{
	font-size:1.25rem;
	display: block;
	line-height: 1.3rem;
}

.freesec{
	background: var(--lblue);
}

.form-control{
	padding: 12px;
	font-size:1rem;
    border-radius:5px;
    border: solid 1px rgba(43, 41, 45, 0.2);
}

.form-control:focus{
	box-shadow: 0 0 0;
	border-color:var(--primary);
}

.freesec small{
	color:#9a9a9a;
}

.testi_slider{
	padding:3rem;
	border-radius: 24px;
	color:var(--white);
}

.testimg img {
	border-radius: 50px;
}


.testi_slider .carousel-control-next, .testi_slider .carousel-control-prev{
	position:static;
	opacity:.7;
	display: inline-block;
	width: 42px;
	margin-left:4.5rem;
}

.testi_slider .carousel-control-next:hover, .testi_slider .carousel-control-prev:hover{
	opacity:1;
	
}

.testimg h4{
	font-weight: bold;
	margin-bottom: 0;
}

.hiring{
	background:var(--black);
	color:var(--white);
}



footer{
	background:var(--black);
	color:var(--white);
}

.social-media{
	margin:1rem 0;
}

.social-media a{
	transition:all .2s;
	display: inline-block;
	width:35px;
	height:35px;
	border-radius:50%;
	background:var(--white);
	color:var(--black);
	text-align:center;
	font-size:1.2rem;
	margin-right:1rem;
	line-height: 35px;
}

.social-media a:hover{
	background:var(--primary);
	color:var(--white);
	
}

.copyright{
	margin:0;
	font-size:.75rem;
	color:var(--white);
}

footer ul{
	margin:0;
	padding:0;
}

footer ul li{
	list-style:none;
	margin-bottom:1.5rem;
}

footer h4{
	margin-bottom: 2rem;
	font-size:1.25rem;
}

footer ul li a{
	font-size:1.25rem;
	font-weight: normal;
	color:var(--white);
}

.foot_form{
	position: relative;
}

.foot_form .form-control{
	font-size:.75rem;
	padding:10px 30px 10px 15px;
}

.foot_form button{
    position: absolute;
    right: 2px;
    top: 0;
    background: none;
    border: 0;
    padding: 7px;
}

.address-container {
	display: flex;
  	flex-direction: row;
}

.foot_address{
	line-height: 25px;
	text-align: justify;
	font-size: .75rem;
	font-weight:lighter;
	margin-bottom: 1rem;
}

.foot_address_icon {
	display: inline-block;
	flex-shrink: 0;
	border-radius: 50%;
	width:35px;
	height:35px;
	background:var(--white);
	color:var(--black);
	font-size: 1.25rem;
	text-align:center;
	line-height: 35px;
}

.social-media-url-txt{
	text-align: justify;
	font-size: .75rem;
	font-weight:lighter;
}

.hiring .btn-primary:hover{
	background:none;
	border-color:var(--white);
}

.navbar-toggler:focus{
	box-shadow: 0 0 0;
}

.navbar-toggler {
    padding: 0.55rem 0.75rem;
}

.navbar-toggler:focus path{
	fill:var(--black);
}

.navbar-toggler:focus path{
	fill:var(--primary);
}

.quote-mobilee{
	display: none;
}

.modal-body{
	 background:#fbfcfd;
}

.modal-dialog{
 max-width: 900px;
border-radius: 15px;
overflow: hidden;
}

.btn-close{
   position: absolute;
  top: 0px;
  transition: all .2s;
  font-size: 32px;
  background: none;
  right: 10px;
  line-height: 0;
  z-index:9;
}

.slick-arrow{
	background: none;
	padding: 0;
	border:0;
	width:30px;
	height: 30px;
	font-size: 0;
	font-family: 'Line Awesome Free';
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: absolute;
    top:15px;
    left:-50px;
    color:#848EA9;
}

.slick-arrow:hover{
	color:#E39F1F;
}

.slick-prev:before{
	content: "\f060";
	font-size: 30px;
}

.slick-next{
	left:auto;
	 right:-50px;
}
.slick-next:before{
    content: "\f061";
    font-size: 30px;
}

.choose {
    display: flex;
    align-items: center;
    padding: 8px;
    border-radius: 8px;
    background:var(--white);
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
    width: 380px;
    margin: auto;
    font-size: .9rem;
    justify-content: space-between;
}

.c-cont{
	padding:0 3rem;
}

.choose label {
    cursor: pointer;
}

.choose label input {
    position: absolute;
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    width: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    left: 0;
    top: 0;
}


.choose label span {
    padding: 8px 12px;
    border-radius: 8px;
    margin: 0;
    transition:all .3s;
    display: inline-block;
}

.choose label span:hover, .choose label.active span{
    background-color: var(--black);
    color:var(--white);
}

.b_r {
    width: 1px;
    margin: auto 8px;
    display: inline-block;
    height: 24px;
    background-color: #edf0f2;
}

.b_cycle>span {
    margin-right: 10px;
    font-size: 14px;
}

.act {
    border-bottom: 1px solid rgb(80, 95, 121);
}

.switch>label {
    color: rgb(122, 134, 154);
    font-size: 14px;
}

.switchbtn {
    padding: 2px;
    border: 2px solid transparent;
    border-radius: 14px;
    box-sizing: content-box;
    outline: none;
    margin: 0px 10px;
    vertical-align: middle;
    transition: border-color 0.2s ease 0s;
}

.switchbtn>div {
    background-color: var(--primary);
    cursor: pointer;
    width: 36px;
    height: 19px;
    border-radius: 10px;
    border: 2px solid var(--primary);
}

.switchbtn .dotleft {
    margin-left: 0px;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    transition: margin-left 0.2s ease 0s;
}

.switchbtn .dotright {
    margin-left: 20px;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    transition: margin-left 0.2s ease 0s;
}

.table, tbody, td, tfoot, th, thead, tr {
	border-color: #dfe1e5;
	font-size:1rem;
	color:#091e42;
}

.b-color{
	border-right:1px solid var(--primary);
	border-left:1px solid var(--primary);
}

.highlight{
	background: rgb(250, 251, 252) !important;
}

.table h3{
	margin: 0px;
    padding: 5px 0px;
    font-size:1.3rem;
    font-weight: 600;
    border-bottom: 1px solid rgb(223, 225, 230);
}

.cost{
	font-weight:700;
	    width: 120px;
	font-size:3rem;
	color:var(--black);
}

.cont{
	margin-bottom:1.2rem;
}



.head-cont{
	padding: 0px 35px 35px;
    height: 198px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.table  tr td{
	padding: 14px;
	transition: background-color .5s;
}

.table  tr td[colspan="5"]{
	font-size:1.5rem;
	background-color: #eeeeee;
	text-align:center;
	font-weight:700;
}

.pricing .container-fluid{
	max-width:1500px;
}

.table tr.hover:hover td{
	background: #ebebeb !important;
}

table tr td.bt-color{
	border-top:1px solid #0793ff;
}

table tr td.bb-color{
	border-bottom:1px solid #0793ff;
}



table tr td:first-child:not([colspan]){
	border-right:0px;
}

.mobile-tab button{
	border:0;
	padding:6px 10px;
	background:none;
	border-bottom:2px solid transparent;
	margin-bottom:-2px;
	width:25%;
}

.mobile-tab.d-flex {
    justify-content: space-between;
	border-bottom:1px solid #eeeeee;
	margin-bottom:15px;
}

.mobile-tab button.active{
	border-color:#0793ff;
}
.mobile-tab{
	display:none !important;
}

#c_table td{
	transition: all .3s;
	visibility:visible;
}


td.hide{
	display: none;
}

.ann.act{
	color:var(--primary);
}


/* new_changes */
.color_text{
	color: var(--primary)!important;
	font-family: 'Nunito Sans', sans-serif!important;
}
.under_text{
	/* text-decoration: underline; */
	color: var(--primary)!important;
}
.nunito_text{
	color: var(--primary)!important;
	font-family: 'skippy_sharpieregular';
	font-size: 1.5rem;
	line-height: 10px;
}


h1 span{
	font-family: 'skippy_sharpieregular';
	color: var(--primary);
	
}
.hero span{
	font-size: 5rem;
}
.hero p span{
	font-family: 'skippy_sharpieregular';
	color: var(--primary);
}

.homeimg{
	position: absolute;
    right: 302px;
    width: 56%;
    top: 0;
    right: 0;
	max-width: 860px;
	overflow: hidden;
}
.homeimg img{
    display: block;
    transform: translate(14%, 0px);
}

.top_clients{
	margin-top: 70px;
}
.top_clients h1 span{
	font-family: 'skippy_sharpieregular';
	color: var(--primary);
	
}

.top_clients p span{
	font-family: 'skippy_sharpieregular';
	color: var(--primary);
}


/* hirelike */

.hirelike{
	padding:30px 0;
	position: relative;
}
.hirelike h2{
	font-size: 3rem;

}
.hirelike h2 span{
color: var(--primary);
}

.hirelike p{
	font-weight: lighter;
	color:#111111;
	font-size:1.25rem;
}
.hirelike p span{
font-weight: lighter;
	color:var(--primary);
	font-size:1.25rem;
	/* text-decoration: underline; */
}
.homeimg2{
	position: absolute;
	width: 48%;
    top: -44px;
	max-width: 860px;
    right: 0;
    overflow: hidden;
}
.homeimg2 img{
    display: block;
    transform: translate(2%, 0px);
}


/* quoyesec */


.quoyesec .quoyesec_part h2{
	font-size: 3.625rem;
	font-family: 'skippy_sharpieregular';
	color: var(--white);
}
.grad_text{
	background-image: linear-gradient(358deg, #1C1F20, #3E3F43);
	padding: 3rem;
	border-radius: 30px;
}

.left_rightsec h2{
	font-size: 3rem;
}

.left_rightsec h2 span{
	font-size: 3.75rem;
	font-family: 'skippy_sharpieregular';
	color: var(--primary);
	line-height: 20px;

}


/* performance_sec */
.performance_sec{
	background-image: linear-gradient(358deg, #1C1F20, #3E3F43);
	padding: 2rem;
	
}
.performance_sec h3{
	color: var(--white);
	font-size: 4.375rem;
	font-family: 'skippy_sharpieregular';
}
.performance_sec p{
	color: var(--white);
	font-size: 1.375rem;
	font-weight: lighter;
}
/* performance_sec */



.testi_slider p{
	font-size:2.5rem;
	color:var(--white);
	line-height: 2rem;
	font-weight: normal;
	margin-bottom: 2rem;
	font-family: 'skippy_sharpieregular';
}


.gradient{
	background: linear-gradient(358deg, #1C1F20, #3E3F43);
}

.hiring h2{
	color:var(--white);
    text-align: center;
    margin:0 auto 2.5rem;
	font-size: 4.125rem;
}

.hiring h2 span{
	font-family: 'skippy_sharpieregular';
	font-size:5.375rem;
}

/* pricing page */

.include_sec h4{
	font-weight: bold;
}
.include_sec ul li{
	list-style: none;
    color: #000;
    font-size: 15PX;
    font-weight: 400;
    border: 1px solid #e8e2e2;
    padding: 14px 10px;
    background-color: #d9ebfd33;

}
/* .include_sec ul{
	border: 1px solid #DBDBDB;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.16);
    padding: 20px;
    border-radius: 12px;
} */

.include_sec .img_data {
	border: 1px solid #DBDBDB;
    /* box-shadow: 1px 1px 6px 3px rgba(0, 0, 0, 0.16); */
	box-shadow: 0 2px 4px rgba(83,83,83,.4);
    padding: 20px;
	border-top-left-radius: 24px;
	border-top-right-radius: 24px;
	border-bottom: 0;
}

.include_sec .tabel_data{
	border: 1px solid #DBDBDB;
    box-shadow: 0 4px 5px rgba(83,83,83,.4);
    padding: 20px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    border-top: 0;
}
.include_sec .tabel_data .fst_li{
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.include_sec .tabel_data .lst_li{
	border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.include_sec .tabel_data .li_item{
	/* left: 25px; */
	left: 22px;
    position: relative;
    margin-left: -25px;
    padding: 0px 20px 0px 0px;
}



/* pricing page */
/* new_changes */

/* privacy */
* {
	transition: color .3s, background .3s
  }
  .privacy_terms{
	background: #F6F7FA;
  }
  .privacy_terms *::-webkit-scrollbar {
	background-color: #fafbfc;
	width: 12px;
	height: 12px
  }

  .privacy_terms *::-webkit-scrollbar-thumb {
	background-color: #999a9a4d;
	border-radius: 16px;
	border: 2px solid #F7F7F9
  }

  .privacy_terms *::-webkit-scrollbar-button {
	display: none
  }

  .privacy_terms *::-webkit-scrollbar-thumb:hover {
	background: #999A9A
  }
  @keyframes anim {
	12.5% {
	  stroke-dasharray: 42, 300;
	  stroke-dashoffset: -33
	}

	43.75% {
	  stroke-dasharray: 105, 300;
	  stroke-dashoffset: -105
	}

	to {
	  stroke-dasharray: 3, 300;
	  stroke-dashoffset: -297
	}
  }
  .privacy_terms main {
	
	height: calc(100vh - 70px);
	display: flex;
	align-items: center;
	justify-content: center
  }

  .privacy_terms main .policy_box {
	border-radius: 10px;
	width: 1000px;
	overflow: hidden;
	position: relative;
	height: calc(100% - 60px);
	box-shadow: 0 0 10px #0000001a
  }

  .privacy_terms main .policy_box .policy_inner {
	padding: 2rem;
	height: calc(100% - 132px);
	overflow: auto
  }

  .privacy_terms main .policy_box p {
	line-height: 1.6rem;
	color: #999a9a;
	margin: 0 0 15px;
	font-size: 1rem;
  }

  .privacy_terms main .policy_box h2 {
	font-size: 1.2rem;
	margin-top: 30px;
	margin-bottom: 10px;
	font-weight: 700;
    line-height: 2rem;
  }

  .privacy_terms main .policy_box li {
	color: #999a9a;
	padding: 5px 0
  }

  .privacy_terms main .policy_box h4 {
	margin: 30px 0 5px;
	font-size: 14px;
    line-height: 1.2rem;
    font-weight: 400;
  }

  .privacy_terms main .pageheader {
	background: rgb(2, 0, 36);
	background: linear-gradient(36deg, #3B3CEA 0%, #53B6E1 100%);
	padding: 2rem;
	height: 132px;
	width: 100%
  }

  .privacy_terms main .pageheader h1 {
	color: #fff;
	font-size: 28px;
	margin: 0;
	font-weight: 700;
    line-height: 2.25rem;
  }

  .privacy_terms main .pageheader p {
	font-size: 14px;
	opacity: .8;
	margin: 0;
	font-weight: 300;
	color: #fff
  }
  .privacy_terms a {
    color: #3b3cea;
    text-decoration: none;
    font-size: 13px;
}
.privacy_terms a:hover {
		color: #53b6e1;
		text-decoration: none;
	}
/* privacy */