/* Fonts */


@font-face {
    font-family: 'Brisa Sans';
    src: url('../fonts/BrisaSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Brisa Sans';
    src: url('../fonts/BrisaSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


 /*Fonts END */

/* Common */

body {
    font-family: 'Roboto', sans-serif;
	 position: relative;
	 overflow-x: hidden;
}

a {
    color: #414141;
	text-decoration: none;
}

a:hover {
    color: #fcb026;
}

p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 27px;
}

h1 {
    color: #549dc1;
    font-weight: 800;
    white-space: normal;
    margin-top: 25px;
    margin-bottom: 0;
}

h2 {
    font-weight: 800;
    margin-bottom: 0;
    padding-bottom: 20px;
    position: relative;
	font-weight: 700;
	font-size: 50px;
	color: #414141;
}

h3 {
	font-weight: 800;
	color: #414141;
	font-size: 30px;
}

h4 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
}

h6 {
	text-transform: uppercase;
	font-size: 16px;
}

section {
	padding-top: 40px;
}

@media (max-width: 991px) {
    section {
		padding-bottom: 25px;
	}
}

@media (max-width: 576px) {
    section {
		padding-bottom: 20px;
	}

	h2 {
		font-size: 36px;
	}

    p {
        font-size: 14px;
    }
}


.resize {
    width: 100%;
}

.clear-pd {
    padding: 0;
    margin: 0;
}

img.cubes {
    width: 15px;
    margin: 15px 0;
}

/* Common END */


/* Contact icons */

.main-contact-icons {
	position: fixed;
	right: -10px;
	top: 50%;
	z-index: 5;
}

.contact-icon-wrap {
	width: 60px;
	height: 50px;
	background-color: #fcb026;
	border-radius: 50px 0 0 50px;
	display: flex;
	align-items: center;
	padding: 5px;
	margin-bottom: 5px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.contact-icon-wrap:hover {
	transform: translatex(-10px);
}

.contact-icon-wrap:hover .icon-bck {
	background-color: #414141;
}

.icon-bck {
	background-color: #414141;
	border-radius: 50px;
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	
}

.icon-bck img {
	width: 30px;
}

@media all and (max-width: 767px) {
	
	.main-contact-icons {
		position: fixed;
		bottom: 0;
		top: inherit;
		right: inherit;
		left: 0;
		z-index: 5;
		height: 50px;
		width: 100%;
		background-color:#fcb026;
		display: flex;
		justify-content: center;
		transform: translatex(0px);
	}
	.contact-icon-wrap {
		width: 50px;
		height: 50px;
		background-color: inherit;
		display: flex;
		border-radius: 50px;
		justify-content: center;
	}
	.icon-bck {
		width: 32px;
		height: 32px;
	}
	.contact-icon-wrap:hover {
		transform: translatey(0px);
	}

}

/* Contact icons END */

/* Top bar */

.top-bar {
	background-color: #fff;
    background-image: url('../img/top-header-bg.png');
    background-position: bottom;
    min-height: 210px;
    display: flex;
    text-align: center;
    border-top: 5px solid #fcb026;
}

.top-bar-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.top-bar-wrap a {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}

.top-adr {
	display: inline-block;
}

.top-btns {
	display: flex;
	justify-content: end;
	align-items: center;
}

.top-btns .btn-bar {
    margin-left: 40px;
}

.btn-bar-text.btn-bar-gray {
    background-color: #414141;
}

.btn-bar-icon.btn-bar-yellow {
    background: #fcb026;
}

.top-btns .btn-bar-icon::before {
	background: #fcb026;
}

.btn-bar {
    display: flex;
    align-items: center;
}

.btn-bar-text {
    background-color: #fcb026;
    padding: 10px 15px;
    border-radius: 15px;
    margin-right: -30px;
    min-height: 45px;
    text-transform: uppercase;
}

.btn-bar-text.btn-main-text {
    width: 220px;
    text-align: center;
}

.btn-bar-text p {
    font-weight: bold;
    color: #fff;
    margin-bottom: 0;
    margin-right: 40px;
    font-size: 14px;
}

.btn-bar-icon, .btn-bar-icon-flip {
    width: 55px;
    height: 60px;
    background: #414141;
    position: relative;
    border-radius: 15px;
    z-index: 2;
}

.btn-bar-icon img, .btn-bar-icon button {
    position: absolute;
    top: 26%;
    left: 16%;
    max-width: 30px;
}

.btn-bar-icon-flip img {
    position: absolute;
    top: 26%;
    left: 26%;
    max-width: 40px;
}

.btn-bar-icon::before {
    content: '';
    position: relative;
	width: 55px;
	height: 60px;
	transform: skew(-20deg);
	background: #414141;
    border-radius: 15px;
    left: -10px;
    display: inline-block;
    z-index: -1;
}

.btn-bar-icon-flip::after {
    content: '';
    position: relative;
	width: 55px;
	height: 60px;
	transform: skew(20deg);
	background: #414141;
    border-radius: 15px;
    right: -10px;
    display: inline-block;
    z-index: -1;
}

.lang .dropdown .btn {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	padding: 10px 12px;
	border: 0;
}

.lang li a {
	color: #000;
}

.img-bar {
    margin-top: -50px;
}

.img-bar .btn-bar {
    width: 60%;
    margin: auto;
    justify-content: end;
}

@media all and (max-width: 991px) {
	.top-adr {
		display: none;
	}
}

/* Top bar end */

/* Header & Navigation*/

#header {
	text-align: end;
	width: 100%;
	z-index: 20;
	background: #fff;
}
#navbar_top {
    z-index: 20;
}

.navbar-brand {
    text-align: center;
}

.main-logo img {
        max-width: 350px;
}

#navbar_top .main-logo img{
    max-width: 100px;
}

#goToForm {
    cursor: pointer;
}



.navbar {
	font-family: 'Barlow';
	font-weight: 400;
    border-bottom: 1px solid rgba(229, 229, 229, 0.15);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.navbar-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-radius: 20px;
    align-items: center;
    position: relative;
}



@media all and (min-width: 992px) {

    .header-container::before{
        content: '';
        background-color: #414141;
        height: 130%;
        width: 900px;
        position:absolute;
        top: -15%;
        left: -415px;
        border-radius: 20px;
        z-index: -1;
        transform: skew(-20deg);
    }
    .navbar-nav {
        transform: skew(-20deg);
        background-color: #fcb026;
        height: 100px;
    }
    .nav-item {
        position: relative;
        transform: skew(20deg);
    }

    .navbar-nav::before{
        content: '';
        background-color: #fcb026;
        height: 100%;
        width: 900px;
        position:absolute;
        top: 0;
        left: -915px;
        border-radius: 20px;
        z-index: -1;
    }
    
    .navbar-nav::after {
        content: '';
        background-color: #fcb026;
        height: 100%;
        width: 500px;
        position: absolute;
        top: 0;
        right: -30%;
        z-index: -1;
    }
}

/* Dropdown menu */



#navbarMainMenu .nav-item>.dropdown-menu {
	margin-top: -4px;
	animation: rotateMenu 400ms ease-in-out forwards;
    transform-origin: top center;
	width: 100%;
	margin-top: 0px;
	background-color: transparent;
	min-width: 280px;
	border: 0;
}

@keyframes rotateMenu {
    0% {
        transform: rotateX(-90deg);
    }
    70% {
        transform: rotateX(20deg); 
    }
    100% {
        transform: rotateX(0deg); 
    }
}

#navbarMainMenu .nav-item:hover>.dropdown-menu {
    display: flex;
	opacity: 1;
    visibility: visible;
    z-index:250;
	flex-direction: column;
    background-color: #414141;
}

#navbarMainMenu .dropdown-item {
    line-height: 1.7;
    padding: 10px 15px;
	color: #fff;
	text-transform: uppercase;
	background-color: #fcb026;
	margin-bottom: 2px;
}

#navbarMainMenu .dropdown-item:hover {
	background-color: #fcb026;
}

#navbarMainMenu .dropdown-item.active, .dropdown-item:active {
	background-color: #fcb026;
	font-weight: 600;
	text-align: left;
}

.dropdown-submenu {
	position: relative;
  }
  
  .dropdown-submenu:hover .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -9px;
	display: flex;
	flex-direction: column;
	border-radius: 0;
	border: 0;
	background-color: transparent;
	min-width: 280px;
	animation: rotateMenu 400ms ease-in-out forwards;
    transform-origin: top center;
	padding-top: 9px;
	padding-left: 3px;
  }


.navbar > .container {
	justify-content: end;
    margin-bottom: -4px;
}

.nav-container {
	position: relative;
}

.nav-link {
    color: #fff;
    padding: 0 20px;
    font-size: 16px;
	text-transform: uppercase;
    font-weight: bold;
}

.nav-link:hover{
    color: #414141;
}

.nav-link.active {
	  color: #fff;
      font-style: italic;
      position: relative;
}

.nav-link.active::after {
    content: '';
    background-color: #fff;
    width: 100%;
    height: 8px;
    border-radius: 20px;
    display: block;
}

.navbar-toggler {
    padding: 5px;
	position: absolute;
	left: 10px;
}

.navbar-toggler-icon {
    width: 36px;
    height: auto;
    padding: 5px;
}

.navbar-toggler-icon img {
    width: 100%;
}

.navbar-toggler:focus {
    box-shadow: none;
}

#navbar_top.fixed-top {
    background-color: #fff;
}

.fixed-top h1 {
    margin: 10px auto;
}

.fixed-top.navbar>.container {
	height: 100px;
}

.fixed-top .navbar-brand {
    float: left;
    margin: 0;
}

.fixed-top .header-container {
    margin-right: 10px;
}

.fixed-top .navbar-nav {
	padding-top: 0px;
	padding-bottom: 0px;
}



@media (max-width: 1250px) {

    .nav-link {
        padding: 0 12px;
        font-size: 11px;
    }
	
	#navbarMainMenu .dropdown-item p {
		color: #fff;
		font-size: 12px;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {

}

@media (max-width: 991px) {
	#header {
		text-align:left;
	}
	.navbar {
        border-bottom: 1px solid rgba(229, 229, 229, 0.15);
    }
	
    .notice-btn, .notice-rt-btn {
        padding: 0 20px;
        font-size: 14px;
        top: 0;
        right: 20px;
        height: 100%;
    }
	
	.navbar-nav {
		width: 100%;
	}
	
	.navbar > .container {
		justify-content: center;
		height: 75px;
	}

    .navbar-brand {
        margin: auto;
        padding-top: 5px;
    }

    .fixed-top.navbar>.container {
	    height: 75px;
    }

    .navbar-nav {
        border-top: none;
    }

	.nav-link {
        font-size: 16px;
    }

    .navbar-toggler-icon {
        display: block;
        width: 34px; 
    }

    #navbarMainMenu {
        position: fixed;
        top: 110px;
        left: 0;
        width: 100%;
        background-color: #414141;
        margin-top: -39px;
    }
	
	#navbarMainMenu .nav-item {
		padding: 5px 0px;
		line-height: 40px;
	}

	.nav-link {
		color: #fff;
	}
	
	.nav-link.active {
		color: #fff;
	}
	
	#navbarMainMenu .nav-item > .dropdown-menu {
		max-width: 100%;
		margin-top: 0px;
		min-width: 0;
		text-align: left;
		margin: auto;
        background-color: #fcb026;
	}
	
	#navbarMainMenu .nav-item:hover > .dropdown-menu {
		justify-content: center;
	}
	

    h1 {
        font-size: 16px;
        max-width: 120px;
        margin: 10px auto;
    }

    #navbar_top .navbar-brand {
        float: left;
        margin: 0;
    }

    #navbar_top .main-logo {
        max-width: 180px;
    }

    #navbar_top h1 {
        font-size: 14px;
        max-width: 120px;
    }

    #navbar_top h4 {
        font-size: 12px;
    }

}

@media (max-width: 767px) {

	
    .header-container {
        display: flex;
        justify-content: center;
    }


    .fixed-top h1 {
        font-size: 14px;
        max-width: 120px;
    }
}

@media (max-width: 576px) {
	.socials {
		padding: 0 5px;
	}
	.top-bar-wrap a, .lang .dropdown .btn {
		font-size: 12px;
	}
	.socials img {
		max-width: 25px;
	}

}

@media (max-width: 380px) {

	#navbarMainMenu .dropdown-item {
		max-width: 80%;
	}
}



/* Header & Navigation END */

/* Visible on view */

.visible {
    opacity: 0;
}

@media (prefers-reduced-motion: no-preference) {
  .visible {
    transition: opacity 1.1s ease, transform 1.1s ease;
  }
}

.visible-transition {
    opacity: 1;
}


/* Hero section */

.hero-section {
    max-width: 100%;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: url(../img/hero-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	padding-top: 100px;
    border-bottom: 10px solid #fcb026;
}

.hero-info {
	padding: 65px 0 65px 45px;
	color: #fff;
	text-align: left;
}

.hero-info h2.hero-title {
	animation-delay: 0.3s;
	text-transform: uppercase;
	text-shadow: 2px 2px #09090936;
	color: #fff;
    font-size: 58px;
    margin: 30px 0 40px;
    padding: 0;
	max-width: 950px;
	font-weight: black;
}

.hero-info .hero-sub {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    padding: 5px 15px;
    background-color: rgba(65,65,65, .6);
    width: 500px;
    border-radius: 30px;
    margin-bottom: 15px;
}

.hero-text {
	animation-delay: 0.7s;
}


.hero-info h3 {
	text-transform: uppercase;
	text-shadow: 2px 2px #09090936;
	color: #fff;
    padding: 0;
	font-weight: 200;
}

.hero-info h5 {
	color: #fff;
	text-shadow: 2px 2px #09090936;
	text-transform: uppercase;
	font-size: 16px;
}

.hero-info p {
	color: #fff;
	max-width: 700px;
	font-size: 18px;
}

/* Owl carousel */

.owl-container {
	padding: 20px 5px;
	margin: auto;
}

.owl-container .owl-theme .owl-dots, .hero-section .owl-hero.owl-theme .owl-dots {
	max-width: 1400px;
	margin: auto;
}

.owl-container .owl-theme .owl-dots .owl-dot span, .hero-section .owl-hero.owl-theme .owl-dots .owl-dot span {
  width: 100px;
  height: 10px;
  background: #fcb026;
}

.owl-container .owl-theme .owl-dots .owl-dot.active span, .hero-section .owl-hero.owl-theme .owl-dots .owl-dot.active span {
	background: #414141;
}

.hero-section .owl-hero.owl-theme .owl-dots {
	text-align: center;
	padding: 10px 0 40px 0;
}

.hero-section .owl-nav {
	display: none;
}

.owl-carousel .owl-stage-outer {
	padding: 30px 0px;
	text-align: center;
	margin: auto;
}

.owl-item.active {
	margin-right: 0 !important;
}

.owl-prev img, .owl-next img {
	max-width: 40px;
	margin: 5px 20px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: none !important;
}

/* Page common hero */

.page-title {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	background-image: url(../img/page-inner-bg.webp);
}

.page-title .hero-info {
	padding: 65px 0 65px 10px;
}

 


.page-title h2 {
    color: #fff;
    font-weight: 700;
    text-align: left;
    padding: 0;
	text-shadow: 2px 2px #2b2b2b96;
}

/* Page common end */


.side-chart-inner .btn-main {
    margin: 40px 0;
}

.side-chart-inner .btn-main, .side-chart-inner .btn-main a {
    float: initial;
}




@media (max-width: 1470px) {
    .hero-info br {
        display: none;
    }
}

@media (max-width: 991px) {

	.hero-section {
		padding-top: 0;
	}
	
    .hero-info {
        display: flex;
        flex-direction: column;
		padding: 20px;
    }

    .hero-info h2.hero-title {
        font-size: 40px;
        max-width: 500px;
    }
	
	.hero-info h3 {
        font-size: 18px;
    }
	
	
}

@media (max-width: 576px) {
	
	.btn-main a {
		text-align: center;
		width: 100%;
		margin: 0 auto 20px auto;
		min-width: 200px;
	}
	.hero-info h2.hero-title {
        font-size: 34px;
    }

	.page-title h2 {
		font-size: 33px;
	}

	.page-title h5 {
		font-size: 23px;
	}
}

@media (max-width: 480px) {

    .hero-section h2 {
        font-size: 30px;
        max-width: 380px;
    }
}

/* Hero section END */

/* Bellow banner section */

.bellow-banner-section, .references-section {
    text-align: center;
    padding: 50px 0;
}

.bellow-banner-section h3, .references-section h3 {
    text-transform: uppercase;
}

.bellow-banner-section p.sub-text{
    max-width: 700px;
    margin: 20px auto 40px;
}


/* Page inner */

.page-inner-title {
	max-width: 760px;
	font-size: 22px;
	font-weight: bold;
	margin: 40px 0 20px;
    padding: 8px 70px;
    background-color: #fcb026;
    text-transform: uppercase;
    color: #fff;
    border-radius: 15px;
    position: relative;
}

.page-inner-title::before {
    content: '';
    background-image: url(../img/button-burger.svg);
    display: inline-block;
    width: 70px;
    height: 70px;
    position: absolute;
    left: -4px;
    top:-10px;
}

.text-highlight {
    color: #fcb026;
    font-weight: bold;
}

.page-inner-graybox {
    background-color: #eee;
    padding: 50px;
    border-radius: 40px;
    position: relative;
    margin: 40px 0;
}

.page-inner-sub {
	font-weight: bold;
    padding: 10px 20px;
    background-color: #fcb026;
    text-transform: uppercase;
    color: #fff;
    border-radius: 15px;
    position: absolute;
    top: -20px;
    left: 30px;
}

.plus-title-small {
    color: #fcb026;
    position: relative;
    padding-left: 30px;
    font-weight: bold;
    margin: 25px 0 10px;
}

.plus-title-small::before {
    content: '';
    background-image: url(../img/button-plus.svg);
    position:absolute;
    width: 30px;
    height: 30px;
    left: -4px;
    top: -3px;
}

.img-links-row {
	margin: 40px 0;
}

.img-links-wrap {
    position: relative;
}

.img-links {
	position: relative;
	width: 90%;
	border-radius: 20px;
	margin-bottom: 20px;
}

.img-links::after {
	content: '';
    border-radius: 20px;
    width: 200px;
    height: 50px;
    position: absolute;
    bottom: -5px;
    left: calc(50% - 100px);
    background-color: #414141;
    z-index: -1;
}


.img-links img {
    width: 100%;
	position: relative;
    border-radius: 20px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.img-links .overlay {
	position: absolute;
	bottom: 0px;
    font-size: 14px;
	padding: 0 20px;
	color: #fff;
	font-weight: bold;
	background-color: #fcb026;
	width: 100%;
    border-radius: 0 20px 0;
	display: flex;
	align-items: center;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
	height: 40px;
    text-transform: uppercase;
}

.img-links:hover img {
	transform: translateY(-10px);
}

.overlay.btn-zoom::after {
	content: '';
    background-image: url(../img/button-zoom.svg);
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    position: absolute;
    right: -10px;
    bottom: -14px;
}

.overlay.btn-plus::after {
	content: '';
    background-image: url(../img/button-plus-2.svg);
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    position: absolute;
    right: -10px;
    bottom: -14px;
}

.img-links .overlay img {
	max-width: 25px;
}

@media all and (min-width: 991px) and (max-width: 1299px) {

}

@media all and (max-width: 991px) {
    .img-links {
        background-size: cover;
        margin: 20px auto;
    }
}

@media all and (min-width: 576px) and (max-width: 991px) {
    .img-links {
        width: 50%;
    }
}

@media all and (max-width: 575px) {
	.img-links {
		width: 90%;
	}
	.img-links .overlay {
		font-size: 16px;
	}

    .page-inner-title {
        font-size: 16px;
        padding: 8px 30px;
    }

    .page-inner-title::before {
        width: 30px;
        height: 30px;

    }
    .page-inner-graybox {
        padding: 20px;
        margin-top: 50px;
    }

    .page-inner-sub {
        top: -30px;
        left: 0;
        font-size: 14px;
    }
}


/* Bellow banner section END*/


/* Main section */

.main-section {
    display: flex;
	padding: 70px 0 20px;
}

.main-article {
    padding: 35px 0;
	position: relative;
}

#home .main-article {
    padding: 65px 0 25px 25px;
}

.right-column {
	position: relative;
}

body:not(#home) .main-article h2 {
	color: #000;
    font-size: 30px;
	font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 25px;
}


.main-row {
	justify-content: space-between;
}


.main-article .main-links {
	margin-top: 60px;
}

.article-ln {
	text-decoration: underline;
	display: block;
	padding: 10px;
}

body:not(#home) .main-article .main-links {
	margin: 20px 0;
}

.article-ln:before {
    content: "";
    width: 17px;
	height: 17px;
    display: inline-block;
    background-image: url(../img/check-bl.png);
    background-size: cover;
    vertical-align: middle;
	margin-top: -4px;
	margin-right: 9px;
}




@media all and (max-width: 991px) {
	.main-section {
		padding: 20px 0;
	}
	
	.right-column {
		padding-top: 50px;
	}
}




@media all and (max-width: 576px) {
	
	#home .main-article {
		padding: 65px 0 25px 10px;
	}
	.main-article {
		padding: 35px 5px;
	}
}

@media all and (max-width: 380px) {

}
/* Main section END */

/* Side bar*/

#side-chart {
	max-width: 450px;
	margin: auto;
}

.side-chart-title {
	color: #414141;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 23px;
	padding: 8px 70px;
	border-radius: 20px;
    background-color: #efefef;
    position: relative;
    margin: 40px 0 30px;
}

.side-chart-title::before {
	content: '';
    background-image: url(../img/button-cubes.svg);
    width: 70px;
    height: 70px;
    position: absolute;
    top: -9px;
    left: -4px;
}

.side-chart-inner {
	padding: 30px;
}

.side-img {
	width: 100%;
    border-radius: 20px;
    margin-bottom: 30px;
}

@media all and (max-width: 575px) {
    .side-chart-title {
        margin-top: 20px;
    }
}

/* Side bar END*/

/* Gallery */

.gallery {
    padding: 40px 0;
}

.home__gallery {
    color: #ffffff;
}

.home__gallery__single {
    background-size: cover;
    background-position: center;
    margin: 0;
    padding: 10%;
    width: calc(33% - 50px);
    aspect-ratio: 4 / 3;
    border-radius: 25px;
    box-shadow: inset 0 0 0 1000px rgba(90, 159, 194, 0.164);
    transition: all .4s;
}

.home__gallery__single:hover {
    box-shadow: none;
    cursor: pointer;
}

.home__gallery__rel {
    position: relative;
}

#js_home_gallery {
    gap: 20px;
	padding: 20px 10px;
}

#our_services_gallery {
    gap: 10px;
}

#our_services_gallery .home__gallery__single {
    width: calc(33% - 5px);
    box-shadow: none;
}

@media (max-width: 992px) {
    
}

@media (max-width: 768px) {
    #our_services_gallery .home__gallery__single {
        width: calc(50% - 5px);
        box-shadow: none;
    }
}

@media (max-width: 576px) {
	.home__gallery__single {
        width: calc(50% - 15px);
    }
}

.gallery-slide {
    background-color: #eee;
    padding: 60px 0;
}

.gallery-slide .row {
    align-items: center;
    justify-content: space-between;
}

.owl-gallery .owl-stage-outer {
    position: relative;
}

.owl-gallery.owl-carousel .owl-item img {
    border-radius: 40px;
}


.owl-gallery .owl-stage-outer::after {
    content: '';
    display: block;
    width: 200px;
    height: 50px;
    background-color: #414141;
    border-radius: 20px;
    position: absolute;
    bottom: 10px;
    left: calc(50% - 100px);
    z-index: -1;
}

.owl-gallery.owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 30px;
    margin: 5px 7px;
    background: #fcb026;
  }

/* Gallery END */

/* Services section */

.services-section {
	text-align: center;
}


.services-section .row {
	justify-content: center;
}

.services-btn {
}

.services-btn img {
}

@media all and (max-width: 992px) {
}

@media (max-width: 576px) {
}

@media (max-width: 380px) {
}

/* Services section END*/


/* Contact */

.contact-section {
	padding: 30px 0;
    background-image: url(../img/contact-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-title {
    color: #fff;
}

.contact-title h3, .contact-title h6 {
	color: #fff;
    text-transform: uppercase;
}


.contact-title p {
	max-width: 1035px;
	margin: 30px auto;
    color: #fff;
}

.contact-row {
	align-items: center;
	position: relative;
}

.contact-img-container {
	margin-right: -120px;
}

.contact-img {
	border-radius: 15px;
}

.contact-box {
	display: inline-block;
	background-color: #fff;
	margin: auto;
	width: 400px;
	min-height: 450px;
	box-shadow: -6px 0 0 #fff, 0 1px 6px rgba(0,0,0, .35);
	border-radius: 10px;
	padding: 20px;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.visible .contact-box {
	transform: translateX(-40px);
}

.visible-transition .contact-box {
	transform: translateX(0px);
}

#contactForm {
	margin: auto;
}

.contactForm-title {
    color:#414141;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

#contactForm button[type=submit] {
    margin: auto;
    float: left;
}

.contact-page-form #contactForm {
	margin: 20px 0;
}

#contact .phone-numbers a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
}

.map-link {
    color: #4787a7;
    font-size: 12px;
    text-decoration: none;
    font-weight: 500;
}

.contact-cta {
    margin-top: 70px;
    margin-bottom: 40px;
}

.form-control {
	border-radius: 10px;
	line-height: 1.8;
	background-color:#eee;
	font-size: 14px;
}

.contact-main {
	margin: 20px 0;
}

.contact-icons {
	align-items: center;
	margin: 15px 0px;
}

.contact-icons a {
	text-decoration: none;
	color: #000;
	margin-right: 20px;
}

.contact-icons a:hover {
	color: #50667d;
}

#contactForm button[type="submit"] {
	background: transparent;
    border: none;
    text-transform: uppercase;
    float: right;
}

.inner-contact-sub::after {
	content: '';
	display: block;
	height: 6px;
	width: 250px;
	margin-top: 10px;
}

.cp-contact {
	max-width: 900px;
	margin-top: 50px;
}

.cp-form {
	padding: 30px 30px 50px 0;
}

.cp-form .form-control {
	line-height: 3.5;
	background-color: #fff;
}

.cp-box {
	width: 49%;
	display: inline-block;
	padding: 10px 30px 10px 0;
}

.cp-area {
	width: 98%;
	padding: 10px 30px 10px 0;
}

.cp-contact .small-reg-btn {
	min-width: 200px;
	text-align: left;
}

@media all and (min-width: 992px) and (max-width:1200px) {
	.contact-box {
		width: 350px;
	}
}

@media (max-width: 991px) {
	.contact-img {
		max-width: 300px;
	}
	.contact-box {
		max-width: 450px;
		width: 100%;
	}
	
	#contactForm {
		max-width: 430px;
	}

	#contactForm.cp-form {
		max-width: 100%;
		padding: 30px 0 50px;
	}
	.contact-title {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	
	.contact-img-container {
		display: none;
	}
	
	.contact-container {
		text-align: center;
	}
	.cp-box {
		width: 100%;
	}
	
	.cp-area {
		width: 100%;
	}
}

@media (max-width: 576px) {
	
	.contact-box {
		max-width: 400px;
		box-shadow: 0 0 0 0;
	}
	#contactForm {
		max-width: 380px;
	}

	.inner-contact-sub::after {
		width: 180px;
	}
}

/* Contact END */



/* Footer */

footer {
	background: #fff;
	color: #2e2e2e;
	font-size: 14px;
    padding: 40px 0 0;
}

footer p {
	color: #2e2e2e;
	font-size: 14px;
}

.container-footer {
	padding: 60px 20px;
}

.container-footer .row {
	justify-content: space-between;
}

.footer-logo img {
	max-width: 263px;
    margin-top: -80px;
}

.footer-info {
	margin-top: 10px;
	color: #2e2e2e;
}

.footer-info li {
	padding: 5px 0;
}

footer h4 {
	color: #2e2e2e;
	font-weight: 500;
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 5px solid #fcb026;
	text-align: left;

}

.column-1 h4 {
	border-bottom: 0;
}

footer ul {
  list-style: none;
  padding: 0;
}

footer ul a {
  color: #2e2e2e;
  text-decoration: none;
  line-height: 25px;
}

footer ul a:hover {
  color: #fcb026;
}

footer .article-ln {
	margin-top: 30px;
}

footer .article-ln {
	margin-top: 30px;
	color: #fff;
	font-size: 12px;
}

footer .article-ln:before {
    content: "";
    width: 22px;
	height: 22px;
    display: inline-block;
    background-image: url(../img/full-arrow-right.svg);
    background-size: cover;
    vertical-align: middle;
	margin-top: -4px;
	margin-right: 9px;
}

.footer-contact {
	margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.footer-contact img {
	margin-right: 15px;
    background-color: #fcb026;
    padding: 5px;
    border-radius: 50%;
    width: 40px;
}

.copyright-container {
	background-color: #fcb026;
}

.copyright {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 6px 20px;
	max-width: 1480px;
	margin: auto;
}

.copyright p {
	padding: 0;
	margin: 0;
}

.copyright a {
	font-size: 12px;
}

.copyright a:hover {
	color: #fff;
}

.footer-social {
	padding: 10px;
}

.footer-social a {
	margin-right: 5px;
}

@media all and (min-width: 992px) {
	#footer .footer-column {
		padding-right: 5%;
	}

    
}

@media all and (max-width: 991px) {

	.footer-column {
		padding-bottom: 50px;
	}

}

@media all and (max-width: 767px) {
	.copyright {
		flex-direction: column;
		padding-bottom: 50px;
	}
    
    .footer-logo {
        margin: 20px auto;
    }
}

@media all and (max-width: 464px) {

}

/* Footer END */