@font-face {
  font-family: "AftikaSemiBold";
  src: url(../font/FontsFree-Net-Aftika-SemiBold-1.ttf);
}

*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Quicksand', sans-serif ;
}

.main_sec{
  position: relative;
  width:100%;
  min-height:100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}

.scroll_height{
  max-height:90vh;
  overflow-y: scroll;
}

#style-2::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
	border-radius: 10px;
	background-color: #f5f5f500;
}

#style-2::-webkit-scrollbar
{
	width: 2px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
	background-color: #d6292900;
}
.main_heading h2{
color:#9a0909;
}

.next_line i {
  color: #222cb3;
  font-size: 62px;
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgb(0 0 0 / 0%), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to left, rgb(0 0 0 / 0%), rgba(0, 0, 0, 0));
}

.matter_head a{
  color: #9a0909 !important;
  font-size: 15px !important;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
}

.matterport_box{
  position: relative;
}

.matterport_box::after{
  position: absolute;
  content:"";
  bottom:0px;
  left:0px;
  width:100%;
  height:90%;
  background-color: #f5f5f500;
}

.matter_text p{
  font-size:14px;
}

.matter_text h6{
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.company_logo {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
}

.logo {
  width: 41px;
  z-index: 999;
}

.logo_name p {
  margin-bottom: 0px;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 600;
  color: #000000;
  margin-left: 5px;
  font-family: Nyala;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
  width:80% !important;
}
.sign_height{
  height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
 }
 .thanku_text h2 {
  margin-top: 11px;
  font-weight: 400;
  font-size: 34px;
  text-transform: uppercase;
  color: #7a0d1a;
  text-align: center;
}  
.man_cir p{
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 0px;
}
.circle-wrapper {
  width: 587px;
  height: 587px;
  border-radius: 51%;
  background: #ffffff00;
  position: relative;
  /* margin: 100px; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.signing_off button {
  background-color: #222cb3;
  padding: 12px 34px;
  border: none;
  box-shadow: none;
  border-radius: 22px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 19px;
}



.circle {
  display: block;
  position: absolute;
  top: 51%;
  left: 57%;
  margin: -51px;
  background: rgba(255, 255, 255, 0);
  border-radius: 51%;
  text-align: center;
  cursor: pointer;
}



/* .mySlides img{
  width: 43px;
  margin-bottom: 51px;
  margin-right: 51px;
} */

.scroll-container {
  justify-content: center;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
.swiper-slide-active{

  width: 600px !important;
  height: 700px !important;
  
} 
.sree_logo{
  display: flex;
  flex-direction: column;
}

.web_images{
  max-width: 295px;
  margin: auto;
}

.sree_logo img{
  width:250px;
}



.row {
  --bs-gutter-x: 0 !important;
  --bs-gutter-y: 0;
}

.tipssection{
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background-color: #ffffff;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
}

.video_box {
  position: relative;
  width: 80%;
}

.video_box::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #42040470;
  top: 0px;
  left: 0px;
}


.overlay{
  position: fixed;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 99999;
}

.wrapper{
  width: 130px;
  height: 130px;
  background: rgba(255, 255, 255, 0);
  display: flex;
  flex-flow: row wrap;
  position: relative;
  justify-content: center;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 3px;
}


.tab-pane video{
  position: relative;
}

.mobile_first_page{
  position: relative;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  overflow: hidden;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
}


.buld_img img{
  width: 44px;
  float: right;
  margin-top: -6px;
}

.addre_thk p a {
  text-decoration: none;
  color: #540404;
}

.div_two img{
  width: 19px;
  margin-bottom: 5px;
}



.tab-pane video::before{
  position: absolute;
  content: "";
  width:100%;
  height:100%;
  top:0px;
  left:0px;
  background-color: #000000;
}


.css-mb {
  max-width: 650px; /* Set the desired maximum width of the macbook */
  min-width: 50px; /* Set the desired minimum width of the macbook */
  margin: 50px auto 0; /* Align mockup to center */
}

.css-mb div {
  box-sizing: border-box !important; /* Just in case */
}

/* Center the display */
.css-mb .mb-display-position {
  width: 80%;
  margin: 0 auto;
}

/* The display */
.css-mb .mb-display {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 65.9442%;
  background: #373435;
  
  -webkit-border-top-left-radius:  3.5% 5.3075%;
      -moz-border-radius-topleft:  3.5% 5.3075%;
          border-top-left-radius:  3.5% 5.3075%;
  
  -webkit-border-top-right-radius: 3.5% 5.3075%;
      -moz-border-radius-toptight: 3.5% 5.3075%;
          border-top-right-radius: 3.5% 5.3075%;
}

/* Webcam */
/* Browser may not render a perfect circle */
.css-mb .mb-display:before {
  content: '';
  display: block;
  position: absolute;
  top: 3%;
  left: 50%;
  width: 1%;
  height: 1.5164%;
  margin-left: -0.5%;
  border-radius: 50%;
  background: #525252;
}

/* Glare */
/* Browser may not render the top and right offset evenly */
.css-mb .mb-display:after {
  content: '';
  display: none;
  position: absolute;
  right: 0.4%;
  top: 0.64%; 
  width: 62.5%;
  height: 100%;
  
  background: none; /* Hide the gradient on older browsers */
  background:    -moz-linear-gradient(55deg, rgba(0,0,0,0) 61%, rgba(255,255,255,0.05) 61%); /* FF3.6+ */
  background: -webkit-linear-gradient(36deg, rgba(0,0,0,0) 61%, rgba(255,255,255,0.05) 61%); /* Chrome10+ and Safari5.1+ compute the degree differently */
  background:      -o-linear-gradient(55deg, rgba(0,0,0,0) 61%, rgba(255,255,255,0.05) 61%); /* Opera 11.10+ */
  background:     -ms-linear-gradient(55deg, rgba(0,0,0,0) 61%, rgba(255,255,255,0.05) 61%); /* IE10+ */
  background:         linear-gradient(55deg, rgba(0,0,0,0) 61%, rgba(255,255,255,0.05) 61%);
  
  -webkit-border-top-right-radius: 5.3075%;
      -moz-border-radius-toptight: 5.3075%;
          border-top-right-radius: 5.3075%;
}

/* Only show glare, if the class is applied */
.css-mb.with-glare .mb-display:after { display: block; }

/* Position the screen and give make it the right size, ratio 16:10 */
.css-mb .mb-screen-position {
  position: absolute;
  top: 6.5%;
  width: 93.2%;
  left: 3.4%;
  height: 0;
  margin: 0;
  padding-bottom: 58.25%; /* Ratio */
}

/* Give parent (this element) a "height", so that child elements can use height: 100%;*/
.css-mb .mb-screen {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background: #ffffff; /* bg color if content is not big enough, or rendering is off */
}

/* Image on the screen */
.css-mb .mb-screen img {
  max-width: 100%;
  height: auto;
}

/* Iframe on the screen */
.css-mb .mb-screen iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* Macbook body */
.css-mb .mb-body {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 2.3%;
  background: #e6e7e8;
}

/* The groove */
.css-mb .mb-body:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 14.0740%;
  height: 0;
  padding-bottom: 1.4814%;
  margin-left: -7.037%;
  background: #a9abae;
  
  -webkit-border-bottom-left-radius:  7.0370% 50%;
      -moz-border-radius-bottomleft:  7.0370% 50%;
          border-bottom-left-radius:  7.0370% 50%;
  
  -webkit-border-bottom-right-radius: 7.0370% 50%;
      -moz-border-radius-bottomtight: 7.0370% 50%;
          border-bottom-right-radius: 7.0370% 50%;  
}

/* Macbook bottom */
.css-mb .mb-bottom-cover {
  width: 100%;
  height: 0;
  padding-bottom: 0.7407%;
  background: #a9abae;
  
  -webkit-border-bottom-left-radius:  12% 600%;
      -moz-border-radius-bottomleft:  12% 600%;
          border-bottom-left-radius:  12% 600%;
  
  -webkit-border-bottom-right-radius: 12% 600%;
      -moz-border-radius-bottomtight: 12% 600%;
          border-bottom-right-radius: 12% 600%; 
}


.text_width{
  width: 86%;
}

.display_flex {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
.display_flex_col {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
.display_flex_start {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  
.display_flex_end_col {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
  }
  
.display_flex_end {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  
.display_flex_spacebtn {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .display_flex_spacearound {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

.calend_box{
  width:54px;
  height:54px;
  display:flex;
  background-color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius:50%;
}

.top_position{
  z-index:999;
}

/* hhh */

.video_container{
  width:700px;
  height:500px;
}



.firstpage{
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(to bottom, #ffffff4d, #ffffffb0), url(../images/background_bg2.png);
    background-position:top right;
    background-size: contain;
    background-repeat: no-repeat;
   
}

.slid_left_side{
    position: absolute;
    content:"";
    top:0;
    left:0;
    height:100%;
    width:55%;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: 1s linear;
    z-index:999;
}


.button_coverleft{
position: absolute;
content: "";
top: 0px;
right: 32px;
}


#myDIV2 {
    transition: 1s linear;
}

#myDIV {
    transition: 1s linear;
}

.slid_right_side{
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 45%;
    background-color: rgb(255, 255, 255);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    z-index:999;
}

.logo{
    width: 246px;
   
}

.hawk_logo h2{
  font-size: 20px !important;
    text-transform: capitalize !important;
    color: #000000;
    font-weight: 500 !important;
    font-style: italic !important;
    text-align: right;
    margin-bottom: 0px !important;
    transform: scale(0.94);
    animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
}

.sideimg {
    max-width: 100%;
}

.shir_login{
    padding: 9px;
    background-color: white;
}

.shir_login h2 span{
 
  font-weight: 700;
    font-size: 38px;
    text-transform: uppercase;
    color: #000000;
    transform: scale(0.94);
    animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
}

.shir_login h2{
    font-size: 27px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 500;
    text-align: right;
    transform: scale(0.94);
    animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
}

.signing_off button{
  background-color: #222cb3;
  padding: 12px 34px;
  border: none;
  box-shadow: none;
  border-radius: 22px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 19px;
}



@keyframes scale {
  100% {
    transform: scale(1);
  }
}


.shir_login h2:nth-child(2){
    font-size: 27px;
    text-transform: uppercase;
    color:#000000;
    text-align: right;
}




.shir_login h5{
    font-size: 24px;
    margin-top: 34px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
    text-align: right;
}


.shir_login h4{
    font-size: 30px;
    margin-top: 34px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 400;
    text-align: right;
}

.button_cover {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.shir_login button{
    position: relative;
    background-color: #222cb3;
    color: #ffffff;
    margin-top: 30px;
    border: none;
    padding: 14px 40px;
    text-transform: uppercase;
    border-radius: 25px;
   
}


.shir_login button::after {
    position: absolute;
    content: "";
    top: 25px;
    left: -15px;
    width: 38px;
    height: 2px;
    background-color: #222cb3;
    
    animation: mymove 2s infinite;
}

@keyframes mymove {
  from {background-color: rgb(87, 1, 1);}
  to {background-color:  #ffffff;}
}


.shir_login button:hover{
    position: relative;
    background-color: #ffffff;
    color: #222cb3;
    margin-top: 30px;
    border: none;
    padding: 14px 40px;
    text-transform: uppercase;
    border-radius: 25px;
    border:1px solid #222cb3;
}

.fixed_menu_bottom ul li a{
  color: #000000;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
}

.thanku_logo{
  width: 120px;
}

.sign_off h2{
  color:#ffffff;
}


.signing_off h2{
  color:#ffffff;
}

.thank_box{
  padding: 28px;
  margin: auto;
  transition: 2s linear all;
}

.addre_thk{
  text-align: center;
}


.addre_thk p{
  margin-bottom: 0px;
  margin-top: 11px;
  font-weight: 600;
  color: #000000;
}


.client_logo img{
width:80% !important;
margin: auto;
}


.thanku_text h2{
  margin-top: 11px;
  font-weight: 400;
  font-size: 34px;
  text-transform: uppercase;
  color: #7a0d1a;
  text-align: center;
}

.thnkdisplay{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.about_texts p{
  font-size: 18px;
  font-weight: 500;
}


.strip_1{
  position: absolute;
  content: "";
  width: 110px;
  height: 100%;
  top: 0px;
  left: 216px;
  background-color: #730b0b;
}

.strip_2{
  position: absolute;
  content: "";
  width: 54px;
  height: 100%;
 bottom: 0px;
  left: 344px;
  background-color: #730b0be6;
}


.strip_3{
  position: absolute;
  content: "";
  height: 19px;
  width: 100%;
  bottom: 61px;
  left: 0px;
  background-color: #750b0b80;
}

.hawk_logo{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 23px;
}

.shir_login h3{
  font-family: 'Dancing Script', cursive;
  font-size: 41px;
}

.service_card_img img {
    width: 63px;
}

.client_logo_wrapper{
  width:400px;
   height:400px;
   /* background-color: #222cb3; */
   position: relative;
   display: flex;
    justify-content: center;
    align-items: center;
}

.client_logo_wrapper img{
width:150px !important;
}

.client_logo_wrapper::after{
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url(../images/mac.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#typedtext{
  color: #000000;
  font-weight: 700;
  max-width: 600px;
}

.about_texts h3 span {
  font: 700 2em/1 "Oswald", sans-serif;
  letter-spacing: 0;
  padding: 0.25em 0 0.325em;
  display: block;
  margin: 0 auto;
  text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);
  /* Clip Background Image */
  background: url(../images/animated-text-fill.png) repeat-y;
  -webkit-background-clip: text;
  background-clip: text;
  /* Animate Background Image */
  -webkit-text-fill-color: transparent;
  -webkit-animation: aitf 80s linear infinite;
  /* Activate hardware acceleration for smoother animations */
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}

/* Animate Background Image */
@-webkit-keyframes aitf {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}


.lap{
  max-width: 410px;
}

.about_texts h2 {
    font-size: 28px;
    text-transform: capitalize;
    color: #7a0d1a;
    font-weight: 700;
    margin-top: 18px;
    max-width: 500px;
    font-family: 'Raleway', sans-serif;
}

.ml3 {
    font-weight: 900;
    font-size: 36px;
    margin-bottom: 16px;
}

.about_texts h5 {
    font-family: 'Raleway', sans-serif;
    font-size: 25px;
    color: #7a0d1a;
    text-transform: uppercase;
}
 
.fade-in {
    animation: fadeIn ease 8s;
    -webkit-animation: fadeIn ease 5s;
    -moz-animation: fadeIn ease 5s;
    -o-animation: fadeIn ease 5s;
    -ms-animation: fadeIn ease 5s;
  }
  
  
  @keyframes fadeIn{
    0% {
      opacity:0;
    }
    100% {
      opacity:1;
    }
  }
  
  @-moz-keyframes fadeIn {
    0% {
      opacity:0;
    }
    100% {
      opacity:1;
    }
  }
  
  @-webkit-keyframes fadeIn {
    0% {
      opacity:0;
    }
    100% {
      opacity:1;
    }
  }
  
  @-o-keyframes fadeIn {
    0% {
      opacity:0;
    }
    100% {
      opacity:1;
    }
  }
  
  @-ms-keyframes fadeIn {
    0% {
      opacity:0;
    }
    100% {
      opacity:1;
    }
  }

  .fixed_menu_bottom {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-content: center;
    z-index: 9999;
 background-color: #ffffffba;

  }

  .div_two{
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .div_two p{
    font-size: 14px;
    margin-bottom: 0px;
    color: #000000;
    font-weight: 600;
  }

  .div_two p a{
    text-decoration: none;
    color:#7a0d1a;
  }


  .fixed_menu_bottom ul{
    display: inline-flex;
    list-style-type: none;
    margin-bottom: 0px;
    padding-top: 5px;
  }

  .fixed_menu_bottom ul li{
    padding: 9px;
  }

  .fixed_menu_bottom ul li .active{
    padding: 3px;
    background-color: #222cb300;
    color: #222cb3;
    font-weight: 700;
    font-size: 16px;
    border-radius: 5px;
  }

  .mySlides p{
    color: #560400;
    font-weight: 700;
    text-align: center;
    font-size: 21px;
    margin-top: 21px;
  }



  /* why us start*/

  .why_us{
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: linear-gradient(to bottom, #5e0202c7, #3a0202f5), url(../images/calender.png);
    background-position:top right;
    background-size: contain;
    background-repeat: no-repeat; 
}


.usp_hawk {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/geo.png); */
}

.main_testmonial{
  position: relative;
  min-height: 100vh;
  width:100%;
  background-color: #e9e7e9;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #fff6f6 !important;
}

.main_logo img{
  width:50px !important;
  animation: rotation infinite 3s linear;
  margin: auto;
}

.test_img{
  margin-top: 18px;
  padding: 6px;
}

.side_video{
  position: relative;
}

.app_mobile{
  position: absolute;
  content: "";
  width: 178px;
  height: 100px;
  bottom: -47px;
  left: 228px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.history-tl-container{
  font-family: "Roboto",sans-serif;
width:100%;
margin:auto;
display:block;
position:relative;
}
.history-tl-container ul.tl{
  margin:20px 0;
  padding:0;
  display:inline-block;

}
.history-tl-container ul.tl li{
  list-style: none;
  margin:auto;

  min-height:150px;
  /*background: rgba(255,255,0,0.1);*/
  border-left:1px dashed #86D6FF;
  padding:0 0 50px 30px;
  position:relative;
}
.history-tl-container ul.tl li:last-child{ border-left:0;}
.history-tl-container ul.tl li::before{
  position: absolute;
  left: -25px;
  top: -7px;
  content: " ";
  /* border: 8px solid rgba(255, 255, 255, 0.74); */
  border-radius: 500%;
  background: #222cb3;
  height: 57px;
  width: 57px;
  transition: all 500ms ease-in-out;

}
.history-tl-container ul.tl li:hover::before{
  border-color:  #258CC7;
  transition: all 1000ms ease-in-out;
}
ul.tl li .item-title{
  color: #ffffff;
  font-size: 20px;
  margin-top: -3px;
}
ul.tl li .item-detail{
  color:rgba(0,0,0,0.5);
  font-size:12px;
}
ul.tl li .timestamp{
  color: #ffffff;
  position: absolute;
  width: 100px;
  left: -108px;
  top: 7px;
  text-align: right;
  font-size: 18px;
}



@keyframes rotation{
  from{
    transform:rotate(0deg);
  }
  
  to{
    transform:rotate(360deg);
  }
}

.time_sec{
  animation: fadeIn 3s ease-in both;
  color:#ffffff;
  padding: 22px;
  border: 1px solid #ffffff61;
}

.time_sec1{
  animation: fadeIn 7s ease-in both;
  color:#ffffff;
  padding: 22px;
  border: 1px solid #ffffff61;

}

.time_sec2 {
  animation: fadeIn 11s ease-in both;
  color: #ffffff;
  padding: 4px;
  border: 1px solid #ffffff00;
}

.time_sec h2{
  font-size: 18px;
}

.time_sec1 h2{
  font-size: 18px;
}

.time_sec2 h2{
  font-size: 18px;
}

.time_sec p{
  font-size: 15px;
  font-weight: 200;
}

.time_sec1 p{
  font-size: 15px;
  font-weight: 200;
}

.time_sec2 p{
  font-size: 15px;
  font-weight: 200;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translate3d(0, -20%, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}


.animate__animated .animate__backInLeft{
  --animate-duration: 2s;
}


.time_head h3 {
  font-size: 37px;
  color: #ffffff;
  margin-bottom: 20px;
  text-align: right;
}

  /* why us end*/



  /* team start*/


  .start_team{
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    background-color: #ffffff;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;

}


.team_heading h4{
  font-size: 35px;
  text-align: center;

}

.team_heading span{
  text-align: center;
}

  /* team end*/


  /* process start*/

  .circle-wrapper {
    width: 587px;
    height: 587px;
    border-radius:51%;
    background: #ffffff00;
    position:relative;
    /* margin:100px; */
    display: flex;
    justify-content: center;
    align-items: center;
 }


.box_cicrl{
  width:200px;
}



 
 .circle {
    display:block;
    position:absolute;
    top:51%;
    left:51%;
    margin:-51px;
    background:rgba(255, 255, 255, 0);
    border-radius:51%;
    text-align:center;
    cursor: pointer;
 
 }


 .circle img{
  width:80px;
 }

 .circle p{
  color: #560400;
  font-weight: 700;
  font-size: 15px;
 }
 
 .deg-0 {
  transform: rotate(351deg) translate(292px) rotate(-352deg);
 }
 
 .deg-45 {
  transform: rotate(73deg) translate(318px) rotate(-75deg);
 }
 
 .deg-90 {
  transform: rotate(120deg) translate(332px) rotate(-121deg)
 }
 
 .deg-135 {
  transform: rotate(156deg) translate(319px) rotate(-157deg);
 }
 
 .deg-180 {
  transform: rotate(194deg) translate(327px) rotate(-195deg);
 }
 
 .deg-225 {
  transform: rotate(230deg) translate(320px) rotate(-231deg);
 }
 
 .deg-270 {
  transform: rotate(268deg) translate(315px) rotate(-269deg);
 }
 
 .deg-315 {
  transform: rotate(310deg) translate(306px) rotate(-310deg);
 }

 .deg-420 {
  transform: rotate(393deg) translate(296px) rotate(-395deg);
}

.process {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background-color: #ffffff;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
 
}


.process::after{
  position: absolute;
  content:"";
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  background-color: #00000000;
}

/* @keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
 
.fade-in{
   opacity:0; 
   animation:fadeIn ease-in 1;
   animation-fill-mode:forwards;
   animation-duration:3s;
  }

  @keyframes fadeIn2 { from { opacity:0; } to { opacity:1; } }

  .fade-in2 {
    opacity:0; 
    animation:fadeIn ease-in 1;
    animation-fill-mode:forwards;
    animation-duration:6s;
   }


   @keyframes fadeIn3 { from { opacity:0; } to { opacity:1; } }

   .fade-in3 {
     opacity:0; 
     animation:fadeIn ease-in 1;
     animation-fill-mode:forwards;
     animation-duration:9s;
    }

    
   @keyframes fadeIn4 { from { opacity:0; } to { opacity:1; } }

   .fade-in4 {
     opacity:0; 
     animation:fadeIn ease-in 1;
     animation-fill-mode:forwards;
     animation-duration:12s;
    }

    
   @keyframes fadeIn5 { from { opacity:0; } to { opacity:1; } }

   .fade-in5 {
     opacity:0;  
     animation:fadeIn ease-in 1;
     animation-fill-mode:forwards;
     animation-duration:15s;
    }

    
   @keyframes fadeIn6 { from { opacity:0; } to { opacity:1; } }

   .fade-in6 {
     opacity:0; 
     animation:fadeIn ease-in 1;
     animation-fill-mode:forwards;
     animation-duration:18s;
    }

    
   @keyframes fadeIn7 { from { opacity:0; } to { opacity:1; } }

   .fade-in7 {
     opacity:0; 
     animation:fadeIn ease-in 1;
     animation-fill-mode:forwards;
     animation-duration:21s;
    }

    
   @keyframes fadeIn8 { from { opacity:0; } to { opacity:1; } }

   .fade-in8 {
     opacity:0;  
     animation:fadeIn ease-in 1;
     animation-fill-mode:forwards;
     animation-duration:24s;
    }

    
   @keyframes fadeIn9 { from { opacity:0; } to { opacity:1; } }

   .fade-in9 {
     opacity:0;  
     animation:fadeIn ease-in 1;
     animation-fill-mode:forwards;
     animation-duration:27s;
    } */
  /* process end */



  /* client start */

.client_section{
  width:100%;
  height:100vh;
  padding-top:10px;
  padding-bottom:10px;
  flex-direction: column;
  justify-content: space-evenly;
  display: flex;
  position: relative;
  background-color: #00000003;
}

.heading_word{
  position: absolute;
  content:"";
  top:10px;
  right:20px;
  width:50%;
}

.contact_section{
  position: relative;
  width:100%;
  height:100vh;
  padding-top:10px;
  padding-bottom:10px;
  flex-direction: column;
  justify-content: space-evenly;
  display: flex;
  background-color: #00000003;
  
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


.sign_off h2{
  font-size: 24px;
    margin-top: 34px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
    text-align: right;
}

.websitescreen_wrapper{
  position: relative;
  height:300px;
  overflow: hidden;
  border: 1px solid #044a6a1a;
}

.video_border{
  border:3px solid #ffffff;
}
.inss a {
    text-decoration: none;
    display: flex
;
    flex-direction: row;
    align-items: center;
    color: #000000;
    font-weight: 700;
}
.inss img {
    width: 18px !important;
}
.web_screen{
  position: absolute;
  content:"";
  top:0px;
  left:0px;
  transition: 1s linear;
}

.web_screen:hover{
  position: absolute;
  content: "";
  top: -382px;
  left: 0px;
}


/* .contact_section::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #0000009e;
} */


  /* client end */



  /* iframe */



.bottom_heading{
  margin-top:30px;
}

.bottom_heading h4{
  position: relative;
  margin-top: 30px;
  text-align: right;
  color: #000000;
  font-size: 26px;
  font-weight: 700;
  text-transform: capitalize;
}

.bottom_heading h4::after{
  position: absolute;
  content: "";
  width: 66px;
  height: 3px;
  right: 2px;
  bottom: -7px;
  background-color: #7a0d1a;
}


.domain_link h3 {
  margin-top: 20px;
  font-size: 23px;
  color: #000000;
  font-weight: 800;
  text-decoration: none;
  }

.domain_link h3 a{
margin-top: 20px;
font-size: 20px;
color: #7a0d1a;
text-decoration: none;
}


.webdetail h3{
text-align: left;
color:#000000;
}


.item-title i{
  font-size: 10px;
}

.whytab .nav{
  display: flex;
  flex-wrap: wrap;
  padding-left: 90px;
  flex-direction: column !important;
  margin-bottom: 0;
  list-style: none;
}

.why_hawks {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
}

.why_hawks h3 {
  font-size: 34px;
  color: #000000;
  text-align: right;
}

.why_tab .nav-link{
   font-size: 23px;
}
.home-5-bg #particles-js {
  z-index: 1!important;
position: absolute;
  width: 100%;
  height: 100%;
}

.nav-link h2{
  position: relative;
  font-size: 23px;
  color:#000000;
}

.nav-link.active h2{
  position: relative;
  font-size: 26px;
  color: #3c0000;
}

.usp h3 {
  font-size: 34px;
  color: #000000;
  text-align: right;
}

.nav-link h2::before{
  position: absolute;
  content: "";
  top: 10px;
  left: -14px;
  width: 8px;
  height: 8px;
  background-color: #560400;
}

.logo_bni{
  width: 152px;
  margin-left: auto;
  margin-top: 8px;
}

.arrow_img{
  position: absolute;
  content: "";
  top:0px;
  right:0px;

}


.arrow_img1 {
  position: absolute;
  content: "";
  top: 32px;
  right: -94px;
  rotate: -25deg;
  display: none;
 
}

.star {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2px;
}
    
.star .fa {
  padding: 2px;
  font-size: 13px;
  color: #656565;
}

.checked {
  color: #f2b600 !important;
}

.arrow_img2 {
  position: absolute;
  content: "";
  top: 125px;
  right: -61px;
  rotate: 23deg;
  display: none;
}


.arrow_img3 {
  position: absolute;
  content: "";
  top: 119px;
  right: 23px;
  rotate: 50deg;
  display: none;
}


.arrow_img4 {
  position: absolute;
  content: "";
  top: 112px;
  left: -38px;
  rotate: 86deg;
  display: none;
}

.arrow_img5 {
  position: absolute;
  content: "";
  top: 36px;
  left: -108px;
  rotate: 138deg;
  display: none;
}

.arrow_img6 {
  position: absolute;
  content: "";
  top: -37px;
  left: -69px;
  rotate: 177deg;
  display: none;
}

.arrow_img7 {
  position: absolute;
  content: "";
  top: -95px;
  left: -29px;
  rotate: 215deg;
  display: none;
}

.arrow_img8 {
  position: absolute;
  content: "";
  top: -86px;
  right: -13px;
  rotate: 255deg;
  display: none;
}

.arrow_img9 {
  position: absolute;
  content: "";
  top: -47px;
  right: -93px;
  rotate: 295deg;
  display: none;
}


.deg-270:hover .arrow_img1{
  display: block;
  }

.deg-315:hover .arrow_img2{
  display: block;
  }

.deg-0:hover .arrow_img3{
    display: block;
    }

.deg-420:hover .arrow_img4{
      display: block;
      }

.deg-45:hover .arrow_img5{
        display: block;
        }

.deg-90:hover .arrow_img6{
          display: block;
          }


.deg-135:hover .arrow_img7{
            display: block;
            }

.deg-180:hover .arrow_img8{
              display: block;
              }

  .deg-225:hover .arrow_img9{
                display: block;
                }


.story .nav{

  display: flex ;
  justify-content: space-evenly;
  flex-direction: column;
  /* width: 80%; */
  height: 96%;
  color:#fff;
}

.story .nav .nav-link h2{
  color:#ffffff;

}

.next_line{
  position: absolute;
  content: "";
  bottom: 103px;
  right: 10px;
  width: 81px;
  height: 81px;
  background: #ffffff15;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 999;
}

.next_red_line{
  width: 81px;
  height: 3px;
  background-color: #56040000;
}

.sree_image img{
  width:250px;
}

.next_line .far{
  color: #222cb3;
  font-size: 36px;
}

.down_sro{
  position: relative;
 
}

.down_arrow {
  position: absolute;
  content: "";
  top: -64px;
  left: -21px;
  width: 11%;
}


.tetmonial_mobile{
  display: none;
}


.fixed_next_arow{
  position: fixed;
  width: 37px;
  height: 37px;
  background-color: #222cb38c;
  bottom: 5px;
  right: 5px;
  border-radius: 7px;
  border: 2px solid;
  display:none;
  justify-content: center;
  align-items: center;
}

.man_cir{
  background-image: url(../images/askcicrle.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 20px;
}

.man_cir p{
  text-align: center;
  margin-bottom: 0px !important;
  padding: 9px;
  font-size: 12px;
}

.nav-link h3 {
  position: relative;
  font-size: 23px;
  color: #000000;
}


.nav-link .fa-times{
color:#ff0000;
}

.nav-link .fa-check{
  color:#0c6809;
  }

#myDIV3{
display: none;
}

.ask_mobile{
  padding-top: 50px;
  padding-bottom: 50px;
}

.ask_mobile_box{
  padding: 17px;
  border: 2px solid #ffc4c463;
  text-align: center;
  margin-top: 14px;
  border-radius: 18px;
  box-shadow: rgb(0 0 0 / 17%) 0px 5px 15px;
}

.ask_mobile_box p{
  margin-bottom:0px;
}

.mobile_first {
  position: relative;
  padding-top: 40px;
  padding-bottom: 0px;
  height: auto;
}

.arrows_imgs1{
  position: absolute;
  top: 45px;
  left: 103px;
  width: 37px;
}

.arrows_imgs2{
  position: absolute;
  top: 114px;
  right: -20px;
  width: 37px;
  rotate: 90deg;
}

.arrow_imgs3{
  position: absolute;
  top: 33px;
  left: -48px;
  width: 37px;
  rotate: 179deg;
}

.arrow_imgs4{
  position: absolute;
  top: 114px;
  left: -20px;
  width: 37px;
  rotate: 89deg;
}

.arrows_imgs6{
  position: absolute;
  top: 114px;
  right: -31px;
  width: 37px;
  rotate: 90deg;
}

@media screen and (max-width:1113px){
  .fixed_menu_bottom {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    display: none;
    justify-content: space-evenly;
    align-content: center;
    z-index: 9999;
    background-color: #ffffff;
}

.proces_img {
  margin: auto;
  width: 90px;
  position: relative;
}

.process_gif p {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}

.fixed_next_arow{
  position: fixed;
  width: 37px;
  height: 37px;
  background-color: #222cb3d1;
  bottom: 5px;
  right: 5px;
  border-radius: 7px;
  border: 2px solid #fff;
  display:flex;
  justify-content: center;
  align-items: center;
}


.fixed_next_arow a{
  color:#ffffff;
  text-decoration: none;
}

.fixed_next_arow a:hover{
  color:#ffffff;
  text-decoration: none;
}

.logo_bni {
  width: 99px;
  margin-left: auto;
  margin-top: 8px;
}

}



@media screen and (max-width:1020){
  .tetmonial_web{
    display: none;
  }
  .tetmonial_mobile{
    display: block;
  }
}


@media screen and (max-width:895px){
  .usp_hawk {
    position: relative;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
    overflow: hidden;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.hawk_logo {
  display: flex;
  align-items: center;
  /* flex-direction: column; */
  justify-content: center;
  /* flex-direction: column; */
  margin-top: 23px;
}
.shir_login {
  padding: 9px;
  background-color: white;
  width: 100%;
}
  .video_box {
    position: relative;
    width: 100%;
  }
  
  .whytab .nav{
    display: flex;
    flex-wrap: wrap;
    padding-left: 0px;
    flex-direction: column !important;
    margin-bottom: 0;
    list-style: none;
  }
  
  .process {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-color: #ffffff;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
}


  .shir_login h2 {
    font-size: 27px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 500;
    text-align: center;
    transform: scale(0.94);
    animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
}

.lap {
  max-width: 234px;
}

#typedtext {
  color: #000000;
  font-weight: 500;
  max-width: 600px;
  font-size: 15px;
}

  .main_testmonial {
    position: relative;
    height: 100%;
    width: 100%;
    background-color: #e9e7e9;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #fff6f6 !important;
}
  .history-tl-container {
    font-family: "Roboto",sans-serif;
    width: 100%;
    margin-left: 29px;
    display: block;
    position: relative;
   
}

ul.tl li .item-title {
  color: #ffffff;
  font-size: 16px;
  margin-top: -3px;
}

.history-tl-container ul.tl li {
  list-style: none;
  margin: auto;
  min-height: 107px;
  /* background: rgba(255,255,0,0.1); */
  border-left: 1px dashed #86D6FF;
  padding: 0 0 50px 30px;
  position: relative;
}


ul.tl li .timestamp {
  color: #ffffff;
  position: absolute;
  width: 100px;
  left: -115px;
  top: 12px;
  text-align: right;
  font-size: 13px;
}

  .why_hawks h3 {
    font-size: 23px;
    color: #000000;
    text-align: right;
}
  .slid_right_side {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 45%;
    background-color: rgb(255, 255, 255);
    overflow: hidden;
    display: none;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    z-index: 999;
}

.slid_left_side {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background-color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 1s linear;
  z-index: 999;
}

.shir_login h2:nth-child(2) {
  font-size: 19px;
  text-transform: uppercase;
  color: #000000;
  text-align: center;
}

.logo {
  width: 159px;
}

.shir_login h2 span {
  font-weight: 700;
  font-size: 26px;
  text-transform: uppercase;
  color: #000000;
  transform: scale(0.94);
  animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
}

.shir_login h3 {
  font-family: 'Dancing Script', cursive;
  font-size: 32px;
  text-align: center;
}

.next_line {
  position: absolute;
  content: "";
  bottom: 103px;
  right: 10px;
  width: 81px;
  height: 81px;
  background: #ffffff15;
  display: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 999;
}

.button_cover {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.strip_1 {
  position: absolute;
  content: "";
  width: 110px;
  height: 100%;
  top: 0px;
  left: 216px;
  background-color: #730b0b1a;
}

.strip_2 {
  position: absolute;
  content: "";
  width: 54px;
  height: 100%;
  bottom: 0px;
  left: 344px;
  background-color: #730b0b00;
}

.strip_3 {
  position: absolute;
  content: "";
  height: 19px;
  width: 100%;
  bottom: 61px;
  left: 0px;
  background-color: #750b0b00;
}

.firstpage {
  position: relative;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  overflow: hidden;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(to bottom, #ffffff4d, #ffffffb0), url(../images/background_bg2.png);
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
}

.signing_off button {
  background-color: #222cb3;
  padding: 12px 34px;
  border: none;
  box-shadow: none;
  border-radius: 22px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 1px;
}

.thank_box {
  padding: 2px;
  margin: auto;
  transition: 2s linear all;
}

.team_heading h4 {
  font-size: 20px;
  text-align: center;
}

.addre_thk p {
  margin-bottom: 0px;
  margin-top: 17px;
  font-weight: 600;
  color: #000000;
  font-size: 14px;
}

.sign_off h2 {
  font-size: 24px;
  margin-top: -7px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 600;
  text-align: right;
}

.why_us {
  position: relative;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: linear-gradient(to bottom, #5e0202c7, #3a0202f5), url(../images/calender.png);
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
}

.time_head h3 {
  font-size: 31px;
  color: #ffffff;
  margin-bottom: 20px;
  text-align: right;
}

.nav-link h2 {
  position: relative;
  font-size: 17px;
  color: #000000;
}

.usp h3 {
  font-size: 20px;
  color: #000000;
  text-align: right;
}


.ticknfalse h2{
  position: relative;
}



.client_section {
  width: 100%;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  flex-direction: column;
  justify-content: space-evenly;
  display: flex;
  position: relative;
  background-color: #00000003;
}
.main_testmonial {
  position: relative;
  height: 100%;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #faf3f3;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #fff6f6 !important;
}
.bottom_heading h4 {
  position: relative;
  margin-top: 30px;
  text-align: right;
  color: #000000;
  font-size: 19px;
  font-weight: 700;
  text-transform: capitalize;
}


.star {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 31px;
}

.text_width {
  width: 99%;
}

.domain_link h3 {
  margin-top: 20px;
  font-size: 19px;
  color: #000000;
  font-weight: 800;
  text-decoration: none;
}

.buld_img img {
  width: 75px;
  float: right;
  margin-top: -6px;
}

.domain_link h3 a {
  margin-top: 20px;
  font-size: 18px;
  color: #7a0d1a;
  text-decoration: none;
}

.on_p p{
  text-align: left;
    color: #000000;
    font-size: 19px;
    font-weight: 700;
    text-transform: ca
}




.webdetail h3 {
  text-align: center;
  color: #000000;
  font-size: 15px;
}

.pin-spacer{
  display: none !important;
}

.app_mobile {
  position: absolute;
  content: "";
  width: 178px;
  height: 100px;
  bottom: -7px;
  left: 114px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tetmonial_web{
  display: none;
}
.tetmonial_mobile{
  display: block;
}

.nav-link h3 {
  position: relative;
  font-size: 16px;
  color: #000000;
}

.bulbs{
  width:50%;
  margin: auto;
}

.tipssection {
  position: relative;
  height: auto;
  width: 100%;
  overflow: hidden;
  background-color: #ffffff;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
}

.why_hawks {
  position: relative;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
  overflow: hidden;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
}
.shir_login h4 {
  font-size: 25px;
  margin-top: 34px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 400;
  text-align: center;
}

}