@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}


body {
    font-family: Arial, Helvetica, sans-serif; 
}

header {
    background-color: #050a30 !important;
    width: 100%;
    position: fixed;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px;
    padding-bottom: 16px;
    padding-top: 16px;
    
}



.hamburger {
    display: none; 
    cursor: pointer;
}

.navigation {
    display: flex;
    
}

.navigation a {
    color: white;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: 400;
    padding-left: 30px;
}



@media (max-width: 768px) {
    .hamburger {
        display: block; 
        color: white;
        font-size: 1.5em;
    }

    

    .navigation {
        display: none; 
        flex-direction: column; 
        position: absolute;
        top: 60px;
        right: 0;
        background-color: #050a30; 
        width: 100%; 
        margin-top: -10px; 
    }

    
    .navigation.active {
        display: flex; 
    }

    .navigation a {
        padding: 15px 20px; 
        text-align: center; 
        border-bottom: 1px solid rgba(255, 255, 255, 0.1); 
    }
}



.logo {
    text-decoration: none;
    color: white;
    
    
    font-size: 1.5em;
    font-family: 'Product' 'Sans';
}





@media (max-width: 768px) {
    .logo {
        font-size: 1.5em; 
    }
}

@media (max-width: 480px) {
    .logo {
        font-size: 1.3em; 
    }
}

.navigation a {
    color: white;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: 400;
    padding-left: 30px;
    background-color: transparent   ;
}

.navigation a:hover {
    color: antiquewhite;
}

.header-logo {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 20px;
    padding: 100px 50px;
    width: 250px;
    

}



section {
    display: block; 
    width: 100%;
}



.main {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('images/a3.png') no-repeat center center; /* Ensure quotes around the URL */
    background-attachment: fixed;
    
    height: 100vh; /* Use 100% of the viewport height */
}

/* Special handling for smaller screens if needed */
@media (max-width: 768px) {
    .main {
        height: 100vh; /* Explicitly set for mobile */
        background-attachment: scroll; /* Remove fixed background on mobile */
        
    }
}




.int{
    padding-top: 30px;
    padding-bottom: 30px;
}
.main h2 {
    font-family: 'Times New Roman', Times, serif;
    font-style: normal;
    color: aliceblue;
    font-weight: 100;
    font-size: 4em;
    text-align: center;
    
    
    
}


.main h2 span {
    font-family: 'Times New Roman', Times, serif;
    font-style: oblique;
    
    
}

@media (max-width: 768px) {
    .main h2 {
        font-size: 2em;
    }

    .main p {
        font-size: 1em;
    }
}

@media (max-width: 380px) {
  .main h2 {
      font-size: 1.6em;
  }

  
}


.int-container {
    text-align: center;
    padding: 40px 20px;
    max-width: 800px;
    margin: 0 auto;
}

.int h4 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 1.8em;
    color: #0066cc;
    font-weight: 300;
    margin-bottom: 10px; 
}

.int h2 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 2.5em;
    font-weight: 300;
    color: #003366;
    margin-top: 10px; 
    margin-bottom: 20px; 
}

.int p.intro-text {
    font-family: 'Product' 'Sans';
    font-weight: 300;
    font-size: 1.2em;
    line-height: 1.6;
    text-align: center;
    color: #333;
    margin-bottom: 30px;
    max-width: 650px;
    margin: 20px auto;
}


.btn-primary {
    display: inline-block;
    text-decoration: none;
    font-size: 1em;
    font-weight: 500;
    color: white;
    background-color: #131c63; 
    padding: 15px 30px;
    border-radius: 50px;
    transition: all 0.3s ease-in-out; 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.btn-primary:hover {
    background-color: #050a30;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
    transform: scale(1.05);
}

.testimonial {
    margin: 0;
    padding: 0;
    background-color: #101855;
    width: 100% ;
    height: 100vh;
    
    justify-content: center;
    align-items: center;
    color: white;
    position: relative;
    overflow: hidden;
    
}


.carousel{
    height: 470px; 
    perspective: 250px;    
    
}

.testimonial h2{
    text-align: center;
    padding-top: 50px;
    color: #fff;
    font-size: 2.8em;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 600;
    padding-bottom: 20px;
}
.carousel .carousel-item {
	width: 450px;
	background: #fff;
	padding: 50px;
	height: auto;
	text-align: center;
    border-radius: 15px;
}
.img-area {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 50%;
	border: inset 8px deepskyblue;
    
}
        .img-area img{
            width: 100%;
        }
        .testi p {
	color: #262626;
	font-size: 18px;
	line-height: 1.9;
    font-family: 'Product' 'Sans';
}
        .testi h4 {
	font-size: 20px;
	margin: 0;
	color: #000;
    font-family: 'Product' 'Sans';
}
        .testi h5 {
	font-size: 14px;
	letter-spacing: 5px;
	margin: 7px 0;
    font-family: 'Product' 'Sans';
}

@media (max-width: 768px) {
    .testimonial h2 {
        font-size: 2.5em;
    }

    
}




.partners-section {
    text-align: center;
    padding: 20px;
    background-color: #ffffff;
    margin: 20px auto;
    border-radius: 8px;
    max-width: 1100px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    
}


.logo-2 {
    overflow: hidden; 
    width: 100%;
    max-width: 1100px;
    margin-bottom: -300px;
}
.logo-2 img {
    width: 100%;
    max-width: 1100px; 
    height: auto;
    border-radius: 8px; 
    transition: transform 0.3s ease-in-out; 
}



.header-2 {
    position: relative;
    color: white;
    padding: 20px;
    border-radius: 8px 8px 0 0;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.handshake-image {
    width: 100%;
    max-width: 600px;
    margin-top: 10px;
}

.partners-logos {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px 0;
    background-color: #fff;
    border-radius: 0 0 80px 8px;
    flex-wrap: wrap; 
}
    

.partner {
    text-align: center;
    margin: 10px;
    flex: 1 1 200px;
    max-width: 220px;
}

.partner img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

.partner img:hover {
    transform: scale(1.1);
}

.partner p {
    margin-top: 10px;
    font-size: 16px;
    color: #333;
    font-family: 'Product Sans', sans-serif;
    font-weight: 600;
}

@media (max-width: 768px) {
    .partners-logos {
        display: grid;
        grid-template-columns: repeat(2, 1fr); 
        gap: 20px; 
        margin-top: 163px;
    }

    .logo-2 img {
        transform: scale(1); 
        width: 100%;
        max-width: 500px; 
        
        object-fit: cover;
    }
}

@media (max-width: 480px) {
    .partners-logos {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px; 
    
    }
    .logo-2 img {
        transform: scale(1); 
        height: 300px;
        margin-bottom: -50px;
        
        object-fit: cover;
        
    }
}

.partner {
    text-align: center;
    margin: 10px;
    flex: 1 1 200px;
    max-width: 220px;
}













#about {
    width: 100%;
    min-height: 100vh;
    padding: 60px 0;
    background-color: #f9f9f9   ;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}


.about-1 {
    margin-bottom: 50px;
    text-align: center;
    padding: 0 20px;
    
}

.about-1 h1 {
    font-size: 2.5em;
    font-weight: 300;
    color: #003366;
    margin-bottom: 20px;
    margin-top: 0px;
    font-family: 'Times New Roman', Times, serif;
    padding-top: 40px;
}

.about-1 p {
    font-size: 1.2em;
    color: #333;
    max-width: 1100px;
    margin: 0 auto;
    line-height: 1.6;
    font-family: 'Product' 'Sans';
    padding-bottom: 30px;
    padding-top: 15px;
}

#about-2 {
    width: 100%; 
    max-width: 100%; 
}


#about-2 .row {
    display: flex;
    justify-content: space-between; 
    gap: 30px;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 300px;
    margin-left: -160px;
    padding-top: 20px;

}

.about-item {
    flex: 1 1 auto; 
    width: 340px; 
    height: 360px;
    background-color: white;
    padding: 30px;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: all 0.3s ease-in-out;margin: 20px auto; 
    
}

.about-item i {
    font-size: 43px;
    color: #080f45;
    margin-bottom: 20px;
    transition: color 0.3s, transform 0.3s; 
}

.about-item h3 {
    font-size: 25px;
    margin-bottom: 10px;
    color: #003366;
    font-family: 'Times New Roman', Times, serif;
}

.about-item hr {
    width: 46px;
    height: 3px;
    background-color: #080f45;
    margin: 0 auto;
    border: none;
    margin-bottom: 20px;
}

.about-item p {
    font-size: 1.1em;
    color: #555;
    margin-top: 20px;
    font-family: 'Product' 'Sans';
}

.about-item:hover {
    background-color:#080f45;
    color: white;
}

.about-item:hover i {
    color: white;
    transform: translateY(-10px); 
}

.about-item:hover h3,
.about-item:hover p {
    color: white;
}

.about-item:hover hr {
    background-color: white;
}


@media (max-width: 768px) {
    #about-2 .row {
        flex-direction: column;
        flex-wrap: wrap; 
        max-width: 100%;
        margin-left: 0; 
        align-items: center;
    }

    .about-item {
        width: 100%;
        margin: 10px auto;
    }
}


.footer-distributed{
	background: #050a30;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
	padding: 55px 50px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

.footer-distributed .footer-left{
	width: 40%;
}



.footer-logo{
    width:100px;
    margin-top: -27px;
    margin-bottom: -20px;
    margin-left: -10px;
}


.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
  font-weight:400;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #706e6e;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}



.footer-distributed .footer-center{
	width: 35%;
}

.footer-distributed .footer-center i{
	background-color:  #33383b;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
  font-weight:400;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color:  lightseagreen;
	text-decoration: none;;
}

.footer-distributed .footer-links a:before {
  content: "|";
  font-weight:300;
  font-size: 20px;
  left: 0;
  color: #fff;
  display: inline-block;
  padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
  content: none;
}



.footer-distributed .footer-right{
	width: 20%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}



@media (max-width: 880px) {

	.footer-distributed{
		font: bold 14px sans-serif;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

}

.certificate {
    background-color: #f9f9f9;
    padding-top: 130px;
    padding-bottom: 50px;
    text-align: center;
}

.certificate-container {
    max-width: 600px;
    margin: 0 auto;
    padding: 30px;
    background-color: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.certificate h4 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 1.8em;
    color: #003366; 
    margin-bottom: 20px;
}

.certificate p {
    font-family: 'Product' 'Sans';
    font-size: 1.2em;
    color: #555;
    margin-bottom: 20px;
}

.certificate input {
    width: 80%;
    padding: 15px;
    border-radius: 25px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    font-size: 1em;
    font-family: 'Product' 'Sans';
}

.certificate button {
    display: inline-block;
    padding: 15px 30px;
    background-color: #131c63; 
    color: #fff;
    font-size: 1em;
    font-weight: 500;
    border: none;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.certificate button:hover {
    background-color: #050a30;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
    transform: scale(1.05);
}

#certificateImage img {
    width: 100%;
    max-width: 500px;
    margin: 20px 0;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.contact_us_2 * {
    font-family: Nunito, sans-serif;
  }
  
  .contact_us_2 .text-blk {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    line-height: 25px;
  }
  
  .contact_us_2 .responsive-cell-block {
    min-height: 75px;
  }
  
  .contact_us_2 input:focus {
    outline-color: initial;
    outline-style: none;
    outline-width: initial;
  }
  
  .contact_us_2 .container-block {
    min-height: 75px;
    width: 100%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    display: block;
  }
  
  .contact_us_2 .submit-btn:hover {
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: #050a30;
  }
  
  .contact_us_2 .responsive-container-block {
    min-height: 75px;
    height: fit-content;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  
  .contact_us_2 .responsive-container-block.big-container {
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
    position: relative;
    height: auto;
  }
  
  .contact_us_2 .responsive-container-block.container {
    position: static;
    min-height: 75px;
    flex-direction: column;
    z-index: 2;
    max-width: 800px;
    margin-top: 120px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
  }
  
  .contact_us_2 .container-block.form-wrapper {
    background-color: white;
    max-width: 799px;
    text-align: center;
    padding-top: 50px;
    padding-right: 40px;
    padding-bottom: 50px;
    padding-left: 40px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 20px 7px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }
  
  .contact_us_2 .text-blk.contactus-head {
    font-size: 36px;
    line-height: 50px;
    font-weight: 900;
  }
  
  .contact_us_2 .text-blk.contactus-subhead {
    color: #9c9c9c;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 50px;
    margin-left: 0px;
  }
  
  .contact_us_2 .responsive-cell-block.wk-desk-6.wk-ipadp-6.wk-tab-12.wk-mobile-12 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 26px;
    margin-left: 0px;
    min-height: 50px;
  }
  
  .contact_us_2 .input {
    width: 80%;
    height: 50px;
    padding-top: 1px;
    padding-right: 15px;
    padding-bottom: 1px;
    padding-left: 30px;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #eeeeee;
    border-right-color: #eeeeee;
    border-bottom-color: #eeeeee;
    border-left-color: #eeeeee;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    font-size: 16px;
    color: black;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  
  .contact_us_2 .textinput {
    width: 98%;
    min-height: 150px;
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #eeeeee;
    border-right-color: #eeeeee;
    border-bottom-color: #eeeeee;
    border-left-color: #eeeeee;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    font-size: 16px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  
  .contact_us_2 .submit-btn {
    width: 98%;
    background-color: #131c63;
    height: 60px;
    font-size: 20px;
    font-weight: 700;
    color: white;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: outset;
    border-right-style: outset;
    border-bottom-style: outset;
    border-left-style: outset;
    border-top-color: #767676;
    border-right-color: #767676;
    border-bottom-color: #767676;
    border-left-color: #767676;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    cursor: pointer;
  }
  
  .contact_us_2 .form-box {
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }
  
  .contact_us_2 .social-media-links {
    width: 250px;
    display: flex;
    justify-content: space-evenly;
    margin-top: 50px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }
  
  .contact_us_2 .link-img {
    width: 30px;
    height: 30px;
  }
  
  .contact_us_2 .text-blk.input-title {
    text-align: left;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    font-size: 14px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    color: #9c9c9c;
  }
  
  .contact_us_2 ::placeholder {
    color: #dadada;
  }
  
  .contact_us_2 .blueBG {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    height: 300px;
    background: url(images/cor3.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    
  }
  
  @media (max-width: 768px) {
    .contact_us_2 .submit-btn {
      width: 100%;
    }
  
    .contact_us_2 .input {
      width: 90%;
    }
  
    .contact_us_2 .textinput {
      width: 100%;
    }
  
    .contact_us_2 .container-block.form-wrapper {
      margin-top: 80px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
    }
  
    .contact_us_2 .text-blk.input-title {
      padding-top: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
      padding-left: 0px;
    }
  
    .contact_us_2 .responsive-container-block.container {
      margin-top: 80px;
      margin-right: 0px;
      margin-bottom: 50px;
      margin-left: 0px;
    }
  
    .contact_us_2 .container-block.form-wrapper {
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
    }
  
    .contact_us_2 .text-blk.contactus-head {
      font-size: 30px;
      line-height: 40px;
      padding-bottom: 40px !important;
    }
  }
  
  @media (max-width: 500px) {
    .contact_us_2 .container-block.form-wrapper {
      padding-top: 50px;
      padding-right: 15px;
      padding-bottom: 50px;
      padding-left: 15px;
    }
  
    .contact_us_2 .container-block.form-wrapper {
      margin-top: 60px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
    }
  
    .contact_us_2 .responsive-cell-block.wk-ipadp-6.wk-tab-12.wk-mobile-12.wk-desk-6 {
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 15px;
      margin-left: 0px;
    }
  
    .contact_us_2 .responsive-container-block {
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 35px;
      margin-left: 0px;
    }
  
    .contact_us_2 .text-blk.input-title {
      font-size: 12px;
    }
  
    .contact_us_2 .responsive-container-block.container {
      margin-top: 50px;
      margin-right: 0px;
      margin-bottom: 50px;
      margin-left: 0px;
    }
  
    .contact_us_2 .container-block.form-wrapper {
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
    }
  
    .contact_us_2 .responsive-container-block.big-container {
      padding-top: 10px;
      padding-right: 20px;
      padding-bottom: 10px;
      padding-left: 20px;
    }
  
    .contact_us_2 .text-blk.contactus-head {
      font-size: 26px;
      line-height: 34px;
    }
  
    .contact_us_2 .input {
      height: 45px;
    }
  }



  
  *:before,
  *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  body {
    margin: 0;
  }
  
  .wk-desk-1 {
    width: 8.333333%;
  }
  
  .wk-desk-2 {
    width: 16.666667%;
  }
  
  .wk-desk-3 {
    width: 25%;
  }
  
  .wk-desk-4 {
    width: 33.333333%;
  }
  
  .wk-desk-5 {
    width: 41.666667%;
  }
  
  .wk-desk-6 {
    width: 50%;
  }
  
  .wk-desk-7 {
    width: 58.333333%;
  }
  
  .wk-desk-8 {
    width: 66.666667%;
  }
  
  .wk-desk-9 {
    width: 75%;
  }
  
  .wk-desk-10 {
    width: 83.333333%;
  }
  
  .wk-desk-11 {
    width: 91.666667%;
  }
  
  .wk-desk-12 {
    width: 100%;
  }
  
  @media (max-width: 1024px) {
    .wk-ipadp-1 {
      width: 8.333333%;
    }
  
    .wk-ipadp-2 {
      width: 16.666667%;
    }
  
    .wk-ipadp-3 {
      width: 25%;
    }
  
    .wk-ipadp-4 {
      width: 33.333333%;
    }
  
    .wk-ipadp-5 {
      width: 41.666667%;
    }
  
    .wk-ipadp-6 {
      width: 50%;
    }
  
    .wk-ipadp-7 {
      width: 58.333333%;
    }
  
    .wk-ipadp-8 {
      width: 66.666667%;
    }
  
    .wk-ipadp-9 {
      width: 75%;
    }
  
    .wk-ipadp-10 {
      width: 83.333333%;
    }
  
    .wk-ipadp-11 {
      width: 91.666667%;
    }
  
    .wk-ipadp-12 {
      width: 100%;
    }
  }
  
  @media (max-width: 768px) {
    .wk-tab-1 {
      width: 8.333333%;
    }
  
    .wk-tab-2 {
      width: 16.666667%;
    }
  
    .wk-tab-3 {
      width: 25%;
    }
  
    .wk-tab-4 {
      width: 33.333333%;
    }
  
    .wk-tab-5 {
      width: 41.666667%;
    }
  
    .wk-tab-6 {
      width: 50%;
    }
  
    .wk-tab-7 {
      width: 58.333333%;
    }
  
    .wk-tab-8 {
      width: 66.666667%;
    }
  
    .wk-tab-9 {
      width: 75%;
    }
  
    .wk-tab-10 {
      width: 83.333333%;
    }
  
    .wk-tab-11 {
      width: 91.666667%;
    }
  
    .wk-tab-12 {
      width: 100%;
    }
  }
  
  @media (max-width: 500px) {
    .wk-mobile-1 {
      width: 8.333333%;
    }
  
    .wk-mobile-2 {
      width: 16.666667%;
    }
  
    .wk-mobile-3 {
      width: 25%;
    }
  
    .wk-mobile-4 {
      width: 33.333333%;
    }
  
    .wk-mobile-5 {
      width: 41.666667%;
    }
  
    .wk-mobile-6 {
      width: 50%;
    }
  
    .wk-mobile-7 {
      width: 58.333333%;
    }
  
    .wk-mobile-8 {
      width: 66.666667%;
    }
  
    .wk-mobile-9 {
      width: 75%;
    }
  
    .wk-mobile-10 {
      width: 83.333333%;
    }
  
    .wk-mobile-11 {
      width: 91.666667%;
    }
  
    .wk-mobile-12 {
      width: 100%;
    }
  } 



