@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&display=swap');

:root{
    --font1:"Fraunces", serif;
    --font2:"Open Sans", sans-serif;
    --color1: #2B3A9B;
    --color2: #FCB03B;
    --color3: #c9ebf6;
    --color4: #000000;
    --color5: #ffffff;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
@media (min-width: 1200px){
   
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1300px;
}
}
.hero-content-left h1{
  font-size: 60px;
  line-height: 70px;
  font-weight: 900;
  margin-bottom: 30px;
}
.hero-content-left .btn{
    background-color:var(--color2) ;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0.95rem 1.7rem 0.85rem;
    border: 0;
    border-radius: 30px 0 30px 0;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-family: var(--font2);
    font-weight: 700;
    font-size: 16px;
    color: var(--color4);
    -webkit-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    transition: all .15s ease-in;
}
.hero-content-left .btn:hover{
    border-radius: 0px 30px 0px 30px;   
}
.hero-content-left .btn:focus ,.hero-content-left .btn:active {
    background: none var(--color5);
    color: var(--color4);
}
.hero-section .sign-up-form-wrap{
    border-radius: 30px 0px 30px 0px !important;
}
.step-container {
    position: relative;
    text-align: center;
    -webkit-transform: translateY(-43%);
        -ms-transform: translateY(-43%);
            transform: translateY(-43%);
  }
  .sign-up-form-wrap .progress-bar{
    background-color: var(--color1);
  }
  .step-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid var(--color1);
    line-height: 30px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px;
    cursor: pointer; 
    color: var(--color1);
  }

  .step-line {
    position: absolute;
    top: 16px;
    left: 50px;
    width: calc(100% - 100px);
    height: 2px;
    background-color: var(--color1);
    z-index: -1;
  }
  
  #multi-step-form{
      overflow-x: hidden;
  }
  .sign_up_form_header h3{
    color: #072d56;
    text-align: center;
    font-family: var(--font1);
    font-size: 1.9rem;
    font-weight: 900;
    line-height: 1.2;
    text-transform: none;
    letter-spacing: normal;
    margin-bottom: 0;
  }
  .sign_up_form_header .hs-field-desc{
    color: #072d56;
    margin: 0.25rem 0 2.5rem;
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 1.44px;
    text-transform: uppercase;
    font-family: var(--font-family-sans-serif);
  }


  
  .form_lable_check label {
    cursor: pointer;
    background-color: #072d56;
    margin: 0px 5px 15px 5px;
    border-radius: 10px;
    font-family: var(--font2);
    font-weight: 600;
    border: 1px solid #fff;
    overflow: hidden;
    text-transform: uppercase;
    color: var(--color5);
    font-family: var(--font2);
    font-weight: 700;
    font-size: 14px;
    color: var(--color4);
    float: left;
  }
  
  .form_lable_check label span {
    text-align: center;
    padding: 15px 28px;
    display: block;
  }
  
  .form_lable_check label input {
    position: absolute;
    display: none;
    color: #fff !important;
  }
  /* selects all of the text within the input element and changes the color of the text */
  .form_lable_check label input + span{color: var(--color5);}
  
  
  /* This will declare how a selected input will look giving generic properties */
  .form_lable_check input:checked + span {
      color: var(--color4);
     
  }
  .form_lable_check input:checked + span { 
    background-color: var(--color2);
   
}
.sign_up_form_header .next-step , .sign_up_form_header .prev-step , .sign_up_form_header .form_submit{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    z-index: 1;
    padding: 0.95rem 3rem 0.85rem;
    background: none #c9ebf6;
    border: 0;
    border-radius: 30px 0 30px 0;
    text-align: center;
    color: #072d56;
    font-size: 1rem;
    line-height: 1.4;
    letter-spacing: .12em;
    font-weight: 700;
    margin: 20px 0 0 0;
    text-decoration: none;
    vertical-align: middle;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    transition: all .15s ease-in;
  }
.sign_up_form_header .next-step:focus , .sign_up_form_header .prev-step:focus , .sign_up_form_header .form_submit:focus{
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
  }
  
  .sign_up_form_header .next-step:hover , .sign_up_form_header .prev-step:hover , .sign_up_form_header .form_submit:hover{ 
    border-radius: 0px 30px 0px 30px;   
  }
 .sign_up_form_header .step_second .question , .step_second .form-label ,  .step-3 .form-label{
    text-align: left;
    font-family: var(--font2);
    color: #2e536c;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
 }
 .step-3 .form-label {
    color: #072d56;
    font-size:14px;
 }
 .step-3 .form-control{
    font-size:15px;
    font-weight:600;
    color: var(--color4);
    font-family: var(--font2);
 }
 .step-3 .form-control:focus{
    outline: none;
    border-color: #072d56;
    
 }
 .sign_up_form_header .step_second ul li{
    display:inline-block;
    margin:10px 0px 0 0;
 }
 .radio-label {
    color: #303030;
    font-size: 14px;
    font-weight: 700;
    margin-right: 11px;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    font-family: var(--font2);
  }
  
  .radio-input {
    margin: 0;
    visibility: hidden;
  }
  
  .radio-input:checked + span {
    border: 2px solid var(--color1);
  }
  
  .radio-input:checked + span:after {
    opacity: 1;
  }
  
  .custom-radio {
    left: -8px;
    top: 4px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    border: 2px solid #9a9a9a;
    border-radius: 50%;
    display: inline-block;
    position: relative;
  }
  
  /* for inner filled circle */
  .custom-radio::after {
    content: '';
    width: 10px;
    height: 10px;
    background: var(--color1);
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }.example {
    display: -ms-grid;
    display: grid;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(black));
    background: -o-linear-gradient(top, white, black);
    background: linear-gradient(to bottom, white, black);
}
.main_heading h2{
  font-family: var(--font1) !important;
  font-weight:700 !important;
  font-size:35px;
}
.main_heading h2 span{
  color: var(--color1);
}
.main_heading p{
  font-family: var(--font2);
    font-size: 16px;
    font-weight: 500;
    color: var(--color4);
    line-height: 30px;
}
.main_heading .quote_btn a{
  background: var(--color3);
  border: 1px solid var(--color3);
  padding: 0.95rem 3rem 0.85rem;
  border-radius: 30px 0 30px 0;
  color: #072d56;
  line-height: 1.4;
  letter-spacing: .12em;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all .15s ease-in;
  -o-transition: all .15s ease-in;
  transition: all .15s ease-in;
}
.main_heading .quote_btn a:hover {
  border-radius: 0px 30px 0px 30px;
}
.client-section-wrap .lead , .our-services-section .features-box .features_box_content p{
  font-family: var(--font2);
  font-size: 16px;
  font-weight: 500;
  color: var(--color4);
}
.our-services-section{
  background-image: url('../img/Cover-Bg.webp');
  background-repeat: no-repeat;
  background-size: cover;
}
.our-services-section h2{
    font-weight:700;
}
.our-services-section h2 span, .packages .section-heading h2 span{
  color: var(--color1);
}
.section-heading p {
  font-family: var(--font2);
  font-size: 16px;
  font-weight: 500;
  color: var(--color4);
  line-height: 30px;
}
.our-services-section .features-box{
  padding: 30px 20px !important;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 10px;
  position: relative;
  text-align: center;
}
.our-services-section .features-box:hover{
  box-shadow: 0 0 18px 0 rgba(34,42,65,.1);
}
.our-services-section .features-box:hover h5{
  color: var(--color1);
  cursor: pointer;
}
.our-services-section .features-box .features_box_content h5{
  font-weight: 700;
}
.our-services-section .features-box .features_box_content p{
  font-size: 14px;
  font-size: 1rem;
  color: #6d7783;
  min-height: 120px;
  margin-bottom: 0px;
}
.features_box_icon img{
  width: 80px;
  height: 80px;
  margin: 15px;
}
.our-services-section .features-box .features_box_icon:hover img{
  filter: grayscale(1);
}
.features-box:hover .features_box_content span img{
  padding-left:5px;
  transition: 0.2s ease-in;
}
.bg_web_dark{
  background-color: #19191F;
}
.bg_web_dark .web_track_img{
  margin: 0px 0px -83px 0px;
  padding: 0px 0px 0px 0px;
}
.contact_us{
  background-color: #101010;
  background-image: url('../img/contact-img-1.webp');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0px 110px 0px;
}
.contact_us .contact_title h5{
  color: var(--color2);
  font-family: var(--font1);
  font-style: italic;
  font-size: 25px;
  font-weight: 700;
}
.contact_us .contact_title h4{
  font-size: 65px;
    line-height: 1.14;
    font-family: var(--font1);
    font-weight: 800;
    color: var(--color5);
    margin-bottom: 0;
}
.contact_us  .agency__contact_wrap {
  margin: 20px 0px 0px 0px;
  background-color: #1c1b1b;
  border-radius: 70px 331px 311px 60px;
  position: relative;
  padding: 125px;
}
.agency__contact_wrap form label{
  color: var(--color5);
  font-family: var(--font1);
  margin-bottom:5px;
  font-size: 17px;
  font-weight:600;
}
.agency__contact_wrap form .form-control{
  background-color: transparent;
  box-shadow: none;
  outline: none;
  margin-bottom:20px;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  border-bottom: 1px solid #302e2e;
  border-radius: 0px;
  font-size: 18px;
  color: var(--color5);
  font-family: var(--font1);  
  resize: none;
  z-index: 9;
  position: relative;
}
.agency__contact_wrap form .send_btn button{
  background-color: var(--color2);
  font-family: var(--font1);
  font-weight:700;
  font-size:20px;
  border: 0px;
  padding: 0.95rem 1.7rem 0.85rem;
  border-radius: 30px;
  outline: none;
  position: relative;
}
.contact_us_img {
  position: absolute;
  right: 0px;
  bottom: -8px;
}
.contact_us_img img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
  border-radius: 0 0 311px;
}
.top_left_img {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 1;
}
.top_left_img img{
  border-radius:60px 0 0 0;
}
.footer_bg {
  background-color:#1c1b1b;
  background-image: url('../img/footer-bg-shape-1.webp');  
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0px 110px 0px;
}
.footer_bg .logo_footer img{
  max-width:100%;
  width:300px;
}
.footer_bg .footer_details , .footer_title , .say_hello{
  margin: 60px 70px 0px 0px;
}
.footer_bg .footer_details p {
  color: var(--color5);
  font-size: 18px;
  font-family: var(--font2);
  font-weight: 500;
  line-height: 35px;

}
.footer_call img{
  vertical-align: middle;
  display: inline-block;
}
.footer_call a {
  font-size: 28px;
    color: var(--color5);
    font-weight: 600;
    font-family: var(--font1);
    padding: 0px 10px;
    vertical-align: middle;
    display: inline-block;
}
.footer_title h3{
  color: var(--color5);
  margin:0px 0px 15px 0px;
}
.footer_title ul li{
  padding-bottom: 10px;
}
.footer_title ul li:not(:last-child) {
  margin-bottom:10px;
  padding-left:0px;
  border-bottom:1px solid #262626;
  
}
.footer_title ul li a{
  color: var(--color5);
  font-family: var(--font2);
  font-size: 18px;
  font-weight: 600;
}
.footer_title ul li a:hover{
  color: var(--color2);
  transition: 0.5s;
}
.say_hello p{
  color: var(--color5);
  font-family: var(--font1);
  font-size:40px;
  margin-bottom: 10px;
}
.say_hello a{
  color: var(--color5);
  font-family: var(--font1);
  font-weight:700;
  font-size:30px;
}

.agency__contact_wrap form .send_btn button::after {
	content: '';
	display: block;
	position: absolute;
	width: 160px;
	height: 40px;
	background-color: black;
	z-index: -1;
	left: calc(50% - 80px);
	top: 10px;
	opacity: 0.3;
	filter: blur(5px);
	transition: all 0.2s ease-out;
}
.agency__contact_wrap form .send_btn button:hover::after {
	opacity: 0.5;
	filter: blur(20px);
	transform: translatey(10px) scalex(1.2);
}
.agency__contact_wrap form .send_btn button:active::after {
	opacity: 0.3;
}
.agency__contact_wrap form .send_btn button.loading::after {
	width: 40px;
	left: 5px;
	top: 12px;
	border-radius: 100%;
}
.agency__contact_wrap form .send_btn button .spinner {
	display: block;
	width: 34px;
	height: 34px;
	position: absolute;
	top: 13px;
	left: calc(30% - 17px);
	background: transparent;
	box-sizing: border-box;
	border-top: 4px solid white;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-radius: 100%;
	animation: spin 0.6s ease-out infinite;
}
@keyframes spin {
	100% {transform: rotate(360deg)}
}

/*-------------Packages------------*/
.seopackagebox {
    text-align: center;
    box-shadow: 0px 0px 4px #dadada;
    border: 1px solid #2b3a9b;
    border-radius: 5px;
}
.seopackhead {
    background-color: #2b3a9b;
    padding: 15px 0;
}
.seopackhead > h3 {
    margin: 0;
    color: #fff;
}
.seopackhead > p {
    color: #fff;
    margin: 0;
    font-size: 17px;
}
.seopackageprice > ul > li {
    font-size: 18px;
    color: #000;
    border-bottom: 1px solid #e3e3e3;
    padding: 5px 0;
    font-weight: 600;
}
.seopackagebody {
    padding: 0px 15px;
}
.seopackagecheck > ul > li {
    color: #000;
    border-bottom: 1px solid #e3e3e3;
    padding: 5px 0;
}
.seopackagecheck > ul > li:last-child {
  border-bottom: none;
}