.ul_clear{
  clear:both;
}


@font-face {
    font-family: 'font_reg';
	font-display: swap;
    src: url('../fonts/poppings_reg.woff2')
}

@font-face {
    font-family: 'font_med';
	font-display: swap;
    src: url('../fonts/poppings_med.woff2')
}
@font-face {
    font-family: 'font_bold';
	font-display: swap;
    src: url('../fonts/popping_bold.woff2')
}
@font-face {
    font-family: 'font_semibold';
	font-display: swap;
    src: url('../fonts/popping_semibold.woff2')
}
@font-face {
    font-family: 'font_it';
	font-display: swap;
    src: url('../fonts/it.woff2')
}

*{
    word-wrap: break-word;
	margin: 0;
	padding: 0;
  outline-style: none; -moz-outline-style:none;
}

::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: #0918D6;
}

::selection {
  color: #fff;
  background: #0918D6;
}


a {color:inherit;}      /* unvisited link */
a:visited {color:inherit;}  /* visited link */
a:hover {color:inherit;}  /* mouse over link */
a:active {color:inherit;}  /* selected link */

textarea{
	resize:vertical;
}
input{
  background-color: #ffffff29;
}
textarea{
  background-color: #ffffff29;
}
select {
  background-color: #fff;
}
img{
  -webkit-user-select: none; /* Chrome, Opera, Safari */
-moz-user-select: none; /* Firefox 2+ */
-ms-user-select: none; /* IE 10+ */
user-select: none; /* Standard syntax */
}

body{
      font-family: font_reg, sans-serif;
      height:100vh; margin:0;
}

.header_div{
width: 100%;
height: 95px;
position: fixed;
top:0px;
background-color: #fff;
z-index: 200;
  box-shadow: 0 0px 10px 2px rgba(0,0,0,0.06);
  box-shadow: 0 0px 19px 0px rgba(9, 24, 214,0.06);
  -webkit-user-select: none; /* Chrome, Opera, Safari */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Standard syntax */
border-bottom: solid 2px #eee;
}

.header_logo img{
  width: 190px;
  margin: 33px 0;
}
.header_bar{
float: right;
line-height: 95px;

}
.header_bar img{
  width: 30px;
  cursor: pointer;

}
.header_menu{
  float: right;
}
.header_menu p{
  margin: 0;

  display: inline-block;
  margin-left: 25px;
  font-family: font_med, sans-serif;;
  font-size: 16px;
  line-height: 95px;
}

.main_line{
  width: 50px;
border-top: solid 3px #0918D6;
background-color: #0918D6;
}
.text_title{
  font-family: font_semibold, sans-serif;;
  font-size: 19px;
  color: #0918D6;
  margin: 0;
  margin-top: 5px;
}
.text_subtitle{
  font-family: font_semibold, sans-serif;;
  font-size: 22px;
  color: #000;
  margin: 0;
  margin-top: 10px;
  /* text-transform: uppercase; */
  line-height: 35px;
}
.text_title_p{
  font-family: font_med, sans-serif;;
  font-size: 19px;
  color: #0918D6;
  margin: 0;
  margin-top: 30px;

}

.gray_text{
  color: #565656;
  font-size: 18px;
  padding-left: 25px;
  padding-left: 25px;

}
.gray_text_2{
  color: #565656;
  font-size: 18px;
  /* padding-left: 25px; */

}
.gray_text_2_home{
  color: #565656;
  font-size: 18px;
  /* padding-left: 25px; */
margin-top: 20px;
}
.header_band{
  width: 100%;
  height: 400px;
  border-bottom: solid 6px #0918D6;
  overflow: hidden;
}
.header_band_title{
  margin-top: 110px;

}
.header_band_title h1{
  font-size: 33px;
  font-family: font_med, sans-serif;;
}.header_band_title h2{
  font-size: 18px;
  font-family: font_med, sans-serif;;
  line-height: 28px;
  color: #000;
}


.header_band_btn{
border: solid 2px #0918D6;
background-color: #0918D6;
box-shadow: 0 0px 19px 0px rgba(9, 24, 214,0.13);
border-radius: 70px;
display: inline-block;
transition: all 300ms;
margin-top: 10px;
-webkit-user-select: none; /* Chrome, Opera, Safari */
-moz-user-select: none; /* Firefox 2+ */
-ms-user-select: none; /* IE 10+ */
user-select: none; /* Standard syntax */
cursor: pointer;
}

.header_band_btn p{
margin: 4px 47px;
font-family: font_med, sans-serif;
transition: all 300ms;
font-size: 15px;
color: #fff;


}
.header_band_right{
  float: right;
}
.header_band_right img{
  height: 420px;

}
.header_band_btn{
  border: solid 2px #0918D6;
/* background-color: #0918D6; */
  /* box-shadow: 0 0px 10px 2px rgba(0,0,0,0.1); */
  box-shadow: 0 0px 19px 0px rgba(9, 24, 214,0.13);

}
.header_band_btn p{
  color:  #fff;
}
.header_band_btn:hover{
  background-color: #0918D6;
  box-shadow: 0 0px 19px 0px rgba(9, 24, 214,0.13);

}
.header_band_btn:hover p{
  color:  #fff;

}

.landing_right_img img{
  float: right;
  width: 300px;
}
.text_subtitle_size{
  font-family: font_semibold, sans-serif;
  font-size: 22px;
  color: #0918D6;
  margin: 0;
  margin-top: 20px;
  line-height: 35px;
}
.gray_bg{
background-color: #f7f7f7;
}
.question_img img{
  float: right;
  height: 290px;
  margin-right: 40px;
  margin-top: -30px;
}

.center_line{
  width: 40px;
border-top: solid 3px #0918D6;
background-color: #0918D6;
display: inline-block;
}

.gray_sub_sub_text{
  color:#5E5E5E;
  font-size: 17px;
}
.package_title{
  font-family: font_semibold, sans-serif;
  font-size: 28px;
  text-transform: uppercase;
  transition: all 300ms;
}
.package_price{
  font-family: font_semibold, sans-serif;
  font-size: 40px;
  text-transform: uppercase;
  color: #3D3D3D;
  transition: all 300ms;
}
.package_price span{
  font-size: 21px;
  display: inline-block;
  vertical-align: top;
  padding-top: 11px;
  padding-right: 4px;
}
.package_list p{
  line-height: 28px;
}
.package_padding{
padding: 70px 0;
cursor: pointer;
}
.package_hover{
box-shadow: 1px 1px 15px #e1e1e1;
box-shadow: 0 0px 19px 0px rgba(9, 24, 214,0.13);
transition: all 300ms;
}

.package_hover .package_title{
color: #000;

}

.package_btn{
border: solid 2px #111111;
border-radius: 70px;
display: inline-block;
transition: all 300ms;
-webkit-user-select: none; /* Chrome, Opera, Safari */
-moz-user-select: none; /* Firefox 2+ */
-ms-user-select: none; /* IE 10+ */
user-select: none; /* Standard syntax */
box-shadow: 0 0px 19px 0px rgba(9, 24, 214,0.13);

cursor: pointer;

}

.package_btn p{
margin: 7px 60px;
font-family: font_semibold, sans-serif;
transition: all 300ms;



}


.package_hover .package_btn{
  border: solid 2px #0918D6;
  box-shadow: 0 0px 19px 0px rgba(9, 24, 214,0.13);

background-color: #0918D6;

}
.package_hover .package_btn p{
  color:  #fff;
}
.package_hover .package_price{
  /* color:  #0918D6; */
}
.blue_bg{

  background-color: #0918D6;
}
.blue_bg .review_text{
  color: #fff;

}
 .review_text{
  margin-top: 17px;
  font-size: 16px;
}
.review_img{
  width: 30px;
}
.blue_bg .review_name{
  color: #fff;

}
 .review_name{
  font-family: font_semibold, sans-serif;
  font-size: 26px;

}
.review_face{
display: inline-block;
width: 50px;
}
.review_frame{
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 60px;
}


.review_bottom_div{
  position: absolute;
  bottom: 0;
  width: 100%;
}
.review_frame_grid{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap:20px;
}
.white_colo{

  border-top: solid 3px #fff;
}
.white_colo_p{
  color: #fff;
}
.faq_frame{
  width: 100%;
  text-align: left;
  background-color: #ebebeb;
margin-bottom: 10px;
}
.faq_question_div{
  padding: 20px 30px;
  /* cursor: pointer; */

}
.faq_question h2{
  margin: 0;
  font-family: font_semibold, sans-serif;
font-size: 16px;
}

.faq_question h2 span{
  color: #0918D6;
}
.faq_arrow{
  float: right;
  width: 30px;
  margin-top: -5px;
  -webkit-user-select: none; /* Chrome, Opera, Safari */
-moz-user-select: none; /* Firefox 2+ */
-ms-user-select: none; /* IE 10+ */
user-select: none; /* Standard syntax */
cursor: pointer;
transition: all 300ms;

-ms-transform:rotate(-90deg);
-webkit-transform:rotate(-90deg);
transform:rotate(-90deg);


}
.faq_answer{
  padding: 20px 30px;
  border-top: solid 2px #fff;
  /* display: none; */
  border-bottom: solid 4px #0918D6;

}
.faq_answer p{
  font-size: 16px;
  font-family: font_med, sans-serif;
  color: #565656;

}



.faq_answer p span{
  color: #0918D6;
}
.footer_div{
  background-color: #0918D6;
  width: 100%;
  padding: 10px 0;
  /* text-align: center; */
}
.footer_div p{
  color: #fff;
  margin: 0;
  font-size: 12px;
}
.make_sure_div1{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  text-align: left;
}
.make_sure_frame img{
  width: 60px;
  display: inline-block;
  cursor: pointer;
}
.make_sure_frame p{
  font-family: font_semibold, sans-serif;
  font-size: 16px;
  padding-top: 10px;
  cursor: pointer;
}
.contact_us_div{
  max-width: 500px;
  width: 100%;
  display: inline-block;
}
.contact_us_div input{
  width: 100%;
  height: 40px;
  border:solid 1px #a0a0a0;
  margin: 14px 0;
  padding: 0 20px;
  font-family: font_med, sans-serif;
}
.contact_us_div textarea{
  width: 100%;
  border:solid 1px #a0a0a0;
  margin: 14px 0;
  padding: 10px 20px;
  font-family: font_med, sans-serif;
}
.contact_us_btn{
  border: solid 2px #0918D6;
  background-color: #0918D6;
  border-radius: 70px;
  display: block;
  transition: all 300ms;
  margin-top: 10px;
  -webkit-user-select: none; /* Chrome, Opera, Safari */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Standard syntax */
  cursor: pointer;
  box-shadow: 0 0px 19px 0px rgba(9, 24, 214,0.13);

  width: 100%;
}

.contact_us_btn p{
  margin: 4px 0px;
  font-family: font_med, sans-serif;
  transition: all 300ms;
  font-size: 15px;
  color: #fff;
  display: inline-block;
  line-height: 28px;
}


.contact_us_btn img{
  display: inline-block;
  height: 18px;;
  margin: 6px 0px;
  display: none;

  margin-right: 10px;
}


.header_div_holder{
  height: 95px;

}
.about_img{
  width: 340px;
  float: right;
  margin-left: 0px;
  margin-bottom: 10px;
}



.page_package_title{
  font-size: 30px;
  font-family: font_med, sans-serif;
  text-transform: uppercase;
  color: #0918d6;
}
.project_div{
  max-width: 550px;
  width: 100%;
  display: inline-block;
  position: relative;
}
.project_div input{
  width: 100%;
  height: 40px;
  border:solid 1px #a0a0a0;
  margin: 14px 0;
  padding: 0 12px;
  font-family: font_med, sans-serif;
  margin-top: 0;
}
.project_div textarea{
  width: 100%;
  border:solid 1px #a0a0a0;
  margin: 14px 0;
  padding: 10px 12px;
  font-family: font_med, sans-serif;
  margin-top: 0;
}
.project_div select{
  width: 100%;
  height: 40px;
  border:solid 1px #a0a0a0;
  margin: 14px 0;
  padding: 0 12px;
  font-family: font_med, sans-serif;
  margin-top: 0;
  -moz-appearance: none;
-webkit-appearance: none;
}
.project_div .input_text{
  font-family: font_med, sans-serif;
  text-align: left;
}
.package_final_price{
  text-align: left;
  font-family: font_semibold, sans-serif;

  font-size: 20px;

}
.package_price_right{
  float: right;
}
.success_page img{
  display: inline-block;
  width: 80%;
  max-width: 359px;
}
.success_package_title{
  font-size: 35px;
  font-family: font_med, sans-serif;
  text-transform: uppercase;
  color: #0918d6;
}
.success_title p{
  font-family: font_semibold, sans-serif;
  font-size: 28px;
  margin-top: 10px;
  color: #0918d6;
}
.success_text{
  font-family: font_med, sans-serif;
  font-size: 20px;
  margin-top: 25px;
}
.success_main_div{
  max-width: 450px;
  width: 100%;
  display: inline-block;
}
.success_text_blue{
  color: #0918d6;
  font-family: font_semibold, sans-serif;
}
.error_code{
  color:red;
  text-align: left;
  margin-top: -10px;
}
.select_arrow{
  position: absolute;
  width: 16px;
  z-index: 9;
  right: 30px;
  margin-top: 17px;
}
.project_details_hover{
  width: 100%;
  /* height: 200px; */
  padding: 40px;
  box-shadow: 0 0px 10px 2px rgba(0,0,0,0.08);
  box-shadow: 0 0px 19px 0px rgba(9, 24, 214,0.13);
  text-align: left;
  padding-bottom: 20px;
}
.project_details_hover_title{
font-family: font_semibold, sans-serif;
font-size: 23px;
text-transform: uppercase;
}
.project_details_hover_init_title{
  font-family: font_med, sans-serif;
  font-size: 16px;
  margin: 0;
}
.project_details_hover_init_data{
  color:#676767;
  margin-bottom: 20px;
  margin-top: 3px;
  font-size: 15px;
    max-height: 220px;
  overflow: auto;
}




.register_list_ul{
  list-style: none;
  padding: 0;
  margin: 0;

  -webkit-user-select: none; /* Chrome, Opera, Safari */
-moz-user-select: none; /* Firefox 2+ */
-ms-user-select: none; /* IE 10+ */
user-select: none; /* Standard syntax */

}

.register_list_ul label{
  padding-left: 20px;
  font-size: 13px !important;
  color:#474747;
  margin: 0;
  font-family: font_reg, sans-serif !important;
  margin: 5px 0;
}



.register_list_ul a{
  text-decoration: underline !important;

}



.magic-radio,
.magic-checkbox {
  position: absolute;
  display: none; }

.magic-radio[disabled],
.magic-checkbox[disabled] {
  cursor: not-allowed; }

.magic-radio + label,
.magic-checkbox + label {
  position: relative;
  display: block;
  padding-left: 30px;
  cursor: pointer;
  vertical-align: middle; }
  .magic-radio + label:hover:before,
  .magic-checkbox + label:hover:before {
    animation-duration: 0.4s;
    animation-fill-mode: both;
    animation-name: hover-color; }
  .magic-radio + label:before,
  .magic-checkbox + label:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: '';
    border: 1px solid #c0c0c0; }
  .magic-radio + label:after,
  .magic-checkbox + label:after {
    position: absolute;
    display: none;
    content: ''; }

.magic-radio[disabled] + label,
.magic-checkbox[disabled] + label {
  cursor: not-allowed;
  color: #e4e4e4; }
  .magic-radio[disabled] + label:hover, .magic-radio[disabled] + label:before, .magic-radio[disabled] + label:after,
  .magic-checkbox[disabled] + label:hover,
  .magic-checkbox[disabled] + label:before,
  .magic-checkbox[disabled] + label:after {
    cursor: not-allowed; }
  .magic-radio[disabled] + label:hover:before,
  .magic-checkbox[disabled] + label:hover:before {
    border: 1px solid #e4e4e4;
    animation-name: none; }
  .magic-radio[disabled] + label:before,
  .magic-checkbox[disabled] + label:before {
    border-color: #e4e4e4; }

.magic-radio:checked + label:before,
.magic-checkbox:checked + label:before {
  animation-name: none; }

.magic-radio:checked + label:after,
.magic-checkbox:checked + label:after {
  display: block; }

.magic-radio + label:before {
  border-radius: 50%; }

.magic-radio + label:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0918d6; }

.magic-radio:checked + label:before {
  border: 1px solid #0918d6; }

.magic-radio:checked[disabled] + label:before {
  border: 1px solid #c9e2f9; }

.magic-radio:checked[disabled] + label:after {
  background: #c9e2f9; }

.magic-checkbox + label:before {
  border-radius: 3px; }

.magic-checkbox + label:after {
  top: 2px;
  left: 7px;
  box-sizing: border-box;
  width: 6px;
  height: 12px;
  transform: rotate(45deg);
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-top: 0;
  border-left: 0; }

.magic-checkbox:checked + label:before {
  border: #0918d6;
  background: #0918d6; }

.magic-checkbox:checked[disabled] + label:before {
  border: #c9e2f9;
  background: #c9e2f9; }
.register_list_ul{
  text-align: left;
}
.img_bulb_small{
  width:19px;
  margin-top: 2px;
  position: absolute;
}


/* new css after mobile */
.header_menu_mobile{
  float: right;
  margin-top: 34px;
  display: none;
}
.header_menu_mobile img{
  width: 30px;
  cursor: pointer;

}

/* menu css */

.menu_slider_bg{
  width: 100%;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  top:80px;
  left: 0;
  z-index: 9;
  margin-left: 100%;
  transition: all 500ms;
}
.menu_slider_bg p{
  font-family: font_med, sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
  display: inline-block;
}
.menu_slider_bg_list{
  margin-top: 20vh;
}

/* menu css */
.how_it_works_icons{
  height: 50px;
  display: none;
}
.project_details_img{
  width: 400px;
float: right;
margin-left: 40px;
margin-bottom: 40px;
margin-top: 30px;
}
.case_study_first_outer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 90px;
}

.case_study_first_img {
    width: 100%;
    height: 300px;
    background-color: #fff;
    transition: all 300ms ease-out;

    background-position: center;
    background-size: cover;
}

.case_study_first_outer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}

.case_study_first_img {
    width: 100%;
    height: 360px;
    background-color: #fff;
    transition: all 300ms ease-out;

    background-position:  bottom;
    background-size: cover;
}
.case_study_first:hover .case_study_first_img {
    height: 315px;
    width: 100%;

}
.case_study_first {
  overflow: hidden;
  height: 360px;
  box-shadow: 0 0px 10px 2px rgba(0,0,0,0.2);
  box-shadow: 0 0px 19px 0px rgba(9, 24, 214,0.13);

}
.case_study_first_btn {
    width: 100%;
    height: 45px;
    background-color: #0918D6;
    cursor: pointer;
}

.case_study_first_btn p {
    line-height: 45px;
    margin: 0;
    text-align: center;
    color: #fff;
    font-family: font_med, sans-serif;
    font-size: 15px;
    /* letter-spacing: 1px; */
     text-decoration: none ;
     text-transform: capitalize;
}





/* top banner */
.top_banner{
  width: 100%;
  height: 35px;
  background-color: #0918D6;
  -webkit-user-select: none; /* Chrome, Opera, Safari */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Standard syntax */
}
.top_banner_right{
  float: right;

}
.top_banner p{
  line-height: 35px;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 13px;
  font-family: font_med, sans-serif;
  letter-spacing: 0.5px;
}
.top_banner img{
padding-right:5px;
height: 19px;
}
.office_timing_top{
  font-size: 10px;
  font-family: font_reg, sans-serif;
  color: #fff;
  margin-left: 4px;
}


/* how it works */

.how_it_work_page_half_right{
  width: 50%;
  overflow: hidden;
  height: inherit;
  float: right;
  text-align: center;

  background-position: center;
  background-size: cover;
  margin-left: 40px;
}
.how_it_work_page_half_left{
  width: 50%;
  overflow: hidden;
  height: inherit;
  float: left;
  text-align: center;

  background-position: top center;
  background-size: cover;
  margin-right: 40px;
}
.how_it_work_page{
  height: 500px;
  overflow: hidden;
}
.how_it_work_page{
  background-color: #0918D6;
  color: #fff;
}
.how_it_work_page_text{
  padding: 70px 0px;

}
.how_it_work_page_text_step_line{
  width: 40px;
  height: 3px;
  background-color: #fff;
  display: inline-block;
  vertical-align: top;
  margin-top: 17px;
  margin-right: 10px;
}
.how_it_work_page_text_step p{
  display: inline-block;
vertical-align: top;
font-size: 25px;
font-family: font_med, sans-serif;
}
.how_it_work_page_text_title{
  font-size: 34px;
  margin-top: 40px;
  font-family: font_med, sans-serif;
}
.how_it_work_page_text_subtitle{
  margin-top: 15px;
  font-size: 17px;
}


/* how it works */



/* review */

.review_port_outter{
  display: grid;
  grid-template-columns: 1fr   1fr 1fr;
  grid-gap:40px;
}
.review_port_frame{
  width: 100%;

  background-color: #fff;
box-shadow: 0 0px 19px 0px rgba(9, 24, 214,0.13);
    /* padding: 20px; */
}
.review_port_frame_image{
  width: 100%;


}
.review_port_frame_img{
    width: 100%;
    height: 0;
    padding-top: 100%;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}
.review_frame_new{
margin-bottom: 0;
text-align: left;
padding: 0 20px;
padding-bottom: 25px;
}
.review_text_new {

  color: #717171;
  margin-top: 17px;
  font-size: 16px;
  font-family: font_med, sans-serif;
  line-height: 26px;
}
.review_img {

    opacity: 0.3;
}
.review_name_new{
  font-family: font_reg, sans-serif;
  font-size: 19px;
  color:  #000869;
  letter-spacing: 1px;
margin: 0;
}



/* review end */


.landing_service_img img{
  width: 400px;
  margin-right: 20px;
  margin-bottom: 50px;
  /* margin-top: -60px; */
}
.landing_service_img{
float: left;
}

.landing_service_img_right img{
  width: 450px;
  margin-left: 80px;
  margin-bottom: 5px;
}
.landing_service_img_right{
float: right;
}





.landing_service_text ul{
  text-align: left;
  color:#8C8C8C;
  font-size: 18px;
  margin-left: 20px;
  list-style: none;

}

.landing_service_text_list_dot{
  width: 8px;
  height: 8px;
  background-color: #0918D6;
border-radius: 50px;
position: absolute;
margin-top: 9px;

}

.landing_service_text_list p{
  text-align: left;
  color:#8C8C8C;
  font-size: 18px;
  margin: 0;
  margin-left: 20px;
}



.landing_service_text p{
  text-align: left;
  color:#8C8C8C;
  font-size: 17px;
}
.landing_service_subtext{
  text-align: left;
  color:#0918D6;
  font-size: 21px;
  font-family: font_semibold, sans-serif;
}
.header_band_title span{
  font-family: font_semibold, sans-serif;
  color: #0918D6;
  /* text-transform: uppercase; */
  /* font-size: 40px; */
}
.portfolio_band_btn p {
  margin: 4px 47px;
  font-family: font_med, sans-serif;
  transition: all 300ms;
  font-size: 15px;
  color: #fff;
  line-height: 28px;
}

  .portfolio_band_btn{
  border: solid 2px #0918D6;
  background-color: #0918D6;
  border-radius: 70px;
  display: inline-block;
  transition: all 300ms;
  margin-top: 10px;
  -webkit-user-select: none; /* Chrome, Opera, Safari */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Standard syntax */
  cursor: pointer;
  box-shadow: 0 0px 19px 0px rgba(9, 24, 214,0.13);

  }





  .socials_div {
      width: 60px;
      height: 50px;
      background-color: #0F1EDE;;
      position: fixed;
      top: 90%;
      left: 2%;
      bottom: 20px;
      border-radius: 60px;
      text-align: center;
      box-shadow: 0 0px 10px 2px rgba(0,0,0,0.1);
      box-shadow: 0 0px 19px 0px rgba(9, 24, 214,0.13);
      cursor: pointer;
      transition: all 300ms;
      top: auto;
      z-index: 9;
      margin-left: -400px;


  }

  .social_div_frame {
      height: 50px;
      width: 170px;
      overflow: hidden;
      transition: all 300ms;
  }


  .socials_div p {
      font-family: font_semibold, sans-serif;
      color: #fff;
    line-height: 50px;
    margin: 0;
  }

  .socials_div {
      width: 170px;
      background-color: #0F1EDE;;
      box-shadow: 0 0px 10px 2px rgba(0,0,0,0.1);
      box-shadow: 0 0px 19px 0px rgba(9, 24, 214,0.13);
  }
  .socials_div img {

  width: 20px;
margin-right: 8px;
}


.blogs_outer_div{
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap:50px;
}
.blogs_frame_img{
  width: 100%;
  padding-top: 70%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.blogs_frame_title p{
  font-size: 12px;
  color:#999898;
}
.blogs_frame_title p{
  font-size: 15px;
  color: #858585;
  font-family: font_med, sans-serif;
  margin: 10px 0px;
}

.blogs_frame_title h2{
  font-size: 20px;
  color:#000;
  font-family: font_med, sans-serif;
  margin: 0;
}
.blogs_frame:hover h2{
  color: #0F1EDE;
}



/* popup */

.make_sure_popup_bg{
  width: 100%;
  height: 100vh;
  position: fixed;
  top:0;
  left: 0;
  z-index: 999;
  background-color: rgba(0,0,0,0.5);
  text-align: center;
visibility:hidden;
opacity: 0;
transition: all 300ms;
overflow-y: auto;


}
.make_sure_popup_div{
  /* width: 420px; */
  max-width: 420px;
  margin: 0 10px;
  /* height: 290px; */
  background-color: #fff;
  display: inline-block;
  border-radius: 10px;
  margin-top: 0px;
  text-align: left;
  padding: 30px;
  transition: all 300ms;
margin-bottom: 30px;
}
.make_sure_popup_div_top_img{
  display: inline-block;
  border-right: solid 3px #0918D6;
  padding-right: 20px;
  vertical-align:middle;
}
.make_sure_popup_div_top_img img{
  width: 50px;
}
.make_sure_popup_div_top_text{
  display: inline-block;

vertical-align:middle;
}
.make_sure_popup_div_top_text p{
  margin: 0;
  color: #0918D6;
  font-family: font_semibold;
  font-size: 23px;
  margin-left: 15px;

}

.make_sure_popup_div_mid p{
  font-family: font_med;
  font-size: 15px;
  color: #4a4949
}


  .make_sure_popup_div_btn{
    width: 100%;
    text-align: center;
  border: solid 2px #0918D6;
  background-color: #0918D6;
  border-radius: 70px;
  display: inline-block;
  transition: all 300ms;
  margin-top: 10px;
  -webkit-user-select: none; /* Chrome, Opera, Safari */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Standard syntax */
  cursor: pointer;
  box-shadow: 0 0px 19px 0px rgba(9, 24, 214,0.13);

  }
  .make_sure_popup_div_btn p {
      margin: 6px 77px;
      font-family: font_med, sans-serif;
      transition: all 300ms;
      font-size: 16px;
      color: #fff;
  }



/* popup END */
.footer_line_right{
  float: right;
}



/* New USP */


.landing_service_subtext_icons_div{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;

}
.landing_service_subtext_icons_frame img{
  height: 55px;
}
.landing_service_subtext_icons_frame p{
  font-size: 18px;
  margin: 0;
  font-family: font_med;
  color: #000;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 30px;
}



.socials_div img {
  /* Start the shake animation and make the animation last for 0.5 seconds */
  animation: shake 0.7s;

  /* When the animation is finished, start again */
  animation-iteration-count: infinite;
}

@keyframes shake {
  0% { transform: rotate(0deg); }
  10% { transform: rotate(-8deg); }
  20% { transform:  rotate(8deg); }
  30% { transform: rotate(0deg); }
  40% { transform:  rotate(0deg); }
  50% { transform:  rotate(0deg); }
  60% { transform:  rotate(0deg); }
  70% { transform: rotate(0deg); }
  80% { transform: rotate(0deg); }
  90% { transform: rotate(0deg); }
  100% { transform:  rotate(0deg); }
}


.mobile_port_dis{
  display: none;
}
.header_band_right video{
  margin-top: 70px;
border: solid 3px #0f1ede;
border-radius: 20px;
box-shadow: 0 0px 10px 2px rgba(0,0,0,0.1);
width: 500px;;
}


.vidwrapper{

    position:relative;

}
.playpause {
  background-image: url('../img/playbtn.png');
  background-repeat: no-repeat;
  width: 14%;
  height: 14%;
  position: absolute;
  left: 0%;
  right: 0%;
  top: 16%;
  bottom: 0%;
  margin: auto;
  background-size: contain;
  background-position: center;

}





.contact_us_div_new{
  max-width: 500px;
  width: 100%;
  /* display: inline-block;
  vertical-align: top; */
  float: left;
  margin-right: 30px;
  z-index: 9999;
}
.contact_us_div_new input{
  width: 100%;
  height: 40px;
  border:solid 1px #a0a0a0;
  margin: 14px 0;
  padding: 0 20px;
  font-family: font_med, sans-serif;
}
.contact_us_div_new textarea{
  width: 100%;
  border:solid 1px #a0a0a0;
  margin: 14px 0;
  padding: 10px 20px;
  font-family: font_med, sans-serif;
}
.contact_us_div_new_right{
  /* display: inline-block;
  vertical-align: top; */
  /* padding-left: 100px; */
  padding-top: 80px;
  position: relative;
  z-index: -1;

}
.contact_us_div_new_right_frame img{
  position: absolute;
  width: 23px;
  margin-top: 3px;

}
.contact_us_div_new_right_frame p{
  transform: translateX(40px);
  font-size: 17px;
}

.contact_us_div_new_right_frame{
  margin-bottom: 40px;
}
.contact_center{
  text-align: left;
}
.pricing_range{
    margin-top: 10px;
}
.pricing_range span{
  color: #0f1ede;
  font-family: font_semibold, sans-serif;;

}












/* how it works */



.new_how_process_desk_img{
  max-width: 860px;
  width: 100%;
display: inline-block;
padding: 60px 0;
}
.new_how_process_mobile_img{
  max-width: 250px;
  width: 100%;
display: none;
padding: 60px 0;
}
.how_new_why_quote{
  display: inline-block;
padding: 80px;
}
.how_new_why_quote img{
  width: 50px;
  margin-bottom: 10px;
}
.how_new_why_quote_p_main{
  font-size: 32px;
  font-family: font_semibold, sans-serif;;
  color: #878787;
}
.how_new_why_quote_p_main span{
  color: #0f1ede;
  /* font-family: font_med; */

}
.how_new_why_quote_p_author{
  font-size: 21px;
  font-family: font_med, sans-serif;;
  color: #000;

}
.how_new_why_img img{
  width: 100%;
}
.how_new_title h2{
  font-size: 25px;
  color: #0f1ede;
text-align: center;
font-family: font_semibold, sans-serif;;
}
.how_new_title_line{
  width: 100%;
  height: 1px;
  background-color: #D1D1D1;
}


.how_new_discovery_text p{
  text-align: left;
  font-family: font_med, sans-serif;;
color: #000;
font-size: 20px;
}
.how_new_discovery_text span{
  color: #0f1ede;
  font-family: font_semibold, sans-serif;;
}
.how_new_discovery_text_subtext{
margin-left: 20px;
}
.how_new_discovery_text_subtext li{
  text-align: left;
color: #565656;
font-size: 18px;
/* line-height: 36px; */
margin-bottom: 18px;
}
.how_new_discovery_text_subtext li span{
  color: #0f1ede;
  font-family: font_semibold, sans-serif;;
}

.how_new_message_text{
  text-align: left;
color: #565656;
font-size: 18px;

}
.how_new_message_text span{
  color: #0f1ede;
  font-family: font_semibold, sans-serif;;
}
.error_message{
  text-align: left;
  margin: 0;
  font-size: 12px;
  color: red;
  margin-top: -12px;
  display: none;
}

.g-recaptcha{
margin: 14px 0;
}
#hid_btn_form{
  display: none;
}




/* Mobile Menu */

.menu_slider_bg{
  overflow-y: auto;
padding-bottom: 160px;
}
.mobile_menu_outer{
  display: grid;
  grid-template-columns: 1fr 1fr;
/* grid-gap:5px; */

}

.mobile_menu_frame{
  width: 100%;
  height:130px;
  padding: 32px 0;
  margin-bottom: 40px;
/* box-shadow: 0 0px 8px 2px rgba(33, 33, 33, 0.04); */
  /* background-color: #eee; */

}
.mobile_menu_frame img{
    width: 123px;
  display: inline-block;
  padding: 2px;
}
.mobile_menu_frame h5{
  margin: 0;
  font-size: 18px;
  font-family: font_semibold, sans-serif;;
}
.mobile_menu_frame_gray{
  background-color: #eee;

}
.blogs_frame{
  cursor: pointer;
}
/* QUestions--------- */
.ques_bg{
  background-color: rgba(0,0,0,0.6);
  position: fixed;
  z-index: 999;
  top:0;
  left:0;
  width: 100%;
  height: 100vh;
  text-align: center;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  transition: all 300ms;
display: none;
}
.ques_div{
  position: relative;
  display: inline-block;
  width: 100%;
vertical-align: top;
  background:#fff;
  text-align: left;
  margin:0;
padding: 40px;
padding-top: 50px;
padding-bottom: 30px;
/* box-shadow: 0 0px 10px 2px rgba(0,0,0,0.1); */
-webkit-user-select: none; /* Chrome, Opera, Safari */
-moz-user-select: none; /* Firefox 2+ */
-ms-user-select: none; /* IE 10+ */
user-select: none; /* Standard syntax */
transition: all 300ms;


}
.ques_div_1{
margin-top: 0;
visibility: hidden;
opacity: 0;
}
.close_quetions{
position: absolute;
  right: 15px;
  top: 15px;
  height: 24px;
  cursor: pointer;
}

.ques_frame_question{
  color: #0f1ede;
font-family: font_bold, sans-serif;;
font-size: 21px;
margin: 0;

}

.ques_frame_answer{
  width: 100%;
  background-color: #EBEBEB;
  padding: 18px;
  margin: 23px 0;

  cursor: pointer;
}
.ques_frame_answer p{
  color: #000;
  font-family: font_bold, sans-serif;;
  font-size: 14px;
  margin: 0;
}
.ques_frame_question_inst{
  color: #0f1ede;
font-family: font_bold, sans-serif;;
font-size: 14px;

margin: 20px 0;
}


.ques_frame_answer:hover{
  background-color: #0f1ede;


}
.ques_frame_answer:hover p{
  color: #fff;


}



.footer_band_btn{
border: solid 2px #fff;
background-color: #fff;
box-shadow: 0 0px 10px 2px rgba(0,0,0,0.1);
border-radius: 70px;
display: inline-block;
transition: all 300ms;
margin-top: 10px;
-webkit-user-select: none; /* Chrome, Opera, Safari */
-moz-user-select: none; /* Firefox 2+ */
-ms-user-select: none; /* IE 10+ */
user-select: none; /* Standard syntax */
cursor: pointer;
}

.footer_band_btn p{
margin: 6px 52px;
font-family: font_semibold, sans-serif;
transition: all 300ms;
font-size: 15px;
color: #000;



}
.queze_subtext{
  font-family: font_semibold, sans-serif;
  font-size: 21px;
  color: #fff;
}
.quize_strip{
  /* box-shadow: 0 0px 19px 0px rgba(9, 24, 214,0.1); */
background-color: #0918D6;
border-radius: 10px;
padding: 20px;
}
.quize_strip_innerline{
  padding: 25px 0;

  /* background-color: red; */
  border: solid 8px #3740E5;
  border-radius: 10px;

}











.popup_body {
font-family: font_med, sans-serif;
margin: 0;
/* height: 100vh; */
display: flex;
justify-content: center;
align-items: center;
}

.popup {
display: flex;
visibility: hidden;
opacity: 0;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.8);
z-index: 9999;
justify-content: center;
align-items: flex-start;
padding-top: 0px;
padding-bottom: 20px;
overflow-y: auto;
transition: all 300ms;
}

.question-container {
position: relative;
overflow: hidden;
width: 370px;
height: 600px;
background-color: white;
border-radius: 5px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.question {
position: absolute;
top: 0;
left: 0;
width: 100%;
/* padding: 20px; */
box-sizing: border-box;
transform: translateX(100%);
transition: transform 300ms ease-in-out;
}

.question:first-child {
transform: translateX(0%);
}
.only_mob_port{
  display: none;
}




/* mobile imag disable */




/* Case studies  */


.cs_outer_div{
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap:50px;
}
.cs_frame_img{
  width: 100%;
  padding-top: 56%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}


.cs_down_btn{
  background-color: #0F1EDE;
}

.cs_down_btn p{
  color:#fff;
  padding: 10px 0px;
  margin: :0px;
  text-align: center;

font-size: 17px;

margin-top: 15px;
}
.domain_form textarea{
    width: 100%;
    border: solid 1px #a0a0a0;
    margin: 14px 0;
    padding: 10px 20px;
    font-family: font_med, sans-serif;
    height: 200px;
    font-size: 16px;
    font-family: font_med, sans-serif;

}
.domain_form p{
  width: 100%;
  margin: 0;
  font-size: 19px;
  font-family: font_semibold, sans-serif;

}
.domain_btn {
    border: solid 2px #0918D6;
    background-color: #0918D6;
    border-radius: 70px;
    display: block;
    transition: all 300ms;
    margin-top: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    box-shadow: 0 0px 19px 0px rgba(9, 24, 214,0.13);
    width: 100%;

}
.domain_btn p {
    margin: 9px 0px;
    font-family: font_med, sans-serif;
    transition: all 300ms;
    font-size: 16px;
    color: #fff;

    text-align: center;
}
.domain_res_frame{
  width: 100%;
  margin:0;
  margin-bottom: 50px;

  border: solid 4px #0918D6;
}
.domain_res_frame_name_frame{
  display: table-caption;
      margin-top: -16px;
      background-color: #fff;
      margin-left: 20px;
}
.domain_res_frame_name{
  margin: 0px;
      font-family: font_semibold, sans-serif;
      transition: all 300ms;
      font-size: 21px;
      color: #0918D6;
      padding: 0 20px;

}
.domain_res_frame_box{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
      margin: 20px;
}
.domain_res_frame_box_domain{
  width: 100%;

  background-color: #EFF0FF;
border-radius: 10px;
padding: 15px;

}
.domain_res_frame_box_domain_p{
  text-align: center;
  font-family: font_semibold, sans-serif;

  font-size: 17px;
  color:000;
}

.domain_res_frame_box_domain_btn{
  width: 100%;
  font-family: font_semibold, sans-serif;

  font-size: 18px;


}
.domain_res_frame_box_domain_btn p{
  text-align: center;
  color: #fff;
  font-size: 16px;
padding: 4px;
margin: 0;
}
.domain_res_frame_box_domain_btn_not{
  background-color: #D60909;

}

.domain_res_frame_box_domain_btn_available{
    background-color: #2CD609;
}



/* new port */
.portfolio_grid_withinfo {
  width: 100%;
  /* height: 100%; */
  display: grid;
  grid-template-columns: 1fr 1fr 1fr ;
  grid-gap:70px;
}
.portfolio_grid_withinfo_frame{
  box-shadow: 0 0px 19px 0px rgba(9, 24, 214,0.13);
  border-radius:  25px;


}
.portfolio_grid_withinfo_frame img{
  width: 100%;
  border-radius:  25px 25px 0px 0px;

  /* height: 100%; */
    /* box-shadow: 0 0px 10px 2px rgba(0,0,0,0.2); */
}
.portfolio_grid_withinfo_frame_info{
  width: 100%;
  height:auto;
  text-align: left;
  color:#fff;
  padding:20px;
  padding-top:25px;
}

.my_custom_hr{
  width: 100%;
  height: 1px;
  background-color:#eee;
  margin: 10px 0;
}

.pgwfi_categoty p{
  font-family: font_semibold;
  font-size: 18px;
  margin: 0;
}
.pgwfi_data p{
  font-size: 14px;
}



.gohome{
border: solid 2px #0918D6;
background-color: #0918D6;
box-shadow: 0 0px 19px 0px rgba(9, 24, 214,0.13);
border-radius: 70px;
display: inline-block;
transition: all 300ms;
margin-top: 10px;
width: 100%;
-webkit-user-select: none; /* Chrome, Opera, Safari */
-moz-user-select: none; /* Firefox 2+ */
-ms-user-select: none; /* IE 10+ */
user-select: none; /* Standard syntax */
cursor: pointer;
}

.gohome p{
margin: 4px 47px;
font-family: font_med, sans-serif;
transition: all 300ms;
font-size: 15px;
color: #fff;


}


/* Blogs */



.freshblog_outer{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr ;
  grid-gap:45px;


}
.freshblog_frame{
width: 100%;
    border-radius: 25px;
position: relative;
/* box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.09); */
box-shadow: 2px 2px 17px 0px rgb(21 29 131 / 24%);
overflow: hidden;
/* border: solid 1px #0918D6; */
}
.freshblog_frame_btn{
  width: 100%;
  background-color: #0918D6;
  position: absolute;
  bottom: 0px;
}
.freshblog_frame_btn p{
  text-align: center;
  color: #fff;
  font-family: font_semibold;
  padding: 0;
  margin: 0;

  font-size: 16px;
  line-height: 50px;

}
.freshblog_frame_container{
  padding: 45px 50px;

}
.freshblog_frame_title h2{
  margin: 0;
  padding: 0;
  font-size: 22px;
  font-family: font_semibold;
  /* height: 70px; */
}
.freshblog_frame_describe{
  padding: 13px 0;
  padding-top: 17px;

}
.freshblog_frame_describe p{
  font-family: font_med;
  font-size: 14px;
  color: #565656;
  overflow: hidden;


   /* height: 80px; */
}
.freshblog_frame_title h2 span{
  color: #0918D6;
}
.freshblog_frame_image img{
  width: 100%;

}



/* blog contact */

.blog_contact_alert_bg{
  width: 100%;
  background-color: #0918D6;
  padding: 30px 0px ;
  text-align: center;
}
.blog_contact_alert_bg p{

  color: #fff;
  font-family: font_semibold;
  font-size: 27px;
}
.blog_contact_alert_img{
  width: 60px;
}

.need_help_div {
  width: 100%;
  /* height: 50px; */ /* Commented out for flexibility */
  background-color: #0918D6;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px;
  text-align: center;
  display: flex;
  align-items: center;
      margin-left: -100%;
      transition: all 300ms;

  justify-content: space-between; /* Ensures spacing between the text and the button */
  box-sizing: border-box; /* Includes padding in the height calculation */
}

.need_help_div p {
  font-family: font_semibold;
  color: #fff;
  font-size: 16px;
  margin: 0; /* Ensures no additional margin is added */
}

.need_help_btn {
  background-color: #fff;
  border-radius: 70px;
  display: inline-block;
  width: 140px;

}

.need_help_btn p {
  color: #0918D6;
  margin: 0;
padding: 7px 20px;
}

.portfolio_grid {
  width: 100%;
  /* height: 100%; */
  display: grid;
  grid-template-columns: 1fr 1fr 1fr ;
  grid-gap:20px;
}
.portfolio_grid img{
  width: 100%;
  /* height: 100%; */
    box-shadow: 0 0px 10px 2px rgba(0,0,0,0.2);
    box-shadow: 0 0px 19px 0px rgba(9, 24, 214,0.13);
    transition: all 0.3s ease; /* Smooth transition for the slide effect */

}


.portfolio_slid_frame {
  overflow: hidden;
  position: relative; /* Ensure the container has a position for absolute positioning */
}

.portfolio_slid_frame img:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 100%; /* Initially off-screen */
}

.portfolio_slid_frame:hover img:nth-of-type(2) {
  left: 0; /* Slide the second image in when hovering */
}

.portfolio_slid_frame:hover img:nth-of-type(1) {
  margin-left: -100%; /* Slide the second image in when hovering */
}






/* test */


.select-wrapper {
  position: relative;
}

.selected-flag {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 20px;
  pointer-events: none;
  z-index: 1;
}

select.contact_phone_class {
  padding-left: 45px;
}

.input-group {
  display: flex;
  align-items: center;
}
