*{
    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;
        }
        p{
font-size: 17px ;
        }
/* 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;
}
#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;

	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: #0b0b0b;
    display: flex;
    align-items:center;
    height: 500px;
}

#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{
    padding: px !important;
}
.carousel-control-prev-icon{
    padding: px !important;  
}

/* end banner sectio */

/* start about us  */

.about-us{
    background-image: url(../img/about-bg.jpg);
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  
}

.about-us h3{
    font-size: 35px;
    font-weight: 600;
    margin: 20px;
    color: white;
}

.about-us strong{
    color: white;
}

.about-us p{
    color: white;
}

.images{
    align-items: center;
    margin-top: 40px;
}

images img{
    height: 600px;
}
/* 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;
}
.industry-a p{
    font-weight: bold;
}

.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: 46px;
    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; */
}
.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-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-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;
    }
}
.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; 
}