
a{
	color: #2b2a29;
	text-decoration: none;
}
a:hover{
	color: #2b2a29;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6{
  font-family: 'metropolisbold';
}
.nav-top{
  background: #f0811b;
}
.nav-top ul{
  list-style: none;
  margin: 8px 0;
  padding: 0;
}
.nav-top ul li{
  display: inline-block;
  font-size: 14px;
  margin-right: 15px;
}
.nav-top ul li a{
  color: #ffffff;
}
.align-right{
  text-align: right;
}
@font-face {
    font-family: 'metropolisbold';
    src: url('../fonts/metropolis-bold-webfont.woff2') format('woff2'),
         url('../fonts/metropolis-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'metropolisregular';
    src: url('../fonts/metropolis-regular-webfont.woff2') format('woff2'),
         url('../fonts/metropolis-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'metropolismedium';
    src: url('../fonts/metropolis-medium-webfont.woff2') format('woff2'),
         url('../fonts/metropolis-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'metropolisextra_bold';
    src: url('../fonts/metropolis-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/metropolis-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/******** loader **********/
#pageloader {
    background-color: #ffffff;
    height: 100%;
    position: fixed;
    top: 0;
    left:0;
    right:0;
    width: 100%;
    z-index: 99999;
}
.lds-css{
  width: 200px;
  height: 200px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}

 @keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.lds-dual-ring {
  position: relative;
}
.lds-dual-ring div {
  box-sizing: border-box;
}
.lds-dual-ring > div {
  position: absolute;
  width: 168px;
  height: 168px;
  top: 16px;
  left: 16px;
  border-radius: 50%;
  border: 8px solid #000;
  border-color: #ef7f1a transparent #ef7f1a transparent;
  -webkit-animation: lds-dual-ring 1s linear infinite;
  animation: lds-dual-ring 1s linear infinite;
}
.lds-dual-ring > div:nth-child(2) {
  border-color: transparent;
}
.lds-dual-ring > div:nth-child(2) div {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.lds-dual-ring > div:nth-child(2) div:before,
.lds-dual-ring > div:nth-child(2) div:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  top: -8px;
  left: 72px;
  background: #ef7f1a;
  border-radius: 50%;
  box-shadow: 0 160px 0 0 #ef7f1a;
}
.lds-dual-ring > div:nth-child(2) div:after {
  left: -8px;
  top: 72px;
  box-shadow: 160px 0 0 0 #ef7f1a;
}
.lds-dual-ring {
  width: 200px !important;
  height: 200px !important;
  -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}

@font-face {
    font-family: 'gotham_boldregular';
    src: url('../fonts/gotham_bold_regular-webfont.woff2') format('woff2'),
         url('../fonts/gotham_bold_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
font-family: 'Gotham Black Regular';
font-style: normal;
font-weight: normal;
src: local('Gotham Black Regular'), url('../fonts/Gotham-Black.woff') format('woff');
}

@font-face {
font-family: 'Gotham Book';
font-style: normal;
font-weight: normal;
src: local('Gotham Book'), url('../fonts/GothamBook.woff') format('woff');
}
@font-face {
font-family: 'Gotham Bold';
font-style: normal;
font-weight: normal;
src: local('Gotham Bold'), url('../fonts/Gotham-Bold.woff') format('woff');
}


body{
	/*font-family: 'gotham_boldregular';*/
/*	font-family:'Gotham Black Regular';*/
  font-family: 'metropolisbold';
}
.custom-slide .grid-con p,
.linear-grid .grid-con p,
.nav-item a{
	    font-family: 'Gotham Bold';
}
p,ul,li,a{
	   font-family: 'metropolisbold';
}
.grid-con p span{
   font-family: 'Gotham Bold';
}
/******* scrollbar ***********/
/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #2b2a29; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #2b2a29; 
}

/********* NAVBAR ******/
.navbar{
    padding: 0;
}
.navbar-light .navbar-nav .nav-link{
	color: #000000;
  font-family: 'metropolismedium';
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{	
	color: #ef7f1a;
}
.nav-item{
	font-size: 18px;
	margin-right: 20px;
	font-weight: 500;
	text-transform: capitalize;
}
.nav-item:last-child{
	margin-right: 0;
}


/********* SECTION **********/
.section,.footer{
	padding:100px 0;
	position: relative;
	display: block;
  
}
.footer{
  padding:20px 0;
  background: #000;
}
.footer .orange{
  margin-left: 10px;
}
/********* BANNER **************/
.banner-section{
	height: 92vh;
	position: relative;
	display: block;
	background-image: url("../images/bg/banner.png");
	background-size: cover;
	background-position: 50% 50%;
	text-align: center;
}
.about-banner {
  background-image: url("../images/bg/about.jpg");
}
.what-banner{
  background-image: url("../images/bg/what-we-offer.png");
}
.training-banner{
  background-image: url("../images/bg/training.jpg");
}
.training-banner.infra{
  background-image: url("../images/bg/infra.jpg");

}
.consulting-sec{
  background-image: url("../images/bg/consulting.png");
}

.bg-blur{
   filter: blur(8px);
  -webkit-filter: blur(8px);
}
/*.infra-sec p{
  width: 100%!important;
}*/
.infra-sec p {
  margin-bottom: 20px!important;
}
.infra-sec h2{
  margin-bottom: 30px!important;
}
.infra-sec img{
  margin-bottom: 20px;
}

.consulting-sec h2{
  font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.consulting-sec h3{
  font-family: 'metropolismedium';
      font-size: 30px;
    line-height: 48px;
}
.about-pag img{
  width: 100%;
}
.form-ul{
  padding: 0;
  list-style: none;
}
.form-ul li{
  display: inline-block;
  width: 45%;
  font-size: 22px;
  margin-bottom: 45px;
  margin-right: 50px;
  vertical-align: top;
}
.form-control:focus{
  box-shadow: none;
}
.form-ul h3{
  font-size: 40px;
  text-transform: capitalize;
    text-align: center;
    margin-bottom: 40px;
}
.form-ul .form-control{
  border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    opacity: 0.5;
}
.form-ul h4{
      text-align: center;
    margin-top: 30px;
    text-transform: uppercase;
    font-size: 24px;
}
.form-ul p{
  text-align: center;
  font-size: 20px;
  margin-top: 10px;
  font-family: 'metropolismedium';
}
.form-ul span{
  font-size: 22px;
  font-family: 'metropolisbold';
}
.btn-org{
    text-align: center;
}
.btn-org a{
      background: #ef7f1a;
    color: #fff;
    text-transform: capitalize;
    font-size: 22px;
    padding: 15px 50px;
    font-family: 'metropolisbold';
}




.training-banner h2{
  text-transform: uppercase;
  font-size: 40px;
}
.banner{
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 0;
	right: 0;
	margin:0 auto;
	transform: translateY(-50%);
	z-index: 2;
	color: #ffffff;
  padding: 0 15px;
}
.banner h1{
	text-transform: uppercase;
	font-size: 42px;
	margin-bottom: 30px;
	letter-spacing: 1px;
  font-family: 'metropolisbold';
}
.about-banner .banner h2{
  font-size: 45px;
  text-transform: uppercase;
  margin-bottom: 30px;
  letter-spacing: 1px;
  font-family: 'metropolisbold';
}
.what-banner h2{
  font-size: 240px;
    text-transform: uppercase;
    color: #ef7f1a;
    font-family: 'metropolisextra_bold';
    line-height: 140px;
}
.what-banner h5{
  font-size: 55px;
    text-transform: uppercase;
    color: #ef7f1a;
    font-family: 'metropolisbold';
}
.what-banner h3{
  text-align: left;
  color: #ef7f1a;
   text-transform: uppercase;
   font-size: 40px;
}
.what-banner .row{
  margin-right: 0;
  margin-left: 0;
}
.what-banner .banner p{
  text-align: center;
  margin: 0 auto;
  width: 100%;
  font-family: 'metropolismedium';
  line-height: 34px;
}
.what-banner .banner .imp{
  text-transform: uppercase;
    color: #ef7f1a;
}
.what-banner p span{
   color: #ef7f1a;
}
.what-banner ul{
  padding: 0;
  list-style: none;
}
.what-banner ul li{
  display: inline-block;
   vertical-align: top;
   text-align: left;
}
.what-banner ul li:nth-child(2){
  margin-left: -15px;
}
.banner h1 span{
	color: #ef7f1a;
}

.banner h1 span{
    -webkit-animation: color 5s ease-in-out;
   /* -moz-animation: color 5s linear;
    -o-animation: color 5s linear;
    -ms-animation: color 5s linear;
    animation: color 5s linear;*/
}

@-webkit-keyframes color {
    0% { color: #ffffff;}
    20% { color: #ffffff;}
    40% { color:  rgba(239, 127, 26,0.7); }
    60% { color:  rgba(239, 127, 26,0.8); }
    80% { color:  rgba(239, 127, 26,0.9); }
    100% { color:  rgba(239, 127, 26,1); }
}


.banner p{
	font-size: 20px;
	letter-spacing: 1px;
	width: 80%;
	margin:0 auto;
}
.banner-bg{
	background-color:rgba(0, 0, 0, 0.7);
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.parallex{
	position: absolute;
	display: inline-block;
	z-index: 3;
	width: 80px;
	height: 80px;
	background-color: transparent;
  border: 2px solid #c6c6c6;
	border-radius: 50%;
	bottom: 10%;
    left: 5%;
    right: 0;
    /*margin: 0 auto;
    transform: translateY(-50%);*/
}
.parallex img{
	position: absolute;
	display: inline-block;
	top: 55%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin:0 auto;
}

/*.parallex span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 75px;
  height: 75px;
  background: transparent;
  box-shadow: 0 0 0 0 rgba(198, 198, 198, 0.5);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: par 2s infinite;
  animation: par 2s infinite;
  box-sizing: border-box;
}*/
@-webkit-keyframes par {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(198, 198, 198, 0.5);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes par {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(198, 198, 198, 0.5);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/********* linear-grid **********/
.linear-grid .grid-con{
	text-align: center;
}
.linear-grid .grid-con p{
	text-align: center;
	font-weight: 500;
}
.linear-grid .grid-con{
	margin-bottom: 25px;
}
.linear-list {
	text-align: center;
	padding:0 40px 20px 40px;

}

.linear-list img{
	margin:0 auto;
}
.linear-list p{
	font-size: 18px;
	margin-top: 20px;
}
/***** GRID SECTION *******/
.grid-con h2{
	color: #000;
	text-transform: uppercase;
	font-weight: 900;
 font-size: 40px;
    margin-bottom: 15px;
}	
.grid-con h3{
  color: #ef7f1a;
    text-transform: uppercase;
    font-size: 30px;
}
.grid-con h4{
   font-family: 'metropolisregular';
   font-size: 25px;
    color: #000;
}
.grid-con p{
   font-family: 'metropolismedium';
	font-size: 16px;
	line-height: 37px;
  font-size: 18px;
  color: #484848;
  margin-bottom: 5px;
}
.grid-btn {
	color: #fff;
    /* border: 3px solid #2b2a29; */
    padding: 15px 55px;
    display: inline-block;
    background: #323232;
    font-size: 20px;
    margin-top: 40px;
}
.grid-btn:hover{
  color: #fff;
}
.inner-con p{
	padding-right: 15px;
}
#more {display: none;}
#text,#text1,#textm1,#textm2,#textm3{
display:none;
}

.w-btn a{
  color: #ef7f1a;
  font-size: 14px;
}

/*.slick-active{
  opacity: 0.3;
}
.slick-current.slick-active{
  opacity: 1;
}*/
/******** FOOTER ************/
.footer-left{
	
	margin-left:auto;
}
.footer-left h5{
	text-transform: capitalize;
	font-size: 32px;
	color: #fff;
  margin-bottom: 15px;
}
.footer-left a{
  color: #fff;
  margin-right: 20px;
  font-size: 16px;
}
.footer-left a img{
  margin-right: 15px;
}
.footer-right-1{
	width: 100%;
	display: inline-block;
	margin-bottom: 20px;
}
.icon{
	position: relative;
    display: inline-block;
    z-index: 3;
    width: 60px;
    height: 60px;
    background-color: #ef7f1a;
    border-radius: 50%;
    bottom: 10%;
    float: left;
}
.icon img{
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: translateY(-50%);
}
.footer-right-1 a{
	float: left;
	padding: 20px 10px;
	font-weight: 500;
}
.footer-right-2 a{
	float: left;
	padding: 20px 10px;
}
.w-90{
	width: 90%;
	margin-left: auto;
}
.b-left{
	border-left: 1px solid #fff;
  padding-left: 15px;
}

/****** wechat *********/
.chat{
  text-align: right;
}
.chat img{
  width: 36px;
  height: 36px;
}
.we{
  height: 100vh;
  position: relative;
  display: block;
}
.we img{
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: 0 auto;
  text-align: center;
}

/***************************** client slider ************************/
/* Slider */
.slick-slide {
    margin: 0px 20px;
}

/*.slick-slide img {
    width: 100%;
}*/
.slide{
    display: block;
    max-width: 100%;
    height: auto;
}

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
   float: left;
    height: 100%;
    min-height: 1px;
    background: #ffffff;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev {
	display: inline-block;
    position: absolute;
    top: 50%;
    left: -64px;
    z-index: 10;
    background: transparent;
    transform: translateY(-50%);
    box-shadow: none;
    border: none;
}

.slick-next{
	display: inline-block;
    position: absolute;
    top: 50%;
    right: -64px;
    z-index: 10;
    background: transparent;
    transform: translateY(-50%);
    box-shadow: none;
    border: none;
}
.slide img{
	margin:0 auto;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.slick-prev:focus,
.slick-next:focus{
	border: none;
	outline: none;
}
.slick-prev img:hover,
.slick-next img:hover{
	transform: scale(1.02,1.02);
}
.slick-slide p{
	font-weight: 500;
	text-align: justify;
	margin-bottom: 10px;
}




.inner-slide{
	position: relative;
	display: block;
}
.inner-overlay{
	position: absolute;
	display: inline-block;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
}
.inner-overlay h6{
	position: absolute;
	display: inline-block;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 22px;
    z-index: 4;
}

.slider-con{
	min-height: 200px;
	max-height: 200px;
	overflow-x: hidden;
	padding: 20px;
}
.slider-con p{
	font-size: 15px;
	font-weight: 400;
}
.slider-con ul{
	padding-left: 20px;
  font-size: 15px;
}

.grid-con{
  width: 100%;
}

/************* card  *************/
.card{
  background-color: transparent;
  border:none;
}
.card-header{
  border-bottom: 1px solid #e6e0e0;
  background-color: transparent;
}
.card-header a{
  display: block;
  font-size: 20px;
  font-weight: 700;
}
.card-header a i{
  float: right;
  color: #ef7f1a;
}
.card .collapse.show .card-header a{
  font-size: 25px;
}
.card-left{
  text-align: center;
}
.card-left h5{
  text-transform: capitalize;
  font-size: 30px;
  margin-top: 10px;
}
/***** chat ****/
.chat h6{
  font-size: 16px;
  margin-bottom: 20px;
  border-bottom: 2px solid #ef7f1a;
  display: block;
  padding-bottom: 10px;
  width: 60%;
}
.chat a{
  margin-right: 15px;
}


/*************/
.btn-cus{
  background: rgba(0, 0, 0, 0.6);
  color: #ef7f1a;
  padding: 17px 40px;
  font-size: 20px;
  text-transform: capitalize;
}
.btn-cus:hover{
  color: #ef7f1a;
}
.btn{
   font-family: 'metropolismedium';
}
.form-control{
    color: #000 !important;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: 'metropolismedium';
    font-weight: 400;
    font-size: 15px;
    height: calc(2.25rem + 15px);
}

.get-btn{
        color: #fff!important;
        text-transform: capitalize;
        font-size: 16px!important;
        font-weight: 700;
    /* border: 3px solid #2b2a29; */
    padding: 5px 15px;
    /* display: inline-block; */
    background: #ef7f1a;
    font-size: 20px;
    }

.sub-btn{
  color: #fff!important;
  text-transform: uppercase;
  font-size: 16px!important;
  font-weight: 700;
  padding: 15px 25px;
  background: #ef7f1a;
  font-size: 20px;
}
.modal-title{
  text-transform: uppercase;
}
/***** about ****/
.about{
  text-align: center;
  color: #fff;

}
.about h3{
  text-transform: uppercase;
  font-weight: 900;
  font-size: 58px;
  margin-bottom: 20px;
}
.about p{
   font-family: 'metropolisregular';
  line-height: 37px;
  font-size: 18px;
  margin-bottom: 0;
  margin: 0 auto;
}
.btn-tran{
  color: #fff;
    text-transform: capitalize;
    font-size: 20px;
    padding: 15px 40px;
    border: 1px solid #fff;
    margin-top: 40px;
}
/**** gallery **************/
.gallery-sec h5{
      text-transform: capitalize;
    font-size: 24px;
     font-family: 'metropolisregular';
     margin-bottom: 20px;
}
.gallery-sec h3{
    text-transform: uppercase;
    font-size: 34px;
    letter-spacing: 3px;
     font-family: 'metropolisregular';
     margin-bottom: 0;
}
.gallery-sec h4{
    text-transform: uppercase;
    font-size: 72px;
}
.gallery-sec .row{
  margin-bottom: 20px;
}
.gallery-link{
     text-align: center;
    font-family: 'metropolisregular';
    text-decoration: underline;
    text-transform: capitalize;
    font-size: 22px;
    margin-top: 30px;
}

/* =================================================================== 
            Owl Carousel
======================================================================*/
.owl-theme .owl-dots {
  margin: 30px -5px 0;
    text-align: unset;
}
.owl-theme .owl-dots .owl-dot {
    padding: 0 5px;
}
.owl-theme .owl-dots .owl-dot span {
    background: transparent;
    height: 12px;
    margin: 0;
    width: 12px;
    border: 1px solid #e1e1e1;
}
.typo-white .owl-theme .owl-dots .owl-dot span {
    border-color: #fff;
}
/* Dots Inline */
.dots-inline .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    bottom: 20px;
    text-align: center;
}
/* Navigation */
.owl-theme .owl-nav{
  margin: 0;
}
.owl-nav{
  text-align: right !important;
  color: #fff;
  
}
.owl-nav div{
  background: #ef7f1a !important;
  font-size: 18px !important;
  text-transform: capitalize;
  padding: 8px 10px !important;
}
/*.owl-carousel .owl-controls .owl-nav div {
  background: #333;
  width: 40px;
    height: 60px;
    line-height: 60px;
  position: absolute;
  top: 50%;
  transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  -o-transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
}
.owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 15px; 
  margin-right:7.5px;
}
.owl-carousel .owl-controls .owl-nav .owl-next {
  right: 15px;
  margin-left:7.5px;
}*/
.owl-theme .owl-nav > div {
  font-size:0;
  padding:0;
  border-radius:2px;
  -ms-border-radius:2px;
  -moz-border-radius:2px;
  -o-border-radius:2px;
  -webkit-border-radius:2px;
  color:#fff;
  margin:0;
  text-align:center
}
/*.owl-carousel .owl-controls .owl-nav .owl-prev:after,
.owl-carousel .owl-controls .owl-nav .owl-next:after {
  font-family:"Ionicons";
  content:"\f3d2";
  font-size:30px;
}*/
.owl-carousel .owl-controls .owl-nav .owl-prev:hover:after,
.owl-carousel .owl-controls .owl-nav .owl-next:hover:after {
  opacity:1;
}
.typo-white .owl-carousel .owl-controls .owl-nav .owl-prev:after,
.typo-white .owl-carousel .owl-controls .owl-nav .owl-next:after {
  color:#fff;
}
/*.owl-carousel .owl-controls .owl-nav .owl-next:after {
  content:"\f3d3";
}*/
.owl-carousel .owl-item img{
  width: auto !important;
}
.listing-img-wrap img{
  float: left;
  margin-right: 10px;
}
.listing-img-wrap p{
  font-family: 'metropolisregular';
  color: #484848;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 30px;
}
.owl-dots{
  display: none !important;
}
.lisiting-con-wrap ul li{
   font-family: 'metropolisregular';
}
.lisiting-con-wrap{
  display: table;
}
.what-bot h2{
  font-size: 30px;
    text-transform: capitalize;
    text-align: center;
    color: #000;
}
.what-bot ul{
  padding: 0;
  list-style: none;
  text-align: center;
  margin-top: 40px;
}
.what-bot ul li{
  display: inline-block;
  width: 22%;
  text-align: center;
  margin-bottom: 50px;
}
.what-bot h6{
      text-transform: capitalize;
    font-size: 22px;
    margin-top: 30px;
     font-family: 'metropolismedium';
}
.what-bot p{
  text-align: center;
  font-size: 26px;
   font-family: 'metropolismedium';
   margin-top: 50px;
}
.what-bot p a{
  color: #ef7f1a;
}

/****/
.course-sec p{
  text-align: center;
  font-size: 28px;
  text-transform: capitalize;
}
.course-sec p a{
  color: #ef7f1a;
  text-decoration: underline;
}
td{
  font-family: 'metropolismedium';
}
th{
  font-family: 'metropolisbold';
      text-align: center;
    text-transform: uppercase;
}

.btn{
   font-family: 'metropolisregular';
}


.gallery{
  text-align: center;
}
.gallery h2{
  font-size: 40px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.gallery ul{
  list-style: none;
  padding: 0;
}
.gallery ul li{
  display: inline-block;
  width: 32%;
  margin-bottom: 5px;
}
/********/
.video .modal-dialog{
  position: absolute;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%) !important;
}
.video .modal-body{
  padding: 0;
}
.video .modal-header{
  padding: 0;

}
.video .modal-content{
  background: transparent;

}
.video .close{
  position: absolute;
    display: inline-block;
    right: 0;
    z-index: 10;
    top: -32px;
    padding: 0 !important;
}



.five-m .modal-content{
  background: transparent;
   border: none;
}

.five-m .modal-header{ 
  border: none;
}
.five-m .modal-body{
  background: #fff;
  border-radius: 5px;
}
.five-m  .close{
  opacity: 1;
}
.five-m h3{    
  text-transform: uppercase;
    font-size: 30px;
  }
.five-m p{
      font-family: 'metropolisregular';
      line-height: 26px;
  }
.five-m ul li{
   font-family: 'metropolisregular';
}


/***** custom slide ****/
.custom-slide{
  background-color: #ffffff;
  
}
.custom-slide .grid-con{
  text-align: center;
  margin-bottom: 40px;
}
.custom-slide .grid-con p{
  text-align: center;
  font-weight: 500;
}

.card-body p,
.card-body ul li{
   font-family: 'metropolisregular';
}
/******* animation *******/
.delay-15s{
	animation-delay: 0.3s;
}

/***** color ****/
.orange{
  color: #ef7f1a;
}
.bg-org{
  background: #ef7f1b;
}
/****** aligh ***/
.align-center{
  text-align: center;
}
/******* space *******/
.margin-right-20{
  margin-right: 20px;
}
.mb-30{
  margin-bottom: 30px;
}
.pt-0{
  padding-top: 0 !important;
}
.border-bottom-1{
  border-bottom: 1px solid #c6c6c6;
}

/********* inner-404 ********/
.page-404{
  
  height: 80vh;

}
.inner-404 {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  right: 0;
  margin:0 auto;
  text-align: center;
  transform: translateY(-50%);
}
.inner-404 h2{
  font-size: 90px;
}
.inner-404 h3{
  font-size: 30px;
  text-transform: capitalize;
}
.inner-404{
  text-transform: capitalize;
}

/*------filter modal -----------*/
.filter-modal > .modal-dialog {
  background: #f0811b;
  padding: 20px;
  margin: 0 auto;
}
.contact_modal{
  display:flex;
  justify-content: center;
  align-items: center;
}

.filter-modal > .modal-content {
  padding: 0;
  border-radius: 0;
  box-shadow: 0px 5px 0px 0px rgb(0 0 0 / 16%);
  text-align: right;
}

.filter-modal > .modal-content {
  padding: 50px;
  box-shadow: none;
}

.filter-modal > .modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
  box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
}
.filter-modal >.modal-body {
  border: none;
  padding: 10px;
  text-align: left;
}

.popup-ul li {
  width: 24%;
  display: inline-block;
  color: #000000;
  font-size: 14px;
}

.modal-form input {
  width: 50%;
  color: #000000;
  padding: 10px;
}

.whitebox {
  background: #fff;
  border: 1px solid #CCCCCC;
  color: #757575;
  margin-bottom: 10px;
  padding: 5px 10px;
  font-size: 12px;
  color: #555;
}
.country-text{
  width:50%
}
.close-btton{
  width: 50px;
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 100;
}
.privacy-policy p{
  color: #484848;
}
.blackbtns.submit {
  background: #f0811b;
  color: #fff;
  padding: 10px 30px;
  border: none;
  cursor: pointer;
}

.center_footer h5 {
  text-transform: capitalize;
  font-size:30px;
  color:#fff;

}
.center_footer a{
  color:#fff;
}

.footer-left ul li{
  list-style: none;
}
#myModal222 .modal-dialog {
  top:50%;
  left:50%;
  transform: translate(-50%,-50%)!important;
  position:absolute;
}

.modal_btn {
    position: fixed;
    top: 50%;
    right: -46px;
    border-radius: 0;
    background-color: #f0811b;
    z-index: 777;
    color: #fff;
    transform: rotate(270deg);
    font-size: 16px;
    font-weight: 600;
}
.note_class{color: #f0811b;}
.note p{color: #484848;
    font-size: 12px;}