  /*
  @import url('https://fonts.googleapis.com/css?family=Muli:300,700|Nunito');
  */
  
  /*
  @import url("../fonts/freemono/SCRIPTIN.ttf");
  */
  
  @font-face {
    font-family: FreeMono;
    src: url("../fonts/freemono/FreeMono.ttf");
  }

  body {
    background: #ffffff;
    font-family: 'FreeMono', sans-serif;
    overflow-x: hidden;
    padding-top: 70px;
  }


  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-family: 'FreeMono', sans-serif;
    font-weight: bold;
    line-height: inherit;
  }

  h1 {
    color: #252525;
    font-size: 3em;
    line-height: normal;
  }

  h2 {
    color: #d6809c;
    font-size: 2em;
	/*
    padding-bottom: 10px;
	*/
  }

  h3 {
    font-size: 1.5em;
    margin-bottom: 0;
  }

  h3,
  h3 a {
    color: #454545;
  }

  p {
    color: #333645;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
  }



  /*---------------------------------------
     GENERAL               
  -----------------------------------------*/

  html{
    -webkit-font-smoothing: antialiased;
  }

  a {
    color: #252525;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
  }

  a,
  input, button,
  .form-control {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  a:hover, a:active, a:focus {
    color: #826686;
    outline: none;
  }

  ::-webkit-scrollbar{
    width: 8px;
    height: 8px;
  }

  ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #000000;
  }

  .section-title {
    padding-bottom: 23px;
  }

  .section-title h2 {
    margin: 0;
  }

  .section-title small {
    display: block;
  }
  .section-title span {
    position: relative;
  }
  .section-title i {
    color: #826686;
    font-size: 26px;
    margin-top: 5px;
  }

  .section-title span::before {
    content: " ";
    background: #826686;
    width: 64px;
    height: 2px;
    position: absolute;
    top: 5px;
    left: -75px;
  }
  
  .section-title span::after {
    content: " ";
    background: #826686;
    width: 64px;
    height: 2px;
    position: absolute;
    top: 5px;
    right: -71px;
  }
  .titlepad{ margin-top: 10px; }
  .titlepad h2 span{ color:#826686; }
  .row-home-about { text-align:center; }
  .row-home-about p { font-size:16px; line-height:26px; }
  .row-home-about b { color:#d6809c; }
  .about-sec { padding: 60px 0 !important; }
  .about-btn { background-color:#826686;border-color:#826686; margin-top:30px;padding: 15px 22px; }	
  .img-fluid-home-about { max-width: 50%;height: auto; margin-left: 15px; }

   #feature{ padding:30px 0 70px 0;  background: #f9f9f9;}	
   .mb-15{ margin-bottom:15px;}
   .mt-10{ margin-top:10px;}
   .mt-15{ margin-top:15px;}
   .mt-20{ margin-top:20px;}
   .mt-25{ margin-top:25px;}
   .mt-30{ margin-top:30px;}
   .mt-35{ margin-top:35px;}
   .mt-45{ margin-top:45px;}
   .mt-55{ margin-top:55px;}
   .ml-15{ margin-left:15px;}
   .ml-30{ margin-left:30px;}
   .pt-0 { padding-top:0px; }
   .pl-0 { padding-left:0px; }
   .pr-0 { padding-right:0px; }
   .pr-5 { padding-right:5px !important; }
   .pl-5 { padding-left:5px !important; }
   .pl-15 { padding-left:15px !important; }   
   #service-content{ padding: 30px 0 !important; }
   #service-content-distributed{ padding: 30px 0 !important;background: #f9f9f9; }
   #team-content{ padding: 30px 0 !important; }
   #team-content h2 { color:#826686;padding-bottom: 0px; }
   #team-content h3 { margin-top:0px; font-size: 18px;padding-bottom: 20px; }
   /*
   #team-content img{ border:3px solid #826686; }   
   */
   
   #team-content img {    
    padding: 0.5em;
	border: 1px solid #ebebeb;
    text-align: center;    
    -webkit-box-shadow: 0 0 10px rgba(130, 102, 134, 0.6);
    -moz-box-shadow: 0 0 10px rgba(130, 102, 134, 0.6);
    -ms-box-shadow: 0 0 10px rgba(130, 102, 134, 0.6);
    box-shadow: 0 0 10px rgba(130, 102, 134, 0.6);    
	align-items: center !important;    	
   }
   
   #home-team-content { background-color:#ffffff; color:#333645;padding: 50px 0 !important;line-height:32px; }
   #home-team-content h2 { color:#d6809c;padding-bottom: 0px;margin-top: 10px; }
   #home-team-content h3 { margin-top:0px; font-size: 18px;padding-bottom: 20px;color:#d6809c; }
   #home-team-content p { color:#333645;font-size:16px;}
   /*   
   #home-team-content img{ border: 3px solid #d6809c; }  
   */
   
   #home-team-content img {    
    padding: 0.5em;
	border: 1px solid #ebebeb;
    text-align: center; 
/*	
    -webkit-box-shadow: 0 0 10px rgba(214, 128, 156, 0.6);
    -moz-box-shadow: 0 0 10px rgba(214, 128, 156, 0.6);
    -ms-box-shadow: 0 0 10px rgba(214, 128, 156, 0.6);
    box-shadow: 0 0 10px rgba(214, 128, 156, 0.6);    
	*/
	 -webkit-box-shadow: 0 0 10px rgba(130, 102, 134, 0.6);
    -moz-box-shadow: 0 0 10px rgba(130, 102, 134, 0.6);
    -ms-box-shadow: 0 0 10px rgba(130, 102, 134, 0.6);
    box-shadow: 0 0 10px rgba(130, 102, 134, 0.6);
    align-items: center !important;    	
   }
   
   /*
   #contact img{ border: 3px solid #d6809c; }
   */
   
   #contact img {    
    padding: 0.5em;
	border: 1px solid #ebebeb;
    text-align: center;    
    -webkit-box-shadow: 0 0 10px rgba(130, 102, 134, 0.6);
    -moz-box-shadow: 0 0 10px rgba(130, 102, 134, 0.6);
    -ms-box-shadow: 0 0 10px rgba(130, 102, 134, 0.6);
    box-shadow: 0 0 10px rgba(130, 102, 134, 0.6);    
	align-items: center !important;    	
   }
	
   /*	
   .row-home-about img{ border: 3px solid #d6809c; }  
   */
   
   .row-home-about img {    
    padding: 0.5em;
	border: 1px solid #ebebeb;
    text-align: center;    
    -webkit-box-shadow: 0 0 10px rgba(130, 102, 134, 0.6);
    -moz-box-shadow: 0 0 10px rgba(130, 102, 134, 0.6);
    -ms-box-shadow: 0 0 10px rgba(130, 102, 134, 0.6);
    box-shadow: 0 0 10px rgba(130, 102, 134, 0.6);    
    align-items: center !important;    	
   }
	
   .top-border {		
		padding-left: 0px;
		margin: 45px 0px 40px 0px;
		border-top: 1px solid #f0f0f0;
   }
   
   .inner-top-border {		
		padding-left: 0px;
		margin: 0px 0px 40px 0px;
		border-top: 1px solid #f0f0f0;
   }
   
   .row-home-about ul {
		float: left;
		width: 100%;
		padding: 10px 0 15px 20px;
		color: #333645;
		font-size: 16px;
	}

   .row-home-about li {
		float: left;
		width: 100%;
		background: url(../images/pencil.png) no-repeat 0 5px;
		padding: 0px 0 12px 25px;
		line-height: 22px;
		list-style:none;
	}
	
	.client-pad {
		float: left;
		width: 100%;
		padding-top: 0px;
	}
	
	.clearfix {
	  content: "";
	  display: table;
	  clear: both;
	}
	
	.client-pad ul { padding:0px;}
	
	.client-pad li {
		float: left;
		border: 1px solid #E9EAEE;
		margin: 5px;		
		text-align: center;
		/*
		width: 32%;
		height: 105px;
		line-height: 100px;
		*/
		padding: 0;
		list-style:none;
		padding: 20px;
	}
	
	.our-clients span {
		float: left;
		border: 1px solid #E9EAEE;
		margin: 5px;		
		text-align: center;
		/*
		width: 32%;
		height: 105px;
		line-height: 100px;
		*/
		padding: 0;
		list-style:none;
		padding: 20px;
	}
	
	.client-pad li div {
		float: left;
		width: 100%;
	}
	
	.client-pad li img {
		webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
		/*
		max-height: 100px;
		max-width: 150px;
		*/
	}
	
	.content-inner-title { color:#826686; font-size:19px!important; }
	.content-inner-title span {
		display: block;
		width: 70px;
		height: 4px;
		background: #826686;
		margin: 5px auto;
	}
	
	.scrolltop_top {
		position: fixed;
		bottom: 8px;
		right: 20px;
		display: none;
	}
	
	.scrolltop_top a {
		width: 35px;
		height: 35px;
		background: #d6809c;
		display: block;
		border-radius: 50%;
		text-align: center;
		line-height: 35px;
	}
	
	.scrolltop_top a i {
		color: #fff;
		font-size: 20px;
	}
   .navbar-brand{ padding:0px 15px !important;   }
   .line-hg-32 { line-height:32px; }	
   .line-hg-40 { line-height:40px; }
   .tag-content { line-height:32px;color:#d6809c;font-size:18px;font-weight:bold; }
   .tag-content a { color:#d6809c; }
   .tag-content a:hover { color:#d6809c; text-decoration:underline !important; }
   
   .title-margin-noauto { margin:5px 0px !important; } 
   .contact-us-title { color:#d6809c;font-size: 55px;font-weight: bold; }   
   .contact-us-sub-title { color:#826686;font-size: 30px;font-weight: bold; }
   .contact-us-address { color:#826686;font-size: 20px;line-height: 35px; }  
   .contact-us-address span { color:#d6809c; }	   
   .btn-primary:hover { background-color: #d6809c;border-color: #d6809c; }
   .service-scroll-bg { background-color: #826686 !important; }
   .service-scroll-bg h2,small { color:#ffffff !important; }
   .section-bg { background: #f9f9f9  !important; }
   
   .service-item {		
		background-color: #fff;
		text-align: center;
		padding: 30px 20px;
		transition: all 0.7s;
		box-shadow: 0px 0px 15px #cdcdcd;
		min-height:425px;
   }
   
   .service-item span {
		background: #826686;
		border-radius: 50px;
		color: #ffffff;
		font-size: 25px;
		font-weight: bold;
		display: inline-block;
		width: 60px;
		height: 60px;
		line-height: 60px;
		text-align: center;
		margin-bottom: 5px;
	}			
	.service-item h2 { margin-top: 10px !important;}
   .whatsapp-text { position:absolute;padding-top: 46px; }
   .content-ul-pad { padding: 10px 0 15px 0px !important; }
   .readMore a {
		float: right;
		margin-top: 10px;
		color: #d6809c;
		font-size: 16px;
	}
	
	.contact-us-loc ul {
		margin: 0;
		padding: 0;
    }

    .contact-us-loc li {
		display: inline-block;
		list-style: none;
		margin: 0;
		padding: 0;
	}
  .content-pad { padding: 5px 0 0px 20px !important; }
  .header-img img{ filter: grayscale(60%); }
  .clearfix { clear:both; }  
  .overlay {
    background: rgba(20,20,20,0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .entry-form {
    background: #252020;
    border-radius: 100%;
    text-align: center;
    padding: 6em;
    width: 450px;
    height: 450px;
  }

  .entry-form h2 {
    color: #ffffff;
    margin: 0;
  }

  .entry-form .form-control {
    background: transparent;
    border: 0;
    border-bottom: 1px solid;
    border-radius: 0;
    box-shadow: none;
    height: 45px;
    margin: 10px 0;
  }

  .entry-form .submit-btn {
    background: #ffffff;
    border-radius: 50px;
    border: 0;
    color: #252020;
    width: 50%;
    height: 50px;
    margin: 30px auto;
    margin-bottom: 10px;
  }

  .entry-form .submit-btn:hover {
    background: #3f51b5;
    color: #ffffff;
  }

  section {
    position: relative;
    padding: 50px 0;
  }

  #team,
  #testimonial {
    background: #f9f9f9;
  }

  #team, 
  #testimonial {
    text-align: center;
  }
  
  #google-map iframe {
    border: 0;
    width: 100%;
    height: 390px;
  }



  /*---------------------------------------
     BUTTONS               
  -----------------------------------------*/

  .section-btn {
    background: transparent;
    border-radius: 50px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: inherit;
    font-weight: normal;
    padding: 15px 30px;
    transition: 0.5s;
  }

  .section-btn:hover {
    background: #ffffff;
    border-color: transparent;
  }



  /*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
  }

  .spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
  }

  .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
  }

  @-webkit-@keyframes spinner {
    to {transform: rotate(360deg);}
  }

  @keyframes spinner {
    to {transform: rotate(360deg);}
  }



  /*---------------------------------------
      MENU              
  -----------------------------------------*/

  .custom-navbar {
    background: #ffffff;
    border-top: 5px solid #826686;
    border-bottom: 0;
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    padding: 12px 0;
    margin-bottom: 0;
    padding: 0;	
  }

  .custom-navbar .navbar-brand {
    color: #454545;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
  }

  .custom-navbar .navbar-nav.navbar-nav-first {
    margin-left: 2em;
  }

  .custom-navbar .navbar-nav.navbar-right li a {
    padding-right: 12px;
    padding-left: 12px;
  }

  .custom-navbar .navbar-nav.navbar-right li a .fa {
    background: #826686;
    border-radius: 100%;
    color: #ffffff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
  }

  .custom-navbar .nav li a {
    line-height: 40px;
    color: #575757;
    padding-right: 17px;
    padding-left: 18px;
	font-size:16px;
  }

  .custom-navbar .navbar-nav > li > a:hover,
  .custom-navbar .navbar-nav > li > a:focus {
    background-color: transparent;
  }

  .custom-navbar .nav li a:hover {
    background-color: #826686;
    color: #ffffff;
  }

  .custom-navbar .nav li.active > a {
    background-color: #826686;
    color: #ffffff;
  }

  .custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
  }

  .custom-navbar .navbar-toggle {
    background-color: transparent;
  }

  .custom-navbar .navbar-toggle .icon-bar {
    background: #252525;
    border-color: transparent;
  }



  /*---------------------------------------
      HOME  & SLIDER            
  -----------------------------------------*/

  #home {
    padding: 0;
  }

  #home h1 {
    color: #ffffff;
  }

  #home h3 {
    color: #f9f9f9;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    padding: 5px 0 40px 0;
  }

  @media (min-width: 768px) {
    .home-slider .col-md-6 {
      padding-left: 0;
    }
  }

  .home-slider .caption {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;	
    background-color: rgba(0,0,0,0.8);	
    height: 100%;
    color: #fff;
    cursor: e-resize;
	width: auto;
  }

  .home-slider .item {
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    height: 650px;
  }
  
  .caption h3 a { color: #FFF; }
  .caption h3 a:hover { color: #FF3; }
  
  .caption h1 {        
    margin-top: 5px;
    color: #ffaa06;   
    text-transform: uppercase;
	/*
	padding: 1.8rem 2rem !important;
    background: rgba(0, 0, 0, 0.5);
	*/
    display: inline-block;
	width: 100%;
  }
  
  .caption h3 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;	
    color: #ffaa06;    
    text-transform: uppercase;
	/*
	padding: 1.8rem 2rem !important;
    background: rgba(0, 0, 0, 0.5);
	*/
    display: inline-block;
  }
  
    
  /*
  .caption a{ margin-top: 10px !important; }
  .caption h1 { color: #fff;margin-top: 5px;background: rgba(0, 0, 0, 0.5);}
  .caption h3 { color: #fff;margin-top: 5px;background: rgba(0, 0, 0, 0.5);}
  */
  /*	
  .home-slider .item-first {
    background-image: url(../images/slider-image1.jpg);
	background-position: center;
  }

  .home-slider .item-second {
    background-image: url(../images/slider-image2.jpg);
  }

  .home-slider .item-third {
    background-image: url(../images/slider-image3.jpg);
  }
  */
  
  .home-slider .item-first {
    background-image: url(../images/slide-1.jpg);
	background-position: center;
  }

  .home-slider .item-second {
    background-image: url(../images/slide-2.jpg);
  }

  .home-slider .item-third {
    background-image: url(../images/slide-3.jpg);
  }
  
  .home-slider .item-fourth {
    background-image: url(../images/slide-4.jpg);
  }
  
  .home-slider .item-fifth {
    background-image: url(../images/slide-5.jpg);
  }
  
  .home-slider .item-sixth {
    background-image: url(../images/slide-6.jpg);
  }
  
  .home-slider .item-seventh {
    background-image: url(../images/slide-7.jpg);
  }
  
  .home-slider .item-eight {
    background-image: url(../images/slide-8.jpg);
  }
  
  .home-slider .item-nine {
    background-image: url(../images/slide-9.jpg);
  }
  
  .home-slider .item-ten {
    background-image: url(../images/slide-10.jpg);
  }




  /*---------------------------------------
      FEATURE              
  -----------------------------------------*/
  /*	
  .feature-thumb {
    border: 1px solid #d2c7d3;
    padding: 3em 1.5em 2em 1.5em;
	min-height: 293px;
  }
  */
  
  .feature-thumb {    
    padding: 3em 1.5em 2em 1.5em;	
    text-align: center;    
	/*
	border: 1px solid #ebebeb;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	*/
    min-height: 120px !important;
    align-items: center !important;    
	min-height: 253px;
  }
  
  .dlt-min { min-height: 253px  !important; }
  
   /*  
  .dlt-min { min-height: 317px  !important; }
  */

  .feature-thumb span {
    background: #826686;
    border-radius: 50px;
    color: #ffffff;
    font-size: 25px;
    font-weight: bold;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 5px;
  }

  .feature-thumb h3 {
    margin: 10px 0;
	color:#d6809c;
	font-weight:bold;
  }
  
  /*
  .feature-thumb-red {
    border: 1px solid #e7b7c7;
    padding: 3em 1.5em 2em 1.5em;
	min-height: 293px;
  }
  */
  
  .feature-thumb-red {    
    border: 1px solid #ebebeb;
    text-align: center;
    padding: 3em 1.5em 2em 1.5em;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    align-items: center !important;  
    min-height: 293px;
	background:#ffffff;	
  }
  
  .feature-thumb-red span {
    background: #d6809c;
    border-radius: 50px;
    color: #ffffff;
    font-size: 25px;
    font-weight: bold;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 5px;
  }

  .feature-thumb-red h3 {
    margin: 10px 0;
	color: #826686;
	font-weight:bold;
  }
  
  .dlt-min-red { min-height: 353px  !important; }
  
  /*
   .feature-thumb-white {
    border: 0px solid #9b9b9b;
    padding: 3em 1.5em 2em 1.5em;
	min-height: 353px;
	background:#fff ;
  }
  */
  
  .feature-thumb-white {    
    border: 1px solid #ebebeb;
    text-align: center;
    padding: 3em 1.5em 2em 1.5em;	
    -webkit-box-shadow: 0 0 10px rgba(214, 128, 156, 0.8);
    -moz-box-shadow: 0 0 10px rgba(214, 128, 156, 0.8);
    -ms-box-shadow: 0 0 10px rgba(214, 128, 156, 0.8);
    box-shadow: 0 0 10px rgba(214, 128, 156, 0.8); 		
    align-items: center !important;  
    min-height: 353px;
	background:#ffffff;	
  }
  
  .feature-thumb-white span {
    background: #826686;
    border-radius: 50px;
    color: #ffffff;
    font-size: 25px;
    font-weight: bold;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 5px;
  }

  .feature-thumb-white h3 {
    margin: 10px 0;
	color: #d6809c;
	font-weight:bold;
  }
  
  .feature-thumb-white p {   
	color: #826686;	
  }
  
  .dlt-min-white { min-height: 353px; }



  /*---------------------------------------
      ABOUT              
  -----------------------------------------*/

  #about figure {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
  }

  #about figure span {
    float: left;
    margin-left: -15px;
    padding: 15px 20px;
    position: relative;
    top: 20px;
  }

  #about figure span i {
    background: #826686;
    border-radius: 50px;
    color: #ffffff;
    font-size: 25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
  }



  /*---------------------------------------
      TEAM              
  -----------------------------------------*/

  .team-thumb {
    background: #ffffff;
    position: relative;
    overflow: hidden;
    text-align: left;
  }

  .team-info {
    padding: 20px 30px;
  }

  .team-image img {
    width: 100%;
  }

  .team-thumb .social-icon {
    border-top: 1px solid #f0f0f0;
    padding: 4px 20px 0 20px;
  }

  .team-thumb .social-icon li a {
    background: #ffffff;
    color: #252020;
  }

  .team-info h3 {
    margin: 0;
  }


  /*---------------------------------------
      COURSES             
  -----------------------------------------*/

  #courses .section-title {
    text-align: center;
  }

  #courses .owl-theme .owl-nav {
    margin-top: 30px;
  }

  #courses .owl-theme .owl-nav [class*=owl-] {
    border-radius: 2px;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0;
  }
  
  /*  
  .courses-thumb {
    background: #f9f9f9;
    position: relative;
  }
  */
  

.courses-thumb {    
    border: 1px solid #ebebeb;
    text-align: center;
    padding: 15px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    min-height: 120px !important;
    align-items: center !important;
    display: flex !important;
}

.courses-thumb img {
    width: auto;
    margin: 0 auto;  
    max-width: 100%;
}

  .courses-top {
    position: relative;
  }

  .courses-image {
    background: linear-gradient(to right, #202020, #101010);
  }

  .courses-date {
    background: linear-gradient(rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.6));
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 20px 25px;
  }

  .courses-date span,
  .courses-author span {
    font-size: 14px;
    font-weight: bold;
  }

  .courses-date span {
    color: #ffffff;
    display: inline-block;
    margin-right: 10px;
  }

  .courses-detail {
    padding: 25px 25px 15px 25px;
  }

  .courses-detail h3 {
    margin: 0 0 2px 0;
  }

  .courses-info {
    border-top: 1px solid #f0f0f0;
    position: relative;
    clear: both;
    padding: 15px 25px;
  }

  .courses-author,
  .courses-author span {
    display: inline-block;
    vertical-align: middle;
  }

  .courses-author img {
    display: inline-block !important;
    border-radius: 50px;
    width: 50px !important;
    height: 50px;
    margin-right: 10px;
  }

  .courses-price {
    float: right;
    margin-top: 10px;
  }

  .courses-price span {
    background: #826686;
    border-radius: 2px;
    color: #ffffff;
    display: block;
    padding: 5px 10px;
  }

  .courses-price.free span {
    background: #3f51b5;
  }



  /*---------------------------------------
     NEWS              
  -----------------------------------------*/

  .news-thumb {
    clear: both;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
  }

  .news-thumb .news-image {
    float: left;
    width: 40%;
    margin-right: 30px;
  }

  .news-info h3 {
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .news-date span {
    color: #909090;
    font-weight: bold;
  }



  /*---------------------------------------
      TESTIMONIAL             
  -----------------------------------------*/

  #testimonial .item {
    background: #ffffff;
    margin: 20px 0;
    padding: 4em 3em;
    text-align: left;
  }

  #courses .col-md-4,
  #testimonial .col-md-4 {
    display: block;
    width: 100%;
  }

  #testimonial .item > p {
    font-size: 16px;
    line-height: 26px;
  }

  .tst-rating {
    margin-bottom: 15px;
  }

  .tst-rating .fa {
    color: #3f51b5;
  }

  .tst-image,
  .tst-author {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px;
    text-align: left;
  }

  .tst-image img {
    border-radius: 50px;
    width: 60px !important;
    height: 60px;
    margin-right: 15px;
  }

  .tst-author h4 {
    margin: 0;
  }

  .tst-author span {
    color: #808080;
    font-size: 14px;
  }



  /*---------------------------------------
      CONTACT             
  -----------------------------------------*/

  #contact {
    background: #f9f9f9;
  }

  #contact h2 {
    color: #ffffff;
  }

  #contact .section-title {
    padding-bottom: 20px;
  }

  #contact h2 > small,
  #contact p,
  #contact a {
    color: #826686;
  }

  #contact-form {
    padding: 1em 0;
  }

  #contact-form .col-md-12,
  #contact-form .col-md-4 {
    padding-left: 0;
  }

  #contact-form .form-control {
    border: 0;
    border-radius: 5px;
    box-shadow: none;
    margin: 10px 0;
  }

  #contact-form input {
    height: 50px;
  }

  #contact-form input[type='submit'] {
    border-radius: 50px;
    border: 1px solid transparent;
  }

  #contact-form input[type='submit']:hover {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff;
  }
  



  /*---------------------------------------
     FOOTER              
  -----------------------------------------*/

  footer {
    background: #252020;
	/*
    padding: 120px 0;
	*/
	padding: 15px 0;
	color: #bcbcbc;	
	font-size: 16px;
  }

  footer .section-title {
    padding-bottom: 10px;
  }

  footer h2 {
    font-size: 20px;
  }

  footer a,
  footer p {
    color: #bcbcbc;
  }

  footer strong {
    color: #d9d9d9;
  }

  footer address p {
    margin-bottom: 0;
  }

  footer .social-icon {
    margin-top: 25px;
  }

  .footer-info {
    margin-right: 2em;
  }

  .footer-info h2 {
    color: #ffffff;
    padding: 0;
  }

  .footer_menu h2 {
    margin-top: 2em;
  }

  .footer_menu ul {
    margin: 0;
    padding: 0;
  }

  .footer_menu li {
    display: inline-block;
    list-style: none;
    margin: 5px 10px 5px 0;
  }

  .newsletter-form .form-control {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #303030;
    height: 50px;
    margin: 5px 0;
  }

  .newsletter-form input[type="submit"] {
    background: transparent;
    border: 1px solid #f9f9f9;
    border-radius: 50px;
    color: #ffffff;
    display: block;
    margin-top: 20px;
    outline: none;
    width: 50%;
  }

  .newsletter-form input[type="submit"]:hover {
    background: #826686;
    border-color: transparent;
  }

  .newsletter-form .form-group span {
    color: #909090;
    display: block;
    font-size: 12px;
    margin-top: 20px;
  }



  /*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

  .social-icon {
    position: relative;
    padding: 0;
    margin: 0;
  }

  .social-icon li {
    display: inline-block;
    list-style: none;
    margin-bottom: 5px;
  }

  .social-icon li a {
    border-radius: 100px;
    color: #826686;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    transition: all 0.4s ease-in-out;
    position: relative;
    margin: 5px 5px 5px 0;
  }

  .social-icon li a:hover {
    background: #826686;
    color: #ffffff;
  }



  /*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/
  
  
  @media only screen and (min-width: 1024px) and (max-width: 1366px) {
	  /*
	  .custom-navbar .nav li a { font-size:15px; padding:8px !important; margin-top:1px; }
	  .navbar-brand > img { height:auto !important;}  	  
	  */	  
  }
  
  @media only screen and (max-width: 1024px) {
	  .custom-navbar .nav li a { font-size:15px; padding:8px !important; margin-top:1px; }
	  .navbar-brand > img { height:auto !important; }	  
	  .courses-top { padding-left: 0px; }
  }
  
  @media only screen and (max-width: 834px) {
	  .courses-top { padding-left: 190px; }	
	  .service-item { min-height: 325px; }
	  .dlt-min-red {
		min-height:273px !important;
	  }
  }

  @media screen and (max-width: 1170px) {
    .custom-navbar .navbar-nav.navbar-nav-first {
      margin-left: inherit;
    }
  }

  @media only screen and (max-width: 992px) {
    section,
    footer {
      padding: 30px 0;
    }

    .home-slider .item {
      background-position: center center;
    }

    .feature-thumb,
    .about-info,
    .team-thumb,
    .footer-info {
      /*
	  margin-bottom: 50px;
	  */
	  margin-bottom: 10px;
    }

    .contact-image {
	  /*
      margin-top: 50px;
	  */
	  margin-top: 10px;
    }
  }


  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom-navbar .nav li a {
      padding-right: 10px;
      padding-left: 10px;
    }
  }
  
  
  @media only screen and (max-width: 1024px) {
    h1 {
      font-size: 2.5em;
    }

    h1,h2,h3 {
      line-height: normal;
    }

    .custom-navbar {
      background: #ffffff;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 10px 0;
      text-align: center;
    }

    .custom-navbar .navbar-brand,
    .custom-navbar .nav li a {
      line-height: normal;
    }

    .custom-navbar .nav li a {
      padding: 10px;
    }

    .custom-navbar .navbar-brand,
    .top-nav-collapse .navbar-brand {
      color: #252525;
      font-weight: 600;
    }

    .custom-navbar .nav li a,
    .top-nav-collapse .nav li a {
      color: #575757;
    }

    .custom-navbar .navbar-nav.navbar-right li {
      display: inline-block;
    }

    .footer-info {
      margin-right: 0;
    }

    .footer-info.newsletter-form {
      margin-bottom: 0;
    }

    .entry-form {
      display: block;
      margin: 0 auto;
    }
	
	.contact-us-title { font-size: 32px; margin-top:0px; }   
    .contact-us-sub-title { font-size: 21px; }
	.contact-us-address { font-size: 21px;margin-bottom:10px;text-align: center; }
	.contact-us-address span { color:#d6809c; }	
	.first-service { margin-bottom: 10px; }
	.feature-thumb-red{ margin-bottom: 10px; }
	.pl-5 { padding-left:15px !important; }
	.pr-5 { padding-right:15px !important; }
	.navbar-brand > img { height:100% !important;}
	.navbar-nav { margin: 7.5px!important; }
	.custom-navbar .navbar-nav.navbar-nav-first {
		margin-left: inherit !important;
	}	
	.content-inner-title { font-size: 18px !important;	}	
	.executives img { float:none; width: 100%;}
	.executives .col-md-6 { padding-left:0px; }
	.developers img { float:none; width: 100%;}
	.developers .col-md-6 { padding-left:0px; }	
	.row-home-about	img { width: 100%; }
  }
  

  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 2.5em;
    }

    h1,h2,h3 {
      line-height: normal;
    }

    .custom-navbar {
      background: #ffffff;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 10px 0;
      text-align: center;
    }

    .custom-navbar .navbar-brand,
    .custom-navbar .nav li a {
      line-height: normal;
    }

    .custom-navbar .nav li a {
      padding: 10px;
    }

    .custom-navbar .navbar-brand,
    .top-nav-collapse .navbar-brand {
      color: #252525;
      font-weight: 600;
    }

    .custom-navbar .nav li a,
    .top-nav-collapse .nav li a {
      color: #575757;
    }

    .custom-navbar .navbar-nav.navbar-right li {
      display: inline-block;
    }

    .footer-info {
      margin-right: 0;
    }

    .footer-info.newsletter-form {
      margin-bottom: 0;
    }

    .entry-form {
      display: block;
      margin: 0 auto;
    }
	
	.contact-us-title { font-size: 32px; margin-top:0px; }   
    .contact-us-sub-title { font-size: 21px; }
	.contact-us-address { font-size: 18px;margin-bottom:10px; }
	.contact-us-address span { color:#d6809c; width:100%; }	
	.first-service { margin-bottom: 10px; }
	.feature-thumb-red{ margin-bottom: 10px; }
	.pl-5 { padding-left:15px !important; }
	.pr-5 { padding-right:15px !important; }
	/*
	.navbar-fixed-top {	top:20px !important;
	*/
	#contact{ padding:0px 0px 50px 0px; }
	#courses { padding:20px 0px 60px 0px; }
  }


  @media only screen and (max-width: 580px) {
    h2 {
      font-size: 1.8em;
    }

    #testimonial .item {
      padding: 2em;
    }

    .contact-image {
      margin-top: 0;
    }
	.navbar-brand > img { height:100% !important;}
	.courses-top { padding-left: 0px; }
  }

  @media only screen and (max-width: 480px) {
    h1 {
      font-size: 2em;
    }

    #home h3 {
      font-size: 14px;
    }

    .entry-form {
      border-radius: 0;
      padding: 2em;
      max-width: 100%;
      max-height: 100%;
      width: inherit;
      height: inherit;
    }
	.courses-top { padding-left: 0px; }
  }
  