
*{
	margin:0px;
	padding: 0px;
}

body {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: normal;
  color: #000000;
  line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
    color: #000000;
    margin: 0px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    line-height: 1.2;
}

@-webkit-keyframes pulse{
  0%{
    -webkit-transform: scale(0.9);
  }
  50%{
    -webkit-transform: scale(1.1);
  }
  100%{ 
    -webkit-transform: scale(0.9);
  }
}
.mypage-alo-phone {
    position: fixed;
   left: 0px;
    bottom:0px;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 200000 !important;
}




.mypage-alo-ph-img-circle {
        width: 30px;
        height: 30px;
        top: 43px;
        left: 43px;
        position: absolute;
        background:  url(https://i.imgur.com/J9AXAq7.png) no-repeat center center;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        border: 2px solid transparent;
        opacity: .7;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        background-color: #0eef87;
        background-size: 70%;
      -webkit-animation: pulse 01s infinite;
}
.mypage-alo-ph-circle-fill {
  
    width: 60px;
    height: 60px;
    top: 28px;
    left: 28px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: #01c369;
    opacity: .75 !important;
    -webkit-animation: pulse 1s infinite;
}
.mypage-alo-ph-circle{
    width: 90px;
    height: 90px;
    top: 12px;
    left: 12px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: .1;
    border-color:#ffb56b;
    opacity: .5;
}



h1 {
  font-size: 40px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  margin: 0px;
}

.py-100 {
    padding: 100px 0;
}
.social {
    position: fixed;
    top: 30%;
    right:15px;
    z-index:9;
}

.social ul {
  padding: 0px;
  -webkit-transform: translate(270px, 0);
  -moz-transform: translate(270px, 0);
  -ms-transform: translate(270px, 0);
  -o-transform: translate(270px, 0);
  transform: translate(270px, 0);
}

.social ul li {
    display: block;
    margin: 3px;
    background: rgba(171, 219, 209, 0.36);
    width: 300px;
    text-align: left;
    padding: 5px;
    -webkit-border-radius: 30px 0 0 30px;
    -moz-border-radius: 30px 0 0 30px;
    border-radius: 30px 0 0 30px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.social ul li:hover {
  -webkit-transform: translate(-110px, 0);
  -moz-transform: translate(-110px, 0);
  -ms-transform: translate(-110px, 0);
  -o-transform: translate(-110px, 0);
  transform: translate(-110px, 0);
  background: rgba(173, 178, 177, 0.4);
}

.social ul li:hover a {
  color: #000;
}

.social ul li:hover i {
  color: #fff;
  background: #16a085;
}

.social ul li i {
  margin-right: 10px;
  color: #000;
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 40px;
  height: 40px; 
  font-size: 20px;
  background: #ffffff;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);

}

#about {
  top: 20px;
  background-color: #04AA6D;
}

#blog {
  top: 80px;
  background-color: #2196F3;
}

#projects {
  top: 140px;
  background-color: #f44336;
}

#contact {
  top: 200px;
  background-color: #555
}


.img,
img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  height: auto;
}

.theme-btn {
    font-size: 16px;
    color: #FFFFFF;
    padding: 10px 20px;
    transition: all 0.5s;
    text-transform: capitalize;
    position: relative;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    border: none;
    background: #ff6800;
    z-index: 1;
}

.theme-btn::before {
  content: "";
  background: #11488b;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: 0.4s ease-in-out;
  z-index: -1;
}


.theme-btn:hover{
  color: #FFFFFF;
}


.theme-btn i {
    margin-left: 8px;
    transform: rotate(-40deg);
   transition: all .3s ease-in-out;
}

.theme-btn:hover i{
    transform: rotate(0deg);
}


.theme-btn:hover{
	background: transparent;
}




.theme-btn::after{ 
	content: '';
    display: block;
    position: absolute;
	top: 0;
    left: auto;
	right: 0;
    bottom: 0;
	width: 0;
	
    background: #1e1e1e;
	border-radius: 0;
    transition: 0.4s ease-in-out;
	z-index: -1;
}

.theme-btn:hover::after{
	width: 100%;
	left: 0;
	right: auto;
}
a {
	text-decoration: none;
  display: inline-block;
}
ul{
	list-style: none;
	display: inline-block;
}
.logo img{
	width: 250px;
}
header {
    position: relative;
    height: 78px;
}
.navbar {
    padding-top: 0px;
    padding-bottom: 0px;
    z-index: 4;
}
#navbar {
    box-shadow: 0 0 12px 0 rgb(6 6 6 / 20%);
}
.bg-body-tertiary {
    background: #fff !important;
}

@media (min-width: 992px) {
    .navbar .nav-item .nav-link {
        margin-right: 22px;
        padding: 30px 0 30px 0;
        font-size: 17px;
        font-weight: 600;
        color: #000000;
        text-transform: capitalize;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .nav-link.active, .navbar .nav-item:hover .nav-link {
        color: #ff6800;
    }
}
.about{
	 padding: 100px 0px 70px;
}
.about-left {
    position: relative;
}
.about-img img {
    border-radius: 100px;
}
.about-img .img-2 {
    margin-left: -20px;
    margin-top: 130px;
    border: 10px solid #FFFFFF;
}

.about-img .img-3 {
    margin-top: -20px;
    margin-left: -50px;
    border: 10px solid #FFFFFF;
}
.about-experience {
    background: #ff6800;
    position: absolute;
    right: 50px;
    bottom: 20px;
    padding: 14px 25px;
    border-radius: 100px;
    text-align: center;
    border: 10px solid #FFFFFF;
}
.about-experience h5 {
    color: #FFFFFF;
    font-size: 40px;
}
.about-experience p {
    color: #FFFFFF;
    font-weight: 600;
}
.about-right {
    position: relative;
    display: block;
}

.site-heading {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.site-title-tagline {
    display: inline-block;
    color: #ff6800;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 18px;
}
.site-title {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 45px;
    color: #000000;
    margin-bottom: 0;
}

.text-left .em_bar_bg {
    height: 5px;
    width: 90px;
    background: #697074;
    margin: 22px 0 30px;
    position: relative;
    border-radius: 30px;
}
.em_bar_bg {
    height: 5px;
    width: 90px;
    background: #ff6800;
    margin: 10px auto;
    position: relative;
    border-radius: 30px;
}

.em_bar_bg:before {
    content: '';
    position: absolute;
    left: 0;
    top: -2.7px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #424344;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: MOVE-BG;
}
.em_bar_bg:before {
    content: '';
    position: absolute;
    left: 0;
    top: -2.7px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #fc9615;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: MOVE-BG;
}
@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
            transform: translateX(88px);
  }
}

.about-text {
    color: #000000;
}

.service-area {
    background: url(../images/product.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding-top: 90px;
    padding-bottom: 90px;
    z-index: 1;
}


.service-area::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 63, 114, .7);
    z-index: -1;
}



.pb-30 {
    padding-bottom: 30px;
}
.section-title {
    position: relative;
    z-index: 1;
}

.section-title h2 {
    font-size: 40px;
    font-weight: 600;
    margin: 0;
    line-height: 1.2;
}
.white h1, .white h2, .white h3, .white h4, .white h5, .white h6, .white p {
    color: #fff;
}

.pb-30 {
    padding-bottom: 30px;
}
.em_bar_bg {
    height: 5px;
    width: 90px;
    background: #aec6ef;
    margin: 20px auto;
    position: relative;
    border-radius: 30px;
}
.service-read-btn:hover {
    color: #0C1529;
}

.service-read-btn1:hover {
    color: #0C1529;
}
.service-read-btn {
    font-weight: 500;
    color: #4a4a4a;

}

.service-read-btn1 {
    font-weight: 500;
    color: #fff;
}
.service-arrow a i {
    margin-left: 8px;
}

.service-arrow1 a i {
    margin-left: 8px;
}
.em_bar_bg:before {
    content: '';
    position: absolute;
    left: 0;
    top: -2.7px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #424344;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: MOVE-BG;
}

.service-box {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.service-box-inner {
    background: #fff;
    padding: 20px 22px 17px;
}
.service-box-inner1 {
    background: #ff6800;
    padding: 20px 22px 17px;
}
.service-title h2 {
    font-size: 23px;
    margin-bottom: 10px;
    transition: .5s;
    background: linear-gradient(to right, #FC9615, #FC9615, 50%, #232323 50%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-size: 200%, 100%;
    background-position: 100%;
}
.service-title1 h2 {
    font-size: 21px;
    margin-bottom: 10px;
    color: #fff;
}
.service-title1 p {
    color: #fff;
}
.service-title p {
    transition: .3s;
}

.service-box:after {
    position: absolute;
    z-index: -1;
    content: "";
    left: 8px;
    top: 7px;
    background: #ff6800;
    height: 100%;
    width: 100%;
    transition: .5s;
}


.service-box1 {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}
.service-box1:after {
    position: absolute;
    z-index: -1;
    content: "";
    left: 8px;
    top: 7px;
    background: #fff;
    height: 100%;
    width: 100%;
    transition: .5s;
}
.service-box:hover:after {
    left: 0;
    top: 0;
}
.service-box1:hover:after {
    left: 0;
    top: 0;
}


.section-row {
    position: relative;
    margin-bottom: 60px;
    padding-bottom: 60px;
}

.align-items-center {
    align-items: center !important;
}

.industry {
    background-color: #f8f8f8;
    padding: 100px 0;
}

.why-choose-image {
    margin-right: 30px;
}

.why-choose-image figure {
    display: block;
}

.image-anime {
    position: relative;
    overflow: hidden;
}

.why-choose-image img {
    width: 100%;
    aspect-ratio: 1 / 0.94;
/*object-fit: cover;*/
}

.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.section-title h3 {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.1em;
    text-transform: uppercase;
    color: #ff5e14;
    padding-left: 50px;
    margin-bottom: 20px;
}

.section-row::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 0;
    border-bottom: 1px solid #e3e3e3;
    width: calc(100% - 30px);
}

.why-choose-item {
    border-bottom: 1px solid #e3e3e3;
    padding-top: 40px;
    padding-bottom: 40px;
}
.why-choose-item h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 30px;
}


.why-choose-item h3 span {
    color: #ff5e14;
}
.why-choose-item p {
    margin: 0;
}


.section-xs {
    padding: 45px 0;
}
@media (min-width: 768px) {
    .section-xs {
        padding: 45px 0;
    }
}

.novi-background {
    background: #e7e7e7 !important;
    margin-top:30px;
}

@media (min-width: 768px) {
    h2, .h2 {
        font-size: 30px;
        color: #000000;
    }
}
@media (min-width: 1200px) {
    h2, .h2 {
        font-size: 36px;
        color: #000000;
    }
}

.breadcrumbs ol {
    display: flex
;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}

.breadcrumbs ol li+li {
    padding-left: 10px;
}

.breadcrumbs a {
    color: #fd5f00;
    text-decoration: none;
    transition: 0.3s;
}

.page-title .breadcrumbs ol li+li::before {
    content: "/";
    display: inline-block;
    padding-right: 10px;
    color: color-mix(in srgb, #212529, transparent 70%);
}


.intro {
    padding: 95px 0 70px;
}


.single_blog {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.single_blog_thumb img {
    width: 100%;
}

.single_blog_content {
    padding: 22px 30px 30px 30px;
    box-shadow: 0 4px 30px rgb(0 0 0 / 12%);
    position: relative;
    z-index: 1;
}

.blog_page_title h4 a:hover {
    color: #fd5f00;
}
.blog_page_title h4 a {
    font-weight: 700;
    font-family: "Rajdhani";
    display: inline-block;
    transition: 0.5s;
    margin: 10px 0 0;
    color:#000;
}


.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);
}


.page-service-single {
    padding: 100px 0;
}

.contact-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
    padding: 30px 20px;
    position: relative;
    margin-bottom: 25px;
    border-radius: 15px 50px 50px 50px;
    background: #F6F6F6;
    transition: all .5s ease-in-out;
}


.contact-info .icon {
    font-size: 35px;
    color: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50px;
    background: #FF5E14;
}

.contact-info .content h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #003F72;
}

.contact-info .content p {
    color: #003F72;
    font-weight: 500;
    font-size: 16px;
}

.contact-form {
    background: #f6f6f6;
    padding: 30px;
    border-radius: 15px;
}

.contact-form-header {
    margin-bottom: 30px;
}

.contact-form-header h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #003F72;
}

.contact-form-header p {
    color: #757F95;
}



.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    z-index:999;
}

.back-to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: #ed502e;
    color: #fff;
    transition: all 0.4s;
}
/* custom form */
.form-group {
  margin-bottom: 20px;
}

.form-group .form-label{
  color: #003F72;
}


.form-group .form-control, .form-group .form-select {
    padding: 14px 20px 14px 20px;
    border-radius: 15px;
    background-color: #ffffff;
    color: #003F72;;
    border-color: rgba(0, 0, 0, 0.08);
}

.form-group .form-control::placeholder{
  color: #FF5E14;
}

.form-group .form-control:focus,
.form-group .form-select:focus{
  border-color: #FF5E14;
  box-shadow: 0 0 0 .25rem rgba(249, 92, 20, .25)
}

.form-group .form-icon{
  position: relative;
}

.form-group .form-icon i{
  position: absolute;
  top: 19px;
  left: 20px;
  color: #FF5E14;
  z-index: 1;
}

.form-group .form-icon .form-control,
.form-group .form-icon .form-select{
  padding-left: 50px;
}

.form-check{
  margin-bottom: 20px;
}

.form-check .form-check-input{
  border-radius: 6px;
  margin-top: 6.5px;
  border-color: rgba(0, 0, 0, 0.08);
}

.form-check .form-check-label{
  color: #003F72;
}

.form-check .form-check-input:checked{
  background-color: #FF5E14;
  border-color: #FF5E14;
}

.form-check .form-check-input:focus{
  border-color: #FF5E14;
  box-shadow: 0 0 0 .25rem rgba(249, 92, 20, .25)
}


.footer-area {
    background: #ff5e14;
    position: relative;
    z-index: 1;
}

.footer-shape {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: .05;
    z-index: -1;
}

.footer-widget {
    position: relative;
    z-index: 1;
}

.footer-widget-box {
    margin-bottom: 20px;
}
.footer-logo img {
       margin-bottom: 25px;
}

.footer-widget-box p {
    color: #fff;
    padding-right: 18px;
    margin-bottom: 20px;
}

.footer-contact li {
    position: relative;
    display: flex
;
    justify-content: start;
    align-items: center;
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
}

.footer-contact li a {
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer-contact li i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    margin-right: 15px;
    border-radius: 10px 10px 10px 0;
    background: #ff5e14;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #fff;
}

.pb-70 {
    padding-bottom: 70px;
}
.pt-100 {
    padding-top: 100px;
}

.footer-widget-title {
    color: #fff;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-size: 21px;
    z-index: 1;
    font-weight:400;
}
.footer-widget-title::before {
    content: '';
    position: absolute;
    width: 90px;
    height: 3px;
    background: rgba(255, 255, 255, 0.9);
    bottom: 0;
    left: 0;
    z-index: -1;
}
ol, ul {
    padding: 0px;
}
.footer-widget-title::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background: #ff5e14;
    bottom: 0;
    left: 18px;
    z-index: -1;
}

.footer-list {
    display: flex;
    flex-direction: column;
    gap: .65rem;
}

li {
    list-style: none;
}

.footer-list li a {
    color: #fff;
    transition: all .5s ease-in-out;
}

.footer-list li a i {
    margin-right: 5px;
    color: #fff;
}

.footer-contact .content h6 {
    color: #fff;
    margin-bottom: 5px;
}

.copyright {
    padding: 20px 0;
    border-top: 1px solid #fff;
}

.copyright .copyright-text {
    color: #fff;
    margin-bottom: 0px;
    font-size: 16px;
}

.footer-social {
    display: flex;
    gap: 15px;
    justify-content: end;
}

.footer-social li a i {
    height: 38px;
    width: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 50px;
    background: #fff;
    color: #ff5e14;
    transition: all .5s ease-in-out;
}

.footer-social li a i:hover {
  background: #ff5e14;
  color: #fff;
}