body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p {
	font-family: "Lato", sans-serif;
}

.container {
	width: 1170px;
}

img {
	max-width: 100%;
}
.main{
	overflow-x: hidden;
	background-color: #fff4de;
}




.header-top {
    background-color: #ffa600;
    color: #ffffff;
}
.header-top .text-wrapper {
    display: inline-block;
    padding: 13px 20px 13px 0;
    font-size: 14px;
    line-height: 1;
}
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
	z-index: 99;
	background-color: #fff;
	box-shadow:0 5px 15px rgba(0,0,0,0.25);
}
.fixed-header img {
    max-width: 60px !important;
}  
.header-top a{
	color: inherit;
	text-decoration: none;
}
.header img{
	max-width: 105px;
}
.header-top .list-inline li {
    display: inline-block;
    padding-left: 4px;
    padding-right: 4px;
}
.header-top ul .text-wrapper {
    padding: 13px 0;
}
.header-top .list-inline{
	margin-bottom: 0;
    display: flex;
    justify-content: end;
}
.navbar-light .navbar-nav .nav-link.active:after, .navbar-light .navbar-nav .nav-link.active{
	color: #ffa500 !important;
	opacity: 1;
	width: 100%;
}
.navbar-light .navbar-nav .nav-link:hover{
	color: #ffa500 !important;
}
.navbar-light .navbar-nav .nav-link:hover:after{
	color: #ffa500 !important;
	opacity: 1;
	width: 100%;
}
.navbar-light .navbar-nav .nav-link {
    color: #000 !important;
	text-transform: uppercase;
    font-size: 16px;
	position: relative;
}
.navbar-light .navbar-nav .nav-link::after{
	position: absolute;
    content: "";
    border-bottom: 2px solid #ffa500;
    bottom: 2px;
    left: 0;
    width: 0px;
    transition: 0.3s;
    opacity: 0;
}
.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
  }
  
  .change .bar1 {
    transform: translate(0, 11px) rotate(-45deg);
  }
  
  .change .bar2 {opacity: 0;}
  
  .change .bar3 {
    transform: translate(0, -11px) rotate(45deg);
  }

.toggle-menu{
    display: none;
}



.header .left-box {
    background-image: url('../img/left-img.jpg');
	padding: 40px 30px;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.header .lml-box {
    border-bottom: 4px solid #fff;
    border-right: 4px solid #fff;
    color: #fff;
    height: 100%;
}
.header .lml-heading {
    transform: translate(-4px, -16px);
}
.header .lml-heading h3 {
    font-size: 30px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 700;
    position: relative;
}
.header .lml-heading h3::before {
    content: "";
    position: absolute;
    width: calc(100% - 120px);
    height: 4px;
    background-color: #fff;
    right: -8px;
    top: 15px;
}
.header .lml-logo-list li {
    width: 132px;
    position: relative;
}
.country-code > img, .lml-logo-list li::before {
    transform: translateY(-50%);
    top: 30%;
    position: absolute;
}


.header .lml-logo-list li::before {
    content: "";
    width: 11px;
    height: 4px;
    background-color: #fff;
    left: -31px;
}
.header .lml-logo-list img{
	margin-bottom: 20px;
}
.header .lml-body {
    border-left: 4px solid #fff;
    padding: 20px;
    height: calc(100% - 140px);
}
.header .lml-body p {
    font-size: 14px;
    margin-top: 36px;
    line-height: 20px;
}
.header .lml-body ul{
	padding: 0;
}
.header .lml-body h4 {
    font-size: 26px;
    margin-top: 10px;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 700px;
        margin: 1.75rem auto;
    }
}
.header li{
	margin: 0 5px;
}
.header .modal.show .modal-dialog {
    transform: none;
    display: flex;
    align-items: center;
    height: 94vh;
}

.header .call{
	display: flex;
	align-items: center;
}

.header .call .btn1{
	background: none;
	border: 2px solid #ffa500;
	border-radius: 10px;
	padding: 10px 13px;
	margin-right: 10px;
}
.header .call .btn1 a{
	color: #ffa500!important;
	text-decoration: none;
}
.header .call .btn{
	background: #ffa500;
	border: none;
	border-radius: 10px;
	padding: 10px 15px;
}
.header .call form{
	padding: 15px 15px 15px 0;
}
.header .call img{
	width: 100%;
	max-width: 100%;
}
.header .call .form-group{
	display: flex;
	position: relative;
	margin-bottom: 30px;
}
.header .call .form-group i {
    position: absolute;
    right: 1px;
    top: 1px;
    background: #fff;
    padding: 11px;
    border-radius: 0 10px 10px 0;
    color: #ffa500 !important;
}
.header .call .form-group .form-control{
	border-radius: 10px !important;
    height: 40px;
}
.header .call .form-group .form-select{
	height: 40px;
	border-radius: 10px !important;
	background-image: url('../img/arrow.png');
}

.header .call h1 {
    font-size: 28px;
    color: #ffa500;
    font-weight: 600;
    margin-bottom: 15px;
	margin-top: 45px;
}


.captcha{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.captcha input{
	border-radius: 10px !important;
    height: 40px;
	border: 1px solid #ccc;
}
.captcha .captcha_code h3{
	font-size: 20px;
}
.main-btn{
	background: #ffa500;
    border: none;
    width: 95%;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 10px;
	font-weight: 600;
}
.main-btn a{
	color: #fff;
	text-decoration: none;
}


.section-one{
	background-image: url('../img/banner.png');
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	padding: 100px;
	color: #fff;
	background-attachment: fixed;
}

.section-one h1{
	font-size: 50px;
    line-height: 55px;
	font-weight: 700;
	margin-top: 100px;
}
.section-one p{
	text-align: justify;
    font-weight: 400;
	font-size: 18px;
}
.section-one .btn{
	background: #ffa500;
	border: none;
	border-radius: 10px;
	padding: 10px 15px;
	font-size: 18px;
	font-weight: 800;
}
.section-one .btn span{
	font-weight: 500;
}

.about{
margin: 100px 0;
}

.about h1{
	font-size: 32px;
    width: auto;
    font-weight: 700;
    margin-bottom: 25px;
}
.about p{
	text-align: justify;
    font-weight: 400;
	font-size: 18px;
}
.about button{
	background: #ffa500;
    border: none;
    border-radius: 10px;
    padding: 10px 35px;
    font-size: 16px;
    font-weight: 800;
}
.about img{
	border-radius: 20px;
}

.below-title {
	background: #0a131e;
	color: #ffa500;
}
.below-title h2{
	font-size: 46px;
    font-weight: 800;
    padding: 20px 0 17px;
}

.banner-one {
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
}
.header .navbar-collapse{
	justify-content: end;
}
.banner-one .bubble-1 {
	top: 15%;
	left: 13%;
	width: 30px;
}

.banner-one .bubble-2 {
	top: 25%;
	left: 35%;
	width: 30px;
}

.banner-one .bubble-3 {
	top: 60%;
	left: 15%;
	width: 30px;
}

.banner-one .bubble-4 {
	bottom: 10%;
	left: 45%;
	width: 30px;
}

.banner-one .bubble-5 {
	top: 10%;
	right: 15%;
	width: 30px;
}

.banner-one .bubble-6 {
	top: 30%;
	right: 40%;
	width: 30px;
}

.banner-one [class*="bubble-"] {
	position: absolute;
	-webkit-animation-name: bubbleMover;
	animation-name: bubbleMover;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-perspective: 400px;
	perspective: 400px;
	opacity: 0.6;
}

@keyframes bubbleMover {
	0% {
		-webkit-transform: rotate3d(0, 1, 0, 15deg) translateY(0) translateX(0);
		transform: rotate3d(0, 1, 0, 15deg) translateY(0) translateX(0);
	}

	30% {
		-webkit-transform: rotate3d(0, 0, 1, 20deg) translateY(10px) translateX(10px);
		transform: rotate3d(0, 0, 1, 20deg) translateY(10px) translateX(10px);
	}

	60% {
		-webkit-transform: rotate3d(1, 0, 0, 15deg) translateY(20px) translateX(20px);
		transform: rotate3d(1, 0, 0, 15deg) translateY(20px) translateX(20px);
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, 20deg) translateY(10px) translateX(10px);
		transform: rotate3d(0, 0, 1, 20deg) translateY(10px) translateX(10px);
	}

	100% {
		-webkit-transform: rotate3d(0, 1, 0, 15deg) translateY(0) translateX(0);
		transform: rotate3d(0, 1, 0, 15deg) translateY(0) translateX(0);
	}
}

.block-title__text {
	margin: 0;
	color: #2e3d62;
	font-size: 42px;
	line-height: 60px;
	font-weight: 700;
}

.banner-one .block-title__text {
	font-size: 54px;
	line-height: 65px;
	font-weight: 700;
}

.block-title__text span {
	position: relative;
}

li {
	list-style: none;
}

.section__list-item {
	font-size: 18px;
	position: relative;
	color: #666e82;
	padding-left: 30px;
}

.section__list-item i {
	color: #ffa500;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.banner-one__btn {
	display: inline-block;
	vertical-align: middle;
	border-radius: 32px;
	text-align: center;
	text-decoration: none;
	background-color: #ffa500;
	color: #0a131e;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 40px;
	margin-top: 40px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-box-shadow: 0 10px 30px 0 rgba(255, 130, 87, 0.3);
	box-shadow: 0 10px 30px 0 rgba(255, 130, 87, 0.3);
}

#gallery1 {
	position: relative;
	z-index: 1;
}


.section {
	padding-bottom: 60px;
	padding-top: 0px;
	position: relative;
}

.section .bubble-1 {
	top: 30%;
	left: 15%;
	width: 30px;
}

.section .bubble-2 {
	top: 30%;
	right: 10%;
	width: 30px;
}

.section .bubble-3 {
	bottom: 10%;
	left: 40%;
	width: 30px;
}

.section [class*="bubble-"] {
	position: absolute;
	-webkit-animation-name: bubbleMover;
	animation-name: bubbleMover;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-perspective: 400px;
	perspective: 400px;
}

.section__btn {
	display: inline-block;
	vertical-align: middle;
	border-radius: 32px;
	text-align: center;
	text-decoration: none;
	background-color: #ffa500;
	color: #0a131e;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 22px;
	margin-top: 40px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-box-shadow: 0 10px 30px 0 rgba(255, 130, 87, 0.3);
	box-shadow: 0 10px 30px 0 rgba(255, 130, 87, 0.3);
}


.testimonials-style-one {
    background-color: #0a131e;
	padding: 80px 0;
	background-size: cover;
	position: relative;
}
.testimonials-style-one .block-title__text{
    color: #fff;
}
.block-title__text span:before {
	content: "";
	background-color: #ffa500;
	opacity: 0.102;
	width: 100%;
	height: 8px;
	position: absolute;
	bottom: 12px;
	left: 0;
	border-radius: 4px;
}

.testimonials-style-one .block-title {
	margin-bottom: 45px;
}

.bx-wrapper{
    text-align: center;
}
.bx-wrapper p {
	margin: 0;
	color: #fff;
	font-size: 22px;
	line-height: 46px;
}

.bx-wrapper h3 {
	color: #ffa500;
	font-weight: 600;
	font-size: 20px;
	margin: 0;
	margin-top: 40px;
}

.bx-wrapper h5 {
	margin: 0;
	color: #ffa500;
	font-size: 18px;
	font-weight: 700;
	line-height: 25px;
}


.carousel {
    position: relative;
    padding: 0 40px;
}
.single-item {
	max-width: 500px;
	margin: 0 auto;
	background-color: #eaeaea;
	text-align: center;
	padding: 30px 0;
}

.single-item p {
	padding: 0 50px;
	font-family: Roboto;
	font-weight: 300;
}

.single-item span {
	font-family: Roboto;
	font-weight: 900;
	font-size: 1.3em;
}

.slick-arrow {
	border-radius: 50%;
}

.slick-prev {
	left: -45px;
}

.slick-next {
	right: -45px;
}

.slick-dots li button::before {
	color: #fff !important;
}

.carousel-control-prev-icon {
	background-image:url('../img/left.png');
}

.carousel-control-next-icon {
	background-image:url('../img/right.png');
}
.carousel-control-next, .carousel-control-prev {
    position: relative;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto; 
    padding: 0;
    text-align: center;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}


.client{
    margin-top: 30px;
}
.client .block-title__text{
    margin-bottom: 30px;
}
.client .block-title__text span:before {
	content: "";
	background-color: #ffa500;
	opacity: 0.102;
	width: 100%;
	height: 8px;
	position: absolute;
	bottom: 12px;
	left: 0;
	border-radius: 4px;
}

.client .block-title {
	margin-bottom: 45px;
}

.client .carousel-img{
    width:100%;
    margin:0px auto;
  }
  .client  .slick-slide{
    margin:10px;
  }
  .client .slick-slide img{
    width:90%;
  }
  .client .slick-prev, .slick-next{
    background: #000;
    border-radius: 15px;
    border-color: transparent;
  }
  .client .card{
    border: inherit;
    background-color: inherit;
    box-shadow: inherit;
    justify-content: center;
    text-align: center;
    align-items: center;
  }
  .client .card-header{
    background-color: inherit;
    border-bottom: inherit;
  }
  .client .card-body{
    background: #fff;
    width: 100%;
    vertical-align: top;
  }
  .client .card-content{
    text-align: left;
    color: #333;
    padding: 15px;
  }
  .client .card-text{
    font-size: 14px;
    font-weight: 300;
  }
  .client .slick-prev, .slick-next{
    display: none!important;
  }

  .news{
    margin-top: 30px;
}
.news .block-title__text{
    margin-bottom: 30px;
}
.news .block-title__text span:before {
	content: "";
	background-color: #ffa500;
	opacity: 0.102;
	width: 100%;
	height: 8px;
	position: absolute;
	bottom: 12px;
	left: 0;
	border-radius: 4px;
}

.news .block-title {
	margin-bottom: 45px;
}

.news .carousel-img{
    width:100%;
    margin:0px auto;
  }
  .news  .slick-slide{
    margin:10px;
  }
  .news .slick-slide img{
    width:90%;
  }
  .news .slick-prev, .slick-next{
    background: #000;
    border-radius: 15px;
    border-color: transparent;
  }
  .news .card{
    border: inherit;
    background-color: inherit;
    box-shadow: inherit;
    justify-content: center;
    text-align: center;
    align-items: center;
  }
  .news .card-header{
    background-color: inherit;
    border-bottom: inherit;
  }
  .news .card-body{
    background: #fff;
    width: 100%;
    vertical-align: top;
  }
  .news .card-content{
    text-align: left;
    color: #333;
    padding: 15px;
  }
  .news .card-text{
    font-size: 14px;
    font-weight: 300;
  }
  .news .slick-prev, .slick-next{
    display: none!important;
  }

  .guidance{
	background-color: #ffa500;
	padding: 50px 0;
  }
  .guidance h3 {
    font-size: 46px;
    font-weight: 800;
    margin-bottom: 10px;
	color: #2e3d62;
}
  .guidance-box {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
}
.guidance-title {
    font-size: 24px;
    font-weight: 500;
    padding-right: 20px;
    width: 240px;
	color: #2e3d62;
}
.guidance-btns {
    width: calc(100% - 240px);
}
.guidance-btn {
    font-size: 16px;
    padding: 5px 18px;
    border: 1px solid #fff;
    display: inline-block;
    border-radius: 20px;
    transition: all .3s ease-in;
    font-weight: 500;
	color: #2e3d62!important;
	text-decoration: none;
	margin: 0 10px;
}
  .footer {
    background-color: #0a131e;
    padding: 50px 0 20px;
    background-size: cover;
    position: relative;
    color: #fff;
}
.footer a {
    color: #9c9c9c;
    text-decoration: none;
}
.footer h4 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #c1c1c1;
    font-weight: 700;
}
.footer p {
    color: #9c9c9c;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.footer-arrow {
    position: fixed;
    bottom: 30px;
    right: 50px;
    background: #0a131e;
    text-align: center;
    padding: 14px 6px;
    border-radius: 60px;
}
.footer-arrow img {
    width: 70%;
    cursor: pointer;
}

.widget ul {
    padding: 0;
}
.widget ul > li a:after {
    content: "\f101";
    font-family: fontawesome;
    position: absolute;
    left: 0;
    top: 0;
}
.widget ul > li a {
    color: inherit;
    width: 100%;
    display: block;
    position: relative;
    color: #9c9c9c;
    padding-left: 20px;
    text-decoration: none;
}
.footer-bottom {
    background-color: #01080f;
    padding: 20px 0 20px;
}
.footer-bottom a{
	color: #fff!important;
	text-decoration: none;
}
.footer-bottom i{
	color: #c0c0c0;
	padding: 0 5px;
}





.why-section{
	background-color: #fff;
}
.project-pd {
    padding: 70px 0 30px;
}
.row.project-row {
    justify-content: space-between;
    margin-bottom: 25px;
}
.title-hd, h2.title-hd {
    font-size: 32px;
    width: auto;
    font-weight: 700;
    margin-bottom: 25px;
}
.why-box {
    width: 50%;
    float: left;
    margin: 20px 0;
}
.why-content {
    padding-left: 25px;
    border-left: 5px solid #ffa500;
}
.why-content img {
    width: 75px;
    height: 75px;
    object-fit: contain;
}
.why-content h2 span {
    font-family: Montserrat;
    font-weight: 800;
    font-size: 55px;
}

.right-img img {
    transform: none;
    width: 100%;
    border-radius: 15px;
}


.project-work:hover .project-text, .project-work:hover::after {
    opacity: 1;
    transition: 0.5s;
}
.project-work:after {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: absolute;
    display: block;
    z-index: 9999;
    top: 0;
    opacity: 0;
    transition: 0.5s;
}
.project-work {
    margin-bottom: 40px;
    position: relative;
}
.project-text {
    position: absolute;
    top: 50%;
    margin: auto;
    left: 0;
    right: 0;
    width: 75%;
    z-index: 999999;
    color: #fff;
    transition: 0.5s;
    opacity: 0;
}
.project-text .btn-project {
    margin: 20px auto;
}
.btn-project {
    background-color: #ffa500;
    border-radius: 5px;
    border: 2px solid #ffa500;
}
.btn-project, .tbtn {
    display: block;
    width: 150px;
    padding: 7px 15px;
    height: 40px;
	color: #FFF;
	text-align: center;
}
.project-text h5{
	text-align: center;
}
.bnnr_text, .project-text {
    transform: translateY(-50%);
}
.btn-project, div.free_trial {
    text-decoration: none;
    line-height: 20px;
}





.technologie-section{
	background-color: #ffa500;
	padding: 50px 0;
}
.technologie-section .slick-prev, .slick-next{
    display: none!important;
}
.slick-dots{
	display: none !important;
}
.technologie-section .card-box img{
	width: 70%;
}
.technologie-section .carousel-work{
	background-color: #fff;
	border-radius: 20px;
	padding: 12px 0;
}


.modal-content .btn-close{
	position: absolute;
    right: -12px;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    background-color: #ffa500;
    opacity: 1;
    top: -14px;
}

.modal-backdrop{
	z-index:0;
}
.header .call .btn-info {
	padding: 8px 14px;
	margin: 0 4px;
  }
  .captcha input{
	width: 100%;
  }
  .captcha .captcha_code h3{
	margin-bottom: 0;
  }




@media (min-width: 1401px)  and (max-width: 1599px){ 
	.header .call .btn-info {
		padding: 8px 14px;
		margin: 0 4px;
	  }
	  .captcha input{
		width: 100%;
	  }
	  .captcha .captcha_code h3{
		margin-bottom: 0;
	  }

	
	
	.gallery img{
	  max-width: 100% !important;
	}
	
	
}

@media (min-width: 1200px)  and (max-width: 1400px){ 

	


	.captcha .captcha_code h3 {
		font-size: 16px;
	  }
	  .header .call .btn-info {
		padding: 4px 10px;
		margin: 0 5px;
	  }
	  .captcha input{
		width: 100%;
	  }
	.header img {
		max-width: 80px;
	  }
	  .section-one {
		padding: 50px 0;
	  }
	  .section-one h1 {
		font-size: 40px;
		line-height: 50px;
	  }
	  .why-content h2 span {
		font-size: 36px;
	  }


	/* .fixed-header{
		position: inherit !important;
	} */
	.banner-one .block-title__text {
	  font-size: 38px;
	  line-height: 48px;
	}
	.banner-one {
	  padding-top: 100px;
	  padding-bottom: 60px;
	}
	.block-title__text {
	  font-size: 38px;
	  line-height: 50px;
	}
	.banner-one__btn {
	  padding: 15px 18px;
	}
	.section {
	  padding-bottom: 60px;
	  padding-top: 100px;
	}
	.gallery img{
	  max-width: 100% !important;
	}
	
	.footer {
	  padding: 60px 0;
	}
}


@media (min-width: 992px)  and (max-width: 1199px){ 

	 

	/* .fixed-header{
		position: inherit !important;
	} */


	.captcha .captcha_code h3 {
		font-size: 16px;
	  }
	  .header .call .btn-info {
		padding: 4px 10px;
		margin: 0 5px;
	  }
	  .captcha input{
		width: 100%;
	  }

	.header img {
		max-width: 80px;
	  }
	  .header li {
		margin: 0 2px;
	  }
	  .section-one {
		padding: 50px 0;
	  }
	  .section-one h1 {
		font-size: 36px;
		line-height: 47px;
	  }
	  .why-content h2 span {
		font-size: 36px;
	  }


	  .banner-one .block-title__text {
		font-size: 35px;
		line-height: 40px;
	  }
	  .banner-one {
		padding-top: 100px;
		padding-bottom: 60px;
	  }
	  .block-title__text {
		font-size: 35px;
		line-height: 46px;
	  }
	  .banner-one__btn {
		padding: 15px 18px;
	  }
	  .section {
		padding-bottom: 60px;
		padding-top: 100px;
	  }
	  .gallery img{
		max-width: 100% !important;
	  }
	  
	  .footer {
		padding: 60px 0;
	  }
}



@media (min-width: 768px)  and (max-width: 991px){ 




	

	/* .fixed-header{
		position: inherit !important;
	} */
	.toggle-menu{
		display: block;
	  }
	  



	  .banner-one .block-title__text {
		font-size: 35px;
		line-height: 40px;
	  }
	  .banner-one {
		padding-top: 100px;
		padding-bottom: 50px;
	  }
	  .banner-one__btn {
		padding: 12px 15px;
	  }

	  .gallery img{
		max-width: 100% !important;
		margin-top: 40px;
	  }
	  .section {
		padding-top: 50px;
	  }
	  .block-title__text {
		font-size: 28px;
		line-height: 38px;
	  }
	  .section__btn {
		padding: 12px 12px;
	  }
	  .testimonials-style-one {
		padding: 50px 0;
	  }
	  .bx-wrapper p {
		font-size: 18px;
		line-height: 29px;
	  }
	  .footer {
		padding: 50px 0;
	  }

	  .captcha .captcha_code h3 {
		font-size: 14px;
	  }
	  .header .call .btn-info {
		padding: 4px 10px;
		margin: 0 5px;
	  }

	  .header .call{
		width: 100%;
	  }
	  .header .call .btn1 {
		padding: 10px 5px;
	  }
	  .header img {
		max-width: 80px;
	  }
	  .section-one {
		padding: 50px 0;
	  }
	  .section-one h1 {
		font-size: 32px;
		line-height: 40px;
		margin-top: 50px;
	  }

	  .about {
		margin: 50px 0;
	  }
	  .about h1 {
		font-size: 23px;
		margin-bottom: 15px;
	  }
	  .about img{
		margin-top: 30px;
	  }


	  .title-hd, h2.title-hd {
		font-size: 23px;
		margin-bottom: 15px;
	  }
	  .why-content h2 span {
		font-size: 30px;
	  }
	  .why-content {
		padding-left: 10px;
	  }
	  .why-box h5{
		font-size: 16px;
	  }
	  .why-content img {
		width: 60px;
		height: 60px;
	  }
	  .guidance h3 {
		font-size: 30px;
	  }
	  .guidance-title {
		font-size: 22px;
		width: 200px;
	  }
	  .guidance-btns {
		width: calc(100% - 200px);
	  }
	  .guidance-btn {
		font-size: 16px;
		margin: 0px 3px 0 0;
	  }
	  .about img{
		width: 100%;
	  }
	  .guidance {
		padding: 30px 0;
	  }
}

@media (min-width: 438px)  and (max-width: 991px){
	.order-lg-2{
		order: 2;
	  }
	  .order-lg-3{
		order: 3;
	  }
	  .toggle-menu {
        display: block;
        position: relative;
        z-index: 1;
    }
	  .header .navbar-collapse {
		position: relative;
		z-index: 199999;
	}
	  .header .call{
		position: absolute;
        top: 30px;
        left: 20%;
	  }
	  .fixed-header .call{
		top: 20px;
	  }
}
@media (min-width: 320px)  and (max-width: 767px){

	.container {
		max-width: 100%;
	}


	
	/* .fixed-header{
		position: inherit !important;
	} */
	.toggle-menu{
		display: block;
	  }
	  
	  .header-top {
		text-align: center;
	  }
	  .header-top .text-wrapper {
		padding: 10px 5px;
	  }
	  .header-top ul .text-wrapper {
		padding: 7px 0 10px;
	  }
	  .header-top .list-inline {
		justify-content: center;
	  }
	  .carousel {
		padding: 0;
	  }
	  .banner-one [class*="bubble-"],.section [class*="bubble-"] {
		opacity: 0.2;
	  }

	  .banner-one .block-title__text {
		font-size: 35px;
		line-height: 40px;
	  }
	  .banner-one {
		padding-top: 100px;
		padding-bottom: 50px;
	  }
	  .banner-one__btn {
		padding: 12px 10px;
	  }

	  .gallery img{
		max-width: 100% !important;
		margin-top: 40px;
	  }
	  .section {
		padding-top: 50px;
	  }
	  .block-title__text {
		font-size: 28px;
		line-height: 38px;
	  }
	  .section__btn {
		padding: 12px 12px;
	  }
	  .testimonials-style-one {
		padding: 50px 0;
	  }
	  .bx-wrapper p {
		font-size: 18px;
		line-height: 29px;
	  }
	  .justify-content-end {
		justify-content: center !important;
	  }
	  .bx-wrapper h5 {
		margin-bottom: 20px;
	  }
	  .footer {
		padding: 50px 0;
	  }

	  .footer-arrow{
		display: none;
	  }


	  .modal-content .btn-close {
		right: -3px;
		height: 21px;
		width: 21px;
		top: -7px;
	  }
	  .header .modal.show .modal-dialog {
		height: auto;
	  }
	  .modal {
		top: 227px;
		overflow-y: scroll;
  		height: 500px;
	  }
	  .header .lml-heading h3 {
		font-size: 24px;
	  }
	  .header .call h1{
		padding: 0 20px;
	  }
	  .header .call form {
		padding: 15px 20px;
	  }
	  .main-btn {
		width: 90%;
		margin: 0 auto 15px;
		display: table;;
	  }
	  .captcha input {
		height: 37px;
		width: 100%;
	  }
	  .captcha .captcha_code h3 {
		font-size: 14px;
	  }
	  .header .call .btn-info {
		padding: 4px 10px;
		margin: 0 5px;
	  }
	  .header .call{
		width: 100%;
		
	  }
	  .header .call .btn1 {
		padding: 10px 5px;
	  }
	  .header img {
		max-width: 80px;
	  }
	  .section-one {
		padding: 50px 0;
	  }
	  .section-one .business{
		margin-bottom: 30px;
	  }
	  .section-one h1 {
		font-size: 32px;
		line-height: 40px;
		margin-top: 50px;
	  }

	  .about {
		margin: 50px 0;
	  }
	  .about h1 {
		font-size: 23px;
		margin-bottom: 15px;
	  }
	  .about img{
		margin-top: 30px;
	  }


	  .title-hd, h2.title-hd {
		font-size: 23px;
		margin-bottom: 15px;
	  }
	  .why-content h2 span {
		font-size: 30px;
	  }
	  .why-content {
		padding-left: 0px;
		border-left: none;
		border-bottom: 2px solid #ffa500;
	  }
	  .why-box {
		width: 50%;
		margin: 20px 0;
		padding: 0 10px;
	  }
	  .why-box h5{
		font-size: 16px;
	  }
	  .why-content img {
		width: 60px;
		height: 60px;
	  }
	  .guidance h3 {
		font-size: 30px;
	  }
	  .guidance-title {
		font-size: 22px;
		width: 100%;
	  }
	  .guidance-btns {
		width: 100%;
	  }
	  .guidance-btn {
		font-size: 16px;
		width: 100%;
		margin: 4px 0;
	  }
	  .about img{
		width: 100%;
	  }

	  
}