@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');
@import url("animate.css");
/******
Regular 400
Medium 500
SemiBold 600
***/

body {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	padding-top: 84px;
}
header {
	background: #FFFFFF;
	box-shadow: 0px 4px 21px -6px rgba(0, 0, 0, 0.12);
	  position: relative;
    z-index: 1000;
    min-height: 84px;
    position: fixed;
	left: 0;
	right: 0;
	top: 0;
    z-index: 1000;
}
.container {
  max-width: none;
  padding-left: 25px;
  padding-right: 25px;
}
.white-bg{
	background-color:#ffffff;
}
header .container-fluid {
	padding-left: 0px;
	padding-right: 0px;
}
.logo {
	height: 54px;
}
.nav-link {
	font-weight: 500;
}
.navbar-toggler {
    position: absolute;
    right: 19px;
    border: none;
    top: 22px;
}

.navbar-toggler {
    padding: 0.25rem 0.5rem;
    border:none;
    margin-left: 25px;
    }
 .navbar-toggler:focus {
  box-shadow: none;
}

nav {
	padding-top: 10px!important;
	padding-bottom: 5px!important;
}
header .container-fluid, {
	align-items: center;
    justify-content: flex-end;
    flex-direction: row;
}
.navbar-brand {
	    flex: auto;
}
#navbarScroll {
	margin-right: 20px;
}
.navbar-nav .demo-bt {
	display: none;
}
.navbar-light .navbar-nav .nav-link {
	color: #394149;
	font-size: 16px;
}
.navbar-light .navbar-nav .nav-link:hover {
	color: #77BB58;
}
header .current_page_item a {
	color: #77BB58!important;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.9rem;
    padding-left: 0.9rem;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0px 0px 0px 0px!important;

}
.btn {
    padding: 0.7rem 1.3rem;
    font-size: 15px;
    border-radius: 40px;
    font-weight: 500;
    
}
.btn-primary {
    color: #0073B6;
    text-transform: uppercase;
    background-color: #C4DFEE!important;
    border-color: #C4DFEE!important;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0073B6!important;
    border-color: #0073B6!important;
}
.btn-green {
    color: #fff;
    background-color: #77BB58!important;
    border-color: #77BB58!important;
    padding: 0.7rem 2.3rem;
}
.btn-green:hover {
    color: #fff;
    background-color: #0073B6!important;
    border-color: #0073B6!important;
}
.btn-outline-secondary {
    color: #1077B4;
    border-color: #1077B4;
    text-transform: uppercase;
    min-width: 150px;
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #1077B4;
    border-color: #1077B4;
}
.btn-no-bg {
	background: #0073B6;
	color: #fff;padding: 0.7rem 2.3rem;
}
.btn-no-bg:hover {
	background: #77bb58;
	color: #fff;
	border-color: #0073B6;
}
.register-bt {
	margin-right: 8px;
}
header nav ul li {
    display: inline-block;
    padding: 0px 12px 0px 12px!important;
}
.banner-cc {
	height: 700px;
	display: flex;
    align-items: center;
    flex-direction: row;
    background-size: cover;
    background-position: center;
}
.banner-cc h1 {
	color: #fff;
	font-size: 50px;
	letter-spacing: -0.03em;
	max-width: 1000px;
	margin-bottom: 20px;
}
.banner-cc p {
	color: #fff;
	margin-bottom: 15px;
	max-width: 1000px;
}
.banner-data {

}
.banner-buttons {
	margin-top: 40px;
}
.offer-cc {
	padding: 80px 0;
	overflow: hidden;
}
.tesi-cc {
	position: relative;
}
.section-title {
	color: #0D1317;
	font-size: 40px;
	margin-bottom: 10px;
	font-weight: 600;
	letter-spacing: -0.03em;
}
.setion-desc {
	color: #5B5B5B;
	font-size: 18px;
	margin-bottom: 28px;
}

.offer-b-section-cc {
	background-color: #0073B6;
	padding: 70px 0;
/*	background-image: url(../img/offer_bg);*/
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.offer-b-section-cc .section-title {
	font-size: 36px;
	color: #fff;
}
.offer-b-section-cc .setion-desc {
	color: #fff;
}
.offer-b-box {
	padding: 40px;
	color: #fff;
	height: 100%;
	background: rgba(255, 255, 255, 0.15);
	border-radius: 20px;
	backdrop-filter: blur(26px);
/* Note: backdrop-filter has minimal browser support */
border-radius: 20px;
}
.offer-b-box h4 {
	font-size: 24px;
	margin-bottom: 15px;
	letter-spacing: -0.03em;
}
.offer-b-box p {
	font-size: 14px;
	margin-bottom: 0px;
}
.ofer-b-boxes-cc {
	margin-top: 25px;
}
.offer-b-box .ico {
	margin-bottom: 20px;
}
.offer-b-box:hover {
    background: rgb(119 187 88 / 99%);
}




.offer-box-cc {
	margin-bottom: 20px;
}
.offer-box-cc img {
	width: 100%;
}
.offer-box-cc .image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 28px;
}
.offer-box-cc h3 {
   font-size: 23px;
   color: #0D1317;
   margin-bottom: 13px;letter-spacing: -0.03em;
}
.offer-box-cc img {
        -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.offer-box-cc:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}


.cources-box {
	position: relative;
}
.hovr-data {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
	border-radius: 20px;
	color: #fff;
	padding: 20px;
	    flex-direction: column;
    justify-content: flex-end;
}
.cources-cc {
	margin-top: 70px;
}
.cources-data-cc {
	margin-top: 10px;
}
.cources-box h4 {
	font-size: 21px;letter-spacing: -0.03em;
}
.hovr-data p {
	font-size: 14px;
	margin-bottom:0px; 
	height: 0px;overflow: hidden;
	-webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.cources-box span {
	font-size: 14px;color: rgba(255, 255, 255, 0.7);
	display: block;margin-bottom: 5px;
}
.cource-ico {
	width: 29px;
	margin-bottom: 20px;
	opacity: 0;
	        -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.img-zoom .image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 25px;
}
.img-zoom .image img {
   width: 100%;
}
.img-zoom .image img {
        -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.img-zoom:hover .image img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.cources-box:hover .cource-ico {
	opacity: 1;
}
.cources-box:hover .hovr-data p {
	height:auto;
}
.cources-box:hover .hovr-data {
	top: 0;
	background: linear-gradient(180deg, rgba(16, 119, 180, 0.8) 0%, #1077B4 100%);
}

.f-service-box .image {
	border-radius: 20px;
	overflow: hidden;
}
.f-service-box p {
	font-size: 14px;
}
.f-service-box:hover h4 {
	color: rgb(119 187 88 / 100%);
}
.f-service-box:hover p {
	color: #5B5B5B;
}
.extra-box {
	background: #def1ff;
	border-radius: 20px;
	padding: 20px;
	overflow: auto;
	height:100%;
}
.extra-ico img {
	width: 100%;
}
.extra-ico {
	width: 117px;
	float: left;
	margin-right: 20px;
}
.extra-data {
	float: left;
	width: calc(100% - 137px);
}
.extra-data h4 {
	color: #1077B4;
	font-size: 20px;letter-spacing: -0.03em;
}
.extra-data p {
	font-size: 14px;
}
.extra-data ul {
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
}
.extra-data ul li {
	width: 50%;
	float: left;
	color: #0D0D0D;
	list-style: none;
	background-image: url(../img/check-circle.svg);
	background-repeat: no-repeat;
	background-position: 0px 4px;
    background-size: 16px;
    text-indent: 20px;
}
.extra-box-cc {
	margin-top: 30px;
	margin-bottom: 40px;
}
.ease-3 {
	    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.custom-bt {
    width: auto;
    box-sizing: border-box;
    border-radius: 30px;
    height: 40px;
    font-size: 16px;
    padding-top: 0px;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
/*    padding-left: 26px;
    padding-right: 26px;*/
    display: inline-block;
    color: #1077B4;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.custom-bt:hover {
    /*background: linear-gradient(25.71deg, #0089CC -87.19%, #88C2EA 101.05%);*/
    
    color: #43A5DB;
    cursor: pointer;
}
.custom-bt span {
	margin-left: 25px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.custom-bt:hover span {
    padding-left: 10px!important;
     color: #43A5DB;
}
.for-mobile-only {
	display: none;
}
.mid-banner-cc {
	background-color: #1077B4;
	margin-top: 80px;
	overflow: hidden;
}
.mid-banner-data {
	padding: 134px 0;
}
.mid-banner-data-wrapper {
	padding: 0 40px;
	max-width:600px;
}
.mid-banner-data-wrapper h2 {
	font-size: 48px;
	letter-spacing: -0.03em;
	color: #fff;
	font-weight: 600;
font-size: 48px;
line-height: 56px;
margin-bottom: 20px;
}


.projects-cc {
	padding: 70px 0;
}

.gallery-box .image {
	padding-top: 70%;
	background-size: cover;
}
.gallery-box .image.wide {
	padding-top:34%;
	background-size: cover;
}
.gallery-box .image.h-full {
	padding-top: 148%;
	background-size: cover;
}
.pro-arrow {
	position: absolute;
    right: 24px;
    top: 58px;
}
/*.gallery-box .image img {
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}*/
.gallery-box {
	position: relative;
}
.gallery-box .hovr-data {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	background: linear-gradient(0deg, #1077B4 0%, rgba(255, 255, 255, 0) 100%);
	border-radius: 20px;
	color: #fff;
	padding: 24px;
	    flex-direction: column;
    justify-content: flex-end;
}
.gallery-cc {
	margin-top: 70px;
}
.gallery-data-cc {
	margin-top: 10px;
}
.gallery-box h4 {
	color: #fff;
	font-size: 21px;
	letter-spacing: -0.03em;
	padding-right: 50px;
	margin-bottom: 0px;
}
.testi-data-cc {
	border: 1px solid rgba(172, 172, 172, 0.29);
	border-radius: 6px;
	padding: 60px;
	min-height: 350px;
	  -webkit-transition: border .3s ease-in-out;
  -moz-transition: border .3s ease-in-out;
  -o-transition: border .3s ease-in-out;
  transition: border .3s ease-in-out;
}
.testi-data-cc:hover {
	border: 1px solid #1077B4;
}
.testi-usr {
	margin-bottom:20px;
	display: block;
	overflow: auto;
}
.test-person {
	width: 64px;
	height: 64px;
	margin-right: 12px;
	border-radius:100%;
	float: left;
	overflow: hidden;
}
.test-person img {
	width: 100%;
}
.nae-dtld-cc {
	width: calc(100% - 76px);
	float: left;
}
.testi-data-cc h6 {
	color: #1E1B1B;
	font-size: 16px;
	font-weight: 600;
	margin-top: 11px;
	margin-bottom: 5px;
}
.position {
	font-size: 16px;
	color: #939191;
}
.test-message {
	font-size: 20px;
	line-height: 28px;
	letter-spacing: -0.03em;
}
.testi-slider {
	margin-top: 20px;
	margin-bottom: 60px;
	overflow: hidden;
}
.slider-arrows {
	height: 68px;
    position: relative;
    width: 128px;
    float: right;
    margin-top: -48px;
}
.testi-slider .swiper-pagination {
	position: static!important;
	margin-top: 26px;
}

.tesi-cc .swiper-pagination-bullet {
    width: 34px!important;
    height: 4px!important;
    border-radius: 4px!important;
}
.tesi-cc .swiper-pagination-bullet-active {
    background: #77BB58!important;
}
.tesi-cc .swiper-button-prev {
	     -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
background-position: center;
	background-repeat: no-repeat;
	width: 55px!important;
	height: 55px!important;
	border-radius: 100%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyMyAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLjQ0OTE0MyA4LjcwNzNDMC4wNTg2MTg5IDguMzE2NzcgMC4wNTg2MTg5IDcuNjgzNjEgMC40NDkxNDMgNy4yOTMwOEw2LjgxMzEgMC45MjkxMjRDNy4yMDM2MyAwLjUzODU5OSA3LjgzNjc5IDAuNTM4NTk5IDguMjI3MzIgMC45MjkxMjRDOC42MTc4NCAxLjMxOTY1IDguNjE3ODQgMS45NTI4MSA4LjIyNzMyIDIuMzQzMzRMMy41NzA0NiA3LjAwMDE5SDIxLjI4NTNDMjEuODM3NiA3LjAwMDE5IDIyLjI4NTMgNy40NDc5MSAyMi4yODUzIDguMDAwMTlDMjIuMjg1MyA4LjU1MjQ4IDIxLjgzNzYgOS4wMDAxOSAyMS4yODUzIDkuMDAwMTlIMy41NzA0Nkw4LjIyNzMyIDEzLjY1N0M4LjYxNzg0IDE0LjA0NzYgOC42MTc4NCAxNC42ODA3IDguMjI3MzIgMTUuMDcxM0M3LjgzNjc5IDE1LjQ2MTggNy4yMDM2MyAxNS40NjE4IDYuODEzMSAxNS4wNzEzTDAuNDQ5MTQzIDguNzA3M1oiIGZpbGw9IiMyRjgwRUQiLz4KPC9zdmc+Cg==") !important;
}

.tesi-cc .swiper-button-next {
	right: 0px!important;
	     -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
	background-position: center;
	background-repeat: no-repeat;
	width: 55px!important;
	height: 55px!important;
	border-radius: 100%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyMyAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMS45OTIzIDcuMjkzMTlDMjIuMzgyOCA3LjY4MzcxIDIyLjM4MjggOC4zMTY4OCAyMS45OTIzIDguNzA3NEwxNS42MjgzIDE1LjA3MTRDMTUuMjM3OCAxNS40NjE5IDE0LjYwNDYgMTUuNDYxOSAxNC4yMTQxIDE1LjA3MTRDMTMuODIzNiAxNC42ODA4IDEzLjgyMzYgMTQuMDQ3NyAxNC4yMTQxIDEzLjY1NzJMMTguODcwOSA5LjAwMDNMMS4xNTYxMiA5LjAwMDI5QzAuNjAzODQgOS4wMDAyOSAwLjE1NjEyNSA4LjU1MjU4IDAuMTU2MTI1IDguMDAwMjlDMC4xNTYxMjUgNy40NDgwMSAwLjYwMzg0MSA3LjAwMDI5IDEuMTU2MTIgNy4wMDAyOUwxOC44NzA5IDcuMDAwM0wxNC4yMTQxIDIuMzQzNDRDMTMuODIzNiAxLjk1MjkyIDEzLjgyMzYgMS4zMTk3NSAxNC4yMTQxIDAuOTI5MjI4QzE0LjYwNDYgMC41Mzg3MDQgMTUuMjM3OCAwLjUzODcwNCAxNS42MjgzIDAuOTI5MjI4TDIxLjk5MjMgNy4yOTMxOVoiIGZpbGw9IiMyRjgwRUQiLz4KPC9zdmc+Cg==") !important;
}
.tesi-cc .swiper-button-prev:after, .tesi-cc .swiper-button-next:after {
	display: none!important;
}
.tesi-cc .swiper-button-prev:hover {
	background-color: #2F80ED;
	  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyMyAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLjQ0OTE0MyA4LjcwNzNDMC4wNTg2MTkgOC4zMTY3NyAwLjA1ODYxOSA3LjY4MzYxIDAuNDQ5MTQzIDcuMjkzMDhMNi44MTMxIDAuOTI5MTI0QzcuMjAzNjMgMC41Mzg1OTkgNy44MzY3OSAwLjUzODU5OSA4LjIyNzMyIDAuOTI5MTI0QzguNjE3ODQgMS4zMTk2NSA4LjYxNzg0IDEuOTUyODEgOC4yMjczMiAyLjM0MzM0TDMuNTcwNDYgNy4wMDAxOUgyMS4yODUzQzIxLjgzNzYgNy4wMDAxOSAyMi4yODUzIDcuNDQ3OTEgMjIuMjg1MyA4LjAwMDE5QzIyLjI4NTMgOC41NTI0OCAyMS44Mzc2IDkuMDAwMTkgMjEuMjg1MyA5LjAwMDE5SDMuNTcwNDZMOC4yMjczMiAxMy42NTdDOC42MTc4NCAxNC4wNDc2IDguNjE3ODQgMTQuNjgwNyA4LjIyNzMyIDE1LjA3MTNDNy44MzY3OSAxNS40NjE4IDcuMjAzNjMgMTUuNDYxOCA2LjgxMzEgMTUuMDcxM0wwLjQ0OTE0MyA4LjcwNzNaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K") !important;
	box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.tesi-cc .swiper-button-next:hover {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyMyAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMS45OTI0IDcuMjkzMDlDMjIuMzgyOSA3LjY4MzYxIDIyLjM4MjkgOC4zMTY3OCAyMS45OTI0IDguNzA3M0wxNS42Mjg0IDE1LjA3MTNDMTUuMjM3OSAxNS40NjE4IDE0LjYwNDcgMTUuNDYxOCAxNC4yMTQyIDE1LjA3MTNDMTMuODIzNyAxNC42ODA3IDEzLjgyMzcgMTQuMDQ3NiAxNC4yMTQyIDEzLjY1NzFMMTguODcxIDkuMDAwMkwxLjE1NjI0IDkuMDAwMTlDMC42MDM5NjUgOS4wMDAxOSAwLjE1NjI1IDguNTUyNDggMC4xNTYyNSA4LjAwMDE5QzAuMTU2MjUgNy40NDc5MSAwLjYwMzk2NiA3LjAwMDE5IDEuMTU2MjQgNy4wMDAxOUwxOC44NzEgNy4wMDAyTDE0LjIxNDIgMi4zNDMzNEMxMy44MjM3IDEuOTUyODIgMTMuODIzNyAxLjMxOTY1IDE0LjIxNDIgMC45MjkxMjNDMTQuNjA0NyAwLjUzODU5OSAxNS4yMzc5IDAuNTM4NTk5IDE1LjYyODQgMC45MjkxMjNMMjEuOTkyNCA3LjI5MzA5WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==") !important;
	background-color: #2F80ED;
	box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.news-cc {
	padding: 70px 0;
	background: linear-gradient(360deg, rgba(0, 115, 182, 0.3) 0%, rgba(0, 115, 182, 0) 100%);

}
.page-cc {
	padding: 70px 0;
}

.news-data-c {
	margin-top: 40px;
}
.news-content-c {
	padding: 30px;
	background-color: #fff;border-radius: 0px 0px 20px 20px!important;;overflow: hidden;
	padding-bottom: 10px;
}
.news-box .image {
	margin-bottom: 0px!important;
	border-radius: 20px 20px 0px 0px!important;
}
.news-box h3 {
	font-size: 24px;
	margin-bottom: 20px;
}
.news-box p {
	font-size: 16px;
	margin-bottom: 20px;
}
.news-box {
	margin-bottom: 20px;
}
.serv-single-img-order-2 {
	display: none;
}
.serv-single-img {
	margin-bottom: 30px;
}
.inside-banner {
	height: 340px;
	display: flex;
	background-color:#1b1b1b;
	justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #FFFFFF;
	text-align: center;
}
.inside-banner-title {
	font-weight: 600;
	font-size: 40px;
	line-height: 72px;
	text-align: left;
	letter-spacing: -0.03em;
	color: #FFFFFF;
}
.about-inside-c {
	padding:90px 0;
}
.abt-data-ins h3 {
	font-weight: 600;
	font-size: 48px;
	line-height: 54px;
	color: #271706;
}
.abt-img {
	border-radius: 20px;
	overflow: hidden;
}
.abt-data-ins p {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
	text-align: justify;
	color: #5B5B5B;
}
.mission-ico {
	margin-bottom: 28px;
	height: 79px;
	border-left: solid thin #fff;
	padding-left: 20px;
}
.mission-cc {
	background-color: #0073B6;
	padding: 80px 0;
}
.mission-cc h4 {
	font-weight: 600;
	font-size: 24px;
	line-height: 106.5%;
	letter-spacing: -0.03em;
	color: #FFFFFF;
	margin-bottom: 15px;
}
.rounded{
  width: 25px;
  height: 25px;
  background-color: rgb(139 169 186 / 71%);
  border-radius: 100%!important;
  position: absolute;top: 0px;
}
.mission-cc p {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
	color: #FFFFFF;
	opacity: 0.8;
}
.why-horizone-cc {
	padding: 97px 0;
}
.team-cc {
	padding: 0px 0 75px 0;
}
.team-name {
	margin-bottom: 3px;
    margin-top: -7px;
}
.team-position-new {
	font-size: 14px;
    margin-bottom: 8px;
    display: block;
    color: #727678;
}
.team-box {
	margin-bottom: 25px;
	position: relative;
}
#summary {
  font-size: 14px;
  line-height: 1.5;
}

#summary p.collapse:not(.show){
    height: 52px !important;
    overflow: hidden;
  
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
}

#summary p.collapsing{
    min-height: 52px !important;
}

#summary a.collapsed:after  {
    content: "+ Read More";
}

#summary a:not(.collapsed):after {
    content: "- Read Less";
}

.tz-gallery {
	margin-top:10px;
}
.team-box:hover .team-hovr-data {
	opacity: 1;
}
.team-hovr-data {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    background: rgba(0, 115, 182, 0.64);
	mix-blend-mode: normal;
	backdrop-filter: blur(18px);
    border-radius: 20px;
    color: #fff;
    padding: 20px;
    flex-direction: column;
    justify-content: flex-end;
    opacity: 0;
           -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.ui-timepicker-con, .ui-timepicker-container {
	z-index: 1000000000000!important;
}
.ui-timepicker-standard .ui-state-hover {
    background-color: #C4DFEE!important;
    border: none;
    font-weight: 400;
    color: #212121;
}
.ui-timepicker-standard a {
    border-radius: 10px!important;
    font-family: 'Poppins', sans-serif!important;
    font-size: 16px!important;
    border: none!important;
}
.ui-timepicker-standard {
     font-family: 'Poppins', sans-serif!important;
   font-size: 16px!important;
    background-color: #FFF;
    border: 1px solid #0073b6!important;
    color: #222;
    margin: 0;
    padding: 8px!important;
    border-radius: 10px;
}
.team-position {
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
	opacity: 0.7;
	margin-bottom: 10px;
}
.team-wrap {
	margin-top: 10px;
}
.gallery-item  {
	position: relative;
}
.gallery-item:hover  {
	cursor: pointer;
}
.courses-cc {
	padding: 60px 0 0px 0;
}
.course-data-cc {
	margin-top: 10px;
}
.courses-cc.last {
	padding-bottom: 60px;
}
.action-banner {
	background-color: #1077B4;
	background-size: cover;
	background-position: center;
	margin-top: 40px;
}
.action-wrapper {
	padding: 80px;
	background-color: #6FC168;
}
.action-wrapper h3 {
	font-size: 38px;
	color: #fff;
}
.action-wrapper p {
	color: #fff;
}
.action-wrapper p {
	color: #fff;
}
.action-wrapper .btn-white {
	margin-top: 20px;
	color: #6FC168;
}
.action-wrapper .btn-white:hover {
    color: #fff;
    background-color: #1077B4!important;
    border-color: #1077B4!important;
}

.project-slider {
	overflow: hidden;
	border-radius: 20px;
}
.project-data {
	padding-bottom: 60px;
}
.single-serive-inside {
	padding: 70px 0;
}



footer {
	padding-bottom: 70px;
	background-color: #1077B4;
	background-size: cover;
	background-position: center;
}
.clients-slider {
	overflow: hidden;
	margin-bottom: 40px;
}
.tech-logo-c {
	display: flex;
    justify-content: center;
    align-items: center;
    height: 125px;
}
.tech-logo-c img {
	max-width:90%;
}
.tech-logo-c:hover {
	opacity: 1;
}
footer h3 {
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	color: #FFFFFF;
	margin-bottom: 30px;
}
footer h4 {
	font-weight: 600;
	font-size: 36px;
	line-height: 40px;
	letter-spacing: -0.03em;
	color: #FFFFFF;
}
.foot_logo {
	margin-bottom: 30px;
}

.footr-boxes li {
	list-style: none;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	color: #fff;
	margin-bottom: 15px;
}
.footr-boxes li a {
	color: #fff;
	text-decoration: none;
}
.footr-boxes a {
	margin-bottom: 20px;
	display: block;
	color: #fff;
	text-decoration: none;
}
.footr-boxes p {
	color: #fff;
	padding-right: 20px;
}
.footer_input {
	font-size: 16px!important;
	background: #FFFFFF;
	border-radius: 31px!important;
	padding: 13px 18px!important;
	display: block;
	border: none;
	outline: none;
	width: 100%;
}
footer .btn-white {
	margin-top: 15px;
}
.btn-white {
    color: #1077B4;
    background-color: #fff!important;
    border-color: #fff!important;
    padding: 0.7rem 2.3rem;
    font-weight: 600;
}
.btn-white:hover {
    color: #fff;
    background-color: #77BB58!important;
    border-color: #77BB58!important;
}
.social-c {
	margin-top: 30px;
}
.social-c a {
	display: inline-block;
	margin-right: 10px;
}
.social-c a:hover {
	filter: invert(67%) sepia(81%) saturate(268%) hue-rotate(68deg) brightness(87%) contrast(86%);
}
footer .social-c {
	filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(193deg) brightness(114%) contrast(101%);
}
footer .social-c a {
	filter: invert(100%) sepia(10%) saturate(7475%) hue-rotate(291deg) brightness(113%) contrast(109%);
}
footer .social-c a img{
	width:25px;
}
footer .social-c a svg {
	filter: invert(100%) sepia(10%) saturate(7475%) hue-rotate(291deg) brightness(113%) contrast(109%);
}
footer .social-c a:hover svg {
	filter: invert(67%) sepia(81%) saturate(268%) hue-rotate(68deg) brightness(87%) contrast(86%);
}
#menu-footer-menu {
	padding: 0px;
	margin: 0px;
}
#menu-footer-menu .nav-link {
    font-weight: 400;
}
.copy-cc {
	color: #fff;
	font-size: 16px;
	margin-top: 49px;
}
.bottom-bar-menu a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	margin-left: 25px;
	font-size: 16px;
}
.bottom-bar-menu  {
	text-align: right;
}
.course-single-cc {
	padding: 50px 0;
	padding-bottom: 70px;
}
.courses-block {
	border: 1px solid #CECECE;
	border-radius: 20px;
	padding: 28px;
	margin-bottom: 25px;
}
.courses-block h4 {
	font-weight: 500;
	font-size: 24px;
	line-height: 106.5%;
	letter-spacing: -0.03em;
	color: #0D1317;
	margin-bottom: 14px;
}
.courses-block p {
	font-size: 16px;
	line-height: 29px;
	text-align: justify;
	color: #5B5B5B;
	margin-bottom: 0px;
}
.courses-block ul {
    padding-left: 17px;
    font-size: 16px;
	line-height: 34px;
	color: #5B5B5B;
}
.instructor-cc p{
	font-size: 16px;
	line-height: 29px;
	text-align: justify;
	color: #5B5B5B;
}
.instructor .course-single-title {
	letter-spacing: -0.03em!important;
}
.instructor {
    margin-top: 15px;
}
.courses-block ul li {
    font-size: 16px;
	color: #5B5B5B;
}
.course-single-cc .accordion-item:first-of-type .accordion-button {
    border-radius: 20px 20px 0px 0px!important;
}
.modal-header {
	padding: 15px 30px;
}
.curriculam-c .accordion {
	border-radius: 20px;
    overflow: hidden;
    border: solid thin #d3d3d3;
}
.course-single-cc .accordion-item {
	border-left: none;
    border-right: none;
    border-top: none;
}
/*
.course-single-cc .accordion-item .accordion-button {
    border-radius: 20px!important;
}
.course-single-cc .accordion-item:first-of-type .accordion-button.collapsed {
    border-radius: 20px 20px 0px 0px;
}
.course-single-cc .accordion-item {
    border-radius: 0px 0px 20px 20px!important;overflow: hidden;
}
.course-single-cc .accordion-item.accordion-button.collapsed {
    border-radius: 0px 0px 20px 20px!important;overflow: hidden;
}*/
.course-single-cc .accordion-button:not(.collapsed) {
	background-color: #F0F0F0!important;
	font-weight: 500;
	font-size: 16px;
	line-height: 106.5%;
	letter-spacing: -0.03em;
	color: #0D1317;
}
.course-single-cc .accordion-button:focus {
	box-shadow: none!important
}
.course-single-cc .accordion-item {
	/*border-radius: 20px!important;*/
}
.course-single-cc .accordion-item:first-of-type .accordion-button {
    /*border-top-left-radius: 20px;
    border-top-right-radius:20px;*/
}
.accordion-body ul {
	margin-top:8px;
	padding-left: 18px;
	line-height: 30px;
}
.instructor {
    padding-bottom: 10px;
    border-bottom: solid thin #CECECE;
    margin-bottom: 15px;
}
.instructor img {
	padding-bottom: 8px;
	border-radius: 20px;
    overflow: hidden;
}

footer .wpcf7-form-control-wrap {
    font-size: 14px;
}
footer .wpcf7-not-valid-tip {
    color: #ffc107!important;
    font-size: 13px;
}
footer .wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
    color: #fff;
    font-size: 13px;
}
.name {
	font-weight: 500;
	font-size: 24px;
	line-height: 106.5%;
	letter-spacing: -0.03em;
	color: #0D1317;
	margin-top: 10px;
}
.posi {
	margin-top:5px;
	font-size: 16px;
	line-height: 22px;
	color: #5B5B5B;
}
.entroll-bt-c .btn{
	margin-top: 20px;
	width: 100%;
}
.curriculam-c .course-single-title {
	margin-bottom: 10px;
}

.contact-form-c {
	background-color: #1077B4;
	padding: 30px;
	border-radius: 20px;
}
.input-row {
	margin-bottom: 15px;
}
.contact-data-cc {
	padding: 80px 0;
}
.serive-inside {
	padding-bottom: 50px;
}
.serive-inside .hovr-data {
	text-align: center;
}
.hovr-data {
	text-align: left;
}
.engineering-services-inside {
	margin-top: 0px;
}
.bnr-desc {
	margin-top: -13px;
    position: relative;
    display: block;
}
.contact-form-c input[type=text], .contact-form-c input[type=email], .contact-form-c input[type=tel] {
	border: none;
	border-bottom: solid thin #fff;
	outline: none;
	padding: 10px 0;
	color: rgba(255, 255, 255, 0.8);
	display: block;
	width: 100%;
	border-radius: 0px;
	background:none;
}
.contact-form-c textarea {
	border: none;
	border-bottom: solid thin #fff;
	outline: none;
	padding: 10px 0;
	color: rgba(255, 255, 255, 0.8);
	display: block;
	width: 100%;
	height: 90px;
	background:none;
	resize: none;
}
.contact-form-c .wpcf7-not-valid-tip {
    color: #ffc107!important;
    font-size: 12px!important;
    font-weight: normal;
    display: block;
}
.contact-form-c .wpcf7 form.failed .wpcf7-response-output, .contact-form-c .wpcf7 form.aborted .wpcf7-response-output {
	color: #fff;
}
.contact-form-c .wpcf7-spinner {
    position: absolute!important;
    margin-top: -35px!important;
}
.contact-form-c .wpcf7 form.invalid .wpcf7-response-output, .contact-form-c .wpcf7 form.unaccepted .wpcf7-response-output, .contact-form-c .wpcf7 form.payment-required .wpcf7-response-output {
    color: #fff!important;
}
.input-row.end {
	margin-bottom: 0px;
}
.contact-form-c .btn {
	margin-top: 28px;
	width: 100%;
}
.contact-data-cc h3 {
	font-weight: 600;
	font-size: 48px;
	line-height: 61px;
	letter-spacing: -0.03em;
	color: #000000;
}
.small-title {
	font-weight: 500;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: -0.03em;
	color: #000000;
}
.contact-data-cc p {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	/* or 167% */


	color: #5B5B5B;

	opacity: 0.8;
}
.enq-input::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}
 .mid-banner-cc p {
 	color: #fff;
 }
.enq-input::-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #fff;
}

.enq-input::-ms-input-placeholder { /* Microsoft Edge */
 color: #fff;
}
.enq-input {
 	border:none;
 	border-radius: 0px!important;
 	border-top:none!important;
 	border-left:none!important;
 	border-right:none!important;
 	color: #fff!important;
}
.enq-input:hover {
 	border-top:none!important;
 	border-left:none!important;
 	border-right:none!important;
 	border-bottom: solid thin #6FC168!important;
}
.enq-input:focus {
 	border-bottom: solid thin #6FC168!important;
}
.projects-cc {
	position: relative;
}
.proje-slider {
	padding-bottom: 36px;
}
.proje-slider .swiper-button-prev {
	background-color: #fff;
	left:0px;
	width: 50px;
	height: 50px;
	text-align: center;
	font-size: 22px;
}
.proje-slider .swiper-button-prev:after, .proje-slider .swiper-button-next:after {
	font-size: 24px!important;
}
.proje-slider .swiper-button-next {
	background-color: #fff;
	right: 0px;
		width: 50px;
	height: 50px;
}

.proje-slider .swiper-button-prev:hover {
	width: 40px;
}
.proje-slider .swiper-button-next:hover {
	width: 40px;
}
.project-data img {
	border-radius: 20px;
	overflow: hidden;
}

blockquote {
/*max-width: 550px;*/
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: 0px;
	padding-left: 20px;
	border-left: solid 3px #77BB58;
	font-weight: 600;
	font-size: 18px;
	line-height: 175%;
	color: #232536;
	opacity: 0.6;
}
.service-inside-action-banner {
	padding-bottom: 70px;
	text-align: center;
}
.service-inside-action-banner .small-title {
	opacity: 0.6;
}
.service-inside-action-banner h3 {
	font-style: normal;
	font-weight: 600;
	font-size: 32px;
	line-height: 44px;
	text-align: center;
	color: #000000;
}
.service-inside-wrap {
	max-width: 800px;
	margin: auto;
}
.service-inside-action-banner .small-title {
	margin-bottom: 10px;
}
.btn-blue {
    color: #fff;
    background-color: #1077B4!important;
    border-color: #1077B4!important;
    padding: 0.7rem 2.3rem;
    font-weight: 600;
}
.btn-blue:hover {
    color: #fff;
    background-color: #6FC168!important;
    border-color: #6FC168!important;
}
.action-btn-wrap {
	margin-top: 30px;
}
.blog-box {
	margin-bottom: 37px;
}
.blog-box:hover h2 {
	color: #77bb58;
}
.blog-cc {
	padding: 70px 0;
	max-width: 900px;
	margin: auto;
}
.blog-date {
	color: #939191;
	margin-bottom: 14px;
}
.author {
	display: inline-block;
}
.author img {
	width: 32px;
	height: 32px;
	margin-right: 10px;
}
.blgdate {
	display: inline-block;    
	float: right;
	margin-top: 2px;
}
.calendar-cc {
	/*max-width: 900px;*/
	margin: auto;
}
.gc-calendar table.calendar td {
    height: 90px!important;
    position: relative;
    padding-top: 0px!important;
    background-color: none!important;
    vertical-align: top;
    width: calc(100% / 7);
    border: solid thin #d5cfcf;
}
.gc-calendar table.calendar th::before, .gc-calendar table.calendar tr:not(:last-child) td::before {
	display: none!important;background-color: none!important;
}
.gc-calendar table.calendar a {
    text-decoration: none;
    display: block;
    height: 100%;
    	 -webkit-transition: background-color .3s ease-in-out;
  -moz-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}
.day {
	-webkit-transition: background-color .3s ease-in-out;
  -moz-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}
.day:hover {
	background-color: #C4DFEE;
}
.gc-calendar table.calendar td .day-number {
    font-size: 18px!important;
    text-align: right!important;
    float: right!important;;
    font-weight: 400!important;
    /*line-height: 38.09px!important;*/
    overflow-y: auto!important;
    color: #1077b4!important;
    text-decoration: none!important;
    display: block!important;
    width: 100%!important;
    height: 100%!important;
    padding: 10px;
}
.gc-calendar table {
	border: solid thin #d5cfcf;
}
.gc-calendar .gc-calendar-header {
    justify-content: center;
    margin-bottom: 31px;
}
.gc-calendar .gc-calendar-header .gc-calendar-month-year {
    text-align: center;
    padding: 0 10px!important;
    font-size: 26px!important;
    color: #0073B6!important;
}
.gc-calendar table.calendar th {
    padding-top: 12px!important;
    text-align: center!important;
    border-right: solid thin #d5cfcf;
}
.bg-available{
	background-color: #77BB58;
	 -webkit-transition: background-color .3s ease-in-out;
  -moz-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}
.bg-available:hover{
	background-color: #51A32C;
}
.gc-calendar {
	padding: 0px!important;
}
.appomnt-data-cc {
    padding: 45px 0 80px 0!important;
}
.gc-calendar .gc-event {
    display: flex!important;
    width: max-content;
    margin-bottom: 10px;
    position: absolute;
    top: 10px;
    font-weight: 500;
    left: 10px;
    line-height: 18px!important;
    width: 60%;
    bottom: 0;
    text-align: center;
    white-space: inherit;
    justify-content: center;
    align-items: center;
}
.gc-calendar table.calendar a:hover {
    background-color: #6fc168!important;
    width: 100%!important;
    border-radius: 0px!important;
    padding-left: 0px!important;
    color: #0073B6;
    text-transform: uppercase;
    background-color: #C4DFEE!important;
    border-color: #C4DFEE!important;
    }
.gc-calendar table.calendar td {
    height: 90px;
}
.ui-timepicker-viewport li:last-child {
	display: none;
}
.timepicker {
	background-image: url(../img/dropdown_arrow.svg);
    background-position: right center;
    background-repeat: no-repeat;
}
.img-stable img {
	margin-bottom: 28px;
}
.single-blog-cc {
    padding: 70px 0;
    margin: auto;
}
.blg-rght-col {
	margin-bottom: 24px;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.03em;
    color: #0D1317;
}
.conta-sub-title {
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: -0.03em;
	text-transform: capitalize;
	margin-top: 15px;
	margin-bottom: 20px;
	color: #1077B4;
}
.contact-dtlc-c {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.contact-dtlc-c li {
	padding-left: 30px;
	background-position:top left;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	color: #5B5B5B;
}
a {
	text-decoration: none;
	color: #5B5B5B;
}
.contact-form-new {
	margin-top: 40px;
}
.input-style-b {
	border:solid thin #F7F9FC;
	outline: none;
	padding: 14px 15px;
	color: #5B5B5B;
	display: block;
	width: 100%;
	background-color:#F7F9FC;
	border-radius: 10px;
	      -webkit-transition: border .3s ease-in-out;
  -moz-transition: border .3s ease-in-out;
  -o-transition: border .3s ease-in-out;
  transition: border .3s ease-in-out;
}
.input-style-b:focus, .input-style-b:hover,.input-style-b:focus, .input-style-b:hover {
	border:solid thin #1077B4;
}
.contact-form-new  textarea {
	height: 120px;
	resize: none;
}
.contact-form-new .btn {
	width: 100%;
}
.contact-data-cc .social-c {
	text-align: center;
	    margin-top: -29px;
}
.google-map-cc {
	border-radius: 20px;
	margin-top: 35px;
	overflow: hidden;
}
.faq-cc .accordion {
	margin-top: 50px;
}
.faq-cc {
    padding: 70px 0;
    margin: auto;
}
.faq-cc .accordion-item {
	filter: drop-shadow(0px 4px 9px rgba(0, 0, 0, 0.11));
	margin-bottom: 25px;
	border: none;
	padding: 22px;
}
.faq-cc .accordion-button {
	border: none;	font-weight: 500;
	font-size: 22px;
	line-height: 28px;
	letter-spacing: -0.03em;
	color: #1E1B1B;        -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
	
}
.faq-cc .accordion-button:not(.collapsed) {
    color: #1E1B1B;
    background-color: #fff;
    box-shadow: none;
    padding-bottom: 0px;
}
.faq-cc .accordion-body {
	font-style: normal;
	line-height: 28px;
	color: #939191;
}
.accordion-button:focus {
    border-color:none;
    box-shadow:none;
}
.menu-bg {
  display: none;
}


.project-grid-cc {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(3, 1fr);
grid-column-gap: 1.5rem;
grid-row-gap: 1.5rem;
}

.project-grid-cc .div1 { grid-area: 1 / 1 / 2 / 3; }
.project-grid-cc .div2 { grid-area: 1 / 3 / 2 / 4; }
.project-grid-cc .div3 { grid-area: 1 / 4 / 2 / 5; }
.project-grid-cc .div4 { grid-area: 2 / 1 / 3 / 2; }
.project-grid-cc .div5 { grid-area: 2 / 2 / 4 / 3; }
.project-grid-cc .div6 { grid-area: 2 / 3 / 3 / 4; }
.project-grid-cc .div7 { grid-area: 2 / 3 / 3 / 5; }
.project-grid-cc .div8 { grid-area: 3 / 1 / 4 / 2; }
.project-grid-cc .div9 { grid-area: 3 / 3 / 4 / 4; }
.project-grid-cc .div10 { grid-area: 3 / 4 / 4 / 5; }




.project-grid-cc-home {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-column-gap: 1.5rem;
grid-row-gap: 1.5rem;
}

.project-grid-cc-home .div1 { grid-area: 1 / 1 / 1 / 2; height: 280px; }
.project-grid-cc-home .div2 { grid-area: 1 / 2 / 2 / 3; height: 280px; }
.project-grid-cc-home .div3 { grid-area:1 / 3 / 3 / 3; }
.project-grid-cc-home .div4 { grid-area: 2 / 1 / 2 / 3; height: 280px; }
.project-grid-cc-home .div5 { grid-area: 2 / 2 / 4 / 3; }



.app_failed {
	    background-color: #dc3545!important;
}
.app_sucess, .app_failed {
	display: none;
}
.spinner-grow {
	margin-right: 8px;display: none;
}
.modal-body .success_cc {
    background-color: #6FC168;
    padding: 14px;
    max-width: initial;
    text-align: center;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #fff;
    border-radius: 20px;
    padding-bottom: 0px;
    align-items: center;
    flex-direction: column;
}

.modal-body .tickico {
    margin-top: 0px;
    width: 40px;
    margin-bottom: 3px;
}
.modal-body .success_cc h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin: 0px;
    margin-top: 13px;
    padding-bottom: 0px;
}

.modal-body .success_cc p {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-top: 0px;
}
.modal-body .gotohome {
    border-top: 1px solid rgba(255, 255, 255, 0.37);
    color: #fff;
    display: block;
    width: 100%;
    height: 65px;
    line-height: 65px;
    margin-top: 0px;
}




.pro-item h4 {
    color: #fff;
    font-size: 21px;
    letter-spacing: -0.03em;
    padding-right: 50px;
    margin-bottom: 0px;
}
.pro-item .pro-arrow {
    position: absolute;
    right: 24px;
    top: 38px;
}
.pro-item {
  border-radius: 20px;overflow: hidden;
  position: relative;

}

.pro-item:hover .gallery__img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.pro-item .hovr-data {
         -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding: 28px;
  opacity: 0;
  background: linear-gradient(0deg, #1077B4 0%, rgba(255, 255, 255, 0) 100%);
}
.pro-item:hover .hovr-data{
  opacity:1;
}

.gallery__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; 
          -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}




.avtar-img {
	border-radius: 100%;overflow: hidden;
}
.customize-support header {
	top: 32px;
}
.extra-images-blog-cc {
	margin-top: 25px;
	margin-bottom: 25px;
}

.extra-images-blog-cc img {
	border-radius: 20px;
	overflow: hidden;
}
.extra-content-cc {
	margin-top: 15px;
}
.success_cc {
    background-color: #6FC168;
    padding: 40px;
    max-width: 407px;
    text-align: center;
    margin: auto;
    padding: 20px;
    margin-top: 50px;
    margin-bottom: 69px;
    color: #fff;
    border-radius: 20px;
    padding-bottom: 0px;
}
.success_cc h4 {
	font-style: normal;
	font-weight: 600;
	font-size: 30px;
	text-align: center;
	text-transform: capitalize;
	color: #FFFFFF;
	margin: 0px;
	margin-top: 13px;
	padding-bottom: 0px;
}
.success_cc p {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	text-align: center;
	text-transform: capitalize;
	color: #FFFFFF;
	margin-top: 0px;
}
.tickico {
    margin-top: 51px;
    margin-bottom: 3px;
}
.gotohome {
	border-top: 1px solid rgba(255, 255, 255, 0.37);
    color: #41833B;
    display: block;
    height: 72px;
    line-height: 72px;
    margin-top: 75px;
    -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.gotohome:hover {
	color: #fff;
}

.line-animation {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.line-animation:hover {
	color: #77BB58;
}

.empty-circle {
	font-size: 56px;
}
.content404 {
	margin: 50px 0;
}
.av-tim-wrap {
	    margin-top: -10px;
	    color: #1077b4;
    margin-bottom: 20px;
}

.modal {
	z-index: 10000;
}
#exampleModal .modal-body {
	padding: 30px;
}















@media (min-width: 992px) {
.navbar-expand-lg .navbar-collapse {
    display:block!important;
}
.navbar-collapse {
	    flex-grow: unset;
}
}

@media (min-width: 1490px) {
.container {
	 max-width: 1279px;
   /* max-width: 1420px;*/
}
}
@media (max-width: 1212px) {
footer h4 {
    font-size: 32px;
    line-height: 38px;
}
}
@media (max-width: 992px){
.cart-bt {
    margin-left: 25px;
}
.offer-box-cc h3 {
    font-size: 22px;
}
.banner-cc h1 {
    color: #fff;
    font-size: 56px;
    }
 .offer-cc .col-md-8 {
 	flex: 0 0 auto;
    width: 100%;
    }
 .setion-desc {
    font-size: 16px;
    margin-bottom: 28px;
}
.section-title{
	font-size: 38px;
}
.navbar-nav {
	padding-top: 20px!important;
	padding-bottom: 20px!important;
}
.extra-box {
    margin-bottom: 30px;
}

footer h4 {
    font-size: 28px;
    line-height: 36px;
}
.menu-bg {
  background-color: rgb(2 2 2 / 50%);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0rem;
    padding-left: 0rem;
    border-top: solid thin #c8c8c8;
    width: 100%;
    padding: 12px 0!important;
}
#navbarScroll {
	margin-right: 0px;
}
.hdr-right {
	position: fixed;
    right: 90px;
    top:18px;
}
.footr-boxes {
	margin-bottom: 30px;
}
.btn {
    padding: 0.6rem 1rem;
    font-size: 14px;
    border-radius: 40px;
    font-weight: 500;
}
.custom-bt {
    font-size: 14px;
    }
   .footr-boxes a {
    margin-bottom: 8px;
}
.footr-boxes li {
	margin-bottom: 8px;
}
.hdr-right {
    top:20px;
}
.mid-banner-data-wrapper h2 {
    font-size: 40px;
    }

.inside-banner {
    height: 250px;
}
.abt-data-ins h3 {
    font-size: 38px;
    line-height: 44px;
}
.abt-data-ins p, .mission-cc p {
    font-style: normal;
    font-weight: 400;
}
p {
	font-weight: 400;
}
.f-service-box {
	margin-bottom: 30px;
}
.img-zoom .image {
    margin-bottom: 23px;
}
.action-wrapper {
    padding: 48px;
     margin-top: 50px;
    margin-bottom: 50px;
}
.offer-box-cc .image {
    margin-bottom: 23px;
}
.contact-data-cc h3 {
    font-size: 38px;
    line-height: 44px;
}
.action-wrapper {
    border-radius: 20px;
}
.action-wrapper .btn-white {
    margin-top: 4px;
}
.action-wrapper h3 {
    font-size: 32px;
}
.faq-cc .accordion-item {
    padding: 10px;
}
.pro-item h4 {
    color: #fff;
    font-size: 16px;
    }
.pro-item .hovr-data {
	padding: 15px;
	opacity: 1;
}
.contact-form-c .wpcf7-spinner {
    position: absolute!important;
    margin-top: -33px!important;
}
.pro-arrow {
	display: none;
}
.project-grid-cc {
	grid-column-gap: 1rem;
    grid-row-gap: 1rem;
}
.pro-item h4 {
	padding-right: 0px;
}
.cources-box h4 {
    font-size: 18px;
    /*margin-bottom: 0px;*/
}
.courses-block p {
    font-size: 16px;
    line-height: 26px;
}
.courses-block ul {
    line-height: 30px;
}
.project-grid-cc-home .div1 { height: 220px;}
.project-grid-cc-home .div2 { height: 220px;}
.project-grid-cc-home .div3 { height: 220px; }
.project-grid-cc-home .div4 { height: 220px; }
.project-grid-cc-home .div5 {height: 220px; }
.extra-box {
	height:auto;
}

}



@media (max-width: 768px){
.offer-b-box {
	margin-bottom: 25px;
}
.action-wrapper {
    padding:32px;
    margin-top: 50px;
    margin-bottom: 50px;
    border-radius: 20px;
}
.action-wrapper .btn-white {
    margin-top: 4px;
}
.action-wrapper h3 {
    font-size: 32px;
}
.text-end {
    text-align: left!important;
}
.setion-desc {
    font-size: 16px;
    margin-bottom: 18px;
}
.cources-data-cc {
    margin-top: 36px;
}
.inside-banner-title {
    font-size: 36px;
    line-height: 48px;
   }
.gallery-box {
    position: relative;
    margin-top: 36px;
}
.contact-data-cc .social-c {
	margin-bottom: 45px;
}
.courses-cc {
    padding: 45px 0 0px 0;
}
.blog-cc, .contact-data-cc {
    padding: 45px 0;
}
.news-box h3 {
    font-size: 22px;
    margin-bottom: 12px;
}
.offer-cc, .faq-cc {
    padding: 45px 0;
}
.offer-b-section-cc {
    padding: 45px 0;
}
.cources-cc {
    margin-top: 45px;
}
.about-inside-c {
	padding: 45px 0;
}
.project-grid-cc-home {
	padding: 45px 0;
}
.projects-cc {
    padding: 45px 0;
}
.news-cc, .why-horizone-cc {
    padding: 45px 0;
  }
.team-cc {
    padding: 0px 0 45px 0;
}
.banner-cc h1 {
    font-size: 48px;
}
.extra-data ul li {
    width: 100%;
}
.mid-bnr-image {
	min-height: 350px;
}
.mid-banner-data {
    padding: 50px 0;
}
.gallery-box h4 {
    font-size: 18px;
}
.pro-arrow {
    top: 53px;
}
.testi-data-cc {
    padding: 25px;
}
.test-message {
    font-size: 18px;
}
.slider-arrows {
	display: none;
}
.hdr-right {
    right: 71px;
}
.project-grid-cc-home {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
}
.offer-b-box {
	height:auto;
	}
.project-grid-cc-home .div1,.project-grid-cc-home .div2,.project-grid-cc-home .div3,.project-grid-cc-home .div4 {
    grid-area: unset;
}
.project-grid-cc-home .div1 { height: auto;}
.project-grid-cc-home .div2 { height: auto; }
.project-grid-cc-home .div3 { height: auto; }
.project-grid-cc-home .div4 { height: auto; }
.project-grid-cc-home .div5 {height: auto; }

footer .order-1, .contact-data-cc .order-1 {
	order: 2!important;
}
footer .order-2, .contact-data-cc .order-2 {
	order: 1!important;
}
.contact-form-c {
    margin-top: 25px;
}
.instructor-cc {
	margin-top: 60px;
}
.bottom-bar-menu {
    text-align: left;
}
.bottom-bar-menu a {
    text-decoration: none;
    margin-left: 0px;
    margin-right: 25px;
    margin-bottom:25px;
}
.serv-single-img-order-1 {
	display: none;
}
.serv-single-img-order-2 {
	display: block;
}
.service-inside-action-banner h3 {
    font-size: 28px;
    line-height: 38px;
}
.blgdate {
    display: block;
    float: left;
    margin-top: -17px;
    padding-left: 42px;
}
.author {
    display: block;
}
.author img {
    width: 32px;
    height: 32px;
    margin-right: 10px;
    margin-top: 18px;
}
.blog-date {
    color: #939191;
    margin-bottom: 20px;
}
.blog-box h2 {
	    font-size: 34px;
}
footer h3 {
    margin-bottom: 18px;
}

.copy-w {
	opacity: .7;
}
.abt-data-ins {
	margin-top: 32px;
}
.misvis-box {
	margin-bottom: 40px;
}
.misvis-box:last-child {
	margin-bottom:0px;
}
.mission-ico {
	border: none;
	padding-left:0px;
}
.mission-cc {
	text-align: center;
}
.team-hovr-data {
    opacity: 1;
    }
.faq-cc .accordion-button {
    font-size: 20px;
    }
.faq-cc .accordion-item {
    padding:3px;
}
.project-grid-cc {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(4, 1fr);
grid-column-gap: 1rem;
grid-row-gap: 1rem;
}

.gc-calendar .gc-event {
    display: block;
    width: max-content;
    margin-bottom: 10px;
    position: absolute;
    top: 35px!important;
    font-size: 10px!important;
    left: 0px!important;
    line-height: 13px!important;
    width: 100%!important;
    bottom: 0;
    text-align: center;
    white-space: inherit;
    padding: 6px!important;
    border-radius: 0px!important;
    height: 60%!important;
}
.project-grid-cc .div1 { grid-area: 1 / 1 / 2 / 3;}
.project-grid-cc .div2 { grid-area: unset;}
.project-grid-cc .div3 { grid-area: unset; }
.project-grid-cc .div4 { grid-area: unset; }
.project-grid-cc .div5 { grid-area: 2 / 2 / 4 / 3; }
.project-grid-cc .div6 { grid-area: unset;}
.project-grid-cc .div7 { grid-area: unset; }
.project-grid-cc .div8 { grid-area: unset; }
.project-grid-cc .div9 { grid-area: unset;}
.project-grid-cc .div10 {grid-area: unset; }

.bnr-desc {
    margin-top: -3px;
}
}

@media (max-width:648px){
.project-grid-cc {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(6, 1fr);
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
}


}



@media (max-width: 502px){
	.hdr-right {
	position: static;
    display: none;
}
.navbar-nav .demo-bt {
	display: block;
	margin-top:21px;
}
.action-btn-wrap .btn  {
	margin-bottom: 15px;
    margin-right: 0;
    display: block;
}
.for-mobile-only {
    display: block;
    margin-bottom: 31px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -10px;
}

}
@media (max-width: 400px){
.banner-cc h1 {
    font-size: 42px;
}
.extra-data {
    float: left;
    width: 100%;
    margin-top: 15px;
}
.extra-data ul li {
    width: 100%;
}
.mid-bnr-image {
    min-height: 246px;
}
.mid-banner-data-wrapper h2 {
    font-size: 36px;
    line-height: 46px;
}

}