@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,400;1,300&family=Cinzel+Decorative:wght@400;700;900&family=Cinzel:wght@400;500;600;700;800;900&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Kanit: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&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat: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&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@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&family=Tenor+Sans&display=swap');

body{
    position: relative;

}

html,body{
    overflow-x: hidden;
    height: 100%;
    width: 100%;
    scroll-behavior: smooth;
}
    *{
    padding:0;
    margin:0;
    box-sizing: border-box;
}
.flex-holder{
    display: flex;
    justify-content:space-between;
    align-items: center;
}
.row{
    display:flex;
    flex-wrap: wrap;
}
.col-100{
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
}
.col-70{
    width: 100%;
    max-width: 70%;
    flex: 0 0 70%;
}
.col-50{
    width: 100%;
    max-width: 50%;
    flex: 0 0 50%;
}
.col-60{
    max-width: 60%;
    width: 100%;
    flex: 0 0 60%;
}
.col-40{
    max-width: 40%;
    width: 100%;
    flex: 0 0 40%;
	display: none;
}
.col-33{
    max-width: 33.33%;
    width: 100%;
    flex: 0 0 33.33%;
}
.col-30{
    max-width:30%;
    width: 100%;
    flex: 0 0 30%;
}
.col-25{
    max-width: 25%;
    width: 100%;
    flex: 0 0 25%;
}
.col-20{
    max-width: 20%;
    width: 100%;
    flex: 0 0 20%;
}
ul{
    list-style:none;
}
a{
    text-decoration:none;
}
.bg-position{
    background-size: cover;
    background-repeat:no-repeat;
}
p{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family:'open sans';
    color: #00213B
}
a{
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    font-family:'helvetica';
    display: inline-block;
}
h1{
    font-family: 'Helvetica';
    font-weight: 700;
    font-size: 56px;
    line-height: 68px;
    color: #FFFFFF;
}
h2{
    font-size: 56px;
    line-height: 68px;
    font-weight: 700;
    font-family:'helvetica';
}
h3{
    font-size: 48px;
    font-weight: 700;
    font-family:'helvetica';
}
h4{
    font-size: 35px;
    font-weight: 700;
    font-family:'helvetica';
}
.same-arrow a img{
    transition: all .3s ease-in-out;
}
.same-arrow a:hover img{
    transform: rotate(45deg);
}

.main-header{
    background: rgba(255, 255, 255, 0.002);
    border-bottom: 1px solid #FFFFFF;
    padding: 11px 0;
    position: absolute;
    width: 100%;
}
.home .main-header{
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
    border-bottom: none;
}
.header-container{
    max-width:1338px;
    width: 100%;
    margin: 0 auto;
    padding:0 15px;
}
/* .contact-btn a{
    text-transform: uppercase;
    border: 1px solid #fff;
    padding:10px 14px;
} */
/* .contact-btn a:hover{
	background-color: #0d71b9;
	border: 1px solid #fff;
	transition: .3s ease-in-out;
} */
.main-menu-area{
    display: flex;
    gap: 15px;
    align-items: center;
}
nav ul li a{
    text-transform: none !important;
    font-weight:500;
}
nav ul{
    display: flex;
    gap: 20px;
    align-items: center;
}
.hamburger button{
    background: transparent;
    border: none;
}
.hamburger{
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 10px 11px 2px 11px;
    display: none;
}
.hamburger span{
    display: block;
    width:10px;
    height: 2px;
    border-radius: 1px;
    margin-bottom: 4px;
    background-color: #fff;
}
.main-banner{
    padding:164px 0 20px 0;
}
.banner-content{
    text-align: center;
    margin-bottom:95px;
}
.banner-container{
    max-width: 941px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.banner-content p{
    max-width: 503px;
    margin: 21px auto;
    color: #fff;
}
.banner-content a{
    padding: 13px 45px;
    background: #0D71B9;
    border: 2px solid #FFFFFF;
    border-radius: 2px;
}
.banner-content a:hover{
	background-color: transparent;
	border: 2px solid #fff;
	transition: 0.7s;
}
.scroll-btn{
    text-align: center;
}
section#home-about{
	display:none;
}
.h-about{
    padding:100px 0;
}
.h-about-container{
    max-width:1186px;
    width: 100%;
    margin: 0 auto;
    padding:0 15px;
}
.h-about .row{
    gap:14%;
}
.h-about .col-50{
    max-width:calc(50% - 7%);

}
.h-about-content h3{
    line-height:59px;
    color: #00213B;
}
.h-about-para{
    margin:20px 0 16px 0;
}
.h-about-para p{
    font-weight:600;
    max-width:489px;
}
.h-about-para:nth-child(even) p{
    margin-top:23px;
}
.h-about-read-btn{
    background-color: #0d71b9;
    padding: 10px 35px;
    display: inline-block;
}
.we-offer-read-btn{
    text-align: right;
}
.we-offer-read-btn a{
    color: #fff;
    text-transform: uppercase;
    border-bottom:1.5px solid #fff;
    font-weight: 700;
    font-size: 13.2444px;
    line-height: 25px;
}
.we-offer-read-btn a img{
    margin-left:49px;
}
.h-about-img img{
    width: 100%;
}
.we-offer{
    background-color:#00213B;
    color: #fff;
    padding:60px 0 74px 0;
	display: none;
}
.we-offer-container{
    max-width:996px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}
.testimonial .top-border-line{
    border-left: 1px solid #00213B;
}
.top-border-line{
    border-left: 1px solid rgba(255, 255, 255, 1);
    height: 80px;
    display: none;
    position: relative;
    left: 50%;
    transform: translatex(-50%);
}
.we-offer-heading{
    text-align: center;
    line-height: 117px;
    margin-bottom: 42px;
}
.we-offer-content{
    border-right: 1px solid rgba(255, 255, 255, .3);
    padding:0 12.5% 0 12.5% ;
}
.we-offer .col-33:nth-child(3) .we-offer-content{
    border-right: none;
    padding: 0 0 0 21.8%;
}
.we-offer .col-33:nth-child(1) .we-offer-content{
    padding:0 17.3% 0 0;
}
.we-offer-content h4{
    font-weight: 700;
    font-size: 14px;
    line-height: 30px;
}
.we-offer-content p{
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
    padding:35px 0 29px 0;
}
.why-outsource{
    padding: 70px 0;
	display: none;
}

.site-title {
    display: none;
}
.why-outsource .row{
    align-items: center;
    gap: 120px;
}
.why-outsource .row .col-50{
    width: calc(50% - 60px);
    flex:0 0 calc(50% - 60px) ;
}
.why-outsource-img img{
    width: 100%;
}
.why-outsource-content h3{
    text-transform: uppercase;
}
.why-outsource-content ul{
    list-style:disc;
}
.why-outsource-content ul li{
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 16px;
    line-height: 27px;
    color: #00213B;
    margin-top:24px;
}
.why-outsource-container{
    max-width: 1086px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.testimonial{
    background:rgba(179, 186, 197, .1);
    mix-blend-mode: normal;
    padding: 88px 0 88px 0;

}


section.h-contact-us {
    display: none;
}
.testimonial-heading{
    text-align: center;
    padding: 0px 0 79px 0;
}
.testimonial-container{
    max-width:1230px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}
.testimonial-slider{
    position: relative;
}
.testimonial-slider .item{
    margin-right:20px;
    background-color: #fff;
    padding:30px;
    min-height:259px;
}
.slider-content p{
    color: #183B56;
    margin: 28px 0 25px 0;    
    /* max-width:265px; */
}
/* .owl-theme:first-child p{
    max-width:370px;
} */
.slider-content h4{
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.225px;
    color: #183B56;
}
.testimonial-slider .owl-theme .owl-dots{
    max-width: 700px;
    display: flex;
    margin-top: 82px;
}
.testimonial-slider .owl-theme .owl-dots .owl-dot{
    width: 100%;
}
.testimonial-slider .owl-theme .owl-dots .owl-dot span{
    width: 100%;
    height: 3px;
}
.testimonial-slider .owl-theme .owl-nav {
    position: absolute;
    bottom: 0;
    right: 20px;
}
.testimonial-slider .owl-theme .owl-nav span{
    border: 1px solid #000;
    height: 35px;
    width: 35px;
    display: block;
    border-radius: 50%;
    text-align: center;
    padding-top: 5px;
    margin-left:28px;
}

.owl-theme .owl-nav [class*='owl-']:hover{
    background: transparent ;
    color: #000;
}
.main-footer{
    background-color: #00213B;
    padding:56px 0 26px 0;
}
.footer-container{
    max-width:1322px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.footer-logo{
    text-align: center;
}
.social{
    text-align: center;
    display: flex;
    justify-content: center;
    margin:33px 0 63px 0;
}
.social i{
    padding-top: 12px;
    display: block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    color: #5A7184;
    font-size:16px;
    background-color:rgba(90, 113, 132, .1);
    margin-left:6px;
}
.main-footer .flex-holder{
    padding: 16px 0 26px 0;
}
.main-footer .flex-holder .row{
    gap: 34px;
}
.main-footer .flex-holder .row li>a{
    font-weight: 600;
    font-size: 11px;
    line-height: 24px;
    text-transform: capitalize;
    color: rgba(255, 255, 255, .4);
}
.copy-right p{
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    color:rgba(255, 255, 255, .4);
    /* margin-top:16px; */
}
.privacy-policy p{
    font-weight: 600;
    font-size: 11px;
    line-height: 24px;
    text-transform: capitalize;
    color:rgba(255, 255, 255, .4);
    /* margin-left:30px;
    margin-top:16px; */
}
.h-fome-content {
    padding: 93px 171px 93px 144px;
    text-align: center;
}
.h-fome-content h4{
    color: #fff;
}
.h-fome-content h3 {
    text-align: center;
    margin-bottom: 26px;
}
.h-fome-content form{
    width: 50%;
    margin: 0 auto;
    text-align:left;
}
.h-fome-content form label {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
/* or 200% */
    color: #fff;
    font-family: 'Helvetica';
}

.h-fome-content form .form-group input, .h-fome-content form textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #fff;
    outline: none;
    box-shadow: none;
    height: 44px;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    font-family: 'Helvetica';
    background-color: transparent;
}
.h-fome-content form .form-group input::placeholder, .h-fome-content form textarea::placeholder{
        font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #00213B;
    font-family: 'Helvetica';
}

.h-fome-content form .form-group {
    margin-top: 24px;
}
.h-fome-content form .form-group br{
    display: none;
}
.h-fome-content form .row {
    margin: 0 -8px;
}
.h-fome-content form .col-100,
.h-fome-content form .col-50 {
    padding: 0 8px;
}

.submit-btn input {
    background: rgba(0, 33, 59, 0.03);
    border: 2px solid #fff;
    height: 78px;
    width: 100%;
    outline: none;
    margin-top: 60px;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
}
.h-get-started {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.h-get-started-content {
    max-width: 396px;
}

.h-get-started-content h3,.h-get-started-content p {
    color: #fff;
}

.h-get-started-content p {
    margin-top: 24px;
}
.mini-banner {
    height: 556px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mini-banner-content h2 {
    color: #fff;
/*     text-transform: normal; */
}
/***********************************
            About Page
************************************/
.about-page .row{
    align-items: flex-end;
}
.site-title h1 {
    font-weight: 800;
    font-size: 250px;
    line-height: 116%;
    color: #F8F8F8;
    transform: translateX(30%);
    transition: all .3s ease-in-out; 
}
/* .about-page:hover .site-title h1{
    transform: none;
} */
.about-container {
    max-width: 1174px;
    margin: 0 auto;
    padding: 0 15px;
}

.about-page-content h3 {
    color: #00213B;
}

.about-page-para p {
    color: #00213B;
    font-weight: 600;
    margin-top: 23px;
}

.about-page-content {
    max-width: 469px;
	
}

.about-page-para {margin-top: 53px;}

.about-page {
    padding-bottom: 130px; 
	padding-top: 50px;
	
}

.about-page-content a {
    background: #0d71b9;
    border: 1px solid #0d71b9;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin-top: 82px;
/*     padding: 19px 21px; */
	    padding: 16px 25px;
}

.about-page-content a img {
    margin-left: 50px;
}
.home .get-in-touch{
    display: none;
}
.touch-container {
    max-width: 1322px;
    margin: 0 auto;
    border-bottom: 1px solid rgba(255,255,255,.3);
    padding: 43px 15px 53px 15px;
}

.get-in-touch {
    background-color: #00213B;
	display: none;
}

.touch-title h3 {
    font-weight: 700;
    font-size: 45px;
    line-height: 125%;
/* or 56px */
    color: #FFFFFF;
    max-width: 345px;
}

.touch-btn p {
    color: #fff;
    font-weight: 600;
    max-width: 531px;
    line-height: 1.8;
}

.touch-btn a {
    background-color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    margin-top: 45px;
    padding: 19px 21px;
    color: #00213B;
}

.touch-btn a img {
    margin-left: 90px;
}

.get-in-touch .row {
    align-items: center;
}

/*****************************
        Contact Us Page
******************************/
.contact-us-page{
    padding: 64px 0 107px;
}
.contact-container > .row{
    align-items: center;
}
.contact-container{
    max-width: 1360px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}
.contact-content{
    font-size:45px;
    max-width:194px;
    width: 100%;
    line-height:126%;
}
.for-mail{
    display: flex;
    align-items: center;
    gap:40px;
    margin-top: 35px;
}
.for-mail a{
    color: #00213B;
}
.for-mail span{
    width: 73px;
    height: 73px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:0 27px;
    border: 1px solid #000;
    border-radius: 50%;
}
.contact-form h4{
    text-align: center;
	margin-bottom: 5px !important;
}
.contact-form form label {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
/* or 200% */
    color: #00213B;
    font-family: 'Helvetica';
}
/* 30-03-23 */
.contact-form form .form-group input::placeholder, .contact-form form textarea::placeholder {
    opacity: .5;
}
.contact-form form .form-group input, .contact-form form textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(0, 33, 59,.33);
    outline: none;
    box-shadow: none;
    height: 44px;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #00213B;
    font-family: 'Helvetica';
}
.contact-form form .form-group input::placeholder, .contact-form form textarea::placeholder{
        font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #00213B;
    font-family: 'Helvetica';
}
.wpcf7 form .wpcf7-response-output { 
    border: 2px solid #00a0d2 !important;
    font-family: 'helvetica' !important;
	text-align: center;
}
.contact-form form .form-group {
    margin-top: 24px;
}

.contact-form form .row {
    margin: 0 -8px;
}
.contact-form form .col-100,
.contact-form form .col-50 {
    padding: 0 8px;
}

.contact-form .submit-btn input {
    background:#1170b8;
    border: 2px solid #fff;
    height: 78px;
    width: 100%;
    outline: none;
    margin-top: 60px;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
	cursor: pointer;
}
.contact-form form .form-group br{
    display: none;
}
/*****************************
        Outsource Page
******************************/
.welcome-parafficent{
    padding:50px 0;
}
.welcome-container{
    max-width:850px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}
.welcome-parafficent-content{
    text-align: center;
}
.welcome-parafficent-content p{
    font-size:20px;
    font-weight: 700;
    line-height: 130%;
}
.welcome-parafficent-content h4{
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    font-family: 'open sans';
    margin: 32px 0;
}
.welcome-parafficent-content .we-offer-read-btn {
    text-align: center;
}
.welcome-parafficent-content a{
    color: #00213B;
    border-bottom:1.5px solid #00213B;
}
.outsource-services{
/*     background-color: #00213B; */
    padding:100px 0;
}
.outsource-sevices-container{
    max-width:1190px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}
.outsource-services-boxes:nth-child(even) .row{
    flex-direction: row-reverse;
    margin: 90px 0;
    gap: 110px;
}
.outsource-services-boxes:nth-child(even) .row > .col-50{
    flex: 0 0 45%;
}
.outsource-services-boxes > .row .col-50:nth-child(2){
    width: calc(50% - 55px);
    flex: 0 0 calc(50% - 55px);
}
.outsource-services-boxes > .row{
    align-items: center;
    gap: 55px;
    flex-wrap: nowrap;
}
.offer_btn_box a{
	background: #0d71b9;
    border: 1px solid #0d71b9;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin-top: 20px;
    padding: 16px 25px;
}
.offer_btn_box{
	display: flex;
	justify-content: center;
	align-items: center;
}
.services-boxes-content p{
    max-width:477px;
    width: 100%;
    color: black;
    /* margin: 0 auto; */
}
.services-boxes-content h4{
    font-size:32px;
    line-height:130%;
    margin-bottom: 20px;
    color: black;
}
.services-boxes-img img{
    width: 100%;
}
.affordable-plans{
    text-align: center;
    padding:70px 0;
}
.plans-container{
    max-width: 1264px;
    width: 100%;
    padding: 0 15px;
    margin:  0 auto;
	display: none;
}
.plans-content p{
    padding: 20px 0 60px 0;
}
.plans-boxes > .row{
    gap: 40px;
}
.plans-boxes .col-33{
    border: 1px solid #E4E4E7;
}
.plans-boxes .col-33{
    flex:0 0 calc(33.33% - 27px);
    padding-top: 30px;
}
.plans-boxes h2{
    margin:12px 0 34px 0;
}
.plans-boxes h4{
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    color: #18181B;
    margin-bottom:12px;
}
.plans-boxes p{
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #71717A;
    max-width:161px;
    width: 100%;
    margin:  0  auto;
}
.plans-boxes a{
    background-color:#201F22;
    padding: 12px 0;
    width: 100%;
    margin-top:30px;
    transition: all .3s ease-in-out;
}
.plans-boxes a:hover{
    background-color: #00213B;
}
.data-solution{
    padding:100px 0;
	display: none;
}
.data-solution-container{
    max-width: 1326px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.data-solution-imgs .col-50{
    flex: 0 0 calc(50% - 14px);
}
.data-solution-imgs .row{
    gap: 28px;
}
.data-solution-imgs img{
    width: 100%;
}
.data-solution-imgs .row .col-50:nth-child(2){
    margin-top: 38px;
}
.data-solution-content{
    /* max-width:416px; */
    width: 100%;
    padding:38px 0 0 19.7% ;
}
.data-solution-content p{
    padding:22px 0;
}
.data-solution-content a{
    background-color: #0d71b9;
    padding: 16px 23px;
    font-weight: 700;
}
.banner-content h1 {
    font-size: 54px;
}
.page-template-contact-us .col-60 {

    margin: 0 auto;
}
.submit-btn {
    max-width: 28%;
    margin: 0 auto;
}


.contact-form .submit-btn input {
    height: 65px;
}
.contact-form h4 {
    margin-bottom: 60px;
}
@media (max-width:1367px) {
    .h-fome-content form {
        width: 70%;
    }
    .h-fome-content {
        padding: 50px 50px 50px 50px;
    }
}
@media (max-width:992px) {
    h1{
        font-size:46px;
    }
    .h-about .row {
        gap: 6%;
    }
    .h-about .col-50 {
        max-width: calc(50% - 3%);
    }
    .h-about-content h3{
        line-height: 50px;
    }
    .h-about-para {
        margin: 10px 0 10px 0;
    }
    .h-about-para:nth-child(even) p {
        margin-top: 5px;
    }
    .we-offer-content{
        border-right: 1px solid rgba(255, 255, 255, .3);
        padding:0 10% 0 10% ;
    }
    .we-offer .col-33:nth-child(3) .we-offer-content{
        border-right: none;
        padding: 0 0 0 12%;
    }
    .we-offer .col-33:nth-child(1) .we-offer-content{
        padding:0 10% 0 0;
    }
    .why-outsource .row {
        gap: 70px;
    }
    .why-outsource .row .col-50 {
        width: calc(50% - 35px);
        flex: 0 0 calc(50% - 35px);
    }
    .why-outsource-content h3 {
        font-size: 36px;
    }
    .testimonial-slider .owl-theme .owl-dots {
        max-width: 550px;
    }
    .site-title h1{
        font-size: 180px;
    }
    .about-page-content a {
        margin-top: 40px;
    }
    .for-mail {
        gap: 20px;
    }
    .services-boxes-content h4 {
        font-size: 28px;
        margin-bottom: 10px;
    }
    .data-solution-content h3{
        font-size: 38px;
    }
    .data-solution-content {
        padding: 38px 0 0 14%;
    }
}
@media (max-width:768px) {
    .hamburger{
        display:inline-block;
    }
	section.privacy .container {
    padding: 10px 20px !Important;
}
	section.mini-banner.about-banner.privacy-banner {
    height: 450px;
}
    nav{
        display: none;
    }
    nav ul{
        flex-direction: column;
        position: absolute;
        top:87px;
        left: 0;
        width: 100%;
         background-color: #0d71b9;
        gap: 0;
    }
    nav ul li a{
        margin: 10px 0;
    }
    h1{
        font-size: 38px;
        line-height:55px;
    }
    .h-about .row {
        flex-direction: column;
    }
    .h-about .col-50 {
        max-width: 100%;
    }
    .h-about-para p {
        max-width: 100%;
    }
    .h-about {
        padding: 50px 0;
    }
    .h-about-content{
        margin-bottom:30px;
    }
    .we-offer .row .col-33{
        max-width: 50%;
        flex: 0 0 50%;
    }
    .we-offer .col-33:nth-child(3) .we-offer-content {
        padding: 0;
        margin-top: 50px;
    }
    .why-outsource .row {
        flex-direction: column;
    }
    .why-outsource .row .col-50 {
        max-width: 100%;
        flex: 0 0 100%;
        width: 100%;
    }
    .why-outsource-content ul {
        margin-left: 20px;
    }
    .why-outsource .row {
        gap: 20px;
    }
    .why-outsource {
        padding: 50px 0;
    }
    .testimonial-slider .owl-theme .owl-nav {
        bottom: 20px;
    }
    .testimonial-heading h3{
        font-size:38px;
    }
    .testimonial {
        padding: 50px 0 50px 0;
    }
    .h-fome-content form {
        width: 100%;
    }
    .site-title h1 {
        font-size: 120px;
    }
    .about-page .row {
        flex-direction: column;
    }
    .about-page .row .col-50{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .about-page-content {
        max-width: 100%;
    }
    .about-page-content-img{
        margin-top: 30px;
    }
    .about-page-content-img img{
        width: 100%;
    }
    .about-page {
        padding-bottom: 50px;
    }
    .get-in-touch .row {
        flex-direction: column;
    }
    .get-in-touch .row .col-50{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .touch-title h3 {
        font-size: 35px;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .touch-btn p{
        max-width: 100%;
    }
    .touch-btn a img {
        margin-left: 40px;
    }
    .contact-container > .row {
        flex-direction: column;
    }
    .contact-container > .row .col-40,
    .contact-container > .row .col-60 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .contact-content{
        max-width: 100%;
        margin-bottom: 30px;
    }
    .welcome-parafficent-content h4 {
        font-size: 20px;
        line-height: 30px;
    }
    .outsource-services-boxes > .row {
        flex-direction: column;
    }
    .outsource-services-boxes > .row .col-50{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .services-boxes-content p{
        max-width: 100%;
    }
    .outsource-services-boxes:nth-child(even) .row {
        margin: 40px 0;
        gap: 30px;
        flex-direction: column;
    }
    .outsource-services-boxes > .row .col-50:nth-child(2) {
        width: 100%;
        flex: 0 0 100%;
    }
    .outsource-services {
        padding: 50px 0;
    }
    .plans-boxes .col-33 {
        flex: 0 0 calc(50% - 27px);
        max-width: calc(50% - 27px);
    }
    .plans-content h3{
        font-size:38px;
    }
    .data-solution-container > .row{
        flex-direction: column;
    }
    .data-solution-container > .row > .col-50{
        max-width: 100%;
        flex: 0 0 50%;
    }
    .data-solution {
        padding: 50px 0;
    }
    .data-solution-content {
        padding: 0;
        margin-top: 30px;
    }
    .data-solution-imgs .col-50 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .data-solution-imgs .row {
        gap:0;
    }
	section.privacy .container {
    padding: 20px 5%;
}
	.contact-form .submit-btn input {
    height: 50px;
}
	.submit-btn {
    max-width: 45%;
    margin: 0 auto;
}
	.contact-form h4 {
    text-align: center;
    margin-bottom: 30px;
}
	.banner-content h1 {
    font-size: 28px;
}
}
@media (max-width:420px) {
    h1{
        font-size:28px;
        line-height: 40px;
    }
    p{
        font-size: 14px;
    }
    .h-about-content h3{
        font-size: 38px;
    }
    .we-offer .row .col-33 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .we-offer-content{
        padding: 0;
        border: none;
    }
    .we-offer .col-33:nth-child(1) .we-offer-content {
        padding: 0;
    }
    form .row .col-50{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .h-fome-content {
        padding: 30px 30px 30px 30px;
    }
    .main-footer .flex-holder {
        flex-direction: column;
    }
    .mini-banner-content h2{
        font-size: 40px;
    }
    .site-title h1 {
        font-size: 80px;
    }
    .welcome-parafficent-content h4 {
        font-size: 18px;
        line-height: 25px;
        margin: 15px 0;
    }
    .plans-boxes .col-33 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .plans-content h3{
        font-size:30px;
    }
	.contact-form h4 {
    text-align: center;
    margin-bottom: 30px;
}
}

/* Thursday Css */
section.privacy .container {
    padding: 40px 10%;
}
section.privacy h3 {
    font-size: 28px;
}


section.privacy h3 {
    margin: 20px 0;
}

section.privacy p {margin-bottom: 20px;}

section.privacy ul li {
    list-style: disc;
    margin-bottom: 15px;
    font-family: 'open sans';
    margin-left: 15px;
}
nav ul li a {
    text-transform: capitalize;
    font-weight: 500;
}
.contact-btn a {
    text-transform: capitalize;
}
.banner-content p {
    max-width: 100%;
    margin: 21px 0 35px;
    color: #fff;
}
.social i{
	margin-left:0px;
}


header.bar-color {
    position: fixed;
    width: 100%;
    background: rgba(0,0,0,.9);
	z-index: 999;
}

.hamburger span {
    transition: 0.5s ease-in-out;
}

.hamburger.nav-active span:first-child {transform: translate(0px, 2px) rotate(90deg);}

.hamburger.nav-active span:last-child {
    transform: translate(0px, -4px) rotate(0deg);
}

.hamburger.nav-active button {
    transform: translate(-2px, -1px) rotate(45deg);
}
header#header{
	transition:all ease .5s;
}

/* /////////// */
/* date 29-03-23 */

.hide-pop-up {
  visibility: hidden;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
  -moz-transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
  -o-transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
	display:none;
}

.close-pop-up{
    position: absolute;
    right: 0;
    top: 0;
    width: 51px;
    height: 51px;
    font-size: 0;
    cursor: pointer;
}

.close-pop-up:before, .close-pop-up:after {
  content: '';
    position: absolute;
    background: #767676;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    left: 14px;
    right: 14px;
    top: 30px;
    height: 3px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    -webkit-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
}

.close-pop-up:after {
     -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.contact-form-popup{
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: #FAFDFF;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 600px;
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.09), 0px 11px 12px 7px rgba(0, 0, 0, 0.02);
    -moz-transition: all 120ms;
    -webkit-transition: all 120ms;
    -o-transition: all 120ms;
    transition: all 120ms;
    z-index: 99;
  padding: 25px;
  color: #5E5E5E;
    background-color: #fff;
}

@media screen and (max-width: 1000px) {
  .popup {
    width: 80%;
  }
}

.popup-header {
  text-transform: uppercase;
  font-size: 18px;
}

.popup-body {
  padding: 25px 0;
}
/* //// */
.h-about-content .h-about-read-btn:hover{
/* 	background: #000;
	border: 1px solid #fff; */
	cursor: pointer;
/* 	transition: 0.3s ease-in; */
}