*{
    padding: 0px;
    margin: 0px;
    font-family: 'Montserrat', sans-serif;
}

#tech-mobile {
    text-align: center;
}
.heading h3{
    font-weight: bold;
    margin-top: 30px;
    text-align: center;
    margin-bottom:20px;
    }
    .heading h1{
    color: #0C5192;
    font-weight: 600;
    font-size: 2em;
    margin-top: 30px;
    margin-bottom:20px;
    text-align: center;
    }
    .heading h1::after{
        content: " ";
        display: block;
        margin: auto;
        height: 2px;
        width: 140px;
        background-color: #9cdd44;
        margin-top:8px;
        }
        .heading h2{
            color: #0C5192;
            font-weight: 600;
            font-size: 2em;
            margin-top: 30px;
            margin-bottom:20px;
            text-align: center;
            }
            .heading h2::after{
                content: " ";
                display: block;
                margin: auto;
                height: 2px;
                width: 140px;
                background-color: #9cdd44;
                margin-top:8px;
                }
                .heading h3{
                    color: #0C5192;
                    font-weight: 600;
                    font-size: 2em;
                    margin-top: 30px;
                    margin-bottom:20px;
                    text-align: center;
                    }
                    .heading h3::after{
                        content: " ";
                        display: block;
                        margin: auto;
                        height: 2px;
                        width: 140px;
                        background-color: #9cdd44;
                        margin-top:8px;
                        }
        p{
font-size: 17px !important;
        }
/* start top bar */
.dropdown-item{
    color: white!important;
}
.dropdown-item:hover{
    color:#0C5192 !important;
}
#top-bar-menu .dropdown-menu .dropdown-item{
    color:white !important;
}
#top-bar-menu .dropdown-menu .dropdown-item:hover{
   background-color: white !important;
   color: #0C5192 !important;
}
.top-bar{
    background: #0c5192;
    height: 30px;
 

}
#top-contact a{
color: white;
font-size: 13px;
font-weight: bold;
}

#top-contact i{
    color: white;
    font-size: 13px;
    border-right: 1px solid white;
    padding: 6px;
    font-weight: bold;
    }
#Company .btn{
    color: white;
    padding: 6px;
   font-size: 13px;
   margin-top: -4px ;
}
.company i{
    border-left: 1px solid white;
    padding: 6px;
    font-size: 13px;
 
}
.we-care span{
color: white;
}
.top-btn a{
text-decoration: none;
    color: white;
}
.top-btn a:hover{
    text-decoration: none;
        color: white;
    }
/* end top bar */

/* start header */
.float-panel {
    width:100%;background:white;z-index:300; transform: translateZ(0);
    transition:all 0.5s; /* Effect for switching from .fixed to static */
    border-bottom: 2px solid #0C5192;
    position: sticky;
    top: 0;

}
.float-panel .content-area {margin:10px auto;}
.float-panel a {font-size:14px;text-decoration:none;color:#444;display:inline-block;}
.float-panel .fa-gg {color:#F0595C;font-size:30px;vertical-align:middle;transition:all 1s;}
/* when class="float-panel fixed" */
.fixed {box-shadow:0 2px 6px rgba(0,0,0,0.2);animation:slide-down 0.7s; }
.fixed .fa-gg {transform: rotate(360deg); }
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}
.slideanim {
    visibility:hidden;
    visibility:visible\9;/*For old IE browsers IE6-8 */
}
.slideanim.slide {visibility: visible; animation:slide 1s;}
.slideanim::after {
    /* useful when its child elements are float:left; */
    content: "";
    display: table;
    clear: both;
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(50%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0);
    } 
}
#rig {
	max-width:900px;
	margin:0 auto; /*center aligned*/
	padding:0;
	font-size:0; /* Remember to change it back to normal font size if have captions */
	list-style:none;
	background-color:none;
}
#rig li {
	display:inline-block;
	*display:inline;/*for IE6 - IE7*/
	width:25%;
	vertical-align:middle;
	box-sizing:border-box;
	margin:0;
	padding:0;
}

/* The wrapper for each item */
.rig-cell {
	margin:12px;
	box-shadow:0 1px 4px rgba(0,0,0,0.4);
	padding:16px;
	border:none;
	color:#555;
	background-color:white;
	text-decoration:none;
	text-align:center;
	display:block;
	position: relative;
	overflow:hidden;
}

.rig-cell h3 {
	font-size:18px;
	font-family:'Oswald', sans-serif;
	font-weight:normal;
}

/* If have the image layer */
/* .rig-img {
	display:block;
	border:none;
	width:100%;
	height:0;
    padding-top:83.461538%;
    background-size:cover;
	background-color:white;
	background-image:url(imgs/web-ui.jpg);
    background-repeat:no-repeat;
	position:relative; Make its pseudo :after to be relative to it.
} */
.rig-img:after{
	position:absolute;
	top:20px;right:20px;bottom:20px;left:20px;
	border:1px solid #fff;
	content:'+';
	color:white;
	padding-top:14%;
	font-size:30px;
	opacity:0;
	filter:alpha(opacity=0);
	transition:all 0.3s;
	transform:scale(0);
}

#rig li:hover .rig-img:after {
	opacity:1;
	transform:scale(1);
}

/* If have the overlay layer */
.rig-overlay {
	position: absolute;
	display:block;
	top:0;left:0;bottom:0;right:0;
	margin:auto;
	background:white;
	background-size:50px 50px;
	opacity:0;
	filter:alpha(opacity=0);/*For older IE*/
	transition:all 0.3s;
}
#rig li:hover .rig-overlay {
	opacity:0.5;
}

@media (max-width: 9000px) {
	#rig li {width:25%;}
}

@media (max-width: 800px) {
	#rig li {width:33.33%;}
}

@media (max-width: 500px) {
	#rig li {width:50%;}
}

@media (max-width: 350px) {
	#rig li {width:100%;}
}
.nav-item .nav-link{
    color: #0C5192 !important;
    font-weight:600;
}
.nav-item .dropdown-menu .dropdown-item{
    color: #0C5192 !important;
    /* border-bottom: 2px solid #0C5192; */
    /* padding: 13px; */
}
.nav-item{
    padding:5px;
}
/* .dropdown-menu{
    position: absolute;
    z-index: 50!important;
} */
.list-group a{
    font-size: 12px !important;
    font-weight: 600;
   color: white;
    
    line-height: 20px;
 
    height: 134px;
    background: #262626;
    border-bottom: 1px solid #0e99dd !important;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 15px;
    
}
.list-group a p{
    font-size: 12px !important;
}
.list-group a img{
    width:85px;
}
.navbar-brand img{
    width: 171px;
    margin-left: -25px;
}
.navbar-nav{
    margin-right: -20px !important;
}
#bg-drop-down{
    box-shadow: 0 6px 6px 0 rgba(0,0,0,0.4);
    background: #323232;
}
button{
    outline: none !important;
    color: white !important;
}
.btn-check:focus + .btn, .btn:focus{
    box-shadow:none !important;
}
#block-header{
    display:none;
}
#hide-header{
    display:block;
}
/* end header */
/* start banner sectio */

/* mobile responsive slider */
.banner-slider-mobile{
    display: none;
}
#banner{
    background-color: #0b2d5d;
}
.banner-slider{
    background-color: #07618a;
    display: flex;
    align-items:center;
    height: 81vh;
}

#caption-desktop h3{
    font-size:35px;
    font-weight: 700;
}
#img-banner img{
 width: 100%;
}
#img-banner a{
  border: 1px solid white;
  padding: 15px 25px; 
  color: white;
  border-radius: 5px;
 
}
#img-banner a:hover{
    background-color:white;
    color: #07618a !important;
   
  }
.btn-top{
    margin-top:30px;
}
.btn-a{
    margin-left: 20px;
    background-color:white;
    color: #07618a !important;
}
#caption-desktop {
    position: absolute;
    right: 50% !important;
    top: 15% !important;
    left: 16px !important;
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
    color: #fff !important;
    text-align:left !important;
  }

.carousel-indicators li {
    height: 5px;
    background-color: #ffeb3b;
    opacity: .6;
}
.carousel-control-next-icon{
    background-color: #184079;
    padding: px !important;
}
.carousel-control-prev-icon{
    background-color: #184079;
    padding: px !important;  
}

/* end banner sectio */

/* start about us  */

.about-us{
    background-image: url(../img/about-bg.jpg);
    width: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
  
}
.about-text{
    text-align: center;
}
.about-text h1{
    color: white;
}
.about-text h4{
    color: white;
}
.about-text p{
    color: white;
}
/* end about section */

   /* start sevices */
   .bg-services{
    background-color: #0c51923b;
}
.bg-image{
    background-image: url(../img/our-services.jpg);
    padding: 36px 3%;
background-color: #2983c5;
height:100vh;
border-right:10px solid #0C5192;
width:100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
top: 0;
color: #fff;
position: sticky;
overflow: auto;

}

.bg-image a{
    color: white;
    border: 2px solid white;
    padding: 10px 40PX;
    margin-top:30px;
    border-radius: 7px;
}
.services-right img{
    margin-top: 20px;
}
#services-right-1:hover{
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(../img/icon/web-dev.jpg);
  background-size: cover;
  color: white !important;
   
  }


.services-right a{

    color: black;
    
}


  #services-right-2:hover{
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(../img/icon/app-development.jpg);
  background-size: cover;
  color: white !important;
   
  }
#services-right-3:hover{
background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(../img/icon/dig-mar.jpg);
background-size: cover;
color: white !important;

}
#services-right-4:hover{
background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(../img/icon/web-des.jpg);
background-size: cover;
color: white !important;

}
#services-right-5:hover{
background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(../img/icon/e-commerce-development.jpg);
background-size: cover;
color: white !important;

}
#services-right-6:hover{
background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(../img/icon/it-strat.jpg);
background-size: cover;
color: white !important;

}
#services-right-7:hover{
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(../img/icon/social-media-home-page.jpg);
    background-size: cover;
    color: white !important;
    
    }
    #services-right-6:hover{
        background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(../img/icon/it-strat.jpg);
        background-size: cover;
        color: white !important;
        
        }
        #services-right-8:hover{
            background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(../img/icon/branding-multimedia-designing.jpg);
            background-size: cover;
            color: white !important;
            
            }
a{
  text-decoration: none !important;
}
a:hover{
  color: white !important;
}
 .services-right{
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    background-color: #2984c55c;
    height: 505px;
    padding: 15px;
    position: relative;
    
}
.btn-services {
    position: absolute;
    bottom:8px;
    right: 0;
}
.btn-services a{
    background-color: #0C5192;
    padding: 10px 10px;
    color: white;
    font-weight: bold;
    font-size:17px;
}
.services-right h3{
    margin-top: 20px;
    margin-bottom:20px;
    font-weight: bold;
}
/* end sevices */
.bg-talk-1{
    background-color: #0C5192;
    height:130px;
    display: flex;
    align-items: center;
}
.bg-talk-1 p{
    color: white;
    font-size: 30px !important;

}
.lets-talk-1 a{
    float:right;
    color: white;
    font-size: 20px;
    margin-top:6px;
    border: 2px solid white;
    padding: 10px 25px;
    border-radius:7px;
}
/* start web tech */
  /* start webtech section  */
  .web-tech-logo{
    margin-top: 30px;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    text-align: center;
    padding: 15px 10px;
    border-radius:10px;
    border-top: 2px solid #0C5192;  
    border-bottom: 2px solid #0C5192;  
   height:139px;
}
#web-tech-logo img{
    /* border: 2px solid #0b2d5d; */
border-radius: 7px;
padding:20px;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
margin-bottom: 35px;
margin-top: 20px;
}

.web-tech-logo p{
    font-weight: bold;
}
/* .block {
    display: none;
    font-size: 20px;
} */

#load {
    font-size: 20px;
    color: green;
}
/* end webtech */

/* start industry */

.industries-bg{
    background-color: #f1efefa7;
    margin-top: 30px;

    padding-bottom: 40px;
}
.industry p{
    /* font-weight: bold; */
    font-size: 15px;
}
.industry-a p{
    /* font-weight: bold; */
    font-size: 15px;
}

.industry-a{
    border-bottom:1px solid rgba(181, 176, 176, 0.876);
    text-align: center;
    
}

.industry{
    text-align: center;
    border-right:1px solid rgba(181, 176, 176, 0.876);

    border-bottom:1px solid rgba(181, 176, 176, 0.876);
}
.industries-bg a:hover{
    color: #0C5192!important;  
            }
.industry a:hover{
    color: #0C5192!important;
}
/* end industry */

.bg-talk{
    background-color: #0C5192;
    height:150px;
    display: flex;
    align-items: center;
}
.bg-talk p{
    color: white;
    font-size: 30px!important;

}
.lets-talk a{
    float:right;
    color: white;
    font-size: 20px;
    margin-top: 28px;
    border: 2px solid white;
    padding: 10px 25px;
    border-radius:7px;
}

/* start portfolio */
.filter-button
{
    font-size: 18px;
    border: 1px solid #0C5192;
    border-radius: 5px;
    text-align: center;
    color: white !important;
    margin-bottom: 30px;
background-color: #0C5192 !important;
}
.filter-button:hover
{
   
    border: 1px solid #0C5192;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color:#0C5192;

}
.view-more{
    text-align: center;
    margin-top: 30px;
}
.view-more a{
    background-color: #052149;
    color: white;
    padding: 10px 30px;
    border-radius: 5px;
}
.active
{
    
    color: white;
} 
 .single-gallery{
    padding:20px;
    border: 1px solid #03a4ed;
    border-radius: 10px;
}
.popular-gallery .single-gallery {
  position: relative
}
.popular-gallery .single-gallery .gallery-img {
  overflow: hidden;
  position: relative;
  z-index: 0
} 
 .popular-gallery .single-gallery .gallery-img::before {
  position: absolute;

  bottom: 10px;
  top: 10px;
  left: 10px;
  right: 10px;
  content: "";
   z-index: 1;
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s
}
.popular-gallery .single-gallery .gallery-img img {
  width: 100%;
  transform: scale(1);
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
  min-height: 260px;
    object-fit: cover;
}
.popular-gallery .single-gallery .gallery-details {
  position: absolute;
  left: 0px;
  right: 0;
  top: 40%;
  text-align: center;
  margin: 0 auto;
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s
}
.popular-gallery .single-gallery .gallery-details h4{
  border: 0px !important;
}
.popular-gallery .single-gallery .gallery-details h4 a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 2px
}
@media (max-width: 575px) {
  .popular-gallery .single-gallery .gallery-details h4 a {
    font-size: 18px;
    line-height: 1.1
  }
  .courselist {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.popular-gallery .single-gallery .gallery-details p {
  color: #fff;
  font-size: 16px;
  font-weight: 300
}
.popular-gallery .single-gallery .gallery-details .gallery-btn {
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
    padding: 7px 13px;
    color: #3f51b5;
    display: inline-block;
    font-size: 24px;
    visibility: hidden;
    opacity: 0;
}
.popular-gallery .single-gallery .gallery-details .gallery-btn:after {
  content: "\f00e";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  padding-left: 0px;
	font-size: 40px;
}
.popular-gallery .single-gallery .gallery-details .gallery-btn:hover {
  color: #EA5252
}
.popular-gallery .single-gallery .gallery-details .gallery-btn i {
  font-size: 10px;
  padding: 0;
  margin: 0;
  position: relative;
  left: -3px
}
.single-gallery:hover .gallery-img::before {
  background:rgb(255 255 255 / 51%);
}
.single-gallery:hover .gallery-img img {
  transform: scale(1.05)
}
.single-gallery:hover .gallery-details {
  top: 50%;
  transform: translateY(-50%)
}
.single-gallery:hover .gallery-details .gallery-btn {
  visibility: visible;
  opacity: 1
} 



/* stat logo section */
.bg-we-manage{
    background-color: #0C5192;

  
    height: 400px;
    display:flex;
    align-items: center;
}

.we-manage{
    text-align: center;
}
.we-manage img{
    width: 100%;
    padding: 20px;
}
#bg-we-img{
background-color: #0c51923b;
display: flex;
align-items: center ;
justify-content: center;

}
#bg-we-text{
background-color:#0C5192;
padding: 40px;
}
.we-manage-text p{
color: white;
font-weight: bold;
}
.we-manage-text h2{
color: white;
font-weight: bold;
}
.we-manage-text-2 p{
color: white;
text-align: justify ;
}
.we-manage-btn a{
color: white;
border: 2px solid white;
border-radius: 7px;
padding: 15px 30px;
font-weight: bold;


}

/* start footer */
/* .bg-upper{
    background-image: url(../img/rating_bg.webp);
    background-color: #2f3c50;
background-position: center top;
background-repeat: no-repeat;
width: 100%;
height: 198px;
padding-top: 36px;
background-size: cover;
display:none;

} */
.footer-up h4{
    font: 20px/20px;
    color: white;
    
}
.footer-up{
    text-align: center;
}
.footer-up p{
    font-size: 50px!important;
    color: white;
}
.footer-up p span{
    font-size:16px!important;
    color: white;
}
footer{
    background: #052149;
width: 100%;
padding: 30px;
border-top: 7px solid #07618a;
/* clip-path: polygon(50% 0%, 100% 0, 100% 43%, 100% 79%, 68% 100%, 32% 100%, 0 80%, 0% 43%, 0 0); */
/* 
clip-path: polygon(0 14%, 54% 0, 100% 17%, 100% 100%, 0% 100%); */
/* clip-path: polygon(0 0, 100% 7%, 100% 100%, 0% 100%); */

}
.footer-text h5{
    font-size: 16px;
    font-weight:bold;
  color: #9cdd44;
  margin-bottom: 10px;
}
li{
    list-style-type: none;
}
.footer-text ul li{
    list-style-type: circle;
    color: white;
}
.footer-text ul li a{
    
color: #fff ;
margin: 0;
font-weight: 400;
font-size: 13px;
line-height: 21px;
padding: 0 0 2px;
}
#border{
    border-top: 1px solid #0C5192;
  
}
#contact-bg{
    background: #0b2d5d;
   margin:0px!important;
   padding:0px!important;
}
.footer-icon{
    text-align: center;
padding: 30px 0;
}
.footer-icon p{
color:#9cdd44;
margin-bottom: 10px;
margin-top: 10px;
padding-bottom: 15px;
font-size: 20px;
font-weight: bold;
border-bottom: 1px solid #0C5192;
}
.icon-footer{
    background-color: ;
}
.icon-footer a p{
    font: 14px/18px "Google Sans",sans-serif;
    font-weight: normal;
  color: #fff;
  text-transform: capitalize;
  border: none;
  margin-bottom: 25px;
}
.icon-footer p{
    font-size:14px !important;
line-height: 24px;
color: #fff;
font-weight: normal;
margin-top: 15px;
border: none;
padding: 6px;
}
.icon-ft{
    text-align: right;
    padding: 23px 15px 25px;
border-right: 1px solid #184079;
}
.icon-ft img{
width: 100%;

}
.icon-ft p{
    color: white;
}
.icon-ft a {
    width: 39px;
    height: 39px;
    background-color: #0e69fe;
    display: inline-block;
    transition: all linear .6s;
    margin-right: 4px;

}
#id-rating{
    margin-top: -2px !important;
}
.icon-ft a i{
    color: #fff !important;
font-size: 24px;
text-align: center;
padding: 8px 0;
width: 39px;
height: 39px;
display: block;
}
.certified{
    padding: 15px 15px 12px;
/* border-right: 1px solid #184079; */
}
.certified img{
    width:100%;
    margin-top: 9px;
}
.contact-ft{
 
    padding: 23px 15px 25px;
    /* border-right: 1px solid #184079; */
}
.contact-ft a {
    width: 39px;
    height: 39px;
    background-color: #0e69fe;
    display: inline-block;
    transition: all linear .6s;
    margin-right: 4px;
}
.contact-ft a i{
    color: #fff !important;
    font-size: 24px;
    text-align: center;
    padding: 8px 0;
    width: 39px;
    height: 39px;
    display: block;
}
.bg-copyright{
    background: #01132c;
    /* text-align: center; */
  
   
}
#mt-cpy{
    margin-top: 21px;
}
.copy p{
    text-align: center;
    font-size: .9em;
    color: #abaaaa;
    line-height: 30px;
    /* margin-top: 15px; */
}

/* start partaner */
#logo-partner img{
    width: 100%;
    border: 2px solid #0b2d5d;
    border-radius: 7px;
    padding: 10px;
    margin-bottom: 35px;
}
.mobile-partnar{
    display: none;
}
.desktop-partner{
    display: block;
}
/* start testiomonils */
.testimonial{ margin: 0 20px 50px; }
.testimonial .pic{
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0 15px 15px 0;
}
.testimonial .pic img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.testimonial .testimonial-profile{
    display: inline-block;
    position: relative;
    top: 12px;
}
.testimonial .title{
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: white;
    text-transform: capitalize;
    margin: 0 0 7px 0;
}
.testimonils-img h1{
    color: white !important;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    color:white;
}
.testimonial .description{
    padding: 20px 22px;
    background: #1f487e;
    font-size: 15px;
    color: #fff;
    line-height: 25px;
    margin:20px;
    display: flex;
    align-items: center;
    position: relative;
    height:250px !important;
}
.testimonial .description:before,
.testimonial .description:after{
    content: "";
    border-width: 18px 0 0 18px;
    border-style: solid;
    border-color: #5d7aa7 transparent transparent;
    position: absolute;
    bottom: -18px;
    left: 0;
    
} 

.owl-theme .owl-controls{
    margin-top: 10px;
    margin-left: 30px;
}
.owl-theme .owl-controls .owl-buttons div{
    opacity: 0.8;
    background: #fff;
}
.owl-prev:before,
.owl-next:before{
    content: "\f053";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    font-size: 20px;
    color: #1f487e;
    display: none;
}
.owl-next:before{ content: "\f054";  display: none;}
.owl-theme .owl-controls .owl-buttons div{
    display: none !important;
}
.owl-theme .owl-controls .owl-buttons div{
    display: none !important; 
} 
/*Floating Back-To-Top Button*/
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 30px;
    z-index: 99;
    font-size: 30px;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
   
    border-radius: 28px;

padding: 0px 13px;
  }
  
  #myBtn:hover {
    background-color: #555;
  }
/* #myBtn {
    position: fixed;
    bottom: 10px;
    float: right;
    right: 18.5%;
    left: 77.25%;
    max-width: 30px;
    width: 100%;
    font-size: 12px;
    border-color: rgba(85, 85, 85, 0.2);
    background-color: rgb(100,100,100);
    padding: .5px;
    border-radius: 4px;

}
/*On Hover Color Change*/
#myBtn:hover {
    background-color: #7dbbf1;
} 
.nav-link img{
    width:36px;
}
.whatsapp{
    position: fixed;
    top: 65%;
}
#mt-Services{
    margin-top:20px !important;
}
.testimonils-img{
    background-image: url(../img/testi.jpg);
    width: 100%;
}
 p.gkp {
  
   
    font-size: 20px!important;
    color: #9cdd44;
    margin-bottom: 10px;
    margin-top: 66px;
    padding-bottom: 15px;
  
    font-weight: bold;
    border-bottom: 1px solid #0C5192;
    
}
#Social-link p{
    margin-top: -34px;
}
.ft-logo img{
     width: 100%;
     padding: 10px;
}
/* .footer-lgo{
    height:20vh;
    display: flex;
    align-items: center;
} */

/* start about us page */

.all-page-main{
    background: #0c5192;
    padding: 20px;
    margin-bottom: 35px;
}  
.all-page-main-heading h1{
    color: white;
    font-weight: 700;
    /* text-align: center; */
}
.all-page-main-heading h2{
    color: white;
    font-weight: 700;
    /* text-align: center; */
}
.about-page h4{
    color: #0C5192;
    font-size: 23px;
    font-weight: bold;
}
.about-page ul li{
    list-style-type: square;
    margin-bottom: 10px;
    text-align: justify;
    font-size: 17px;
}
.about-page-img img{
    width: 100%;
}


/* start about page */

.accordion-button{
    background-color: #07618a !important;
    margin-bottom: 30px;
    margin-top: 20px;
}
/* .progress{
    margin-bottom: 10px;  
} */

/* start contacts us */
form{
    background-color: white !important;
    padding: 40px;
    margin-bottom: 30px;
    margin-top: 30px !important;
    
}
.btn-form a{
    background-color:#07618a;
    color: white;
    padding: 15px 25px;
    border-radius: 5px;
    
}
#bg-contact-left{
    background-color: #07618a;
    margin-bottom: 30px !important;
    padding: 30px !important; 
    margin-top: 30px !important;
   
}
label span{
    color: red;
}
.form-select{
    background-color: #07618a2e !important;
}
input, button, select, optgroup, textarea:focus{
box-shadow: none !important;
}
.form-control{
    background-color: #07618a2e !important;
}
::placeholder{
    font-size: 13px !important;
}
.call-us h5{
    color: white;
    margin-bottom: 20px;
    
}
.call-us p span{
    color: white;
font-size:16px;
}
.call-us p a{
    color: white;
font-size:16px;
}
.call-us p{
    color: white;
font-size: 20px;
   
    
}

.text-animated h1{
   width: 0ch;
   overflow: hidden;
   text-align: center !important;
   white-space:nowrap;
   animation: text 6s steps(9) infinite alternate;
   border-right: 3px solid white;
   color: white;
}
@keyframes text {
    0%{
        width: 0ch;
    }
    50%{
        width:9ch;
    }
}
.text-animated2 h1{
    width: 0ch;
    overflow: hidden;
    text-align: center;
    white-space:nowrap;
    animation: textx 6s steps(17) infinite alternate;
    border-right: 3px solid white;
    color: white;
 }
 @keyframes textx {
     0%{
         width: 0ch;
     }
     50%{
         width:17ch;
     }
 }
 .text-animated26{
    width: 0ch;
    overflow: hidden;
    text-align: center;
    white-space:nowrap;
    animation: textx 6s steps(35) infinite alternate;
    border-right: 3px solid white;
    color: white; 
 }
 @keyframes textx {
    0%{
        width: 0ch;
    }
    50%{
        width:35ch;
    }
}
.text-animatedmobile{
    width: 0ch;
    overflow: hidden;
    text-align: center;
    white-space:nowrap;
    animation: textx 6s steps(33) infinite alternate;
    border-right: 3px solid white;
    color: white; 
 }
 @keyframes textx {
    0%{
        width: 0ch;
    }
    50%{
        width:33ch;
    }
}
.text-animate-responsive{
    width: 0ch;
    overflow: hidden;
    text-align: center;
    white-space:nowrap;
    animation: textx 6s steps(44) infinite alternate;
    border-right: 3px solid white;
    color: white; 
 }
 @keyframes textx {
    0%{
        width: 0ch;
    }
    50%{
        width:44ch;
    }
}
.text-animated-cum{
    width: 0ch;
    overflow: hidden;
    text-align: center;
    white-space:nowrap;
    animation: textx 6s steps(45) infinite alternate;
    border-right: 3px solid white;
    color: white; 
}
@keyframes textx {
    0%{
        width: 0ch;
    }
    50%{
        width:45ch;
    }
}
.text-animated-dynamic{
    width: 0ch;
    overflow: hidden;
    text-align: center;
    white-space:nowrap;
    animation: textx 6s steps(35) infinite alternate;
    border-right: 3px solid white;
    color: white; 
}
@keyframes textx {
    0%{
        width: 0ch;
    }
    50%{
        width:35ch;
    }
}   
.text-animated-static{
    width: 0ch;
    overflow: hidden;
    text-align: center;
    white-space:nowrap;
    animation: textx 6s steps(30) infinite alternate;
    border-right: 3px solid white;
    color: white; 
}
@keyframes textx {
    0%{
        width: 0ch;
    }
    50%{
        width:30ch;
    }    
}
.text-animated-amp{
    width: 0ch;
    overflow: hidden;
    text-align: center;
    white-space:nowrap;
    animation: textx 6s steps(40) infinite alternate;
    border-right: 3px solid white;
    color: white; 
}
@keyframes textx {
    0%{
        width: 0ch;
    }
    50%{
        width:40ch;
    }    
}
.text-animated-cms{
    width: 0ch;
    overflow: hidden;
    text-align: center;
    white-space:nowrap;
    animation: cms 6s steps(50) infinite alternate;
    border-right: 3px solid white;
    color: white; 
}
@keyframes cms {
    0%{
        width: 0ch;
    }
    50%{
        width:50ch;
    }    
}
.text-animated-Joomla{
    width: 0ch;
    overflow: hidden;
    text-align: center;
    white-space:nowrap;
    animation: joomla 6s steps(52) infinite alternate;
    border-right: 3px solid white;
    color: white; 
}
@keyframes joomla {
    0%{
        width: 0ch;
    }
    50%{
        width:52ch;
    }  
}
.text-animated-Drupal{
    width: 0ch;
    overflow: hidden;
    text-align: center;
    white-space:nowrap;
    animation: drupal 6s steps(51) infinite alternate;
    border-right: 3px solid white;
    color: white; 
}
@keyframes drupal {
    0%{
        width: 0ch;
    }
    50%{
        width:51ch;
    }   
}
.text-animated-api{
    width: 0ch;
    overflow: hidden;
    text-align: center;
    white-space:nowrap;
    animation: api 6s steps(49) infinite alternate;
    border-right: 3px solid white;
    color: white; 
}
@keyframes api {
    0%{
        width: 0ch;
    }
    50%{
        width:49ch;
    }   
}
.text-animated-affiliate{
    width: 0ch;
    overflow: hidden;
    text-align: center;
    white-space:nowrap;
    animation: affiliate 6s steps(40) infinite alternate;
    border-right: 3px solid white;
    color: white; 
}
@keyframes affiliate {
    0%{
        width: 0ch;
    }
    50%{
        width:40ch;
    }   
}  
.text-animated-appy{
    width: 0ch;
    overflow: hidden;
    text-align: center;
    white-space:nowrap;
    animation: affiliate 6s steps(20) infinite alternate;
    border-right: 3px solid white;
    color: white; 
}
@keyframes affiliate {
    0%{
        width: 0ch;
    }
    50%{
        width:20ch;
    }   
} 
.text-animated-career{
    width: 0ch;
    overflow: hidden;
    text-align: center;
    white-space:nowrap;
    animation: affiliate 6s steps(13) infinite alternate;
    border-right: 3px solid white;
    color: white;  
}
@keyframes affiliate {
    0%{
        width: 0ch;
    }
    50%{
        width:13ch;
    }   
} 
.text-animated-Customer{
    width: 0ch;
    overflow: hidden;
    text-align: center;
    white-space:nowrap;
    animation: Customer 6s steps(45) infinite alternate;
    border-right: 3px solid white;
    color: white;    
}
@keyframes Customer {
    0%{
        width: 0ch;
    }
    50%{
        width:45ch;
    }   
}
.text-animated-sale{
    width: 0ch;
    overflow: hidden;
    text-align: center;
    white-space:nowrap;
    animation: Customer 6s steps(24) infinite alternate;
    border-right: 3px solid white;
    color: white;   
}
@keyframes Customer {
    0%{
        width: 0ch;
    }
    50%{
        width:24ch;
    }   
}
.text-animated-executive{
    width: 0ch;
    overflow: hidden;
    text-align: center;
    white-space:nowrap;
    animation: Customer 6s steps(30) infinite alternate;
    border-right: 3px solid white;
    color: white;  
}
@keyframes Customer {
    0%{
        width: 0ch;
    }
    50%{
        width:30ch;
    }   
}
.text-animated-web{
    width: 0ch;
    overflow: hidden;
    text-align: center;
    white-space:nowrap;
    animation: Customer 6s steps(28) infinite alternate;
    border-right: 3px solid white;
    color: white;   
}
@keyframes Customer {
    0%{
        width: 0ch;
    }
    50%{
        width:28ch;
    }   
}
.text-animated-Content{
    width: 0ch;
    overflow: hidden;
    text-align: center;
    white-space:nowrap;
    animation: Content 6s steps(48) infinite alternate;
    border-right: 3px solid white;
    color: white; 
}
@keyframes Content {
    0%{
        width: 0ch;
    }
    50%{
        width:48ch;
    }   
}
.text-animated-rate{
    width: 0ch;
    overflow: hidden;
    text-align: center;
    white-space:nowrap;
    animation: rate 6s steps(58) infinite alternate;
    border-right: 3px solid white;
    color: white; 
}
@keyframes rate {
    0%{
        width: 0ch;
    }
    50%{
        width:58ch;
    }   
}
.text-animated-email{
    width: 0ch;
    overflow: hidden;
    text-align: center;
    white-space:nowrap;
    animation: email 6s steps(51) infinite alternate;
    border-right: 3px solid white;
    color: white; 
}
@keyframes email {
    0%{
        width: 0ch;
    }
    50%{
        width:51ch;
    }   
}
.text-animated-multivariate{
    width: 0ch;
    overflow: hidden;
    text-align: center;
    white-space:nowrap;
    animation: multivariate 6s steps(54) infinite alternate;
    border-right: 3px solid white;
    color: white; 
}
@keyframes multivariate {
    0%{
        width: 0ch;
    }
    50%{
        width:54ch;
    }   
}
.text-animated-online{
    width: 0ch;
    overflow: hidden;
    text-align: center;
    white-space:nowrap;
    animation: online 6s steps(63) infinite alternate;
    border-right: 3px solid white;
    color: white; 
}
@keyframes online {
    0%{
        width: 0ch;
    }
    50%{
        width:63ch;
    }   
}
.text-animated-Search{
    width: 0ch;
    overflow: hidden;
    text-align: center;
    white-space:nowrap;
    animation: Search 6s steps(55) infinite alternate;
    border-right: 3px solid white;
    color: white; 
}
@keyframes Search {
    0%{
        width: 0ch;
    }
    50%{
        width:55ch;
    } 
}
.text-animated-flip{
    width: 0ch;
    overflow: hidden;
    text-align: center;
    white-space:nowrap;
    animation: flip 6s steps(38) infinite alternate;
    border-right: 3px solid white;
    color: white; 
}
@keyframes flip {
    0%{
        width: 0ch;
    }
    50%{
        width:38ch;
    }    
}
.text-animated-logo{
    width: 0ch;
    overflow: hidden;
    text-align: center;
    white-space:nowrap;
    animation: logo 6s steps(30) infinite alternate;
    border-right: 3px solid white;
    color: white; 
}
@keyframes logo {
    0%{
        width: 0ch;
    }
    50%{
        width:30ch;
    }     
}
.text-animated-cor{
    width: 0ch;
    overflow: hidden;
    text-align: center;
    white-space:nowrap;
    animation: cor 6s steps(44) infinite alternate;
    border-right: 3px solid white;
    color: white; 
}
@keyframes cor {
    0%{
        width: 0ch;
    }
    50%{
        width:44ch;
    }     
}
 .text-animated3 h1{
    width: 0ch;
    overflow: hidden;
    text-align: center;
    white-space:nowrap;
    animation: text 6s steps(8) infinite alternate;
    border-right: 3px solid white;
    color: white;
 }
 @keyframes text {
     0%{
         width: 0ch;
     }
     50%{
         width:8ch;
     }
 }
 .text-animated4 h1{
    width: 0ch;
    overflow: hidden;
    text-align: center;
    white-space:nowrap;
    animation: text2 6s steps(4) infinite alternate;
    border-right: 3px solid white;
    color: white;
 }
 @keyframes text2 {
    0%{
        width: 0ch;
    }
    50%{
        width:4ch;
    }
}
.text-portfolio h1{
    width: 0ch;
    overflow: hidden;
    text-align: center;
    white-space:nowrap;
    animation: port 6s steps(7) infinite alternate;
    border-right: 3px solid white;
    color: white;
 }
 @keyframes port {
    0%{
        width: 0ch;
    }
    50%{
        width:7ch;
    }
}
.text-animated24 h1{
    width: 0ch;
    overflow: hidden;
    text-align: center;
    white-space:nowrap;
    animation: text2 6s steps(16) infinite alternate;
    border-right: 3px solid white;
    color: white;
 }
 @keyframes text2 {
    0%{
        width: 0ch;
    }
    50%{
        width:16ch;
    }
}
.text-animated25 h1{
    width: 0ch;
    overflow: hidden;
    text-align: center;
    white-space:nowrap;
    animation: text2 6s steps(16) infinite alternate;
    border-right: 3px solid white;
    color: white;
 }
 @keyframes text2 {
    0%{
        width: 0ch;
    }
    50%{
        width:16ch;
    }
}
.boost-bg{
    background-color: #0c5192;
    padding: 6vw 0 6vw;
}
.breadcrumb-item  a{
    color: white !important;
}
.breadcrumb-item{color: white !important;}
.boost-1 h5{
    font-size: 1.7em;
    color: white;
    margin-bottom: 25px;
}
.boost-1 p a  i{
    color:#0C5192;
    font-size: 30px;
background-color: white;
padding: 8px 12px;
border-radius: 5px;
}

.boost-1{
    margin-left: 50px;
}
.boost-1 p a {
    color:white;
    font-size: 24px;

}
.boost p a  i{
    color:#0C5192;
    font-size: 30px;
background-color: white;
padding: 8px 12px;
border-radius: 5px;
}.boost p a {
    color:white;
    font-size: 25px;

}
.boost{
    border-right: 2px solid white;
}
.boost h5{
    font-size: 1.7em;
    color: white;
    margin-bottom: 25px;
}
.midle-boost{
    text-align: center;

}
.location{
    background-image: url(../img/gkp.jpg);
    width: 100%;
    height: 460px;
    position: relative;
    background-repeat: no-repeat;
    margin-bottom: 30px;
    margin-top: 20px;
    background-size: cover;
    background-position: top center;
}

/* .location2{
    background-image: url(../img/rumigate.jpg);
    width: 100%;
    height: 460px;
   position: relative;
    background-repeat: no-repeat;
    margin-bottom: 30px;
    margin-top: 20px;
    background-size: cover;
    background-position: top center;
} */
.text {
    color: white;
   
    position: absolute;
    top:50%;
    left:37%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
   
  }

  .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #008bba71;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
  }
  .image {
    display: block;
    width: 100%;
    height: 450px;
  }
  #locatio{
    position: relative;

  
  }
  #locatio:hover .overlay{
    height: 100%;
    
  }
.location-text{
    position: absolute;
    padding: 20px;
 left: 10px;
 bottom: 10px;
}
.location-text h5{
    color: white;
font-size: 25px;
font-weight: 700;
}
.location-text p{
    color: white;

}

#our-development{
    /* border-bottom: 1px solid #184079; */
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding:23px;
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 20px;
    border-left: 5px solid #07618a;
    border-right: 5px solid #07618a;
}
.our-developments{
    text-align: center;
}
.our-developments img{
    width:103%;
    border-radius:15px;
}
.our-developments h2{
    font-size: 1.8em;
    font-weight: 500;
    color: #0c5192
    ;
}
.our-developments p{
    text-align: justify;
    font-size:16px;
}

.quality{
    padding: 12px;
    height: 160px;
}
.quality img{
    width: 60px;
}
.quality p{
    font-size: 1em;
margin: 1em 0 0;
}
/* .heading-1 h1{
    font-weight: 700;
font-size: 1.1em;
display: block;
margin-bottom: .4em;
color:#052149;
} */
.heading-1 h2{
    font-weight: 500;
font-size: 1.8em;
line-height: 1.6;
}
.heading-1 p{
    font-size: 1.15em;
}
.innovation p{
text-align: justify;
}
.innovation h3{
    color: #07618a;
}
.innovation2 img{
    width:80%;
}
.innovation2{
    text-align: center;
}
#term h5
{
color: #0C5192;
font-weight: bold;
}
#term ul li{
    list-style-type: square;
}
#term h4{
    color: #0C5192;
    font-weight: bold;
    border-bottom: 2px solid #9cdd44;
    margin-bottom: 2px;
}
#term p{
    text-align: justify;
}
.call-us h2{
    font-size: 29px;
    color: white;
}
.call-us p{
    font-size: 16px!important; 
}





.mony{
   font-size: 40px;
   line-height: 1;
   color: #606060;
}

.card{
   transition: 0.4s ease;

}
.card-header{
   font-size: 1.6rem;
   font-weight: bold;
   background-color: white !important;
   padding: 25px 9 !important;
}
.card-body{
   padding: 30px 0 !important;
}
.card-body li{
   margin: 10px 0;
   font-weight: 400;
   font-size: 15px;
   line-height: 1.6;
   color: #606060;
}
.card-footer{
   background: white !important;
   padding: 30px 0px !important;
}
.card-footer a{
   border: 1px solid #07618a;
   border-radius: 100px;
   margin: 0px 5px;
   padding: 12px 35px;
   text-align: center;
   color: #07618a;
   font-weight: 400;
   line-height: 1.4;
   font-size: 1rem;
   outline: none;
}
.card:hover .card-footer a{
   color:white;
   text-decoration: none;
   background-color: #07618a;
   box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}
.card:hover{
   transform: translateY(-20px);
   box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}

.card:hover .card-header, .card:hover .mony{
   color: #07618a;
}
#cards{
    margin-bottom: 30px;
    height:78vh;  

}


/* start sevices */
.ecommerce p{
    text-align: justify;
}
.ecommerce-img img{
width: 100%;
}
.E-Commerce{
    text-align: center;
}
.E-Commerce h5{
color: #0C5192;
font-weight: bold;
}
#E-Commerce ul li{
    list-style-type: circle;
    color: #9cdd44;
    border-bottom: 2px solid #01132c;
}
#E-Commerce ul{
    background-color: #01132c;
    padding: 23px;
    border-radius:12px;
}
#E-Commerce{
    margin-bottom: 23px;
    border-bottom: 2px solid #abaaaa;
}

.good-ecmmerce{
    position: relative;
    text-align: center;
    margin-top: 73px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 8px;
    height: 327px;
    margin-bottom: 23px;

}
.small-box .good-ecmmerce{
    position: relative;
    text-align: center;
    margin-top: 73px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 8px;
    height: 150px;
    margin-bottom: 23px;

}
.good-ecmmerce2{
    /* border: 2px solid #07618a; */
    padding: 23px;
}
.good-ecmmerce2 img{
    width: 100px;
position: absolute;
top: -50px;
left: 222px;
}
.good-ecmmerce2 h5{
    margin-top: 41px;
    color: #0C5192;
    font-weight: bold;
}
.accordion-item{
    border: none !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.controlled-data h5{
    margin-top: 23px;
    color: #0C5192;
    font-weight: bold;
}
.controlled-data p{
    text-align: justify;
    /* font-size: 14px!important; */
}
.controlled-data{
  
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    /* border: 2px solid #9cdd44; */
    /* padding: 23px;
    margin-bottom: 23px; */
}
.website-solutions h5{
    margin-top:15px;
    color: #0C5192;
    font-weight: bold;
} 
.website-solutions p{
    text-align: justify;
}

.customized-website{
    background-color: #0C5192;
   border-radius: 9px;
   box-shadow:
   inset 0 -3em 3em rgba(0,0,0,0.1),
         0 0  0 2px rgb(255,255,255),
         0.3em 0.3em 1em rgba(0,0,0,0.3);
         padding: 15px;  
         margin-bottom: 20px;
         
}
.customized-website p{
   color: white;
   
}
.customized-website h3{
    
    color: #9cdd44;

}
.website-costum img{
    width: 100%;
}
.qualities-top{
    text-align: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 10px;
    border-radius: 9px;
    margin-bottom: 29px;
    margin-top: 23px;
}
.qualities-top img{
    width: 77px;
}
.wordpress{
    background-color: #07618a;
    text-align: center;
    height: 280px;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 15px;
    border: 2px solid white;
}
.wordpress h3{
    color: #9cdd44;
}
.wordpress p{
    color: white;
}
.wordpress-1{
    background-color: #07618a;
    text-align: center;
    height: 190px;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 15px;
    border: 2px solid white;
}
.wordpress-1 h3{
    color: #9cdd44;
}
.wordpress-1 p{
    color: white;
}
.magento{
    background-color: #07618a;
    /* text-align: center; */
    height: 220px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 15px;
    border: 2px solid white;
}
.magento p{
    font-size: 25px !important;
    color: white;
}
.optimization ul li{
 list-style-type: circle;
 border-bottom: 2px solid #0b2d5d;
}
.Content{
    background-color: #0C5192;
   border-radius: 9px;
   box-shadow:
   inset 0 -3em 3em rgba(0,0,0,0.1),
         0 0  0 2px rgb(255,255,255),
         0.3em 0.3em 1em rgba(0,0,0,0.3);
         padding: 15px;  
         margin-bottom: 20px;
        height: 330px; 

}
.Content-1{
    background-color: #0C5192;
   border-radius: 9px;
   box-shadow:
   inset 0 -3em 3em rgba(0,0,0,0.1),
         0 0  0 2px rgb(255,255,255),
         0.3em 0.3em 1em rgba(0,0,0,0.3);
         padding: 15px;  
         margin-bottom: 20px;
        height: 150px; 

}
.Content-1 p{
    color: white;
    
 }
 .Content-1 h3{
     
     color: #9cdd44;
 
 }
.Content p{
   color: white;
   
}
.Content h3{
    
    color: #9cdd44;

}
.grapics{
    background-color: #0C5192;
   border-radius: 9px;
   box-shadow:
   inset 0 -3em 3em rgba(0,0,0,0.1),
         0 0  0 2px rgb(255,255,255),
         0.3em 0.3em 1em rgba(0,0,0,0.3);
         padding: 15px;  
         margin-bottom: 20px;
         height: 270px;
      
        
}
.grapics p{
   color: white;
   
}
.grapics h3{
    
    color: #9cdd44;

}
.grapics-1{
    background-color: #0C5192;
   border-radius: 9px;
   box-shadow:
   inset 0 -3em 3em rgba(0,0,0,0.1),
         0 0  0 2px rgb(255,255,255),
         0.3em 0.3em 1em rgba(0,0,0,0.3);
         padding: 15px;  
         margin-bottom: 20px;
         height: 200px;
      
        
}
.grapics-1 p{
   color: white;
   
}
.grapics-1 h3{
    
    color: #9cdd44;

}
.red{
    background-color: #0C5192;
   border-radius: 9px;
   box-shadow:
   inset 0 -3em 3em rgba(0,0,0,0.1),
         0 0  0 2px rgb(255,255,255),
         0.3em 0.3em 1em rgba(0,0,0,0.3);
         padding: 15px;  
         margin-bottom: 20px;
         height: 370px; 
}
.red p{
    color: white;
    
 }
 .red h3{
     
     color: #9cdd44;
 
 }

.grapics1{
    background-color: #0C5192;
   border-radius: 9px;
   box-shadow:
   inset 0 -3em 3em rgba(0,0,0,0.1),
         0 0  0 2px rgb(255,255,255),
         0.3em 0.3em 1em rgba(0,0,0,0.3);
         padding: 15px;  
         margin-bottom: 20px;
         height: 150px;
}

.grapics1 p{
   color: white;
   
}
.grapics1 h3{
    
    color: #9cdd44;

}
.box-1{
    box-shadow:0 1px 4px rgba(0,0,0,0.4);
    height: 160px;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 15px;
     border: 2px solid #0C5192;
}
.box-1 h2{
    font-size: 35px;
    font-weight: bold;
    color: #052149;
}
.grapics2{
    background-color: #0C5192;
   border-radius: 9px;
   box-shadow:
   inset 0 -3em 3em rgba(0,0,0,0.1),
         0 0  0 2px rgb(255,255,255),
         0.3em 0.3em 1em rgba(0,0,0,0.3);
         padding: 15px;  
         margin-bottom: 20px;
         height: 80px;
}
.grapics2 p{
   color: white;
   
}
.testi-client p{
    text-align: justify;
}
.clients-img{
    text-align: center;
    
}
.clients-img img{
   border-radius: 50%;
   height: 200px;
   width: 200px; 
   box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
   padding: 7px;
}
.coming{
    background-color: #052149;
    text-align: center;
    padding: 20px;
}
.coming h1{
    color: white;
}
.careers-box {
    text-align: center;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 25px;
    padding: 35px;
    /* border-left: 6px solid red;
    border-right: 6px solid red; */
  }
  .careers-box2 > a {
    border: 1px solid #9cdd44;
    font-weight: 500;
    padding: 6px 40px;
    border-radius: 50px;
    font-size: 14px;
    color:#0C5192 !important;


}
.careers-box2 > a:hover{
    background-color: #052149;
    color: white !important;


}
  
  .careers-box {
    text-align: center;
  }
  .careers-box1 > a > h3 {
    line-height: 20px;
    color:#0C5192;
    font-weight:bold;
   
  }
  .careers-box1 > ul > li {
    color: #7e91a2;
    font-weight: 300;
    font-size: 16px;
  }
  .careers-box1 > ul > li > i {
    width: 20px;
    text-align: center;
  }
  .careers-box1 > ul > li > i {
    width: 20px;
    text-align: center;
  }
  .dec {
    margin-bottom: 61px;
    /* box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%); */
    /* margin-top: 40px; */
    /* margin-bottom: 55px; */
    border-radius: 25px;
    padding: 35px;
  }
  .dec h3{
    color: #0C5192;
  }
  .dec h4{
    color: #0C5192;
  }
  .dec > div > a {
    border: 1px solid #0252B5;
    font-weight: 500;
    padding: 6px 40px;
    border-radius: 50px;
    font-size: 14px;
    width: 100%;
    background-color: #052149;
    color: #fff !important;
  }
  .btn-form a {
    background-color: #07618a;
    color: white;
    padding: 15px 25px;
    border-radius: 5px;
   
  }
 
  a .img-portfolio img{
    width: 100%;
  }
  a .img-portfolio {
   border: 2px solid #0252B5;
   padding: 10px;

  }
  .img-portfolio h6{

  }
  .dec-port {
    background-color: #0252B5;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .dec-port h6{
    color: white !important;
    
  }
  #port a{
    margin-bottom: 20px;
  }
.com-soon{
    display: flex;
    align-items: center;
    text-align: center;
    height: 65vh;
}
.comming h2{
    font-size: 60px;
}
.text-animated-Android h1{
    width: 0ch;
    overflow: hidden;
    text-align: center !important;
    white-space:nowrap;
    animation: android 6s steps(20) infinite alternate;
    border-right: 3px solid white;
    color: white;
 }
 @keyframes android {
     0%{
         width: 0ch;
     }
     50%{
         width:20ch;
     }
    }
.text-animated-Blackberry h1{ 
    width: 0ch;
    overflow: hidden;
    text-align: center !important;
    white-space:nowrap;
    animation: blackberry 6s steps(23) infinite alternate;
    border-right: 3px solid white;
    color: white;  
}
@keyframes blackberry {
    0%{
        width: 0ch;
    }
    50%{
        width:23ch;
    }
   }
   .text-animated-ios h1{
    width: 0ch;
    overflow: hidden;
    text-align: center !important;
    white-space:nowrap;
    animation: ios 6s steps(17) infinite alternate;
    border-right: 3px solid white;
    color: white;  
   }
   @keyframes ios {
    0%{
        width: 0ch;
    }
    50%{
        width:17ch;
    }
   }
   .text-animated-native h1{
    width: 0ch;
    overflow: hidden;
    text-align: center !important;
    white-space:nowrap;
    animation: native 6s steps(19) infinite alternate;
    border-right: 3px solid white;
    color: white;  
   }
   @keyframes native {
    0%{
        width: 0ch;
    }
    50%{
        width:19ch;
    }
   }
   .text-animated-phonegap h1{
    width: 0ch;
    overflow: hidden;
    text-align: center !important;
    white-space:nowrap;
    animation: phonegap 6s steps(22) infinite alternate;
    border-right: 3px solid white;
    color: white; 
   }
   @keyframes phonegap {
    0%{
        width: 0ch;
    }
    50%{
        width:22ch;
    }
   }
   .all-page-main-Windows h1{
    width: 0ch;
    overflow: hidden;
    text-align: center !important;
    white-space:nowrap;
  
    border-right: 3px solid white;
    color: white; 
   }
  
   .text-animated-Barcode h1{width: 0ch;
    overflow: hidden;
    text-align: center !important;
    white-space:nowrap;
    animation: Barcode 6s steps(13) infinite alternate;
    border-right: 3px solid white;
    color: white;  }
    @keyframes Barcode {
        0%{
            width: 0ch;
        }
        50%{
            width:13ch;
        }
       }
       .text-animated-Custom h1{
        overflow: hidden;
        text-align: center !important;
        white-space:nowrap;
        animation: Custom 6s steps(17) infinite alternate;
        border-right: 3px solid white;
        color: white; 
       }
       @keyframes Custom {
        0%{
            width: 0ch;
        }
        50%{
            width:17ch;
        }
       }
       .text-animated-Inventory h1{
        overflow: hidden;
        text-align: center !important;
        white-space:nowrap;
        animation: Inventory 6s steps(25) infinite alternate;
        border-right: 3px solid white;
        color: white; 
       }
       @keyframes Inventory {
        0%{
            width: 0ch;
        }
        50%{
            width:25ch;
        }
       }
       .text-animated-Loyalty h1{
        overflow: hidden;
        text-align: center !important;
        white-space:nowrap;
        animation: Loyalty 6s steps(19) infinite alternate;
        border-right: 3px solid white;
        color: white; 
       }
       @keyframes Loyalty {
        0%{
            width: 0ch;
        }
        50%{
            width:19ch;
        }
       }
       .text-animated-Multi h1{
        overflow: hidden;
        text-align: center !important;
        white-space:nowrap;
        animation: Multi 6s steps(23) infinite alternate;
        border-right: 3px solid white;
        color: white; 
       }
       @keyframes Multi {
        0%{
            width: 0ch;
        }
        50%{
            width:23ch;
        }
       }
       .text-animated-Sales h1{
        overflow: hidden;
        text-align: center !important;
        white-space:nowrap;
        animation: Sales 6s steps(14) infinite alternate;
        border-right: 3px solid white;
        color: white; 
       }
       @keyframes Sales {
        0%{
            width: 0ch;
        }
        50%{
            width:14ch;
        }
       }
       .text-animated-School h1{
        overflow: hidden;
        text-align: center !important;
        white-space:nowrap;
        animation: Sales 6s steps(23) infinite alternate;
        border-right: 3px solid white;
        color: white; 
       }
       @keyframes Sales {
        0%{
            width: 0ch;
        }
        50%{
            width:23ch;
        }
       }
       .text-animated-bog h1{
        overflow: hidden;
        text-align: center !important;
        white-space:nowrap;
        animation: blog 6s steps(5) infinite alternate;
        border-right: 3px solid white;
        color: white; 
       }
       @keyframes blog {
        0%{
            width: 0ch;
        }
        50%{
            width:5ch;
        }
       }
       .blog-box img{
        width: 100%;
        /* border-bottom: 1px solid gainsboro; */
       }
       .blog-box{
        border: 1px solid gainsboro;
       margin-bottom: 20px;
    
       box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
       }
       .blog-box h4{
       font-size: 22px;
        color: #0C5192;
        padding: 5px;
       }
       .blog-box h4:hover{
       
        color: #0C5192;
       }
       .blog-box-text p{
         color: black;
         /* padding: 5px; */
         /* border-bottom: 1px solid gainsboro; */
        }
         .blog-box-text a{
              color: #052149;
           border-bottom: 2px solid #9cdd44;
        
        }
        .blog-box-text a:hover{
            color: #052149 !important;
           
      }
      .blog-box-text{
        padding: 20px;
        background-color:#f2f2f2;
      }
       
 .personal-img img{
    width: 100%;
 }
 .personal-text p{
    text-align: justify;
 }
 .personal-text h4{
    color: #0C5192 !important;
font-weight: 600;
 }
 #personal-shasow{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px ;
    padding: 10px;
    border-radius: 20px;
    margin-bottom: 20px;
 }
 .b {
    display: none;
    font-size: 20px;
}

#load {
    font-size: 20px;
  margin-bottom: 20px;
    cursor: pointer;
    text-align: center;
   
}
#load b{
    background-color: #0252B5;
    color: white;
    padding: 10px;
    border-radius: 7px;
}


@-webkit-keyframes fadeInDown {
    from {
        opacity:0;
        -webkit-transform: translatey(-10px);
        -moz-transform: translatey(-10px);
        -o-transform: translatey(-10px);
        transform: translatey(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -o-transform: translatey(0);
        transform: translatey(0);
    }
}
@-moz-keyframes fadeInDown {
    from {
        opacity:0;
        -webkit-transform: translatey(-10px);
        -moz-transform: translatey(-10px);
        -o-transform: translatey(-10px);
        transform: translatey(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -o-transform: translatey(0);
        transform: translatey(0);
    }
}
@keyframes fadeInDown {
    from {
        opacity:0;
        -webkit-transform: translatey(-10px);
        -moz-transform: translatey(-10px);
        -o-transform: translatey(-10px);
        transform: translatey(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -o-transform: translatey(0);
        transform: translatey(0);
    }
}
.in-down {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}


/** fadeInLeft **/

@-webkit-keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translatex(-10px);
        -moz-transform: translatex(-10px);
        -o-transform: translatex(-10px);
        transform: translatex(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
@-moz-keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translatex(-10px);
        -moz-transform: translatex(-10px);
        -o-transform: translatex(-10px);
        transform: translatex(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
@keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translatex(-100px);
        -moz-transform: translatex(-100px);
        -o-transform: translatex(-100px);
        transform: translatex(-100px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
.in-left {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-duration:1s;
    animation-delay: 1s;
}
.we-are-serve p{
    border-bottom: 1px solid black;
    font-size: 14px;
}
.we-are-serve-btn a{
 
    background-color: #0C5192;
padding: 10px 10px;
color: white;
font-weight: bold;
font-size: 17px;
}
.we-are-serve-btn a:hover{
    color: white !important;
}
.we-are-serve-btn {
    text-align: center;
    margin-top: 30px;
}
.blog-text-right{
    background-color: rgba(220, 220, 220, 0.589);
    padding: 20px;
    border-radius: 15px;
}
.blog-text-right h4{
    font-weight: bold;
}
.blog-text-right .blog-box-text{
    background-color: white;
    width: 100%;
    border-radius: 10px;
}
.blog-text-right p a{
    color: black !important;
}
.blog-text-right h4{
    font-weight: bold;
}

.blog-text-left p{
    text-align: justify;

}

.blog-text-left p i{
    color: gold;
}
.blog-text-left img{
    width:100%;
}
.blog-text-left h2{
    font-weight: bold;
}
.blog-text-left h4{
    font-weight: bold;
}
.blog-text-left h4{
    color: #0C5192;
}
.blog-text-left ul li i{
color: gold;
}
.web-design-right-img img{
    width:100%;
}
.web-design-left-text p{
    text-align: justify;
}
.web-design-left-text h4 a{
    color: black !important;
}

.ecommerce  p a{
    color: black !important;
}
.new-digital-para p{
    text-align: justify;
}
.good-ecmmerce-1{
    position: relative;
text-align: center;
margin-top: 73px;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
border-radius: 8px;
height: 250px;
margin-bottom: 23px;
}
.good-ecmmerce1 {
    /* border: 2px solid #07618a; */
    padding: 23px;
  }
  .good-ecmmerce1 h5{
    margin-top: 41px;
color: #0C5192;
font-weight: bold;
  } 
  .good-ecmmerce1 img{
    width: 64px;
position: absolute;
top: -30px;
left: 222px;
  }
  .web-design-btn a{
color: #0252B5 !important;
border-bottom: 2px solid black;

  }
  .web-design-btn a:hover{
    color: #0252B5;
    border-bottom: 2px solid black;
    
      }

      .web-hoting-text p i{
        color: #0252B5 !important;
      }
      .promotions-wise {
        text-align: center;border: 1px solid #0252B5;
        padding: 10px;
        margin-bottom: 30px;
      }
      .promotions-wise img{
        width: 100%;
      }
      .promotions h4{
        color: #0252B5;
        font-size: 20px;
        padding-top: 10px;
      }
      .promotions a{
        color: #052149;
        font-weight: bold;
      }
      .promotions a:hover{
        color: #052149 !important;
      }
      #img-home .img-view-all{
        width: 64px;
        display: none;
      }
      #img-home .view-all-text{
        background-color: #0252B5;
        padding: 10px;
        font-size: 16px !important;
        margin-top: 40px;
      }
    .dropdown-menu  .view-all-mobile {
     background-color:#03a4ed;
     text-align: center;
    }

    .packages-outer{
        text-align: center;
        border: 1px solid #0252B5;
    }
    .packages-inner{
      background-color: #0b2d5d;
        padding: 20px 0;
    }
    .packages-inner .elementor-price-table__heading{
color:#9cdd44;
    }
    .packages-inner .elementor-price-table__subheading{
        font-size: 13px;
    font-weight: 400;
    color:#9cdd44 !important;
    }
    .elementor-price-table__price {
        background-color: #FFFFFF;
        padding: 0px 0px 10px 0px; 
     text-align: left;
     margin-left: 45px;

    }
    .elementor-price-table__price span{
    font-size: 16px;
    font-weight: 700;
   
  

    }
    .elementor-price-table__integer-part {
        line-height: .8;
       
    }
    .table-heading-2 .sub-heading-2 {
        border-bottom: 1px solid rgba(128, 128, 128, 0.457);
        padding: 8px;
    }

  .table-heading-2 .sub-heading-2 i{
color:#2a90c3 !important;

  }
  .table-heading-2 .sub-heading-2 span{
    font-weight:500;
    margin-left: 4px;
   
  }
  .table-heading {
    padding-top: 10px;
  }
  .elementor-price-table__integer-part{
    font-size: 30px;
  }

  .table-span th span{
    color: #07618a;
  }
  .table-span td span{
    color: #07618a;
  }

  #packages{
   
    /* height: 400px; */
     position: relative;
      /* overflow: hidden; */
    cursor: pointer;
  
  margin-bottom: 20px;
  transition: ease-in .25s;
  /* border: 1px solid #0252B5; */
  }
  /* #packages:hover{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  transform: translateY(-10px);
  } */
   .btn-toggle {
      
      color: #0252B5 !important;
      border: none;
      /* padding: 10px 20px; */
      border-radius: 5px;
      cursor: pointer;
      font-weight: bold;
      /* margin: 20px auto; */
      background-color: white !important;
    }
    .btn-toggle i{

    } 
 #out-side a{
    text-decoration: none;
    color: black;
 }
 #out-side a:hover{
    text-decoration: none;
    color: black !important;
 }

 .blog-text-left h2{
    color: #0C5192;
    margin-bottom: 20px;
    margin-top: 20px;
 }
 .blog-text-left img{
    width: 100%;
    border-radius: 20px;
 }

 .payment{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height: 50vh;
 }
 .payment-heading {
    background-color: #01132c;
    padding: 10px;
 }
 .payment-heading h1{
    color: white;
    text-align: center;
    font-size: 24px;
    
 }
 .payment-img img{
    width:85px;
 }
 .payment-img {
    text-align: center;
    margin-top: 20px;
    border-right: 1px solid rgba(128, 128, 128, 0.274);
 }
 .payment-img  p{
    color: #07618a;
    font-weight: bold;
   
 }



    .blog-card {
      position: relative;
      overflow: hidden;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.2);
      margin: 10px;
    }
    .blog-card img {
      width: 100%;
      height: 250px;
      object-fit: cover;
    }
    .blog-overlay {
      position: absolute;
      bottom: 0;
     bottom: 0;
    left: 43px;
    /* margin-bottom: -1px; */
    width: 77%;
    z-index: 1;
    
      padding: 20px;
      background: rgba(20, 30, 70, 0.9);
      color: #fff;
    }
    .blog-overlay h5 {
      /* font-weight: 600; */
      font-size: 16px;
    }
    .blog-category {
      font-size: 13px !important;
      text-transform: uppercase;
      /* margin-top: 5px; */
      color: #b0b0ff;

    }
