*{
margin:0;
padding:0;
box-sizing: border-box;
font-family: "Inter", serif;
}
body{
font-size: 15.5px;
overflow-x: hidden;
}
body a{
text-decoration: none;
}
body ul li{
list-style: none;
}
:root{
--primary:#00309A;
--secondary:#FFD700;
--red:red;
--black:black;
--blue:blue;
--white:white;
--gray:gray;
--lightgray:lightgray;
}
::-webkit-scrollbar{
width:10px;
}
::-webkit-scrollbar-track{
background-color: var(--white);
}
::-webkit-scrollbar-thumb{
background-color: var(--primary);
border-radius: 32px;
}
.cursor {
position: absolute;
border-radius: 50%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 10px;
height: 10px;
cursor: pointer;
}
.cursorOne{
background-color: var(--secondary);
}
.cursorTwo {
width: 50px;
height: 50px;
border:2px solid var(--primary);
}
.top{
position: absolute;
content: "";
height:35px;
width:35px;
border:2px solid var(--primary);
background-color: var(--white);
border-radius: 50%;
position: fixed;
bottom:4%;
right:4%;
z-index: 100;
}
.whatsapp{
position: absolute;
content: "";
height:75px;
width:75px;
position: fixed;
bottom:8%;
right:2.8%;
z-index: 100;
}
.open-button {
height:50px;
width:50px;
background-color: var(--black);
font-size:25px;
border-radius:50%;
border: none;
cursor: pointer;
position: fixed;
bottom: 4%;
left: 2.5%;
z-index: 200;
}
.chat-popup {
display: none;
position: fixed;
bottom: 2%;
left: 2.5%;
z-index: 210;
border-radius: 5px;
box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.chat{
font-size: 30px;
color:var(--black);
}
.form-container {
width: 300px;
padding: 25px 10px;
background-color: white;
}
.form-container textarea {
width: 100%;
padding: 15px;
margin: 5px 0 22px 0;
border: none;
border-radius:5px;
background-color: var(--lightgray);
resize: none;
height:100px;
}
.form-container textarea:focus {
outline: none;
}
.form-container .btn {
background-color: var(--primary);
color: var(--white);
font-size:17px;
padding: 10px 20px;
border: none;
border-radius:20px;
cursor: pointer;
width: 100%;
margin-bottom:10px;
}
.form-container .cancel {
background-color: var(--secondary);
}
.form-container .btn:hover, .open-button:hover {
background-color: var(--black);
color: var(--white);
}


/*navbar page start*/
.first{
background-color: #444;
padding-top: 2px;
padding-bottom: 2px;
color:var(--white)!important;
font-size: 14px;
}
.first a{
color:var(--white)!important;
}
.call{
border: 2px solid var(--white);
height: 28px;
width:28px;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
padding-top: 4.5px;
margin-right: 7px;
}
.textEnd{
text-align: right;
padding-top: 2px;
}
nav{
height:85px;
box-shadow: rgba(149, 157, 165, 0.2) 3px 8px 24px;
}
.logo{
height:60px;
}
.nav-item{
padding-right: 15px;
}
.nav-item:last-child{
padding-right: 7px;
}
.nav-link{
font-size: 11.7px!important;
font-weight: 400!important;
}
.navLink{
font-size: 14px!important;
}
.dropend .dropdown-toggle {
padding-left: 25px;
}
.dropend .dropdown-menu{
display: none;
}
.dropdown:hover > .dropdown-menu{
display: block;
border-radius: 0%;
}
.dropdown-item{
font-size: 14px;
}
.dropdown-menu{
border-radius: 0%!important;
}
.fa-chevron-down{
font-size: 10px;
}

/*index part start*/
header{
height:560px;
display: flex;
justify-content: center;
align-items: center;
}
.headerOne{
display: flex;
justify-content: center;
flex-direction: column;
}
.headerTwo{
font-size: 14px;
font-weight:600;
color:var(--primary);
margin-bottom: 6%;
animation: sliding 2s linear infinite alternate-reverse;
}
@keyframes sliding{
100%{
transform: translateX(30px);
}
}
.headerThree{
font-size: 40px;
font-weight: 700;
}
.headerfour{
margin-top: 4%;
margin-bottom: 4%;
color:var(--primary);
font-weight: 700;
width: 0ch;
overflow: hidden;
white-space: nowrap;
animation: walking 7s linear infinite;
transition: all 1s;
}
@keyframes walking {
    0%{
        width: 0ch;
    }
    100%{
        width: 22ch;
    }
}
.typingContainer{
display: flex;
font-size: 20px;
letter-spacing: 0.5px;
margin-top: 3%;
margin-bottom: 4%;
}
#typedText{
font-weight: 600;
color:var(--secondary);
}
#cursor{
display: inline-block;
margin-left: 2px;
animation: blink 0.6s step-end infinite;
}
@keyframes blink{
50%{
opacity: 0;
}
}
.btnTop{
margin-top: 3%!important;
}
.readMore{
border:2px solid var(--primary);
background-color: var(--primary);
padding:9px 24px;
border-radius: 5px;
transition: all 1.5s;
color:var(--white)!important;
}
.readMore:hover{
border:2px solid #333;
background-color: #333;
}
button[type="button"]{
background-color: var(--primary)!important;
}
.colors{
background: linear-gradient(to right,var(--secondary), var(--primary));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.maroonColor{
color:var(--black);
font-size: 17px;
font-weight: 700;
margin-bottom: 4%;
}
.popular{
padding: 7px 15px;
background-color: var(--primary);
font-size: 13px;
margin-top: 5%;
text-align: center;
border-radius: 5px;
color:var(--white);
}
.row-gap{
row-gap: 20px;
}
.gap{
margin-top: 4%;
}
.containerWidth{
width:85%!important;
}
.choose{
font-weight: 700;
text-transform: uppercase;
}
.color{
color:var(--primary);
}
.chooseBox{
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
padding:10px;
background: linear-gradient(to right, var(--primary) 50%, var(--white) 50%);
background-size: 200% 100%;
background-position: right bottom;
transition: all 1s;
}
.chooseBox:hover{
background-position: left bottom;
color:var(--white);
transform: perspective(1200px) rotateX(7deg);
box-shadow: 2px 25px 32px -8px rgba(0, 0, 0, 0.75);
}
.icon{
font-size: 30px;
}
input[type="radio"]{
display: none;
}
label{
padding:10px 50px;
background-color: var(--primary);
border-radius: 3px;
color:var(--white);
cursor: pointer;
transition: .4s;
position: relative;
}
.tabContent{
display: none;
margin: 20px 0;
}
input[type="radio"]:checked+label{
background-color: var(--secondary);
}
#tab1:checked~#content1,
#tab2:checked~#content2,
#tab3:checked~#content3,
#tab4:checked~#content4{
display: block;
}
.serviceOne{
margin-left: 2%!important;
}
.serviceBox{
background-color: var(--secondary);
padding:4px;
border-radius: 5px;
padding-top: 22px;
padding-left: 15px;
padding-right: 15px;
height:100%;
}
.serviceBox ul{
margin-left: -4%;
}
.fontSize{
font-size: 14.5px;
}
.fontSize li{
font-size: 14.5px;
}
.serviceTwo{
text-align: center;
}
.serviceThree{
background-color: var(--black);
color:var(--white);
padding:8px;
font-size: 17px;
border-radius: 5px;
margin-bottom: 5%;
}
.working{
box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
text-align: center;
padding-top: 25px;
padding-bottom: 25px;
}
.working h4{
font-size: 17px;
}
.workingIcon{
font-size: 40px;
}
.workingOne{
margin-top: 10%;
background-color: var(--primary);
color:var(--white);
}
.workingTwo{
background-color: var(--primary);
color: var(--white);
}
.workingThree{
margin-top: 10%;
}
.model{
position: relative;
}
#man{
width:100%;
height:160px;
position: absolute;
top: 0%;
left: 5%;
z-index: 100;
}
.counter{
background: url('images/herobg.png');
background-repeat: no-repeat;
background-size: cover;
background-position: center;
padding-top: 25px;
padding-bottom: 15px;
color:var(--white);
}
.reach h3{
height:120px;
width:120px;
border:3px solid var(--gray);
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 15%;
}
.reach h3:hover{
border:3px solid var(--red);
background-color: var(--red);
box-shadow: 0 0 25px var(--red),
            0 0 50px var(--red),
            0 0 75px var(--red),
            0 0 100px var(--red);
}
.business{
background-color: #f2f2f2;
padding-top: 40px;
padding-bottom: 10px;
}
.shape-box {
position: relative;
z-index: 1;
box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .12);
}
.shape-box_half {
overflow: hidden;
}
.shape-box_half:before {
position: absolute;
content: '';
top: 0;
left: 0;
right: 0;
bottom: 0;
transition: \transform .4s;
z-index: 1;
}
.shapeImage{
background:linear-gradient(rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0.9)),url('images/3.jpg');
background-repeat: no-repeat;
background-size: cover;
background-position: center;
width: 370px;
height: 400px;
color:var(--white);
border-radius: 5px;
}
.shapeImageOne{
background:linear-gradient(rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0.9)),url('images/4.jpg');
background-repeat: no-repeat;
background-size: cover;
background-position: center;
width: 370px;
height: 400px;
color:var(--white);
border-radius: 5px;
}
.shape-box_half figcaption {
position: absolute;
left: 0;
right: 0;
bottom: 0;
padding: 0 30px 30px;
transition: \transform .4s;
transform: translateY(100%);
z-index: 3;
}
.shape-box_half figcaption .show-cont {
position: absolute;
bottom: calc(100% + 30px);
left: 30px;
right: 30px;
transition: bottom .4s;
}
.card-no {
font-size: 36px;
color: var(--secondary);
margin: 10px 0;
}
.card-main-title {
margin-top: 8px;
font-size: 24px;
}
.card-content {
margin-top: 15px;
margin-bottom: 35px;
}
.shape-box_half:hover:before {
transform: skewY(20deg);
}
.shape-box_half:hover figcaption {
transform: translateY(0);
}
.shape-box_half:hover figcaption .show-cont {
bottom: 100%;
}
.shape-box_half:hover>.after {
opacity: 1;
}
video{
height:500px;
}

/*footer page start*/
footer{
background-color: #00103A;
color:var(--white);
padding-top: 25px;
}
.footerOne{
font-size: 15px;
padding-bottom: 10px;
padding-top: 10px;
}
footer p{
font-size: 15px;
}
footer a{
color:var(--white);
}
footer h5{
position: relative;
font-size: 18px;
margin-bottom: 7%!important;
}
footer h5::before{
position: absolute;
content: "";
height:3px;
width:75px;
background:linear-gradient(to right, #333, var(--primary));
border-radius: 50px;
top:28px;
}
.footerTwo{
margin-bottom: 14%!important;
}
.youtube{
height: 35px;
width: 35px;
color: red;
border: 2px solid red;
border-radius: 50%;
text-align: center;
padding-top: 7px;
margin-right: 5px;
transition: all .2s;
}
.youtube:hover{
background-color: red;
color: var(--white);
}
.facebook{
height: 35px;
width: 35px;
color: #3b5998;
border: 2px solid #3b5998;
border-radius: 50%;
text-align: center;
padding-top: 7px;
margin-right: 5px;
transition: all .2s;
}
.facebook:hover{
background-color: #3b5998;
color: var(--white);
}
.insta{
height: 35px;
width: 35px;
color: purple;
border: 2px solid purple;
border-radius: 50%;
text-align: center;
padding-top: 7px;
margin-right: 5px;
transition: all .2s;
}
.insta:hover{
background-color: purple;
color: var(--white);
}
.twitter{
height: 35px;
width: 35px;
color: var(--gray);
border: 2px solid var(--gray);
border-radius: 50%;
text-align: center;
padding-top: 7px;
margin-right: 5px;
transition: all .2s;
}
.twitter:hover{
background-color: var(--gray);
color: var(--white);
}
.footerThree{
background-color: var(--secondary);
padding-top: 15px;
padding-bottom: 15px;
}
.footerThree a{
padding-left: 70px;
}
.footerThree a:first-child{
padding-left: 0px;
}


/*sub pages start*/
.subMain{
height:500px;
background-color: rgb(230, 255, 255);
display: flex;
justify-content: center;
align-items: center;
}
.subCenter{
display: flex;
justify-content: center;
flex-direction: column;
padding-right: 30px!important;
}
.subSectionBox{
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
padding-top: 20px;
padding-bottom: 20px;
}
.subSectionBoxOne{
padding-top: 20px;
padding-bottom: 20px;
}
.subSection{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.subSectionOne{
padding-top: 3px;
}
.subIcon{
font-size: 30px;
}
.subPara{
margin-top: 3%;
margin-bottom: 5%;
}
.form{
box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
padding:50px 20px;
background-color: var(--white);
border-radius: 3px;
}
.form-control{
margin-top: 3%;
border-radius: 5px!important;
height:45px;
}
.submit{
background-color: var(--primary)!important;
color:var(--white)!important;
}
.sticky{
position: sticky;
display: inline-block;
float: left;
top:10px;
}
.trademark{
background-color: #f1f1f1;
border-radius: 5px;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 50px!important;
margin-top: 3%;
}
.trademark a{
color:var(--black);
}
.trademark a:hover{
color:var(--primary);
}

/*responsive part start*/
@media (max-width:1024px){
html{
overflow-x: hidden;
}
.logo{
height:45px;
}
.nav-item{
padding-right: 0px;
}
.nav-link{
font-size: 11px!important;
}
.navLink{
font-size: 12px!important;
}
.dropdown-item{
font-size: 12px;
}
.maroonColor{
font-size: 15px;
}
.containerWidth{
width:95%!important;
}
label{
padding:10px 23px;
}
.working h4{
font-size: 15px;
}
.business{
padding-bottom: 50px;
}
video{
height:400px;
}
.footerTwo{
font-size: 15px;
}
}

@media (max-width:768px){
.whatsapp{
right:2%;
}
.first{
font-size: 11px;
}
.call{
padding-top: 6.5px;
}
.textEnd{
padding-top: 6px;
}
.logo{
height:60px;
}
.navbar-toggler{
border-radius: 0%!important;
}
.navbar-toggler:focus{
box-shadow: none!important;
}
.nav-link{
font-size: 13px!important;
}
.offcanvas-body{
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}
.headerThree{
font-size: 27px;
}
.maroonColor{
font-size: 17px;
}
label{
padding:10px 15px;
font-size: 12px;
}
.resOne{
margin-top: 3%!important;
}
.counter{
display: flex;
justify-content: center;
align-items: center;
}
video{
height:300px;
}
.shapeImage{
width: 330px;
height: 360px;
}
.shapeImageOne{
width: 330px;
height: 360px;
}
.resFooter{
margin-top: 5%!important;
}
.footerTwo{
font-size: 18px;
}
.footerThree a{
padding-left: 40px;
}
.subMain{
height:750px;
}
.resForm{
margin-top: 5%!important;
}
}

@media (max-width:425px){
html{
overflow-x: hidden!important;
}
body{
overflow-x: hidden!important;
}
.whatsapp{
right:1%;
}
.first{
text-align: center;
padding-top: 4px;
padding-bottom: 4px;
}
.textEnd{
text-align: center;
}
.first{
font-size: 13px;
}
.call{
padding-top: 5.5px;
}
header{
height:800px;
}
.headerOne{
padding-left: 10px!important;
}
.headerThree{
font-size: 40px;
}
.btnTop{
margin-top: 5%!important;
margin-bottom: 5%!important;
}
.mainImage{
margin-top: 7%;
}
.maroonColor{
text-align: center;
}
.resChooseBox{
margin-top: 5%!important;
}
.chooseBox{
background-size: 210% 100%;
}
label{
text-align: center;
width:100%;
font-size: 15px;
}
.serviceOne{
margin-left: 0%!important;
margin-top: 3%;
}
.model{
display: none;
}
.resReach{
margin-top: 5%!important;
}
.order1{
order:2;
}
.order2{
order: 1;
}
.workingTwo{
margin-top: 15%;
}
.businessImage{
margin-top: 7%!important;
}
video{
height:190px;
}
.shapeImage{
width: 350px;
height: 380px;
}
.shapeImageOne{
width: 350px;
height: 380px;
}
footer h5{
margin-top: 7%;
}
.footerTwo{
margin-bottom: 7%!important;
}
.footerThree a{
display:flex;
justify-content:center;
align-items:center;
flex-direction:row;
padding-left: 0px;
padding-top: 10px;
}
.subMain{
height:1100px;
}
.subCenter{
padding-right: 0px!important;
}
.subSectionBox{
text-align: center;
}
.subSectionBoxOne{
margin-top: 3%!important;
margin-bottom: 1%;
text-align: center;
}
.resSubMain{
margin-top: 5%!important;
}
}

@media (max-width:375px){
header{
height:750px;
}
.headerThree{
font-size: 35px;
}
.workingTwo{
margin-top: 10%;
}
video{
height:230px;
width:330px;
}
.shapeImage{
width: 310px;
height: 340px;
}
.shapeImageOne{
width: 310px;
height: 340px;
}
.card-no{
font-size: 19px;
}
.card-main-title{
font-size: 19px;
}
.shape-box_half figcaption {
padding: 0 20px 20px;
}
.shape-box_half figcaption .show-cont {
left: 20px;
right: 20px;
}
}

