body {
font-family: 'Poppins', sans-serif;
font-size: 14px;
line-height: 24px;
font-weight: 400;
background:#fff;
background:url(../img/body-bg.png) no-repeat scroll 0 0;
color:#666;
line-height: 25px;
overflow-x: hidden;
}
html,
body { height: 100% }
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Poppins', sans-serif;
  letter-spacing: 0px;
  margin: 0px; 
  color: #252d35;
  font-weight: 400;
}
a {
font-family: 'Poppins', sans-serif;
text-decoration: none;
transition: all 0.2s ease 0s;
}
a:hover {
    color: #fff;
    text-decoration: none;
}
a:focus {
    outline: none;
    text-decoration: none;
}
p {
margin: 0;
padding: 0;
}
ul,
li {
    margin: 0;
    padding: 0;
}

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}
/*START PRELOADER DESIGN*/
.preloader {
	background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;	
}
.spinner {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	font-size: 10px;
	text-indent: -12345px;
	z-index: 10000;
}

.lll li {
    float: left;
    margin-right: 7px;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #35ac39;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
.no-padding { padding: 0 }
/*END PRELOADER DESIGN*/
/*START SECTION TITLE DESIGN*/
.section-padding {padding: 80px 0;}
.section-title{margin-bottom:60px;}
.section-title h1 {
	font-size: 46px;
	font-weight: 500;
	line-height: 55px;
	margin-top: 0;
	position: relative;
	text-transform: capitalize;
	margin-bottom: 15px;
}
@media only screen and (max-width:480px) { 
.section-title  h1  {
font-size:24px;
line-height: 32px;
font-weight: 700;
}
}
h1.section-title-white{color:#fff;}
h4.section-title-white{color:#fff;}
.section-title p {
	padding: 0 10px;
	width: 80%;
	margin: auto;
	letter-spacing: 1px;
}
p.section-title-white{color:#fff;}
@media only screen and (max-width:768px) { 
    .video000 .right {
   
   margin-left: 0px;
    padding: 20px 20px;
}
    .vie{display: none !important;}
.section-title  p{
padding: 0 10px;
width: 90%;
margin: auto;	
}
}
/*END SECTION TITLE DESIGN*/
/*START SCROLL TO TOP*/
.topcontrol {
background: #35ac39 none repeat scroll 0 0;
border-radius:3px;
bottom: 5px;
box-shadow:0 0 10px rgba(0, 0, 0, 0.08);
color: #fff;
cursor: pointer;
font-size: 16px;
height:45px;
line-height:45px;
opacity: 1;
position: fixed;
right: 5px;
text-align: center;
transition: all 0.2s ease 0s;
width:45px;
}
.topcontrol:hover {
    background: #ff3366;
    color: #fff;
}
/*END SCROLL TO TOP*/
/*
* ----------------------------------------------------------------------------------------
* 01.END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/



.overlay{
	position: fixed !important;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
}
.overlay:target {
	visibility: visible;
	opacity: 1;
    z-index: 9999999999999999 !important;
}
.popup {
	margin: 0px auto;
	padding: 15px;
	border-radius: 5px;
	width:40%;
	position: absolute;
	left: 29%;
	/* transition: all 5s ease-in-out; */
}
.popup h2 {
	margin-top: 0;
	color: #333;
	font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
    position: absolute;
    top: 10px;
    right: 10px;
    background-image: linear-gradient(45deg, #2f4688, #607bcd);
    box-shadow: 0 8px 40px rgb(0 0 0 / 24%) !important;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    padding: 0px 5px;
    opacity: unset;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 8px
}

.search {
	position: absolute;
	top: 19px;
	left: 45%;
	/* background: #ce00ff; */
	transition: all 200ms;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	padding: 0px 5px;
}

.popup .close:hover {
	color: #ffffff;
}
.popup .content {
    /*	max-height: 30%; */
    overflow: auto;
    /* border-top: 2px dashed #d1d6d8; */
    margin-top: 16px;
    overflow-y: hidden;
}
.popup .content img{
   width:100%;
}


.div1 {
	width: 100%;
	padding: 20px;
	/* float: left; */
	height: auto;
	background:#fff;
	border-radius: 25px;
}


.content h3 { text-align: center;
    margin: 15px 0 -1px 0;
    text-transform: capitalize;
    color: #00495d;
    font-family: Quicksand, sans-serif;
    font-size: 27px;
    margin-bottom: 16px;
    margin-top: 0px;
}
@media screen and (max-width: 1024px) {
.box {
	width: 70%;
}
.popup {
	width: 93%;
	left:0%;
}
.div1 {
	width: 100%;
	padding: 10px;
	float: left;
}

}


/*
* ----------------------------------------------------------------------------------------
* 02.START BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
.navbar {padding:5px 0;}
.bg-faded {
background-color: transparent;
transition: all 0.3s ease 0s;
}
@media only screen and (max-width:768px) { 
    .fixed-form{display: none !important}
.bg-faded {background:#fff;}
}

.logo-hidden{
 display:none;
width: 200px; margin:auto;	
}
.navbar-brand{height:inherit; padding:0px;}
.navbar-light .navbar-nav .nav-link {
	color: #000;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	padding: 0 8px;
	text-transform: capitalize;
}
@media only screen and (max-width:768px) { 
.navbar-light .navbar-nav .nav-link {color: #252d35;}
}
@media only screen and (max-width:480px) { 
.navbar-light .navbar-nav .nav-link {padding: 8px 0px;}
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #35ac39 !important;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .open > .nav-link {
  color: #35ac39  !important;
}
.navbar-light .navbar-toggler {
  border-color: #fff;
  border-radius: 0px;
}
.navbar-light .navbar-toggler {
  float: right;
 
  cursor: pointer;
    background-color: #35ac39;
  border-color: #35ac39;
  border-radius: 0;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox=\'0 0 32 32\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath stroke=\'rgba(0, 0, 0, 0.5)\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' d=\'M4 8h24M4 16h24M4 24h24\'/%3E%3C/svg%3E");
}
.navbar-light .navbar-toggler i {
  color: #111!important;
}
.site-navigation {
       border-radius: 0px;
    margin-bottom: 0px;
}
}
@media only screen and (max-width:480px) { 
.collapse.show {
  display: block;
  padding: 0!important;
}
}
.navbar-fixed {
    z-index: 99999;
    position: fixed;
    width: 100%;
	padding:10px 0;
    top: 0;
    -webkit-animation: fadeInDown 800ms;
    animation: fadeInDown 800ms;
    -webkit-backface-visibility: hidden;
    border-radius: 0px;
    background:#fff;
	 box-shadow:0 10px 40px rgba(0, 0, 0, 0.05);
}

.navbar-fixed .navbar-brand img {
  display:none;
}
.navbar-fixed .logo-hidden{
display:block!important;
margin:auto;
	
}
@media only screen and (max-width:768px) { 
.navbar-fixed {background:#fff;}
.navbar-fixed.navbar-light .navbar-nav .nav-link{color:#111;}
}
.navbar-fixed.navbar-light .navbar-nav .nav-link{color:#111;}

@media only screen and (max-width:768px) { 
.navbar-fixed.navbar-light .navbar-nav .nav-link{color:#111;}
}

/* Sub Menu */
.sub-menu {
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 0px 7px rgba(0,0,0,0.05);
	border: 1px solid rgba(0,0,0,0.04);
	opacity: 0;
	padding: 12px 11px;
	position: absolute;
	text-align: left;
	top: 120px;
	visibility: hidden;
	width: 200px;
	z-index: -999;
	transition: .5s;
}
.nav-link:hover .sub-menu {
  opacity: 1;
  top: 100%;
  visibility: visible;
  z-index: 999;
}
.sub-menu li{}
.sub-menu li a {
  display: block;
  line-height: 32px;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 10px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}
.sub-menu li a:hover {
  padding-left: 18px;
}
/*
* ----------------------------------------------------------------------------------------
* 02.END BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 03.START HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
.home_bg {
   padding-bottom: 60px;
    position: relative;
}
.home_bg:before {
    content: "";
    height: 100%;
	opacity:0.9;
    filter: alpha(opacity=80);
    position: absolute;
    width: 100%;
}
@media only screen and (max-width:768px) { 
    .ourservices ul li{width: 100% !important;}
}
.hero-text {padding-top: 100px;}
@media only screen and (max-width:480px) { 
.hero-text  {padding-top:40px;}
}
.hero-text h2 {
    color: #fff;
    font-size: 39px;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 37px;
    font-weight: 700;
}
@media only screen and (max-width:480px) { 
.hero-text h2 {font-size: 30px;line-height:40px;}
}
.hero-text p {
	color: #fff;
	margin-top: 10px;
	margin: 10px auto 20px;
	padding-right: 40px; font-size: 18px;  line-height: 28px;
}
.home_btn{text-align:center;}
@media only screen and (max-width:480px) { 
.hero-text p {
width: 100%;
margin:0px
}
}
.hero-text ul{padding: 0px; margin: 0px; padding-top: 20px;}
.hero-text li{list-style: none;  font-family: poppins;; font-size: 16px;  color: #fff;  padding-bottom: 8px; font-weight: 500; }
.get_btn {
	background: #fff;
	border: 1px solid #fff;
	border-radius: 500px;
	color: #b31f24;
	display: inline-block;
	font-size: 16px;
	overflow: hidden; margin-top: 25px;
	padding: 10px 15px; font-weight: 600;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	font-family: 'Poppins', sans-serif;
}
@media only screen and (max-width:360px) { 
.get_btn {padding: 10px 20px; font-size: 15px;}
}
.get_btn:hover, .get_btn:focus{
background:#b31f24;
color:#fff;
border: 1px solid #b31f24;
}
.register {
	background: #fff;
	box-shadow: 0 1px 200px rgba(0, 0, 0, 0.1);
	margin-top: 70px; margin-left: 30px;
	overflow: hidden;
	padding: 28px 20px;;
	position: relative;
   position: relative; right: -90px;
}
.ccc{font-size: 23px; color: #000; text-align: center; width: 100%; display: block;}
.ccc:hover{color: darkred}
.homee .ser_neww{ height: 425px ;}
.bessstt .ser_neww{ height: 375px ;}

.bessstt .ser_neww.nw_hgt {
    height: 425px;
}
.testim {background: #f8f8f8;
		width: 100%;
		padding: 90px 0px;
		padding-bottom: 20px;
}

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 0px 20px;
    margin: auto; margin-top: -30px;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #191818;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;    
    -ms-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: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
		cursor: pointer;
}

.testim .arrow:hover {
    color: #ea830e;
}
    

.testim .arrow.left {
    left: 10px;
}

.testim .arrow.right {
    right: 10px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 0;
    display: block;
    z-index: 3333;
		height: 12px;
}
.video_testttt{background: #fff;  padding: 90px 0px;}
.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #000;
    margin: 0 10px;background: #000;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;    
    -ms-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;
		position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #ea830e;
    border-color: #ea830e;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;   
    -moz-animation: testim-scale .5s ease-in-out forwards;   
    -ms-animation: testim-scale .5s ease-in-out forwards;   
    -o-animation: testim-scale .5s ease-in-out forwards;   
    animation: testim-scale .5s ease-in-out forwards;   
}
    
.testim .cont {
    position: relative;
		overflow: hidden;
}

.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont > div.inactive {
    opacity: 1;
}
    

.testim .cont > div.active {
    position: relative;
    opacity: 1;
}
    

.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div h2 {
    color: #ea830e;
    font-size: 1em;
    margin: 15px 0;
}

.testim .cont div p {
    font-size: 1.15em;
    color: #000;
    width: 80%;
    margin: auto;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;            
    -moz-animation: testim-show .5s ease-in-out forwards;            
    -ms-animation: testim-show .5s ease-in-out forwards;            
    -o-animation: testim-show .5s ease-in-out forwards;            
    animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;    
    -moz-animation: testim-content-in .4s ease-in-out forwards;    
    -ms-animation: testim-content-in .4s ease-in-out forwards;    
    -o-animation: testim-content-in .4s ease-in-out forwards;    
    animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;    
    -moz-animation: testim-content-in .5s ease-in-out forwards;    
    -ms-animation: testim-content-in .5s ease-in-out forwards;    
    -o-animation: testim-content-in .5s ease-in-out forwards;    
    animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;            
    -moz-animation: testim-hide .5s ease-in-out forwards;            
    -ms-animation: testim-hide .5s ease-in-out forwards;            
    -o-animation: testim-hide .5s ease-in-out forwards;            
    animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;        
    -moz-animation: testim-content-out .4s ease-in-out forwards;        
    -ms-animation: testim-content-out .4s ease-in-out forwards;        
    -o-animation: testim-content-out .4s ease-in-out forwards;        
    animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;    
    -moz-animation: testim-content-out .5s ease-in-out forwards;    
    -ms-animation: testim-content-out .5s ease-in-out forwards;    
    -o-animation: testim-content-out .5s ease-in-out forwards;    
    animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -webkit-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -moz-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -ms-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -o-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);        
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        transform: scale(1);       
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
	body {
		font-size: 14px;
	}
}

@media all and (max-width: 500px) {
	.testim .arrow {
		font-size: 1.5em;
	}
	
	.testim .cont div p {
		line-height: 25px;
	}

}


.bgggg{position: absolute; content: "";background: #bf1f25; height: 100%; width: 100%; top:-20px;}
@media only screen and (max-width:768px) { 
    .homee .ser_neww{ height: inherit!important;}
    .bessstt .ser_neww{ height: inherit!important;}


.register{margin-top:60px; }
}
.login_register_title {
	margin-bottom: 25px;
	margin-top: 0;
	text-align: center;
	font-weight: 600;
	font-size: 18px;
}
.register input {
	height:45px;
	box-shadow: none;
	border: 1px solid #fff;
	background: #f5f8fa;
    font-size: 14px;
}
.register select {
	height: 45px !important;
	box-shadow: none; width: 100%;
	border: 1px solid #fff;
	background: #f5f8fa;
}
.register .form-group{margin-bottom: 10px;}
.register textarea {
	height: 70px;
	box-shadow: none;
	border: 1px solid #fff;
	background: #f5f8fa;
}
.register input:focus{
box-shadow: none;
border: 1px solid #35ac39;
}
.register select{
	height: 52px !important;
	box-shadow: none;
	border: 1px solid #fff;
	background: #f5f8fa;	
}
.register select option{
padding:10px 0;
}
.btn-register-bg {
	background: #b31f24;
	border: 2px solid #b31f24;
	border-radius: 60px;
	color: #fff;
	display: inline-block;
	font-size: 16px; 
	overflow: hidden;
	padding: 13px 30px;
	text-transform: capitalize;
	transition: all 0.3s ease 0s;
	/* font-weight: 600; */
box-shadow:0px 10px 10px 0px rgba(0,0,0,0.5);
	width: 100%;
	cursor: pointer;
	letter-spacing: 0.5px;
}
@media only screen and (max-width:360px) { 
.btn-register-bg {padding: 10px 40px;}
}
.btn-register-bg:hover, .btn-register-bg:focus{
background:#35ac39;
color:#fff;
border: 2px solid #35ac39;
}
/*START OTHER HOME PAGE CSS*/
.home_parallax {
    height: 750px;
    position: relative;
}
@media only screen and (max-width:768px) { 
.home_parallax {height:850px;}
}
.home_parallax:before {
    background: rgba(0,0,0,0.5);
    content: "";
    height: 100%;
	opacity:0.9;
    filter: alpha(opacity=80);
    position: absolute;
    width: 100%;
}
.parallax-hero-text{padding-top:250px;}
.parallax-hero-text h2 {
	color: #fff;
	font-size: 56px;
	letter-spacing: 0;
	margin-bottom: 20px;
	line-height: 65px;
	font-weight: 600;
}
@media only screen and (max-width:480px) { 
.parallax-hero-text h2 {font-size: 40px;line-height:50px;}
}
@media only screen and (max-width:375px) { 
.parallax-hero-text h2 {font-size: 30px;line-height:40px;}
}
.parallax-hero-text p {
	color: #fff;
	margin-bottom: 30px;
	word-spacing: 1px;
	letter-spacing: 0.5px;
}

.home_bg_video{
	    height: 750px;
    position: relative;
}
@media only screen and (max-width:768px) { 
    .register{right: 0px; margin-left: 0px;}
.home_bg_video {height: 1150px;}
}
.home_bg_video:before {
    background: rgba(0,0,0,0.5);
    content: "";
    height: 100%;
	opacity:0.9;
    filter: alpha(opacity=80);
    position: absolute;
    width: 100%;
}
.youtube-video {
	background: #fff;
	box-shadow: 0 1px 200px rgba(0, 0, 0, 0.1);
	margin-top: 200px;
	overflow: hidden;
	padding: 20px;
	border-radius: 5px;
}
@media only screen and (max-width:768px) { 
.youtube-video{margin-top:60px; }
}
.youtube-video iframe {
	width: 100%;
	height: 300px;
	margin-bottom: -8px;
}
.get_btn_two {
	background: #35ac39;
	border: 1px solid #35ac39;
	border-radius: 500px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	overflow: hidden;
	padding: 10px 30px;
	text-transform: capitalize;
	transition: all 0.3s ease 0s;
	font-family: 'Poppins', sans-serif;
}
@media only screen and (max-width:360px) { 
.get_btn_two {padding: 10px 40px;}
}
.get_btn_two:hover, .get_btn_two:focus{
background:#35ac39;
color:#fff;
border: 1px solid #35ac39;
}
/*END OTHER HOME PAGE CSS*/
/*
* ----------------------------------------------------------------------------------------
* 03.END HOME DESIGN
* ----------------------------------------------------------------------------------------
*/

.single_logo a img {
	width: 150px;
	opacity: 0.6;
	transition: 0.2s;
}
.single_logo a img:hover{opacity: 1;}

/*
* ----------------------------------------------------------------------------------------
* 04.START ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/
.process-content{
background:#f5f8fa;	
padding-bottom:50px;
}
.single-process{
background:#fff;
padding: 60px;
margin-bottom:30px;
border-radius:3px;
position:relative;
z-index:2;
transition: all 0.3s ease 0s;
}
@media only screen and (max-width:768px) { 
.single-process{padding: 30px;}
}
@media only screen and (max-width:480px) { 
.single-process{padding:40px;}
}
.single-process:hover{
box-shadow:0px 60px 60px rgba(0,0,0,0.1);
z-index:100;
transform: translate(0, -10px);
}
.single-process-bg{background:#35ac39;}
.single-process span {
	display: inline-block;
	font-size:60px;
	margin-bottom: 25px;
	text-align: center;
	color:#35ac39;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.single-process h4 {
	text-transform: capitalize;
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 15px;
}
.single-process p{}
.single-process-bg span{color:#fff;}
.single-process-bg h4{color:#fff;}
.single-process-bg p{color:#fff;}
/*
* ----------------------------------------------------------------------------------------
* 04.END ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 05.START FEATURES DESIGN
* ----------------------------------------------------------------------------------------
*/
.single_feature{}
.single_feature h2 {
	font-weight: 700; color: #1b3769;
	font-size: 40px;
	margin-bottom: 30px;
	line-height: 30px;
}
.single_feature h4{font-weight: 500; color: #b31f24;}
@media only screen and (max-width:480px) { 
.single_feature h2 {font-size: 40px;line-height: 50px;}
}
.single_feature ul{list-style:none;margin-bottom: 30px;}
.single_feature ul li{line-height:30px;}
.single_feature ul li span{
margin-right:10px;
color:#35ac39;
}
.single_feature a{
	background: #b31f24;
	border: 2px solid #b31f24;
	border-radius: 500px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	overflow: hidden; margin-top: 25px;
	padding: 10px 30px;
	text-transform: capitalize;
	transition: all 0.3s ease 0s;
}
@media only screen and (max-width:360px) { 
.single_feature {padding: 10px 40px;}
}
.single_feature a:hover, .single_feature a:focus{
background:#35ac39;
color:#fff;
border: 2px solid #35ac39;
}
/*
* ----------------------------------------------------------------------------------------
* 05.END FEATURES DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 06.START PORTFOLIOS DESIGN CSS
* ----------------------------------------------------------------------------------------
*/
.single_portfolio{
text-align:center;
background: #fff;
overflow: hidden;
margin:0px 15px;;
}
.port-title {
	font-weight: 500;
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 18px;
	text-transform: capitalize;
}
.port-title a {
	color: #333;
	font-family: 'Poppins', sans-serif;
}
.port-title a:hover {color: #35ac39;}
.port-info{
margin-bottom:15px;
color:#35ac39;
}
.box{
    overflow: hidden;
    position: relative;
	height:300px;
}
.box:before{
    content: '';
    background:#35ac39;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    transition: all 0.3s ease 0.1s;
}
.box:hover:before{
    left: 15px;
    right: 15px;
    bottom: 15px;
    top: 15px;
    opacity: 0.6;
}
.box img{
    width: 100%;
    height: auto;
    transition: all 0.3s ease 0s;
}
.box:hover img{ transform: scale(1.5); }
.box .box-content{
    color: #fff;
    text-align: center;
    width: 100%;
    height: 100%;
    transform:translateX(-50%) translateY(-50%) scale(1);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transition:all 0.3s ease 0.5s;
}
.box .content{
    opacity: 0;
    transform:translateX(-50%) translateY(-50%);
    position: absolute;
    left:50%;
    top:50%;
    z-index: 2;
    transition:all 0.3s ease 0s;
}
.box:hover .content{ opacity: 1; }
.box .work_icon{
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
}
.box .work_icon li{
    margin:0 4px;
    opacity: 0;
    display: inline-block;
    transform: translateY(-200px);
    transition: all 0.8s ease 0s;
}
.box .work_icon li:nth-child(2){ transition-delay: 0.1s; }
.box:hover .work_icon li{
    opacity: 1;
    transform: translateY(0);
}
.box .work_icon li a{
    color: #fff;
    background-color: #35ac39;
    font-size: 18px;
    line-height: 43px;
    height: 45px;
    width: 45px;
    border: 2px solid #35ac39;
    border-radius: 50%;
    display: block;
    transition: all 0.3s ease 0s;
}
.box .work_icon li a:hover{
    color: #fff;
	border: 2px solid #ff3366;
    background-color: #ff3366;
}
@keyframes bounce-left{
    25%,50%,75%,100%{ transform:translateX(0); }
    40%{ transform:translateX(30px); }
    70%{ transform:translateX(15px); }
    90%{ transform:translateX(5px); }
}
@media only screen and (max-width:990px){
    .box{ margin-bottom: 30px; }
}
@media only screen and (max-width:479px){
    .box .title{ font-size: 18px; }
}
/*
* ----------------------------------------------------------------------------------------
* 06.END PORTFOLIOS DESIGN CSS
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 07.START TESTIMOIALS DESIGN
* ----------------------------------------------------------------------------------------
*/
.testimonial-area {
    position: relative;
}
.testimonial-area:before {
    background: rgba(0,0,0,0.5);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
}
.testimonial{
    margin: 20px 0;
}
.testimonial .testimonial-content{
    width: 20%;
    display: inline-block;
    float: left;
    text-align: center;
    margin-right: 5%;
}
.testimonial .pic{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
    border: 8px solid rgba(255,255,255,0.15);
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .title {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	margin: 10px 0 0 0;
}
.testimonial .post{
    font-size: 13px;
    color: #fff;
}
.testimonial .description{
    display: inline-block;
    width: 75%;
    padding: 30px 20px;
    border: 1px solid rgba(255,255,255,0.15);
    font-size: 14px;
    color: #fff;
    margin: 0;
    position: relative;
}
.testimonial .description:before{
    content: "";
    border: 10px solid transparent;
    border-right: 10px solid rgba(255,255,255,0.15);
    position: absolute;
    top: 20px;
    left: -21px;
}
.owl-theme .owl-controls .owl-page.active span{
    background: #fff;
    border: 1px solid #fff;
}
.owl-theme .owl-controls .owl-page span{
    border: 1px solid #fff;
    background: transparent;
    opacity: 1;
}
@media only screen and (max-width: 767px){
    .testimonial .testimonial-content{
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
    }
    .testimonial .description{
        width: 100%;
    }
    .testimonial .description:before{
        border: 10px solid transparent;
        border-bottom: 10px solid rgba(255,255,255,0.15);
        position: absolute;
        top: -20px;
        left: 47.5%;
    }
}
.owl-theme .owl-controls {
    margin-top: 50px;
    text-align: center;
}
.owl-theme .owl-controls .owl-page { display: inline-block }
.owl-controls .owl-page,
.owl-controls .owl-buttons div { cursor: pointer }
.owl-theme .owl-controls .owl-page span {
background: #35ac39 !important;
border:1px solid #35ac39;
border-radius: 20px;
display: block;
height: 12px;
margin: 5px 7px;
width: 12px;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
background: #35ac39 !important;
border:1px solid #35ac39;
}
.owl-theme .owl-controls {
  display: none !important;
  margin-top: 60px;
  text-align: center;
}
.owl-buttons{display:none;}
/*
* ----------------------------------------------------------------------------------------
* 07.END TESTIMOIALS DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
 * ----------------------------------------------------------------------------------------
 * 08.START VIDEO DESIGN
 * ----------------------------------------------------------------------------------------
*/
.single_how_we_work {
	padding-right: 60px;
	margin-top: 60px;
}
@media only screen and (max-width:768px) { 
.single_how_we_work{margin-bottom: 60px;}
}
.single_how_we_work h2 {
	font-weight: 500;
	margin-bottom: 20px;
	font-size: 50px;
	line-height: 60px;
}
@media only screen and (max-width:480px) { 
.single_how_we_work h2 {font-size: 40px;line-height: 50px;}
}
.single_how_we_work p{margin-bottom:30px;}

.single_how_we_work a{}
.single_how_we_work a {
	background: #35ac39;
	border: 2px solid #35ac39;
	border-radius: 500px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	overflow: hidden;
	padding: 10px 30px;
	text-transform: capitalize;
	transition: all 0.3s ease 0s;
}
@media only screen and (max-width:360px) { 
.single_how_we_work {padding: 10px 40px;}
}
.single_how_we_work a:hover, .single_how_we_work a:focus{
background:#35ac39;
color:#fff;
border: 2px solid #35ac39;
}
.how_we_work_video{}
.how_we_work_video img{position: relative;}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  margin-top: 55px;
  max-width: 900px;
  width: 100%;
}
.our_video a {
	background: #35ac39;
	border: 10px solid rgba(255,255,255,0.85);
	border-radius: 100px;
	color: #fff;
	position: absolute;
	left: -10px;
	display: block;
	font-size: 24px;
	height: 100px;
	line-height:85px;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 100px;
	top: 30%;
	transition:0.3s;
}
@media only screen and (max-width:480px) { 
.our_video a {left: 30px;}
}
.our_video a:hover{
	background: #35ac39;
	color:#fff;
}
/*
 * ----------------------------------------------------------------------------------------
 * 08.END VIDEO DESIGN
 * ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 09.START TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/
.our_team{
padding-bottom:50px;
padding-top:50px;
}
.our-team{
margin-bottom: 30px;
overflow: hidden;
position: relative;
padding: 10px;
transition: all 0.3s ease 0s;
}
.secccc h1{font-family: poppins;
    color: #000;
    padding-bottom: 15px;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;}
.secccc h5 {
    font-family: poppins;
    color: #b31f24;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 24px;
}
.our-team img{
    width: 100%;
    height:280px;
    transition: all 0.3s ease-in-out 0s;
	
}
.team_tett{ background: #fff; padding: 15px 10px;}
.team_tett h5{ text-align: center; font-weight: 600; font-size: 18px;}
.team_tett p{ text-align: center;  font-size: 14px; line-height: 20px;}

.our-team:hover img{
    opacity: 0.3;
}
.our-team .team-content{
    color: #333;
    opacity: 0;
    position: absolute;
    bottom: 30px;
    left: 40px;
    transform: translate(-10px, 0px);
    transition: all 0.3s ease 0s;
}
.our-team:hover .team-content{
    opacity: 1;
    transform: translate(20px, 0px);
    transition-delay: 0.2s;
}
.our-team .title{
color: #fff;
display: block;
font-size:18px;
font-weight:700;
margin: 0 0 7px;
text-transform: uppercase;
}
.our-team .post{
display: block;
font-weight: 400;
color: #fff;
}
.our-team .social{
    list-style: none;
    padding: 0;
    margin: 0;
    width: 35px;
    text-align: center;
    opacity: 0;
    position: absolute;
    bottom: 35px;
    transition: all 0.3s ease 0s;
}
.our-team:hover .social{
    opacity: 1;
}
.our-team .social li{
    display: block;
}
.our-team .social li a{
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #35ac39;
    font-size: 17px;
    color: #fff;
    opacity: 0.9;
    position: relative;
    transform: translate(-35px, 35px);
    transition: all 0.3s ease-in-out 0s
}
.our-team:hover .social li:nth-child(1) a{
    transition-delay: 0.3s;
}
.our-team:hover .social li:nth-child(2) a{
    transition-delay: 0.2s
}
.our-team:hover .social li:nth-child(3) a{
    transition-delay: 0.1s;
}
.our-team:hover .social li:nth-child(4) a{
    transition-delay: 0s;
}
.our-team:hover .social li a{
    transform: translate(0, 0)
}
.our-team .social li a:hover{
    width: 40px;
    background: #35ac39;
    transition-delay: 0s;
}
.our-team .icon{
background: #35ac39 none repeat scroll 0 0;
bottom: 0;
color: #fff;
height: 35px;
left: 0;
line-height: 35px;
position: absolute;
text-align: center;
width: 35px;
}
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
}
/*
* ----------------------------------------------------------------------------------------
* 09.END TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 10.START PRICING DESIGN
* ----------------------------------------------------------------------------------------
*/
.pricing-content{}
.single-pricing{
background:#fff;
padding:40px 20px;
border-radius:5px;
position:relative;
z-index:2;
border:1px solid #eee;
transition:0.3s;
}
@media only screen and (max-width:480px) { 
.single-pricing {margin-bottom:30px;}
}
.single-pricing:hover{
box-shadow:0px 60px 60px rgba(0,0,0,0.1);
z-index:100;
transform: translate(0, -10px);
}
.price-head h2 {
	font-weight: 600;
	margin-bottom: 0px;
	text-transform: capitalize;
	font-size: 26px;
}
.price-head span {
	display: inline-block;
	background: #35ac39;
	width: 6px;
	height: 6px;
	border-radius: 30px;
	margin-bottom: 20px;
	margin-top: 15px;
}
.price {
	font-weight: 500;
	font-size: 50px;
	margin-bottom: 0px;
}
.single-pricing{}
.single-pricing h5 {
	font-size: 14px;
	margin-bottom: 0px;
	text-transform: uppercase;
}
.single-pricing ul{
list-style: none;
margin-bottom: 20px;
margin-top: 30px;
}

.single-pricing ul li{line-height: 35px;}
.single-pricing a {
background: #35ac39;
border: 2px solid #35ac39;
border-radius: 5000px;
color: #fff;
display: inline-block;
font-size: 16px;
overflow: hidden;
padding:10px 45px;
text-transform: capitalize;
transition: all 0.3s ease 0s;
}
.single-pricing a:hover, .single-pricing a:focus{
background:#35ac39;
color:#fff;
border: 2px solid #35ac39;
}
.price_wht_btn{
background: #fff!important;
color:#333!important;	
}
.single-pricing-white{background: #35ac39;}
.single-pricing-white ul li{color:#fff;}
.single-pricing-white h2{color:#fff;}
.single-pricing-white h1{color:#fff;}
.single-pricing-white h5{color:#fff;}
/*
* ----------------------------------------------------------------------------------------
* 10.END PRICING DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 11.START FEATURES DESIGN
* ----------------------------------------------------------------------------------------
*/
.our_feature{
padding-top: 80px;
padding-bottom: 20px;
}
.single_feature {
    margin-bottom:30px;
}
.feature_icon{
border: 1px solid #eee;
border-radius: 500px;
display: inline-block;
float: left;
height: 110px;
margin-bottom: 30px;
margin-right: 18px;
position: relative;
width: 110px;
}
.single_feature i {
background: #35ac39 none repeat scroll 0 0;
border: 1px dashed #e8e8e9;
border-radius: 500px;
color: #fff;
font-size: 30px;
height: 80px;
left: 50%;
line-height: 80px;
text-align:center;
margin: auto;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
width: 80px;
transition: all 0.2s ease 0s;
}
.single_feature:hover i {
background: #35ac39 none repeat scroll 0 0;	
border: 1px dashed #35ac39;
}
.single_feature h4 {
font-size:20px;
font-weight: 700;
margin-bottom: 15px;
overflow: hidden;
padding-top: 15px;
text-transform: capitalize;
}
.single_feature p {
overflow: hidden;
}
/*
* ----------------------------------------------------------------------------------------
* 11.END FEATURES DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 12.START BLOG DESIGN CSS
* ----------------------------------------------------------------------------------------
*/
.blog-content{background: #f5f8fa;}
.single_blog{
background:#fff;
border-radius:5px;	
}
@media only screen and (max-width:480px) { 
.single_blog {margin-bottom:30px;}
}
.single_blog img{position:relative;}
.cat-list {
	position: absolute;
	margin-top: -50px;
	left: 40px;
	background: #35ac39;
	color: #fff;
	padding: 5px 10px;
	border-radius: 10px;
}
.cat-list span{}
.single_blog_pd{padding:25px;}
.blog-span {}
.author-name {
	margin-right: 14px;
	border-right: 1px solid #ddd;
	padding-right: 15px;
}
.author-name a{color:#35ac39;}
.author-name i{margin-right:2px;}
.cat-name{}
.cat-name a{color:#35ac39;}
.cat-name i{margin-right:2px;}
.single_blog h2 > a {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #333;
	display: block;
	line-height: 30px;
}
.single_blog h2 > a:hover{color:#35ac39;}
.single_blog p{}
.single_blog_rm {
	color: #333;
	font-weight: 500;
	margin-top: 15px;
	display: block;
	text-transform: uppercase;
	border-top: 1px solid #eee;
	padding-top: 10px;
}
.single_blog_rm:hover{color:#35ac39;}
/*
* ----------------------------------------------------------------------------------------
* 12.END BLOG DESIGN CSS
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 13.START CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
.contact_us {
    position: relative;
}
.contact_us:before {
    background: rgba(0,0,0,0.5);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
}
.contact {
	padding: 60px;
	border: 5px solid #35ac39;
	border-radius: 5px;
	background: #fff;
}
.contact input {
background:none repeat scroll 0 0;
border: 1px solid #eee;
border-radius: 30px;
box-shadow: none;
color: #333;
font-size: 16px;
font-weight: 400;
height: 50px;
padding: 10px 10px 10px 30px;
width: 100%;
}
.contact textarea {
background:none repeat scroll 0 0;
border: 1px solid #eee;
border-radius: 30px;
box-shadow: none;
color: #333;
padding: 10px;
width: 100%;
font-size:16px;
padding-left: 30px;
font-weight: 400;
}
.contact input:focus {
border: 1px solid #35ac39 ;
    box-shadow: none;
    outline: 0 none;
}
.contact textarea:focus {
border: 1px solid #35ac39 ;
    box-shadow: none;
    outline: 0 none;
}
.btn-contact-bg {
	background: #35ac39 none repeat scroll 0 0;
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	letter-spacing: 0.5px;
	outline: medium none;
	padding: 15px 27px;
	text-transform: capitalize;
	transition: all 0.2s ease 0s;
	cursor: pointer;
}
.btn-contact-bg:hover,
.btn-contact-bg:focus {
    background: #35ac39;
    color: #fff;
}
/*
* ----------------------------------------------------------------------------------------
* 13.END CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 14.START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.footer {
	background:#080808;
	padding-top: 80px;
	padding-bottom: 40px;
}
/*END FOOTER SOCIAL DESIGN*/
.single_footer{}
@media only screen and (max-width:768px) { 
    
.topsocial{display:none !important;}
.single_footer{margin-bottom:30px;}
}
.single_footer h4 {
	color: #fff;
	margin-top: 0;
	margin-bottom: 25px;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 20px;
}
.single_footer h4::after {
	content: "";
	display: block;
	height: 2px;
	width: 40px;
	background: #cf2228;
	margin-top: 20px;
}
.single_footer p{color:#eaeaea;}
.single_footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.single_footer ul li{ padding-bottom: 12px;}
.single_footer ul li a {
	color: #eaeaea;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	line-height: 24px; padding-bottom: 10px;
	font-size: 15px;
	text-transform: capitalize;
}
.single_footer ul li a:hover { color: #35ac39; }
.single_footer_address{}
.single_footer_address ul{}
.single_footer_address ul li{color:#fff;    }
.single_footer_address ul li span {
	font-weight: 400;
	color: #fff;
	line-height: 28px;
}
.contact_social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.single_footer_address p {
	margin-bottom: 10px;
}

/*START NEWSLETTER CSS*/
.subscribe {
	display: block;
	position: relative;
	margin-top: 15px;
	width: 100%;
}
.business_box_area {
  margin-top: -135px;
}

.business_box {
  margin-bottom: 40px !important;
  position: relative;
}

.business_box .left_box {
  background: url(../img/live.png) no-repeat scroll center center;
  background-size: cover;
  padding: 45px; text-align: center;
  height: 100%;
}
.business_box img{width: 100px;}
.business_box .left_box h4 {
  font-size: 30px;
  line-height: 58px;
  color: #fff; text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 18px;
}

.business_box .left_box h4 span {
  display: block;
  font-weight: 300;
}

.business_box .left_box p {
 font-size: 15px;
  margin-bottom: 35px; color: #fff; font-family: poppins; font-weight: 500
}
.main_btn{background: #fff; padding: 10px 28px; border-radius: 50px;font-weight: 600; text-transform: uppercase; color: #000;}
.business_box .right_box {
background: url(../img/classroom.png)no-repeat center;
  position: relative; background-size: cover;
  height: 100%; text-align: center;
  padding: 45px 45px 45px 45px;
}
.p0 {padding: 0px;}
.business_box .right_box:before {
  content: "";
  background: url(../img/icon/int-icon-1.png) no-repeat center center;
  width: 246px;
  height: 296px;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.business_box .right_box h4 {
 font-size: 30px;
    line-height: 41px; text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    margin-bottom: 18px;
}

.business_box .right_box h4 span {
  display: block;
  font-weight: 300;
}

.business_box .right_box p {
font-size: 16px;
  margin-bottom: 35px; font-family: poppins;
  color: #fff;
}

.subscribe__input {
background-color: #fff;
border: 1px solid #eee;
border-radius: 5px;
color: #333;
display: block;
font-size: 15px;
font-weight: 500;
height: 60px;
letter-spacing: 0.4px;
margin: 0;
padding: 0 150px 0 20px;
text-align: center;
text-transform: capitalize;
width: 100%;
}
@media only screen and (max-width:768px) { 
.subscribe__input{padding: 0 50px 0 20px;}
}

.subscribe__btn {
background-color: transparent;
border-radius: 0 25px 25px 0;
color: #35ac39;
cursor: pointer;
display: block;
font-size: 20px;
height: 60px;
position: absolute;
right: 0;
top: 0;
width: 60px;
}
.subscribe__btn i{transition: all 0.3s ease 0s;}
@media only screen and (max-width:768px) { 
.subscribe__btn{right:0px;}
}

.subscribe__btn:hover i{
	color:#35ac39;
}
button {
	padding: 0;
	border: none;
	background-color: transparent;
	-webkit-border-radius: 0;
	border-radius: 0;
}
/*END NEWSLETTER CSS*/

/*START SOCIAL PROFILE CSS*/
.social_profile {margin-top:40px;}
.social_profile ul{
list-style: outside none none;
margin: 0;
padding: 0;
}
.social_profile ul li{float:left;}
.social_profile ul li a {
	text-align: center;
	border: 0px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	margin: 0px 5px;
	font-size: 16px;
	color: #fff;
	border-radius: 30px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: block;
	border: 1px solid #eee;
}
@media only screen and (max-width:768px) { 
.social_profile ul li a{margin-right:10px;margin-bottom:10px;}
}
@media only screen and (max-width:480px) { 
.social_profile ul li a{
	width:40px;
	height:40px;
	line-height:40px;
}
}
.social_profile ul li a:hover{
background:#35ac39;
border: 1px solid #35ac39;
color:#fff;
border:0px;
}
/*END SOCIAL PROFILE CSS*/
.copyright {
	width: 100%;
	color:#fff;
	font-size: 15px;
	text-align: center;
}
.copyright a {
	color: #fff;
	transition: all 0.2s ease 0s;
	font-weight: 500;
}
.copyright_bg{background: #2b2b2b; text-align: center; padding: 15px;}
.copyright a:hover{color:#35ac39;}
.applyy{text-align: center; color: #fff; font-size: 22px; font-weight: 600; color: #d5252a;}
/*
* ----------------------------------------------------------------------------------------
* 14.END FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.feature_imgvideoo{background: #ccc; padding: 15px;}
.applyyyyy{font-size: 17px; color: #e43e44; font-weight: 600;}
.services_sec.home2{ padding: 60px 0px;
  position: relative;
  z-index: 1;
  background-image: url(../img/bg/bgg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.services_sec.home2:after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: #191920;
  opacity: 0.8;
}
.services_sec h5{font-family: poppins; color: #fff; padding-bottom: 15px; text-transform: uppercase; font-weight: 400;}
.services_sec h3{font-family: poppins; color: #fff; padding-bottom: 15px;font-weight: 600; font-size: 32px; line-height: 38px;}
.service_single {border: 1px solid #fff; padding: 28px 20px;}
.service_single h4{font-family: poppins; color: #fff; padding-bottom: 19px;  padding-top: 19px;font-weight: 600; font-size: 22px; line-height: 28px;}
.service_single p{font-family: poppins; color: #fff; padding-bottom: 15px; font-size: 15px;}
.service_single {margin-top: 60px;}
.classroom_courses{color: #000; padding: 60px 0px; background: #fff;}
.classroom_courses h5{font-family: poppins; color: #b31f24; padding-bottom: 15px; text-transform: uppercase; font-weight: 400; font-size: 24px;}
.classroom_courses h3{font-family: poppins; color: #000; padding-bottom: 15px;font-weight: 600; font-size: 32px; line-height: 38px;}


.classroom_courses .service_single {border: 1px solid #b31f24; padding: 28px 20px; height: 600px;}
.classroom_courses h4{font-family: poppins; color: #b31f24; padding-bottom: 19px;  padding-top: 19px;font-weight: 600; font-size: 22px; line-height: 28px;}
.classroom_courses p{font-family: poppins; color: #000; padding-bottom: 15px; font-size: 15px;}

.best_features.home3{
  background-image:  url(../img/bg/bg_Ser.jpg);
  background-position: right;
  background-size: cover; position: relative;
  z-index: 1; 
}

.best_features.home3 .title h5,
.best_features.home3 .title h3,
.best_features.home3 .title p,
.best_features.home3 .single_features h4,
.best_features.home3 .single_features p{
  color: #ffffff;
}
.best_features.home3 .single_features .icon{
  background:transparent;
  border:1px solid #fff;
}
.best_features h3{font-size: 35px; font-weight: 600; padding-bottom: 20px;}
.best_features .title{padding-top: 40px;}
.best_features .single_features{padding-bottom: 30px;}
.best_features .single_features h4{padding-top: 15px; font-size: 18px;}

@media only screen and (max-width : 767px) {
.featureleft_img{
    display:none;
}
  }

.featureleft_img:after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;

  opacity: 0.35;
}
.featureleft_img{
  width: 30%;
  height: 100%;
  position: absolute;
  left: 4%;
  top: 0;
  z-index: 1;
  background-image: url(../img/4.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.single_features .icon {
    background-color: #ffffff;
    padding: 0;
    max-width: 67px;
    height: 65px;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 4px;
    border-radius: 5px;
}
.featureleft_img img{
  width: 100%;
  height: 100%;
}
.call_div{background: #b31f24; padding: 20px 0px;}
.call_div h2{color:#fff; font-size: 30px; font-weight: 600; text-align: center; line-height: 39px;}
.call_div a{color: #fff;}
.counselling-pop {z-index: 99999999}
.counselling-pop .modal-content{padding: 20px; display: inline-block}
.counselling-pop .modal-title{text-align: center; width: 100%; font-weight: 600;}
.counselling-pop p{text-align: center}
.counselling-pop .modal-header{padding: 0px; border:0px;}
.counselling-pop .form-group label{font-family: 'Quicksand', sans-serif; }
.counselling-pop .modal-dialog{width: 490px;}
.counselling-pop .form-group{margin-bottom: 0px;}
.modal-header .close {
    margin-top: -2px;
    opacity: inherit;
    border: 1px solid #131111;
    padding: 3px 8px;
    position: absolute;
    right: 20px;
}
.counselling-pop .form-group .form-control{height: 45px; margin-bottom: 10px; border-radius: 0px;}
.counselling-pop  .btn-contact-bg{width: 100%;}
.modal-dialog{top: 90px;}
.topbar {
    background: #1b3769;
    width: 100%;
    float: left;
    padding: 3px 0px;
}
.topsocial {
    margin: 0;
    list-style: none;
    float: right;
    border-left: 1px solid #788184;
}
.topsocial li {
float: left;}
.topsocial a {
    width: 25px;
    height: 25px;
    border: 1px solid rgba(255,255,255,.6);
    display: block;
    color: #fff;
    text-align: center;
    font-size: 13px;
    line-height: 24px;
    border-radius: 100%;
    margin: 0 2px;
}
.nav-mob {
    padding: 0px;
    margin: 0px;
    float: left;
}
.nav-mob li {
    float: left;
    list-style: none;
    padding: 3px 0px;
    padding-right: 15px;
}
.nav-mob li a {
    color: #fff;
    font-family: poppins;
    font-size: 16px;
    text-align: center;
}
.ser_neww{background: #fff; transition: 0.9s;margin-top: 60px; padding: 40px 20px;; border-radius: 30px; text-align: center; box-shadow: 0px 0px 23px #c3c3c3;}

.service_homeeee{padding: 60px 0px; background: #f8f8f8;}
.ser_neww h4{font-weight: 600; font-size: 20px; line-height: 29px;}
.ser_neww img{width: 160px; margin: auto; text-align: center; padding-bottom: 20px;}
.ser_neww p{font-size: 17px; padding-top: 15px;}
.programm{font-weight: 600; color: #000; padding-top: 5px !important;}
.ser_neww a{background: #b31f24; color: #fff; font-size: 15px; padding: 7px 15px; display: inline-block;  margin-top: 25px; font-weight: 600}
.titleee h3{font-weight: 600; line-height: 35px; padding-bottom: 20px;font-size: 30px; }
.titleee h5{font-size: 19px;}
.ser_neww a:last-child{background: #1b3769;}
.our_team .owl-theme .owl-controls{ display: inherit !important; margin-top: 25px;}
.our_team .owl-theme .owl-controls .owl-page.active span{background: #c32429 !important; border-color:#c32429 !important }
.our_team .owl-theme .owl-controls .owl-page span{background: #000 !important; width: 20px;} 
.our_team .owl-carousel .owl-item{width: 280px !important}
.ourservices {
    padding: 20px 0;
    background: #f5f5f5;
    overflow: hidden;
}
.ourservices .container {
}
.ourservices ul {
    margin: 0;
    padding: 0;
    font-size: 0;
    text-align: center;
}
.ourservices ul li {
    margin: 0;
    padding: 20px;
    display: inline-block;
    vertical-align: top;
    width: 22%;
    border-left: rgba(255, 255, 255, 0.1) solid 1px;
}
.ourservices ul li:first-child {
    border-left: none;
}
.ourservices ul li a {
    display: block;
}
.ourservices ul li .ourservices-img {
    display: flex;
    background-color: #c70000;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.ourservices ul li .ourservices-img img {
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.ourservices ul li a:hover .ourservices-img {
    background-color:#1b3769 ;
}
.ourservices ul li a:hover .ourservices-img img {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}
.ourservices ul li h3 {
    margin: 10px 0;
    padding: 0;
    font-size: 20px;
    color: #202020; font-weight: 600;
}
.ourservices ul li .readmore {
    height: 41px;
    background-color: #f6bc49;
    text-align: center;
    font-size: 20px;
    color: #514c43;
    font-family: "GTWalsheimProLight";
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    line-height: 41px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    padding: 0 20px;
}


.fixed-form {
	width:100%;
	height:auto;
	display:block;
	z-index:999;
	padding:14px 20px 14px 20px;
	bottom:0px;
	background-color:#0e0e0e;
	position:fixed
}


.form-control2 {
	height: 40px;
    width: 100%;
    padding: 6px 15px;
    font-size: 14px;
    border-radius: 3px !important;
    background-color: #FFF;
    line-height: 25px;
    font-weight: 300;
    color: #212121;
}


.form-control-border {
    border: none;
    width: 80%;
}
.submit-part {
    background: linear-gradient(107deg,#a0136d,#5f1f72,#1a2c79);
    color: #fff;
    border-radius: 3px; font-family: poppins; text-align: center; font-size: 17px;
}
.text-footer {
    padding-left: 10px;
    font-weight: 600;
    color: #ffffff;
    padding-top: 15px;
    vertical-align: middle;
    font-size: 18px;
    font-family: poppins;
}
.video000{display:block;width:100%;background:url(../img/bg_wgy.jpg) no-repeat center; background-size: cover;}
.video000 .heading{font-size:33px;color:#005584;padding-bottom:5px;text-align:left;}
.video000 p{color:#fff;letter-spacing:-0.1px;text-align:left;}
.video000 .left .vie{display:inline-block;width:100%;/*background:url(../images/video.png) no-repeat;height:293px;*/margin:27px 0 0 2px;position:relative;}
.video000 .left .vie iframe, .video .left .vie video{position:absolute;left:58px;top:0;width:370px;height:246px;}
.video000 .left .button{font-size:15px;padding:10px 15.5px 12px;margin:10px 0;display:inline-block;}
.video000 .right ul{display:block;padding:0;margin:28px 0 14px;}
.video000 .right{max-width: 670px; margin-left: 30px; padding: 0px; padding: 20px 0px;}
.video000 .right ul li{display:inline-block;width:49%;vertical-align:top;margin-bottom:20px; float: left;}
.video000 .right ul li:nth-child(2n){margin-left:9px;}
.video000 .right ul li .left{padding: 0 11px 0 0;
    width: auto;
    width: 19%;
    float: left;}
.video000 .right ul li .left img:hover{opacity:0.5;-moz-webkit-transition:ease all 0.5s;transition:ease all 0.5s;}
.video000 .right ul li .right{       width: 69%;
    font-family: 'Arial';
    display: inline-block;
    float: right;}
.video000 .right ul li .right .head{font-weight:600;font-size:16px;color:#fff;margin-top:-2px; line-height: 20px; font-family: poppins;}
.video000 .right ul li .right p{font-size:14px;color:#fff;line-height:20px;letter-spacing:-0.5px; font-family: poppins;}
.img_boxx{width: 80px; height: 80px; border-radius: 100px; background: #1b3769; text-align: center;line-height:78px; }
.img_boxx img{width: 50px; line-height: 30px;}
.vie{width: 100%;
    height: 100%;
    /* position: absolute; */
    left: 0;
    top: 0;
    z-index: 1;
    background-image: url(../img/2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; margin: 0px !important}
    .footericons {
    display: none;
    position: fixed;
    bottom: 0px;
    background: #FFF; 
    padding: 5px;
    border: none;
    z-index: 10000;
    width: 100%;
    box-shadow: 0px -1px 5px rgba(0,0,0,0.2);
}
.attrac{    font-size: 27px;
    font-weight: 700;
    text-align: center; color:#fff; padding-top:15px;}
.footericons{display:none;}
.footericons ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.footericons ul li.callbtn {
    width: 49%; float: left
}
.footericons ul li.callbtn a {color: #fff; font-size: 16px; font-family: 'Quicksand', sans-serif;  color: #fff; font-weight: 600; text-align: center;
    display: block;
    color: #fff;
    border: 2px solid #276ea2;
    padding: 5px;
    background: #276ea2;
}
.footericons ul li.getquotebtn {
    width: 49%;
    float: right;
}
.frm  h5{text-align: center;
    color: #fff font-we;
    FONT-WEIGHT: 800;
    font-family: roboto;
    color: #fff;
    font-size: 21px;}
.footericons ul li.getquotebtn a {color: #fff; font-size: 16px; font-family: 'Quicksand', sans-serif;  color: #fff; font-weight: 600; text-align: center;
    display: block;
    color: #FFF;
    padding: 5px;
    background: #5f9d39;
    border: 2px solid #5f9d39;
}

.blinking{
    animation:blinkingText 1.7s infinite; font-weight:600; text-align:center;
}
.web_whats {
    position: fixed;
    bottom: 63px;
    left: 30px;
    z-index: 99999999999;
}

@keyframes blinkingText{
    0%{     color: #000;    }
    49%{    color: #000; }
    60%{    color: #red; }
    99%{    color:red;  }
    100%{   color: #000;    }
}

.get_quiry { 
	background: #fff;
	border: 1px solid #fff;
	border-radius: 50px;
	color: #b31f24;
	display: block;
	font-size: 16px;
	overflow: hidden; margin-top: 15px;
	padding: 8px 30px; font-weight: 600;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;   
	font-family: 'Poppins', sans-serif;
    display: none;
}
.cert{padding: 60px 0px;; background: #f9f9f9;}
.ree{width: 70px; height: 4px; background: #ce0412; margin-bottom: 30px;}
.reeeee{display: inline-block; background: #fff; padding: 20px; margin-top: 20px;}
.cert .col-sm-4{border-right: 1px solid #ccc; border-bottom:  1px solid #ccc;}
.cert h4{font-size: 23px; font-weight: 600; padding-bottom: 10px; }
.imgge{padding: 40px 0px;}
.bord_bot{border-bottom: inherit !important;}
.bord_right{border-right: inherit !important;}
.marque_client{padding:0px;    padding: 0px;
    width: 20000px;}
.marque_client li{float:left; list-style:none; padding:20px;}
.marque_client li:last-child{float:left; list-style:none; border-right:1px solid #000; 
}
.ttt {
    background: #212978;
    color: #fff;
    font-size: 9px;
    padding: 0px 4px;
    line-height: 18px;
}

.popop .close {
   
    opacity: inherit;
    border: 1px solid #131111;
    padding: 6px 15px; background:#fff;
    position: absolute; font-size:20px;
    right: 0px;
}
.popop .modal-dialog {
       min-width: 370px !important;
}

.popop .modal-content{padding:0px;}






@media only screen and (max-width : 767px) {
    .popop .modal-dialog {
     width: 90% !important;
    margin: auto !important;
    left: 0;
    right: 0;
}
    .web_whats{display:none;}
    .get_quiry { display: inline-block;}
    .get_quiry:hover { background: #b31f24; color: #fff}
    .nav-mob{    text-align: center;
    width: 100%;}
    .topbar{    width: 100%;
    display: inline-block;}
    .nav-mob li{padding:0px;line-height: 22px !important;
    }
    .nav-mob li:last-child{float: right;}
    
    .video000 .right ul li{width: 100%;}
.navbar-brand img{
width: 100px;
}
    .hero-text li{font-size: 14px;}
    .classroom_courses .service_single{height: inherit;}
    .single_features .icon {width: 67px; float: left; margin-right: 20px;}
    .footericons{display:inherit;}
  }

.divivi {
    background: #bb1111;
    height: 5px;
    width: 70px;
    margin: auto;
    margin-bottom: 20px;
}









