
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;700&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.service-sidebar {
    position: sticky;
    top: 120px;
}

.site-breadcrumb p {
    color: #fff;

}
body {	
    color: #33354b;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
	font-family: 'Rubik', sans-serif;
}
header{
    position: relative;
    height: 110px;
}
html{
    scroll-behavior: smooth;
}

p {

    font-weight: 400;
	font-style: normal;
}
li{
	list-style:none;
}
ul{
	padding:0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #151423;
    font-family: 'Rajdhani', sans-serif;
    font-style: normal;
	margin-bottom: 0;
	margin-top: 11px;
    line-height: 1.2;	
    font-weight: 700;
    -webkit-transition: .5s;
    transition: .5s;
}

h1 {
    font-size:45px;
}
h2 {
    font-size: 35px;
	
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 18px;
}

a{
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
a{
	 color: #33354b;
}
a:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
}
a:focus,
a:hover {
    text-decoration: none;
}


.bg-body-tertiary {
background: #fff !important;
}
.navbar-expand-lg .navbar-nav .nav-link {
    display: inline-block;
    font-size: 17px;
    padding: 35px 17px;
    text-transform: capitalize;
    transition: all 1s ease-out;
    letter-spacing: 1px;
    color: #000000;
    font-weight: 600;
	-webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    
}


.nav-link:hover {
  color: #005bab !important;
}



.navbar .nav-item .dropdown-menu li {
    border-bottom: 1px solid #eee;
  }
	
	.navbar .nav-item .dropdown-menu {

        transition: .3s;
        margin-top: 8px;
        padding: 0px;
        border: none;
        border-top: 4px solid #005aaa;
        border-radius: 0px;
        width: 250px;
        box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
    }
#navbar{
	box-shadow:  0 0 12px 0 rgb(6 6 6 / 20%);
}
	  .navbar .nav-item .dropdown-menu .dropdown-item {
    font-size: 16px;
    font-weight: 500;
    padding: 8px;
    color: #005aaa;
    position: relative;
    text-transform: capitalize;
    transition: all .5s ease-in-out;
  }
	
	.navbar .nav-item .dropdown-menu li:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
	.navbar .nav-item .dropdown-menu .dropdown-item:hover {
    background: #005aaa;
    color: #fff;
    padding-left: 20px;
  }
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #005bab !important;
}

.service-area {
    padding: 100px 0 70px;
}
.section-title {
    margin-bottom: 35px;
}
.section-title h5 {
    color: #005bab;
    font-size: 20px;
    margin-bottom: 4px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    display: inline-block;
}
.section-title h1 {
    font-size: 52px;
    font-weight: 700;
    line-height: 1;
}


.section-title h5:before {
    position: absolute;
    z-index: 1;
    content: "";
    display: inline-block;
    width: 40px;
    height: 1px;
    background: #005bab;
    right: -46px;
    top: 15px;
}

.sinlge-service-box {
    transition: 0.5s;
    position: relative;
    z-index: 1;
    text-align: center;
    background: #f8fafb;
    box-shadow: 0px 0 6px rgb(26 46 85 / 10%);
    padding: 44px 32px 5px;
}

.sinlge-service-box:before {
    position: absolute;
    content: "";
    z-index: -1;
    width: 100%;
    height: 0;
    background: #005bab;
    left: 0;
    bottom: 0;
    transition: 0.5s;
}

.sinlge-service-box-1 {
    transition: 0.5s;
    position: relative;
    z-index: 1;
    text-align: center;
    background: #fff;
    box-shadow: 0px 0 6px rgb(26 46 85 / 10%);
    padding: 44px 32px 5px;
}
.sinlge-service-box-1:before {
    position: absolute;
    content: "";
    z-index: -1;
    width: 100%;
    height: 0;
    background: #005bab;
    left: 0;
    bottom: 0;
    transition: 0.5s;
}
.sinlge-service-box {
    transition: 0.5s;
    position: relative;
    z-index: 1;
    text-align: center;
    background: #f8fafb;
    box-shadow: 0px 0 6px rgb(26 46 85 / 10%);
    padding: 44px 32px 5px;
}
.service-icon i {
    font-size: 60px;
    color: #005bab;
    display: inline-block;
    transition: 0.5s;
    margin: 0;
}

.service-title h2 {
    font-size: 24px;
    margin: 20px 0 8px;
    transition: 0.5s;
    line-height: 1;
}
.service-title p {
    transition: 0.5s;
}
.active .service-icon i {
  color: #fff;
}
.active .service-title h2 {
  color: #fff;
}
.active .service-title p {
  color: #fff;
}
.active.sinlge-service-box:before {
  position: absolute;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #005bab;
  left: 0;
  bottom: 0;
  transition: 0.5s;
}

.sinlge-service-box:hover:before {
  height: 100%;
  background: #005bab;
}
.sinlge-service-box-1:hover:before{
  height: 100%;
  background: #005bab;
}
.sinlge-service-box:hover .service-icon i,
.sinlge-service-box:hover .service-title h2,
.sinlge-service-box:hover .service-title p {
  color: #fff;
}
.sinlge-service-box-1:hover .service-icon i,
.sinlge-service-box-1:hover .service-title h2,
.sinlge-service-box-1:hover .service-title p {
  color: #fff;
}





.section-title {
    margin-bottom: 35px;
}
.section-title h5 {
    color: #005bab;
    font-size: 20px;
    margin-bottom: 4px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.section-title h2 {
    font-size: 52px;
    font-weight: 700;
    line-height: 1;
}
.section-title span {
    color: #005bab;
}
.section-title p {
    margin: 15px 0 0;
}
.white p {
    color: #fff;
}

.white h1, .white h2, .white h3, .white h4, .white h5, .white h6 {
    color: #fff;
}

.accordion-item button {
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: 700;
    font-size: 19px;
    font-family: "Rajdhani";
    color: #151423 !important;
    user-select: none;
	background-color: #f6f9fe;
}
.accordion-body {
    background-color: #f6f9fe;
	font-size: 16px;
    color: #616161;
    font-family: "Rubik", sans-serif;
}

.intro {
    padding: 90px 0;
}

.techno-about-thumb {
    position: relative;
    right: 50px;
}
.about-icon {
    float: left;
    margin-right: 10px;
}
.about-icon i {
    font-size: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background: linear-gradient(to right, #ed2523 0%, #ed491c 100%);
    border-radius: 50%;
}

.footer {
    background: url(../images/footer-bg.jpg);
    padding: 100px 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.flogo {
    margin-top: 10px;
}
.company-info-desc p {
    padding: 32px 16px 0 0px;
    color: #fff;
    font-size: 17px;
    margin-bottom: 13px;
}
.company_icon a {
    display: inline-block;
    margin: 15px 6px 0;
    font-size: 16px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #292643;
    text-align: center;
    position: relative;
    z-index: 1;
    border-radius: 3px;
}



h4.widget-title {
    color: #fff;
    font-size: 28px;
    padding-bottom: 28px;
    margin-top: 0;
}

h4.widget-title span {
    color: #005bab;
}
.footer-post {
    margin-bottom: 24px;
}
.footer-post ul li {
    display: block;
    list-style: none;
    position: relative;
    z-index: 1;
    padding-left: 15px;
}

.footer-post ul li a {
    display: inline-block;
    color: #fff;
    font-weight: 500;
    padding: 0 0 7px;
    transition: 0.5s;
    background-image: linear-gradient(to right, #ed2c41, #ed2c41, 50%, #fff 50%);
    background-size: 200% 100%;
    background-position: 100%;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.footer-socail-icon {
    float: left;
    margin-right: 20px;
}

.footer-socail-info p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 33px;
}
.footer-socail-icon i {
    display: inline-block;
    font-size: 26px;
    color: #005bab;
}

.footer-socail-info2 p {
    color: #fff;
}

.company_icon a:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #005bab;
  transform: scale(0);
  margin: auto;
  transition: 0.5s;
  border-radius: 3px;
}
.company_icon a:hover:before {
  transform: scale(1);
  background: #005bab;
}
.company_icon a i:hover {
  color: #fff;
}
.row.footer-bottom {
    border-top: 1px solid #005bab;
    margin-top: 80px;
}
.footer-bottom-content {
    padding-top: 22px;
}
.footer-bottom-content-copy p {
    color: #fff;
}
.footer-bottom-menu p {
    color: #fff;
    padding: 20px 0 0;
}
.footer-bottom-content-copy span {
    color: #005bab;
}
.white i {
    color: #fff;
}

.choose-area {
    position: relative;
    background: #0C1529;
}

.choose-right-content {
    position: relative;
    padding-left: 30px;
}
.faq-area{
    position: relative;
    background:#f7fbfe;
}

#scroll-top {
    position: fixed;
    bottom: -20px;
    right: 30px;
    z-index: 99;
    font-size: 20px;
    border: none;
    outline: none;
    border-radius: 50px;
    color: #fff;
    background-color: #005bab;
    cursor: pointer;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.17);
    transition: all .5s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

#scroll-top.active {
    opacity: 1;
    visibility: visible;
    bottom: 95px;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.my-float {
    margin-top: 16px;
}

.site-breadcrumb {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
    padding-top: 150px;
    padding-bottom: 150px;
    z-index: 1;
}

.site-breadcrumb::before {
    content: "";
    position: absolute;
    background: linear-gradient(to bottom right, rgba(0, 26, 113, .9) 0%, rgba(0, 0, 0, .5) 100%);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.site-breadcrumb .breadcrumb-title {
    font-size: 45px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.site-breadcrumb .breadcrumb-menu {
    position: relative;
    z-index: 1;
}
.site-breadcrumb .breadcrumb-menu li a {
    color: #fff;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.site-breadcrumb .breadcrumb-menu li:first-child {
    margin-left: 0;
}
.site-breadcrumb .breadcrumb-menu li {
    position: relative;
    display: inline-block;
    margin-left: 5px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
}

.site-breadcrumb .breadcrumb-menu li.active {
    color: #40a4fb;
}

.service-sidebar .sidebar-pane {
    padding: 2rem;
    margin-bottom: 2rem;
    border-radius: 0.25rem;
    background-color: #023a6c;
    z-index: 0;
}

.service-sidebar .sidebar-pane .sidebar-title {
    margin-bottom: 1.5rem;
    text-transform: capitalize;
    color:#fff;
}

.service-sidebar .sidebar-pane .list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-sidebar .sidebar-pane .list-item {
    display: flex;
    align-items: center;
    padding: 1rem 1.25rem;
    padding-right: 0;
    margin-bottom: 1rem;
    background: rgb(6 9 34);
    color: #fff;
    opacity: 0.65;
    border-radius: 0.25rem;
    transition: all 0.3s ease-in-out 0s;
}

.service-sidebar .sidebar-pane .list-item a {
    position: relative;
    text-transform: capitalize;
    width: 100%;
    display: flex;
    align-items: center;
    line-height: 1;
    font-size: 1.1rem;
    font-weight: 400;
    color: #fff;
    text-decoration:none;
}
.service-sidebar .sidebar-pane .list-item .font-icon {
    color: #fff;
    font-size: 1.5rem;
    margin-right: 0.75rem;
    line-height: 1;
}

.service-sidebar .sidebar-pane .list-item:hover a .icon, .service-sidebar .sidebar-pane .list-item.active a .icon {
    translate: 1rem 0;
    opacity: 1;
}
.service-sidebar .sidebar-pane .list-item a .icon {
    display: flex;
    align-items: center;
    translate: -1rem 0;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
}

.service-sidebar .sidebar-pane .list-item:hover, .service-sidebar .sidebar-pane .list-item.active {
    opacity: 1;
}

.sc-wrapper.dir-row {
    padding: 0.75rem 0;
}

.sc-wrapper .sc-list {
    padding: 0;
    margin: 0;
    display: inline-flex;
    list-style: none;
}

.service-sidebar .sidebar-pane .sc-list .sc-item {
    color: #fff;
    background-color: #292643;
    opacity: 0.75;
}
.sc-wrapper.dir-row .sc-list .sc-item {
    margin-right: 10px;
}
.sc-wrapper.sc-size-40 .sc-item {
    width: 40px;
    height: 40px;
    font-size: 1rem;
}
.sc-wrapper .sc-list .sc-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #09aff4;
    border-radius: 0.25rem;
    transition: transform 0.3s ease-in-out 0s;
}

.service-sidebar .sidebar-pane .sc-list .sc-item .sc-icon {
    color: #fff;
}
.sc-wrapper .sc-list .sc-icon {
    transition: #fff 0.3s ease-in-out 0s;
}
.pt-100 {
    padding-top: 100px;
}

.contact-us-single-box {
    margin-bottom: 30px;
    background: #f3f7fa;
    padding: 32px 30px 32px;
}

.contact-us-icon {
    float: left;
    margin-right: 25px;
    margin-top: 25px;
}

.contact-us-icon i {
    font-size: 52px;
    color: #005bab;
}
.contact-us-title {
    overflow: hidden;
}
.contact-us-title h2 {
    font-size: 24px;
    text-transform: uppercase;
}

.contact-us-title p {
    padding: 5px 0 0;
    margin: 0;
}

.contact-form-box.style-two {
    background: #f3f7fa;
    padding: 34px 50px 30px;
    border-radius: 8px;
}

.style-two input {
    float: right;
    height: 54px;
    background-color: #fff;
    border-color: transparent;
    transition: 0.5s;
    border: 0;
    padding: 7px 20px;
    display: block;
    width: 100%;
    color: #00132b;
    margin-bottom: 16px;
    font-weight: 400;
    position: relative;
    z-index: 1;
}

.from-box textarea {
    height: 140px;
    width: 100%;
    border: 0;
    padding: 15px 22px 0px;
}

.section-md-110 {
    padding-top: 110px;
    padding-bottom: 110px;
}

/*galery*/
/* Start Gallery CSS */
#portfolioc .portfolio-item {
  overflow: hidden;
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}


#portfolioc .portfolio-item img {
  transition: all ease-in-out 0.4s;
  width: 100%;
}

#portfolioc .portfolio-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#portfolioc .portfolio-item:hover .portfolio-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}


#portfolioc1 .portfolio-item {
   position: relative;
  vertical-align: middle;
  text-align: center;
}


#portfolioc1 .portfolio-item img {
  transition: all ease-in-out 0.4s;
  width: 100%;
}

#portfolioc1 .portfolio-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#portfolioc1 .portfolio-item:hover .portfolio-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}