/*
Theme Name: Twenty Fifteen child
Theme URI: https://www.digitalviewindia.com/
Author: Digitalviewindia team
Template: twentyfifteen
Author URI: https://www.digitalviewindia.com/
Version: 1.0
*/

/*@import '../twentyfifteen/style.css';*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900');
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i');


.metaslider .slides img
{

}
body
{
	font-family:arial;
}


@font-face {
  font-family: 'FuturaPTBold';
  src:url('./fonts/FuturaPTBold.otf') format('truetype');
}

@font-face {
  font-family: 'Poppins-Medium';
  src:url('./fonts/Poppins-Medium.otf') format('truetype');
}
@font-face {
  font-family: 'FuturaPTLight';
  src:url('./fonts/FuturaPTLight.otf') format('truetype');
}


@font-face {
  font-family: 'FuturaHeavyBT';
  src:url('./fonts/FuturaHeavyBT.ttf') format('truetype');
}



@font-face {
  font-family: 'FuturaPTMedium';
  src:url('./fonts/FuturaPTMedium.otf') format('truetype');
}
@font-face {
  font-family: 'Candara';
  src:url('./fonts/Candara.ttf') format('truetype');
}
@font-face {
  font-family: 'proximanovalight';
  src:url('./fonts/proximanovalight.ttf') format('truetype');
}
@font-face {
  font-family: 'ProximaNova-Regular';
  src:url('./fonts/ProximaNova-Regular.otf') format('truetype');
}


@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-up {
  animation: fadeUp 1s ease-out forwards;
}


@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.zoom-in {
  animation: zoomIn 0.8s ease-out forwards;
}



@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale(0.8) translateY(40px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

.zoom-in-up {
  animation: zoomInUp 0.8s ease-out forwards;
}

@keyframes fadeRight {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fade-right {
  animation: fadeRight 1s ease-out forwards;
}


@keyframes fadeLeft {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fade-left {
  animation: fadeLeft 1s ease-out forwards;
}


@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}

.bottom-tabs
{
    display:none;
}
.Products h5 {
    color: #fff;
    font-family: FuturaHeavyBT;
    font-size: 40px !important;
    font-weight: 600;
    text-align: center;
}

.rm{
    color: #000;
}
.rm-serv {
    background: #E77A37 none repeat scroll 0 0;
    border: 0 none #BC2828;
    border-radius: 6px;
    box-shadow: 0 0 0 0 #fff inset;
    color: #fff;
    display: block;
    font-family: barlow, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: auto;
    padding: 8px 7px;
    text-align: center;
    bottom: 40px;
    top: 10px;
    width: 120px;
    margin-left: 6px;
}





.banner-img {
          height: auto;
    width: 80%;
    position: relative;
    border-radius: 50%;
    border: 1px solid #fefefe;
    box-shadow: 5px 5px 27px #00000052;
    top: -30px;
}

.banner-img:hover{
    transform: scale(1.045);
    transition: 0.3s ease-in-out;
}
.banner {
    background: #ffd9bf;
    padding: 65px;
     height: 500px;
}

.our_expert h2{
    text-align: center !important;
    color: rgb(0, 0, 0);
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 40px;
    margin: 30px 0;

}
.our_expert h3{
    text-align: center;
    color: #E77A37;
    font-size: 28px;
}
.our_expert p{
    text-align: center;
}

.journey-image1{
    display: flex;
    justify-content: center;
}

.journey-image2{
    display: none;
}

.journey h2{
    text-align: center !important;
    color: rgb(0, 0, 0);
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 40px;
    margin: 30px 0;
}

.journey span{
        margin-top: 14px;
    margin-bottom: 12px;
    font-family: 'Open Sans', sans-serif;
    color: #E77A37 !important;
    font-size: 40px;
    text-align: left;
    font-style: italic;
}

.our_expert span {
    margin-top: 14px;
    margin-bottom: 12px;
    font-family: 'Open Sans', sans-serif;
    color: #E77A37 !important;
    font-size: 40px;
    text-align: left;
}

.expertcontainer {
    border: 1px solid #fff;
    background: #ffd9bf;
    box-shadow: 5px 5px 27px #ababab;
    padding: 20px;
    border-radius: 10px;
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 401px;
}

.banner h2{
    color: #E77A37;
    font-family:Century Gothic;
    font-size: 48px;
    line-height: 24px;
   
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}

.rm-serv-bann {
    background: #E77A37 none repeat scroll 0 0;
    border: 0 none #BC2828;
    border-radius: 10px;
    box-shadow: 0 0 0 0 #fff inset;
    color: #000;
    display: block;
    font-family: barlow, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
 
    padding: 8px 7px;
    position: relative;
    text-align: center;
    bottom: 40px;
    top: 10px;
    width: 120px;
}
.counter-wrapper {
    background: #ffd9bf;
    opacity: 0.7;
    border-radius: 15px;
    margin: 30px;
    padding: 20px;
    border: 1px solid #fff;
    box-shadow: 5px 5px 27px #ababab;
}

.counter-inner{
  position:relative;
}
.count-icon{
  font-size: 48px;
}


.banner h3{
    color: #000;
    font-size: 62px;
   
   
    font-weight: bold;
    text-transform: uppercase;
    font-family: Century Gothic;
    margin-bottom: 0;
  
}
.banner p {
    color: #626262;
    font-size: 33px;
    /* letter-spacing: 2px; */
    line-height: 34px;
    margin: 15px 0px;
    font-weight: 400;
    font-family: 'Jost', sans-serif;
}
.rm-123 {
        background: #6ab310 none repeat scroll 0 0;
        border: 0 none #BC2828;
        border-radius: 10px;
        box-shadow: 0 0 0 0 #fff inset;
        color: #fff;
        display: block;
        font-family: barlow, sans-serif;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 1px;
        margin: auto;
        padding: 10px 10px;
        position: relative;
        text-align: center;
        bottom: 40px;
        top: 28px;
        transition: all 0.8s ease-out 0s !important;
        width: 191px;
      -webkit-transition: 1 ease-out;
    -moz-transition: 1 ease-out;
    -o-transition: 1 ease-out;
    -ms-transition: 1 ease-out;
    transition: 1s ease-out;

    }
    
    
    .rm-about {
        background: #E77A37 none repeat scroll 0 0;
        border: 0 none #E77A37;
        border-radius: 10px;
        box-shadow: 0 0 0 0 #fff inset;
        color: #fff;
        display: block;
        font-family: barlow, sans-serif;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 1px;
        margin: auto;
        padding: 10px 10px;
        position: relative;
        text-align: center;
        bottom: 40px;
        top: 0px;
        transition: all 0.8s ease-out 0s;
        width: 25%;
        margin-right: 435px;
         animation: zoom-in-zoom-out 2s ease-out infinite;
    }
    
  
.about {
        margin: 50px;
    }
.about h3{
	color: #000;
    font-family:FuturaHeavyBT;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    padding-left:5px;
    border-left:2px solid #E77A37;
}

.about h4 {
        color: #E77A37;
        font-family: FuturaHeavyBT;
        font-size: 30px;
        text-align: left;
        margin-bottom: 25px;
    }
        .about p {
        clear: both;
        color: #000;
        font-family: 'Jost', sans-serif;
        line-height: 29px;
        opacity: 0.6;
        font-size: 15px;
        text-align: left;
        text-align-last: left;
        margin-top: 10px;
    }
.tp1 {
    padding: 3px;
    width: 100%;
    z-index: 999;
    border-bottom: 1px solid #03518d;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}

.p-e li {
    list-style: none;
    display: inline-block;
    font-family: proximanova-regular;
}

.p-e li .fa-icons, .i-r li .fa {
    color: #fff;
}

.top-one p {
    color: #fff;
    display: inline;
    font-family: arial;
    font-size: 20px;
    margin-right: 15px;
    opacity: 1;
}
 .i-icons ul
 { 
     display:inline !important;
     
 }
 .i-icons li  {
    display: inline-block;
    height: 25px;
    line-height: 24px;
    list-style: outside none none;
    margin-left: 10px;
  
    width: 25px;
}


.i-icons img
{
    display:inline !important;
}





.testimonial h3 {
     color:#E77A37;
    font-family:FuturaHeavyBT;
    font-size: 40px;
   font-weight:600;
    letter-spacing: 1px;
    text-align: center;
     text-transform: uppercase;
	
}

.testimonial p{
	background:transparent;
    color: #000;
    text-align:center;
    font-family: 'Jost', sans-serif;
    font-size: 15px;
    line-height: 26px;
 
}

.testimonial h5 {
    background: transparent;
    color: #000;
    text-align: center;
    font-family: 'Jost', sans-serif;
    font-size: 15px;
    line-height: 26px;
   
}

.ss-img {
    display: block;
    max-width: 63%;
    height: auto;
    margin-top: 25px;
    margin-bottom: 25px !important;
    transition: width 2s, height 4s;
}




.benefit{
    display:none;
}


.ul .benefit {
    font-family:FuturaHeavyBT !important;
    text-align: left !important;
    font-size: 17px !important;
    margin-top: 0;
    margin-bottom: 10px;
}

.rm-ap {
    background: #E77A37 none repeat scroll 0 0;
    border-radius: 6px;
    color: #fff;
    position: relative;
    top: 25px;
    left: 60%;
    font-family: open sans;
    font-size: 13px;
    font-weight: 600;
    padding: 12px 16px;
    text-transform: none;
    text-decoration: none !important;
}


.blog_template.boxy-clean ul li:hover .postdate, .blog_template.boxy-clean ul li:hover .post-comment {
    display:none;
    right: -10px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    visibility: visible;
    opacity: 1;
}

.blog_template.boxy-clean ul li:hover .postdate, .blog_template.boxy-clean ul li:hover .post-comment {
dispaly:none !important;
}

.blog_template.boxy-clean .post-meta {
    dispaly:none !important;
}

.blog_template.boxy-clean .post_content, .blog_template.boxy-clean .read-more {
    color: #3e3e3e;
    float: left;
    width: 100%;
}


.bdp_blog_template a.bd-more-tag {
    background-color: #0f1010 !important;
    color: #e5e5e5 !important;
}



.benefit h3
{
    color: #000;
    font-family: FuturaHeavyBT;
    font-size: 43px;
    text-align: center;
    margin-bottom: 25px;
}

.benefit span{
    color:#E77A37;
    font-style: italic;
}

/*******Top Icons************/

.p-e li{
   list-style:none;
   display:inline-block;
   font-family:proximanova-regular;
}
.p-e li .fa-icons{
    border-radius: 100%;
    height: 27px;
    line-height: 25px;
    text-align: center;
    width:auto;
    display:inline;
   
}
.p-e li .fa-icons .fa{
   font-size:15px !important;
   color:#E77A37  !important;

}


.p-e li .fa-icons:hover{
   background:transparent !important;
   
}
.p-e li .fa-icons:hover .fa{
   color:#0A304A !important;
}

.p-e li .fa-icons:hover{
   border-radius:100%;
   
}
.p-e li{
}
.p-e p {
    color: #0a5c99;
    font-weight: 600;
    font-size: 15px;
}

.benefit h5
{
    color: #000;
    font-family: FuturaHeavyBT;
    font-size: 23px;
    text-align: left;
    margin-bottom: 25px;

    
}


.navbar-inverse{
	background:transparent !important;
	border:0 !important;
	
}



.blog_template.boxy-clean ul li:hover, .blog_template.boxy-clean ul li:hover .blog_header h2 {
    background: #ffffff;
    border-radius:10px;
}


.bdp_blog_template .post_content, .bdp_blog_template .tags i {
    color: #3e3e3e;
}


.bdp_blog_template .date, .bdp_blog_template .comment, .bdp_blog_template .author .bd-icon-author, .bdp_blog_template .author, .bdp_blog_template.news .post-content-div .post_cat_tag > span i, .bdp_blog_template .post-by, .bdp_blog_template .bd-categories i, .bdp_blog_template .bd-metacats i, .bdp_blog_template .category-link i, .bdp_blog_template .bd-tags i, .bdp_blog_template .bd-metacomments, .bdp_blog_template .date_wrap i, .bdp_blog_template .post-date, .bdp_blog_template .link-lable, .bdp_blog_template .datetime, .bdp_blog_template.glossary .post-author span, .bdp_blog_template .post_content-inner p, .bdp_blog_template .post_content, .bdp_blog_template .tags i {
    color: #606060;
}
.bdp_blog_template a.bd-more-tag {
    background-color: #10538d !important;
    color: #fff !important;
}

.bdp_blog_template a.bd-more-tag:hover {
    background-color: #6ab310 !important;
    color: #ffff !important;
}

.blog_template.boxy-clean .blog_wrap.bdp_blog_template .author {
   
    display: none !important;
    
}
    
.blog_template.boxy-clean .social-component {
    float: left;
    width: 100%;
    display: none !important;
}

.bdp_blog_template .blog_header h2 a span, .bdp_blog_template .bd-blog-header h2 a span, .glossary .blog_header h2 a span, .bdp_blog_template.media-grid .blog_header h2 a span, .bdp_blog_template.timeline .desc h3 a span, .blog_template.blog-grid-box h2.post_title a span {
      font-family: FuturaHeavyBT !important;
      font-weight:600;
    color: #000;
    	text-transform:none !important;
    font-size: 22px;
}

.bdp_blog_template a.bd-more-tag {
    background: #204C7E !important;
    padding: 11px;
    margin-top: 20px !important;
    margin-right: 245px;
}

.bdp_blog_template a.bd-more-tag {
    background: #000 !important;
    color: #e5e5e5 !important;
}


.blog_template.boxy-clean .blog_wrap {
    width: 100%;
    float: left;
    box-shadow: 1px 1px 10px 1px solid #ccc !important;
   
    
    padding: 20px;
    list-style: none;
    margin: 0;
    overflow: hidden;
    position: relative;
}

  .slick-slide {
  
    float: left;
    height: 100%;
    margin: 10px;
    padding-top:45px;
    min-height: 1px;
    box-shadow: 2px 1px 10px 1px #ccc;
    border-radius:6px;
    transition: 1s ease-out;
}



hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #000;
}
.box h3 {
    font-size: 20px;
    font-weight: 550;
    font-family: 'Jost', sans-serif;
}

.box p {
    font-size: 16px !important;
    opacity:0.6;
    font-family: 'Jost', sans-serif;
}

.box-border:hover .main-count i {
    color: #204C7E !important;
    background: #fff;
}
.main-count i {
    font-size: 30px;
    color: #fff;
    margin-bottom: 15px;
    width: 70px;
    height: 70px;
    line-height: 67px;
    display: inline-block;
    border: 2px dashed #ffffff3d;
    border-radius: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.box-border h5 {
    font-size: 38px;
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
}
.box-border{
	
	padding:20px;
	border-radius:10px;
	text-align:center !important;
}


.box-border p{
font-size: 19px;
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
    font-family:FuturaHeavyBT;
}


.Acheivements
{
    margin-top:20px !important;
	background-attachment: fixed !important;
	background-image:url("./images/acheive.png");
}
.acheive-bg
{
    margin: 75px;
    background: #ffd9bf;
    padding: 30px;
    box-shadow: 5px 5px 27px #000;
    border: 1px solid #fff;
    color: #000;
    opacity: 0.7;
    border-radius: 15px;
}
.Acheivements h4
{

	color: #fff !important;
    font-family:FuturaHeavyBT !important;
    font-size: 43px !important;
    text-align: center;
	margin-bottom:60px !important;
	font-weight:600!important;
	
	
}
.lblog
{   
        display: none;
		padding:40px 0px  80px 0px;
		    background: #e3e3ca;
}
.lblog h3
{
	color: #5c5c60;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 10px;
	font-family: Dosis-Medium;
	text-align: center;
}
.lblog h4 {
  color: #044b81;
    font-family: FuturaHeavyBT !important;
    font-size: 43px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;

}

.img1{
	text-align:left;
	padding-right:0px !important;
	max-width: 100%;
	
}
  
.box
{
	border-radius:10px;
	background:#fff;
	font-family:barlow, sans-serif;
      padding: 4px 30px 20px 30px;
      margin-top:20px;
}
.box:hover
{
	color:#000 !important;
	border-radius:10px;
	background:#cbcbcb   !important;	
	    padding: 4px 30px 20px 30px;
	font-family:barlow, sans-serif;
	transition: all 0.8s ease-out 0s;
}
.spec h3{
	font-size:21px;
	font-weight:600;
	color:#333;
	font-family:barlow, sans-serif;
}
.spec p{
	font-size:15px;
		
	color:#666;
	font-family:barlow, sans-serif;
}

.why
{
	background:#fff;
	padding:20px;
}
.why h3
{
	font-size:18px;
	font-weight:600;
}
.why h4
{
	color:#fff;
	font-size:22px;
}
.news h3{
	color: #204066;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Jost', sans-serif;
}

.news h3:hover{
	color: #bbde4;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Jost', sans-serif;
}

.img_box
{
	text-align:center;
	padding:30px;
	text-align:center;
	
}
.img_box span
{
	text-align:center;
	font-size:44px;
	color: #204066;
	padding-top:25px;
	
}
.fa, .fas {
    font-weight: 900;
	color: #fff;
    font-size:50px;
}
.experience .exp-detail .exp-list-wrap .value-pin span {
    font-size: 44px;
    font-weight: 600;
    font-family: 'Jost', sans-serif;
}


.w-process .pcs-list i {
    color: #12b48b;
    font-size: 3rem;
    margin-bottom: 16px;
	padding: 30px 20px;

}

.videos h5
{
	color:#12b48b;
	text-align:center;
	margin-top:50px;
	 font-size: 36px;
	 font-family: 'Jost', sans-serif;
}

.videos h4
{
	color:#204066;
	text-align:center;
	margin-bottom:40px;
	font-weight:600;
	 font-size: 18px;
	 font-family: 'Jost', sans-serif;
}
.What h4{
	color: #44444f;
    font-family:Arial;
    font-size: 49px;
    font-weight: 600;
    text-align: center;
	margin-bottom:50px;
	
}
.digi
{
   color:#fff;
   background:#4581E6;
   padding:60px;
   text-align: center;
   margin-bottom:50px;
   margin-right:0px;
}

.eco
{
   color:#fff;
   background:#7660D4;
   padding:73px;
   text-align: center;
   margin-bottom:50px;
   margin-right:0px;
}
.ctm{
   color:#fff;
   background:#34B290;
   padding:73px;
   text-align: center;
   margin-bottom:50px;
   margin-right:0px;
}
.serv
{
   color:#fff;
   background:#71D35E;
   padding:83px;
   text-align: center;
   margin-bottom:50px;
   margin-right:0px;
}
.rp
{
	
   color:#fff;
   background:#4DC9D4;
   padding:96px;
   text-align: center;
	margin-bottom:50px;
	margin-right:0px;
}
.dms{
	 color:#fff;
   background:#D2D44D;
   padding:83px;
   text-align: center;
   margin-bottom:50px;
   margin-right:0px;
}


.Products
{
	background-image:url("./images/cont.png")!important;
		 
}
.product-bg
{
	
    position: relative !important;
    background-size: cover !important;
    background-position: center;
     background-repeat: no-repeat;
	 padding:50px;
  	background-color: #414141 !important;
    opacity:0.7;	
}
.Products  p{
	color: #fff;
    font-family:barlow, sans-serif;
    font-size: 16px;
	text-align: left;
	margin-top:10px;
	
}
.Products  h5{
	color: #fff;
    font-family:FuturaHeavyBT;
    font-size: 55px;
    font-weight: 600;
    text-align: center;
	
	
}
.p-img{
	display: block;
    max-width: 100%;
    height: auto;
	margin-right:0px !important;
}

.prd{
	background: #3946BF;
	color: #fff;
    padding:103px;
	line-height:28px;
	transition: width 2s, height 4s;
}
.prd  h1{
	color: #fff;	
    font-family:Arial;
    font-size: 17px;
    text-align: left;
	margin-bottom:30px;
	
}
.prd  h2{
	color: #fff;
    font-family:Arial;
    font-size: 28px;
	 font-weight: 600;
	 line-height:28px;
    text-align: left;
	margin-bottom:40px;
	
}
.prd  p{
	color: #fff;
    font-family:Arial;
    font-size: 14px;
	 line-height:25px;
    text-align: left;
	margin-bottom:40px;
	
}
.Sectors
{
     background:#ffd9bf;
	 padding:75px;
}
.Sectors span{
    color: #E77A37;
    font-style: italic;
}

.Sectors h4{
	color: #000;
    font-family:FuturaHeavyBT !important;
    font-size: 43px;
    text-align: center;
	margin-bottom:30px;
	font-weight:600;
	
}
.Sectors h1{
	color: #000;
    font-family:Arial;
    font-size: 30px;
    text-align: center;
	margin-bottom:50px;
	
}
.Sectors h1 span{
	color: #13254e;
    font-family:Arial;
    font-size: 16px;
	font-weight:600;
    text-align: center;
	margin-bottom:50px;
	
}
.s-img{
	display: block;
    max-width: 100%;
    height: auto;
	margin-top:25px;
	margin-bottom:25px !important;
	transition: width 2s, height 4s;

}
.bg-image
 {
  /* The image used */
  background-image: url("photographer.jpg");
  
  /* Add the blur effect */
  filter: blur(8px);
  -webkit-filter: blur(1px);
  
  /* Full height */
  height: 100%; 
  
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}



/* Position text in the middle of the page/image */
.bg-text {
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 36%;
  left: 38%;
   -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
 opacity: 0;
  z-index: 2;
  width: 60%;
  padding:5px;
  text-align: center;
   opacity: 1;
}
.bg-text a{
	color:#fff;
	text-decoration:none;
}


.navbar-inverse{
	background:transparent !important;
	border:0 !important;
	
}







.doct_c
{
	line-height:30px;
	margin-top:30px;
}
#myNavbar{
	float:right !important;
	
}

.thumbnail
{
	padding: 26px;
    text-align: justify;
	
}


@media only screen and (max-width: 600px) {
    
    .Products h5 {
    color: #fff;
    font-family: FuturaHeavyBT;
    font-size: 22px !important;
    font-weight: 600;
    text-align: center;
}

    .journey-image1{
        display: none !important;
    }
    
    .journey h2{
        font-size:23px;
    }
    
    .journey span{
        font-size: 23px;
    }
    
    .journey-image2{
        display: flex;
        justify-content: center;
    }

    .banner-img {
        position: relative;
        top: 20px;
    }

    
    .Sectors {
    background: #ffd9bf;
    padding: 10px;
}
   .product-bg {
        position: relative !important;
        background-size: cover !important;
        background-position: center;
        background-repeat: no-repeat;
        padding: 15px;
        background-color: #414141 !important;
        opacity: 0.7;
    }
    
    .box-border {
    padding: 0px;
    border-radius: 10px;
    text-align: center !important;
}

.box-border h5 {
    font-size: 30px;
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
}

.box-border p {
    font-size: 10px;
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
    font-family: FuturaHeavyBT;
}


    .acheive-bg
{
  margin: 10px;
    background: #ffd9bf;
    padding: 22px;
    color: #000;
    opacity: 0.7;
    border-radius: 15px;
}
    
    .bottom-tabs {
    overflow-x: hidden;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    right: 0;
    background-color: #E77A37;
    z-index: 2;
    height: 53px;
    display: flex;
    align-items: center;
    opacity: 1;
}

.bottom-tabs ul {
    margin-bottom: 0;
}
.tabs-mens {
    overflow-x: hidden;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding: 0;
}
    .tabs-mens a {
        overflow-x: hidden;
        text-decoration: none;
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 8px;
        line-height: 10px;
        position: relative;
        text-align: center;
        padding-left: 0px;
    }

    .bottom-tabs ul li {
        list-style: none;
        width: 25%;
        position: relative;
        border-right: 1px solid #fff;
    }
.rm-serv-bann {
    background: #E77A37 none repeat scroll 0 0;
    border: 0 none #BC2828;
    border-radius: 10px;
    box-shadow: 0 0 0 0 #fff inset;
    color: #000;
    display: block;
    font-family: barlow, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: auto;
    padding: 8px 7px;
    position: relative;
    text-align: center;
    bottom: 40px;
    top: 10px;
    width: 120px;
    margin-left: 60px;
}



    
.ban{
    display:flex;
    flex-direction:column-reverse;
}
   .banner h2 {
    color: #E77A37;
    font-family:FuturaHeavyBT;;
    font-size: 23px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
} 
.banner h3 {
    color: #000;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: FuturaHeavyBT;
    margin-bottom: 0;
}
    .banner {
        background: #ffd9bf;
        padding: 1px;
        height: 780px;
        text-align:center;
    }
.banner-image{
    display: flex;
    margin: 15px 0;
    justify-content: center;
    align-items: center;
}

.banner p {
   color: #626060;
        font-size: 22px;
    /* letter-spacing: 2px; */
    line-height: 34px;
    margin: 15px 0px;
    font-weight: 400;
    font-family: 'Jost', sans-serif;
}

.banner-content
{
    padding:60px 40px;
}
     .rm-ap {
        position: absolute;
        top: 15px;
        width: 106px;
        left: 13px;
        display: inline-block;
        font-size: 9px;
        font-weight: 600;
        padding: 7px 0px;
        text-align: center;
    }

}
.navbar-inverse .navbar-nav > li > a {
    color: #3c3c3c !important;
    font-family: FuturaHeavyBT !important;
    font-size: 16px !important;
 
    letter-spacing: 0 !important;
    opacity: 1 !important;
    padding: 2px 2px !important;
    text-shadow: 0 0 0 #000 !important;
}

.navbar-inverse .navbar-nav > li {
	padding:2px 7px !important;
}
.navbar-nav li a:hover{
	background-color:transparent !important;
	 z-index:999;
	 opacity:1 !important;
	 border-bottom:2px solid #BC2828;
}
li.current-menu-item > a{
	background-color:transparent !important;
	color:#03518d  !important;
	 z-index:999;
	 opacity:1 !important;
	 border-bottom:2px solid #E77A37;
}
.navbar-inverse .navbar-nav > li{
	margin-left:2px !important;
}

.navbar{
	min-height:0 !important;
	
	
}
@media(max-width:800px){
    
    .lblog {
    padding: 13px 0px 0px 0px;
    background: #e3e3ca;
}

.lblog h4 {
    color: #044b81;
    font-family: FuturaHeavyBT !important;
    font-size: 32px;
    text-align: center;
    margin-bottom: 0px;
    font-weight: 600;
}
    .testimonial h3 {
    
    color: #E77A37;
    font-family: FuturaHeavyBT;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    
    text-transform: uppercase;
}
	#myNavbar{
	float:none !important;
}
.box h3 {
    font-size: 15px;
    font-weight: 550;
    font-family: 'Jost', sans-serif;
}

.benefit h3 {
        color: #000;
        font-family: FuturaHeavyBT;
        font-weight: 900;
        font-size: 25px;
        text-align: center;
        margin-bottom: 25px;
    }
       .benefit h5 {
        font-family: Century Gothic;
        font-size: 18px;
        font-weight: 900;
        margin-bottom: 10px;
    }
    
    .about p {
        clear: both;
        color: #000;
        letter-spacing: 1px;
        font-weight: 500;
        font-family: Century Gothic;
        line-height: 28px;
        font-size: 14px !important;
        text-align: left;
        text-align-last: left;
        margin-top: 10px;
    }
    
 
    .rm-about {
        position: relative;
         
        width: 70%;
        left: 43px;
        padding: 10px 5px !important;
        margin: 0 !important;
        font-size: 16px !important;
        text-align: center !important;
    }

#content-section2 p{
	margin: 5px !important;
}
#center-img{
	display:none;
}
.copyright{padding-top:15px;}
.navbar-nav li a{
	padding:10px 14px !important;
}
}
.copyright {
    background: #000000;
    color: #fff;
    font-family: proximanova-regular;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 30px;
    /* opacity: 1; */
    padding: 0px 0;
    text-align: center;
}
.copyright a{
	font-family:proximanova-regular;
	letter-spacing:0px;
	
}
#footer-link h3{
	margin-bottom:10px;
	font-weight:bold;
	text-transform:uppercase;
	 margin-bottom: 35px;
	 border-right:4px solid #2FBAE2;
}
.quick-link li a{color:#000;}
#menu1{
	margin-top:15px;
}

#footer1{
	background:url("./images/footer-bg.jpg") no-repeat scroll;
	background:#f7f7f7 !important;
	padding:20px 20px;
	color:#000;
	background-size:100% 100%;
	padding-bottom:120px !important;
}
#footer1 p{
	 clear: both;
    font-family: 'Jost', sans-serif;
    font-size: 17px;
    letter-spacing: 0;
    line-height: 24px;
    opacity: 0.6;
    text-align: left;
	margin-bottom:15px;
	color:#000;
}
#footer1 span {
    font-family: open sans;
    line-height: 32px;
    opacity: 1;
	font-size:14px;
}
#footer-1 h3{
	font-size:24px;
	text-transform:normal !important;
	font-weight:bold;
}
.footer-btn{
	background:#fff;
	color:#1764B3;
	padding:10px;
	border:0;
	border-radius:4px;
}
.fa{
	font-size:26px !important;
	color:#fff !important;
	
	
}
.fa-angle-right{
	display:none !important;
}
.fa-angle-left{
	display:none !important;
}

.thumbnail{
	border-radius:10px !important;
	background: transparent !important; 
	margin:25px;
	border:none !important;
	
}
.gallery{
	 margin-bottom: 28px;
    margin-top: 60px;
}
.copyright a{
    color:#fff !important;
    font-family:montserrat;
    
}
@media(max-width:800px){
	.carousel-caption{
		display:none;
	}
}
.team-tag{
	  color: #000;
    font-family: proximanova-regular;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
    padding:15px 0px;
    text-align: center;
    text-transform: uppercase;
}
#footer1{
	padding:24px 0 0;
	background:#ffd9bf !important;
	color:#000;
	font-family:FuturaHeavyBT;
	font-size: 16px;
	margin-top:0px;
	padding-top:70px;
	padding-bottom:30px !important;
}
#footer1 h3{
	font-family:FuturaHeavyBT;
    font-weight: 550;
    letter-spacing: 1px;
    margin-top: 0;
    padding-bottom: 15px;   
	color:#000;
}
.fa{
	font-size:30px !important;
}
.adrs .fa{
	color: #000 !important;
    display: inline-block !important;
    font-size: 17px !important;
    margin-right: 10px !important;
    position: relative !important;
    top: 2px !important;
}
#menu-footer-menu a{
	 color: #000;
    font-family: open sans;
    font-size: 17px;
    letter-spacing: 0;
    opacity: 1;
}
#footer1 li span{
    opacity: 1.0;
}
#footer1  li{
	list-style:none;
	line-height:32px;
	font-family: open sans;
	font-size: 16px;
}
#footer-1{
	padding-bottom: 20px;
    padding-top: 10px;
}
.page-header h1{
	color: #000;
    font-family:FuturaPTMedium !important;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    text-shadow: 0 1px 1px #000;
    text-transform: uppercase;
	font-family:roboto;
}
.carousel-caption{
	text-align:left;
}
.carousel-caption {
    left: 11%;
    padding-bottom: 30px;
    right: 20%;
	top:100px;
}
.carousel-caption h2{
	font-family: open sans;
    font-size: 48px;
    font-weight: 900;
    line-height: 52px;
}
#carousel-site h3 {
    font-family: open sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    width: 55%;
}
.carousel-caption .btn-primary{
	background-color: #03a9f5;
    border-radius: 30px;
    color: #fff;
    font-family: open sans;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 25px;
	border:0;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img{
	width:100%;
}
.rm-1{
	background-color: #ffcc56;
    border: 0 solid #000;
    border-radius: 0;
    color: #000;
    display: block;
    font-family: ubuntu-L;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 12px auto;
    padding: 1px 13px;
    position: relative;
    text-transform: uppercase;
    top: 0;
    width: 100px;
}
.rm-1:hover{
	color:#000;
	text-decoration:none;
	background:#FFCC56;
}
.team .rm-1{
	margin:auto;
	display:block;
}
#owl-demo5 .owl-prev {
	background: rgba(0, 0, 0, 0) url("./images/left.png") no-repeat scroll center center;
    bottom: 0;
    float: right;
    height: 100px;
    left: -47px;
    opacity: 1;
    position: absolute;
    top: 71px;
    width: 53px;
}
#owl-demo5 .owl-next {
	background: rgba(0, 0, 0, 0) url("./images/right.png") no-repeat scroll center center;
     bottom: 0;
    float: none;
    height: 100px;
    opacity: 1;
    position: absolute;
    right:-47px;
    top:71px;
    width: 53px;
}
.colon{
	margin-top:32px;
}
.page-content li,.page-content p,.page-content a{
	color:#353535;
    font-family:proximanova-regular;
    font-size: 18px;
    line-height: 28px;
}
.well {
     background-color: rgba(245, 128, 32, 0.2);
    border: 0 none;
    border-radius: 4px;
    box-shadow: 2px 2px 8px #000;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
}
.address_block h2{
	color: #014f84;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 0;
}
.well .wpcf7-text {
    border-radius: 0;
    box-shadow: 3px 3px 3px #ccc;
    height: 40px;
	color:#000;
}
.well .wpcf7-textarea {
    border-radius: 0;
    box-shadow: 3px 3px 3px #ccc;
    height: 200px;
	color:#000;
}
.form-conrol{
	color:#44444f;
	font-family:myriad;
}
.well label{
	margin-bottom:12px;
}
.well .wpcf7-submit{
	background: #F3745F;
    border: 0 none;
    color: #fff;
    font-family: roboto;
    font-size: 15px;
    font-weight: 600;
    padding: 8px 40px;
    text-transform: uppercase;
}
@media(min-width:1025px){
.fixed {
    position:fixed;	
    top:0px;
	z-index:1;
	right:0;
	background:rgba(255,255,255,1) !important;
	width:100%;
	box-shadow: 0 0px 1px #ccc;
	padding-top:6px !important;
	padding-bottom:10px !important;
	border-bottom:1px solid #ccc;
}
.fixed .l-img{
	margin-top: 3px;
    width: 144px;
}
.fixed #myNavbar{
	margin-top:10px;
}
.fixed {
        padding-top: 17px !important;
        padding-bottom: 18px !important;
    }
.fixed .navbar{
	min-height:0 !important;
}
}
@media(max-width:800px){
	#owl-demo3 .owl-prev,#owl-demo3 .owl-next{
	display:none;
	}
}
body{
	overflow-x:hidden;
}
/*.metaslider .caption-wrap{
	background:transparent !important;
	bottom: 0 !important;
    color: white;
    display: block;
    left: 122px !important;
    line-height: 1.4em;
    margin: 0;
    opacity: 1 !important;
    position: absolute;
    top: 130px !important;
    width: 100%;
}
.metaslider  h2 {
    font-family: ubuntu-L;
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
}
.metaslider  h4{
	font-family: ubuntu-B;
    font-size: 50px;
    text-align: center;
    text-transform: uppercase;
}
.metaslider  h3 {
    font-family: ubuntu-L;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    margin: auto;
    text-align: center;
    text-transform: none;
    width: 67%;
}
.metaslider .btn-primary{
	background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    font-family: ubuntu-L;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 8px 18px;
    text-transform: uppercase;
	 box-shadow: inset 0 0 0 0 #fff;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
}
.metaslider .btn-primary:hover{
	background-color: #fff !important;
	color:#000;
	text-decoration:none;
	box-shadow: inset 0 100px 0 0 #fff;
	border: 1px solid #fff;
}
*/
/*********Metaslider Caption**********/
.metaslider .caption-wrap{
	background:transparent !important;
	bottom: 0 !important;
    color: white;
    display: block;
    left: 122px !important;
    line-height: 1.4em;
    margin: 0;
    opacity: 1 !important;
    position: absolute;
    top: 130px !important;
    width: 100%;
}
.metaslider  h2,.metaslider  h4{
    font-family:GothamMedium;
    font-size: 40px;
    font-weight: 500;
    line-height: 52px;
	text-align:left;
}
.metaslider  h2,.metaslider h4 {
	background: transparent none repeat scroll 0 0;
    border-radius: 5px;
    font-family: FuturaPTMedium;
    font-size: 18px;
    line-height: 30px;
    margin-top: 0;
    padding: 8px 14px;
    text-align: left;
    text-transform: uppercase;
    width: 45%;
	color:#000;
	padding-left:0;
}
.metaslider  h2 span{
	background:#F2174F;
	padding-left:12px;
	padding-right:12px;
}
.metaslider  h1{
	background: transparent none repeat scroll 0 0;
    border-radius: 5px;
    font-family: 'Jost', sans-serif;
    font-size: 48px;
    line-height: 42px;
    margin-top: 20px !important;
    padding: 0 14px;
    width: 70%;
	padding-left:0;
	text-align: left;
	color:#000;
}
.metaslider  p{
	background: transparent none repeat scroll 0 0;
    border-radius: 5px;
    font-family: 'Jost', sans-serif;
    font-size: 22px;
    line-height: 25px;
    margin-top: 20px !important;
    padding: 0 14px;
    width: 70%;
	padding-left:0;
	text-align: left;
	color:#333;
}
.metaslider  h3{
    font-family:'Jost', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-transform: none;
    width: 50%;
	color: #000;

}
.metaslider .btn-primary{
	 background-color: #12b48b;
    border: 1px solid #fff;
    border-radius: 45px;
    box-shadow: 0 0 0 0 #222c45 inset;
    clear: both;
    color: #fff;
    font-family: lato;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 8px 24px;
    position: absolute;
    left: 12px;
    text-transform: none;
    top: 276px;
}
.metaslider .btn-primary:hover{
	background-color:#fb0230!important;
	color:#fff;
	text-decoration:none;
	
}
.metaslider{
	margin:auto !important;
	clear:both !important;
}
.caption-wrap .caption{
	position:relative;
	top:-70px;
}
/**********/
.metaslider{
	margin:auto !important;
}
.navbar{
	margin-bottom:0;
	
}
.team{
	padding-top:45px;
    padding-bottom: 55px;
	clear:both;
}
.team .thumbnail img{
	max-width:100% !important;
	margin:auto;
	display:block;
}
.team .item{
	padding-left:8px;
	padding-right:8px;
}
.navbar-nav > li{
	margin-left:2px;
}
#menu-footer-menu{
	padding:0;
	width:90%;
	margin:auto;
}
.s-l{
	padding:0;
	clear:both;
	padding-top:15px;
}
.s-l li{
	display:inline;
	margin-right:5px;
	margin-top:25px;
}
.well label {
    display: inline-block;
    font-family: myriad;
    font-weight: 500;
    margin-bottom: 5px;
    max-width: 100%;
}
strong {
    color: #000;
    font-size: 18px;
}
.address_block {
    border-left: 3px solid #F3745F;
}
.c-f{
	float:right;
}
.inner-banner{
	width:100%;
}
.page-content b{
	color: #000;
    font-size: 15px;
    font-weight: 700;
}
@media(max-width:1279px){
	.metaslider .caption{
		display:none;
	}
}
/** Responsive Menu *****/
/***********/
@media (min-width: 768px) and (max-width: 1024px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.navbar-nav .open .dropdown-menu > li > a {
		line-height: 20px;
	}
	.navbar-nav .open .dropdown-menu > li > a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
	}
	.dropdown-menu > li > a {
		display: block;
		padding: 3px 20px;
		clear: both;
		font-weight: normal;
		line-height: 1.42857143;
		color: #333;
		white-space: nowrap;
	}
    .navbar-header {
        float: none;
    }
    
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        /*margin: 7.5px -15px;*/
		margin: 7.5px 50px 7.5px -15px;
		
    }
	.navbar-nav
	{
		margin-top:20px !important;
	}
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px!important;;
        padding-bottom: 10px!important;;
    }
    .navbar-text {
        float: none!important;;
        margin: 15px 0 !important;;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}
@media(max-width:1024px){
	.navbar-header{
		display:block;
	}
	#menu1{
		/*width:100% !important;*/
	}
	#myNavbar{
		width:100%;
	}
}
/****************/
.scrollup {
   background:url("./images/arrow_3.png") no-repeat;
    border: medium none;
    bottom: -5px;
    display: none;
    height: 22px;
    overflow: hidden;
    position: fixed;
    right: 10px;
    text-decoration: none;
    text-indent: 100%;
    width: 40px;
	height:40px;
}
.scrollup:focus{
	border:0px !important;
}
a:focus {
    outline: 0 !important;
    outline-offset: 0px !important;
}
/************/
.top1{
	background: #fff;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-left: 0px !important;
	
}

.top1 img{
    width: 80%;
}
.top-one{
	padding:8px 0px !important;
}
.metaslider{
	width:100% !important;
}
.metaslider .caption-wrap{
	width:82% !important;
	text-align:center;
}
.metaslider .caption-wrap{
	top:35% !important;
}
.team h4 img{
	display:inline;
	padding:0 10px;
}
.team .rm12{
	border: 1px solid #000;
    border-radius: 4px;
    color: #000;
    display: block;
    font-family: ubuntu-L;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 22px auto auto;
    padding: 7px 0;
    text-align: center;
    text-transform: uppercase;
    width: 135px;
	font-size:14px;
}
.team .rm12:hover{
	background:#FFCC56;
	border:1px solid #FFCC56;
	text-decoration:none;
}
.team img:hover,.student-d .img-responsive:hover {
    opacity:1;
     -webkit-transition: 1.0s ease-out;
     -moz-transition: 1.0s ease-out;
     -o-transition: 1.0s ease-out;
     -ms-transition: 1.0s ease-out;
     transition: 1.0s ease-out;
      -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}
.team img,.student-d .img-responsive{
    -webkit-transition: 1 ease-out;
     -moz-transition: 1 ease-out;
     -o-transition: 1 ease-out;
     -ms-transition: 1 ease-out;
     transition:1s ease-out;
}
.rm21{
	background:transparent;
    border-radius: 4px;
    color: #000;
    display: block;
    font-family: ubuntu-L;
    font-weight: 600;
    letter-spacing: 1px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    padding: 6px 0;
    text-align: center;
    text-transform: uppercase;
    width: 120px;
	border:1px solid #000;
}
.rm21:hover{
	background:#FFCC56;
	color:#000;
	text-decoration:none;
	border:1px solid #FFCC56;
}
@media(min-width:1024px){
	.ab-content{
    opacity:1;
     -webkit-transition: 1.0s ease-out;
     -moz-transition: 1.0s ease-out;
     -o-transition: 1.0s ease-out;
     -ms-transition: 1.0s ease-out;
     transition: 1.0s ease-out;
      -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}
.ab-content{
    -webkit-transition: 1 ease-out;
     -moz-transition: 1 ease-out;
     -o-transition: 1 ease-out;
     -ms-transition: 1 ease-out;
     transition:1s ease-out;
	  background: #fff none repeat scroll 0 0;
    transition: all 1s ease-out 0s;
    z-index: 999;
	position:relative;
	top:58px;
}
}
.f-logo{
	padding-bottom:30px;
}
#menu-footer-menu .current-menu-item a,#menu-services .current-menu-item a{
	background:transparent !important;
	color:#747474 !important;
	font-size:14px !important;
}
#menu-footer-menu a,#menu-services a{
	background:transparent !important;
	color:#000 !important;
	font-size:14px !important;
	opacity:1;
}
#menu-footer-menu,#menu-services{
	padding-left:0 !important;
}
.f-address li{
	display: inline !important;
    font-family: open sans !important;
    font-size: 16px !important;
    line-height: 32px;
    list-style: outside none none;
    margin-right: 10px;
}
.appoint .wpcf7-textarea{
	height:200px;
}
.adrs1 .fa {
    font-size: 16px !important;
}
.adrs1 p{
	display:inline-block;
	margin-right:10px !important;
	border: 1px solid #fff !important;
    border-radius: 100% !important;
    height: 30px !important;
    line-height: 31px !important;
    text-align: center !important;
    width: 30px !important;
	margin-top:15px;
}
.adrs1 p.active,.adrs1 p:hover{
	background:#FFCD56;
	border: 1px solid #FFCD56 !important;
}
.adrs1 p.active .fa,.adrs1 p:hover .fa{
	color:#000 !important;
}
.adrs1 p{
    transition: transform 0.4s ease-in-out 0s;
}
.adrs1 p:hover{
	box-shadow:0px 0px 1px #fff;
	border-radius:30px;
	transform:rotate(360deg);
}
.y-name {
    background: transparent;
    padding-left:15px;
	 border: 1px solid #ccc;
    border-radius: 0;
    height: 50px;
	font-size:16px;
	color:#000;
}
.y-email {
    background: transparent;
    padding-left:15px;
	 border: 1px solid #ccc;
    border-radius: 0;
    height: 50px;
	font-size:16px;
	color:#000;
}
.msg {
    background:transparent;
    padding-left: 15px;
	 border: 1px solid #ccc;
    border-radius: 0;
	font-size:16px;
	color:#000;
}
.appoint .wpcf7-submit{
	 -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #19ceab none repeat scroll 273px center;
    border-color: currentcolor currentcolor #09be99;
    border-image: none;
    border-radius: 0;
    border-style: none none solid;
    border-width: 0 0 7px;
    color: #fff;
    font-family: montserrat;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 16px;
    padding: 12px 15px;
    text-transform: uppercase;
    width: 100%;
}
.wpcf7-validation-errors {
    border: 1px solid #f7e700;
    font-size: 14px;
}
/****page loader **/
.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('./images/page-loader.gif') 50% 50% no-repeat rgb(249,249,249);
}
/********/
.bounceInUp{
  -webkit-animation: slideOutLeft 4s; /* Safari 4+ */
  -moz-animation:    slideOutLeft 4s; /* Fx 5+ */
  -o-animation:      slideOutLeft 4s; /* Opera 12+ */
  animation:         slideOutLeft 4s; /* IE 10+, Fx 29+ */
}
/****************/
@media(max-width:1024px){
	#menu1 {
    margin-top: 0;
}
.logo-img{
	margin-bottom:0;
}
    #menu1 {
        
        width: 111%;
    }
.logo-img {
    padding-bottom: 10px;
    padding-top: 30px;
}
}
@media(max-width:768px){
	#footer1 h3{
	margin-bottom:20px;
}
.ab-content1{
	background: #fff;
    display: flex;
    margin: auto;
    padding: 19px 25px;
    text-align: center;
    width: 90%;
    z-index: 999;
}
.ab-content{
	background:#EDEDED;
}
}
@media(max-width:767px){
	#footer1 h3{
	margin-top:20px;
}
}
/****Contact Form *****/
.well {
    background-color: transparent;
    border: 0 none;
    border-radius: 4px;
    box-shadow: none;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 0 20px 20px;
}
.well-1 h1 {
    border-bottom: 1px solid #ccc;
    color: #000;
    font-family: roboto;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 32px;
    margin-top: 0;
    padding-bottom: 20px;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    text-transform: uppercase;
}
.well label {
    border-bottom: 1px solid #000;
    color: #000;
    display: inline-block;
    font-family: roboto;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 5px;
    max-width: 100%;
    padding-bottom: 11px;
    text-transform: uppercase;
}
.well .wpcf7-text {
    border-bottom: 3px solid #000;
    border-radius: 0;
    border-top: 0 none;
    box-shadow: none;
    color: #000;
    font-family: roboto;
    height: 35px;
}
.well .wpcf7-textarea {
    border-bottom: 3px solid #000;
    border-radius: 0;
    border-top: 0 none;
    box-shadow: none;
    color: #000;
    font-family: roboto;
    height: 100px;
}
.well .wpcf7-submit {
    background:#E77A37;
    border-bottom: 5px solid #000;
    border-width: 0 0 5px;
    color: #fff;
    display: block;
    float: none;
    font-family: roboto;
    font-size: 20px;
    font-weight: 600;
    height: 48px;
    letter-spacing: 3px;
    margin: 15px auto auto;
    padding: 4px 0;
    text-transform: uppercase;
    width: 140px;
}
.contact_block {
    border-right: 2px solid #ccc;
}
.address_block h2 {
    color: #000;
    font-family: roboto;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 2px;
    line-height: 28px;
    margin-bottom: 18px;
    margin-top: 0;
    text-shadow: 0 1px 0 #000;
    text-transform: uppercase;
}
@media(min-width:1024px){
	#footer1 h3{
		margin-bottom:0px;
	}
}

#myNavbar{
	margin:0 !important;
	padding:0 !important;;
}
.navbar-nav > li {
    margin-left: 0px !important;
	
}
@media(min-width:1280px){
	.navbar-header{
		display:none;
	}
}
@media(max-width:1280px){
	#myNavbar{
		padding:0px 20px !important;
	}
	.logo-responsive{
	float: left;
    margin-top: 17px;
    padding-left: 0;
    width: 212px;
	}
}
/***Banner caption ***/
.bd-banner{
	background:rgba(0,0,0,0.7);
    float: right;
    padding: 40px 10px;
    text-align: left;
    width: 35%;
	border-radius:6px;
	position:relative;
	top:-40px;
	padding-left:24px;
}
.metaslider .bd-banner h4 {
      font-family:open sans;
    font-size: 24px !important;
    margin-bottom: 14px;
    margin-top: 0;
    text-align: left;
    text-transform: none;
}
.metaslider .bd-banner h3 {
    font-family:ProximaNova-Bold;
    font-size: 48px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 24px;
    margin: auto;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
	padding-top:10px;
}
.metaslider .bd-banner .btn-primary {
    background-color: #0fb5e5;
    border: 0 none;
    border-radius: 38px;
    color: #fff;
    font-family:ProximaNova-Regular;
    font-size: 16px;
    font-weight: 500;
    letter-spacing:0px;
    padding: 8px 18px;
    text-transform: uppercase;
    transition: all 0.8s ease 0s;
	margin-top:10px;
}
.metaslider .bd-banner .btn-primary:hover{
	background-color: #fff !important;
	color:#000;
	text-decoration:none;
	box-shadow:0;
	border:0;
}
/**********/
.check-out{
	background:transparent;
    float: right;
    padding: 40px 10px;
    text-align: center;
    width: 100%;
	border-radius:6px;
	position:relative;
	top:-90px;
}
.metaslider .check-out h4 {
    font-family:BebasNeueBold;
    font-size: 55px !important;
    margin-bottom: 14px;
    margin-top: 0;
    text-align: center;
    text-transform: uppercase;
	letter-spacing:1px;
}
.metaslider .check-out h3 {
    font-family: open sans;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    margin: auto;
    padding-top: 10px;
    text-align: center;
    text-transform: none;
    width: 80%;
}
.metaslider .check-out .btn-primary {
    background-color: #01B6EB;
    border-image: none;
    color: #fff;
    font-family:open sans;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    margin-top: 10px;
    padding: 12px 38px;
    text-transform: uppercase;
	margin:0 10px;
	margin-top:20px;
	border:0;
}
.metaslider .check-out .btn-primary:hover{
	background-color: #19ceab !important;
	color:#000 !important;
	text-decoration:none;
	box-shadow:0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
	background:transparent !important;
	border-width:0 !important;
	border-color:transparent !important;
}
.nav-tabs > li > a:hover{
	background:transparent !important;
	border-width:1px !important;
	border-color:transparent !important;
}
.nav-tabs{
	margin-top:25px;
	border:0;
}
@media(max-width:800px){
	.nav-tabs > li{
		display:inline;
		float:left;
	}
	.nav > li > a > img{
		max-width:60px;
	}
}
@media(width:1280px){
	.metaslider .check-out h3 {
		line-height:46px;
	}
}
.ab-img img{
	margin:auto;
	display:block;
}
@media(max-width:768px){
	.ab-c{
		padding:50px 20px;
	}
}
.news-div .item .thumbnail{
	background:#fff !important;
	padding:0 !important;
	border-top-left-radius:5px !important;
	border-top-right-radius:5px !important;
}
.news-div .item .thumbnail .row{
	padding-top:0 !important;
	padding-bottom:25px;
}
.sub-line{
		margin-bottom:40px;
}
.c-home ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ccc !important;
  font-family:proximanova-regular !important;
}
.c-home ::-moz-placeholder { /* Firefox 19+ */
  color: #ccc !important;
  font-family:proximanova-regular !important;
}
.c-home :-ms-input-placeholder { /* IE 10+ */
  color: #ccc !important;
  font-family:proximanova-regular !important;
}
.c-home :-moz-placeholder { /* Firefox 18- */
  color: #ccc !important;
  font-family:proximanova-regular !important;
}
@media(max-width:800px){
#menu-footer-menu li{
	display:block;
	float:none;
}
}
.c-home .form-control:focus{
	border:1px solid #ccc !important;
}
@media(min-width:800px){
	#menu-footer-menu li{
	
	}
}
.f-link {
	padding-top:15px;
	padding-bottom:25px;
	clear:both;
}
.f-link li{
	list-style:none;
	display:inline-block;
	padding:0 12px;
}
.f-link li .fa{
	color:#000 !important;
	font-size:18px !important;
	font-weight:600;
}
.f-link li .fa{
    transition: transform 0.4s ease-in-out 0s;
}
.f-link li .fa:hover{
	box-shadow:0px 0px 1px #fff;
	border-radius:30px;
	transform:rotate(360deg);
	color:#0FB5E5 !important;
}
.copy{
	font-family: proximanova-regular;
    font-size: 14px;
    letter-spacing: 0;
}
#owl-demo3 .owl-prev {
	background: rgba(0, 0, 0, 0) url("./images/news-event-btn-right.png") no-repeat scroll center center;
    bottom: 0;
    float: none;
    height: 100px;
    opacity: 1;
    position: absolute;
    right: -5px;
    top: -106px;
    width: 53px;
	
}
#owl-demo3 .owl-next {
	background: rgba(0, 0, 0, 0) url("./images/news-event-btn-left.png") no-repeat scroll center center;
     bottom: 0;
    float: none;
    height: 100px;
    opacity: 1;
    position: absolute;
    right: 34px;
    top: -106px;
    width: 53px;
}
.line{
	padding-left:25px;
}
.ab-c{
	background: #fff none repeat scroll 0 0;
    box-shadow: 0 3px 3px #ccc;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
}
@media(max-width:800px){
    
      .Products h5 {
    color: #fff;
    font-family: FuturaHeavyBT;
    font-size: 22px !important;
    font-weight: 600;
    text-align: center;
}
		.s-title img{
		margin:auto;
	}
	.s-title p{
		margin-top:20px;
		padding:0 15px;
	}
}
.point{
	position:absolute;
	left:45%;
	display:none;
}
.nav-tabs > li.active .point,.nav-tabs > li:hover .point{
	display:block !important;
}
/***popup appointment form ***/

.modal h1 {
    font-family: montserrat;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
	text-shadow:0 0 3px #000;
}
.modal .header {
    background:#1BD0AA;
    border-bottom: 1px solid #ccc;
    color: #fff;
    padding: 1.5em 2.5em;
}
.modal label {
    color: #000;
    display: block;
    font-family: montserrat;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0;
    text-align: left;
    text-transform: uppercase;
}
.modal-content .wpcf7-text, .modal-content .wpcf7-date {
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: 1px 2px 5px #ccc;
    color: #555;
    font-size: 1em;
    padding: 6px 10px;
}
.modal-content .wpcf7-textarea {
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: 1px 2px 5px #ccc;
    color: #555;
    height: 100px;
    padding: 6px 10px;
}
.modal .wpcf7-submit {
    background: #017e84 none repeat scroll 0 0;
    border-bottom: 5px solid #000;
    border-width: 0 0 5px;
    color: #fff;
    display: block;
    font-family:montserrat;
    font-size: 1.0625em;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 5px auto 22px;
    padding: 0.74em 1.5em;
    text-transform: uppercase;
}
.modal-content {
    border-radius: 0;
    margin: -2px 0 1em;
    padding: 0.5em 2.5em 1em;
    width: 100%;
}
.modal-footer .btn-default {
    background-color: #ff0000;
    border-color: #fff;
    color: #fff;
}

/*****End **/

.team h3 {
    color: #000;
    font-family: montserrat;
    font-size: 32px;
    letter-spacing: 1px;
    margin-top: 0;
    opacity: 0.8;
    padding-bottom: 15px;
    text-align: center;
}
.team .line {
    margin: auto auto 62px;
    padding-left: 0;
}
.team .thumbnail {
    background: transparent !important;
    border: 0 none !important;
    display: block !important;
    margin: auto !important;
    width: 270px !important;
	padding:0 !important;
}
.t-team{
	background:#2D4A5A;
	 color: #fff;
    font-family: montserrat;
    margin-top: -12px;
    text-align: center;
}
.team p{
	color: #19ceab;
    font-family: montserrat;
    font-size: 14px;
    line-height: 25px;
    opacity: 0.8;
    padding: 0 0 20px;
    text-align: justify;
    text-align-last: center;
}
.t-team h5{
	padding-top:22px;
	padding-bottom:0px;
}
.t-team:hover{
	background:#19CEAB;
}
.t-team:hover h5{
	color:#fff;
}
.t-team:hover p{
	color:#000;
}
.vip h3 {
    color: #000;
    font-family: bebasneueregular;
    font-size: 42px;
    font-weight: 600;
    letter-spacing: 1px;
    opacity: 1;
    padding-bottom: 5px;
    text-align: center;
}
.vip .line{
	padding:0;
	margin:auto;
}
.vip p{
	 color: #fff;
    font-family: montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 36px;
    opacity: 0.7;
    text-align: justify;
    text-align-last: center;
}
.colon-img{
	margin:auto;
	margin-top:40px;
}
.vip{
	padding-top:60px;
	padding-bottom:40px;
}
.vip h4{
	color: #000;
    font-family: open sans;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    opacity: 0.7;
    padding-bottom: 5px;
    padding-top: 0;
    text-align: center;
    text-transform: none;
	margin-bottom:40px;
}
.vip h6{
	color: #fff;
    font-family: montserrat;
    font-size: 14px;
    letter-spacing: 1px;
    opacity: 0.7;
    padding-bottom: 20px;
    text-align: center;
}
.get-link{
	padding:0;
}
.get-touch .line{
	padding-left:88px;
	padding-bottom:50px;
}
.get-touch h3 {
    color: #000;
    font-family: montserrat;
    font-size: 32px;
    letter-spacing: 1px;
    margin-top: 0;
    opacity: 0.8;
    padding-bottom: 10px;
    text-align: left;
}
.c1{
	color:#19CEAB;
}
.fixed .navbar-inverse .navbar-nav > li > a{
	padding:3px 14px !important;
}
@media(max-width:800px){
.logo-img {
        padding-bottom: 10px;
        padding-top: 17px;
        margin: auto;
        width: 100%;
    }
}
@media(max-width:360px){
   
    .Sectors h4 {
        color: #000;
        font-family: FuturaHeavyBT !important;
        font-size: 25px;
        text-align: center;
        margin-bottom: 5px;
        font-weight: 600;
    }
 .scrollup {
 
    bottom: -5px;
 
    height: 22px;
    overflow: hidden;
    position: fixed;
    right: 40px;
    text-decoration: none;
    text-indent: 100%;
    width: 40px;
    height: 40px;
}
    
	.nav-tabs > li{
		float:none;
	}
	.nav-tabs > li.active .point,.nav-tabs > li:hover .point{
	display:none !important;
}
}
/************/


@media(max-width:800px){
    

.h-top .text-left{
	text-align:center;
	line-height:30px;
}



/************/
.top-one p{
	color: #03518d ;
    display: inline;
    font-family:FuturaHeavyBT;
    font-size: 17px;
   
   
}
.top-one{
    background:transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 6px !important;
}
.metaslider .flexslider{
	margin:0 !important;
}
.flex-control-nav{
	bottom:0px !important;
	z-index:999;
	bottom:50px !important;
}
@media(min-width:800px){
	.ab-img img{
	position:relative;
	top:50px;
}
}
.rm12 {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #676767;
    display: block;
    font-family: open sans;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: auto;
    opacity: 1;
    padding: 10px 22px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    top: 25px;
    width: 150px;
}
.rm12:hover{
	background:#01B6EB;
	color:#fff;
	text-decoration:none;
}
.event{
	background:url("./images/event-bg.jpg") no-repeat scroll;
	background-size:100% 100%;
	padding-top:40px;
	padding-bottom:50px
}
.event h3{
	color: #fff;
    font-family: bebasneueregular;
    font-size: 45px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
	padding-bottom:40px
}
.event .thumbnail {
    background: #fff !important;
    border: 0 none !important;
    border-radius: 0 !important;
    text-align: center;
	padding-top:24px;
	padding-bottom:30px;
}
.event p{
	color: #01b6eb;
    font-family: bebasneueregular;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 1px;
}
.event h5{
	color: #000;
    font-family: open sans;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
    opacity: 0.7;
    text-transform: uppercase;
}
.footer-s li{
	list-style:none;
	display:inline-block;
	width:22px;
	height:22px;
	background:#fff;
	border-radius:100%;
	text-align:center;
	margin-left:8px;
}
.footer-s li .fa{
	 color: #000 !important;
    font-size: 14px !important;
    line-height: 30px !important;
    position: relative !important;
    text-align: center !important;
    top: -5px;
}
.footer-s li:hover{
	background:#20BDED;
}
.footer-s li:hover .fa{
	color:#fff !important;
}

.rm-123{
   
    background: #6ab310 none repeat scroll 0 0;
    border: 0 none #BC2828 ;
    border-radius: 10px;
    box-shadow: 0 0 0 0 #fff inset;
    color: #fff;
    display: block;
    font-family: barlow, sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: auto;
    padding: 10px 10px;
    position: relative;
    text-align: center;
    bottom:40px;
    top: 28px;
    transition: all 0.8s ease-out 0s;
    width: 191px;
    -webkit-animation: 3s ease-in-out infinite anime;
    animation: 3s ease-in-out infinite anime;
    transform: scale(1);
    transition: .3s;
    
}



@media(max-width:479px){

}
.metaslider{
	max-width:100% !important;
}
#banner{
	position: relative;
}
.s-image{
	background: #ff4e31 none repeat scroll 0 0;
    border-radius: 100%;
    display: block;
    height: 74px;
    margin: auto;
    padding: 15px;
    width: 76px;
	position:relative;
	top:-42px;
}
.s-image:hover{
	background:#002749;
}
.s-image img{
	display: block;
    margin: auto;
    text-align: center;
	width:38px;
	height:38px;
}
.ab-icon1{
	width:24px !important;
}
.flex-control-nav {
    bottom: 115px !important;
    line-height: 11px;
}
.program h3{
	color: #44444f;
    font-family:arial;
    font-size: 35px;
    text-align: center;
	font-weight:600;
}
.program h3 span{
	color:#F21850;
	font-weight:600;
}
.program h4{
	color: #44444f !important;
    font-family:arial;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    opacity: 1;
    padding-bottom: 0;
    text-align: center;
    text-transform: uppercase;
}
.line-blue{
	display: block;
    margin: auto;
    padding-bottom: 50px;
}
.program{
	padding:40px 0px;
}
.w-line{
	display: block;
    margin: 15px auto 50px;
}
.g-img img{
	margin-bottom:30px;
}
.g-img img:hover {
    opacity:1;
     -webkit-transition: 1.0s ease-out;
     -moz-transition: 1.0s ease-out;
     -o-transition: 1.0s ease-out;
     -ms-transition: 1.0s ease-out;
     transition: 1.0s ease-out;
      -webkit-transform:scale(1.15); /* Safari and Chrome */
    -moz-transform:scale(1.15); /* Firefox */
    -ms-transform:scale(1.15); /* IE 9 */
    -o-transform:scale(1.15); /* Opera */
     transform:scale(1.15);
}
.g-img img{
    -webkit-transition: 1 ease-out;
     -moz-transition: 1 ease-out;
     -o-transition: 1 ease-out;
     -ms-transition: 1 ease-out;
     transition:1s ease-out;
}
.g-all{
	width:140px;
	border-radius:30px;
	background:#fff;
	color:#002749;
	text-align:center;
	padding:7px 0px;
	margin:auto;
	display:block;
	text-transform:uppercase;
	font-family:futuraptMedium;
	margin-top:18px;
}
.g-all:hover{
	text-decoration:none;
}
#owl-demo3 .owl-prev {
	background: rgba(0, 0, 0, 0) url("./images/news-event-btn-right.png") no-repeat scroll center center;
    bottom: 0;
    float: none;
    height: 100px;
    opacity: 1;
    position: absolute;
    right: 46%;
    top: 496px;
    width: 53px;
	
}
#owl-demo3 .owl-next {
	background: rgba(0, 0, 0, 0) url("./images/news-event-btn-left.png") no-repeat scroll center center;
     bottom: 0;
    float: none;
    height: 100px;
    opacity: 1;
    position: absolute;
    right: 50%;
    top: 496px;
    width: 53px;
}
.r-event{
	background: #fff none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 30px;
    color: #000;
    font-family: futuraptMedium;
    left: 21px;
    padding: 3px 14px;
    position: absolute;
    text-transform: none;
    top: 115px;
	font-size:16px;
}
.r-event:hover{
	background:#F31850;
	color:#fff;
	text-decoration:none;
}
.date1{
	color: #ff4e31;
    display: inline-block;
    float: left;
    font-family: lato;
    font-size: 16px;
   margin-top: 18px;
    text-transform: uppercase;
}
.date{
	 background: #ff4e31 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    float: right;
    font-family: lato;
    margin-top: 18px;
    padding: 6px 17px;
    text-align: right;
    text-transform: uppercase;
}
@media(min-width:1279px){
	.arr{
	display:block;
	position: absolute;
    right: 39px;
    top: 245px;
	}
}
@media(max-width:1279px){
.arr{
	display:none;
}
}
.post-date{
	 left: -30px;
    margin-bottom: 0;
    position: absolute;
    top: -60px;
}
.d-1{
	 background: #1f2e45 none repeat scroll 0 0;
    color: #fff;
    font-size: 15px;
    padding: 5px 14px;
}
.d-2{
	background: #fff none repeat scroll 0 0;
    color: #000;
    font-family: lato;
    font-size: 15px;
    padding: 5px 14px;
}
.d-3{
	 font-size: 34px;
    padding: 0 6px;
    position: relative;
    top: 4px;
}

.map{
	background:transparent;
	margin:auto;
	display:block;
}
.map img{
	position: relative;
	margin:auto;
	display:block;
	top:50px;
}
.ab-r{
	color: #5c5c60;
    font-family: proximanova-regular;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
}
.ab-r:hover{
	color:#fff;
	text-decoration:none;
}
.f-s li{
	display:inline-block;
	list-style:none;
	margin-right:10px;
}
.f-s{
	margin-top:20px;
}
.f-event{
	border-bottom: 1px solid #fff;
    margin-bottom: 20px;
}
@media(max-width:800px){
#footer1{
	background:#052949;
}
}
#menu-footer-menu li,#menu-services li{
	
	
	padding-left:15px;
	margin-bottom:8px;
}
.copy a{
	font-family: proximanova-regular;
    font-size: 14px;
    letter-spacing: 0;
	color:#000;
}
.fixed{
	background:rgba(255,255,255,0.8) !important;
	padding:5px 0px !important;
}
@media(max-width:1024px){
	.navbar-inverse .navbar-nav > li > a{
	padding:10px 14px !important;
}
}
.fixed #menu1 {
        margin-top: 0px;
    }
.entry-title{
    color: #000;
    font-family: roboto;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    text-shadow: 0 1px 1px #000;
    text-transform: uppercase;
}
.entry-content li, .entry-content p, .entry-content a {
    color: #000;
    font-family: lato;
    font-size: 14px;
    line-height: 28px;
}
/********New*******/


    .about h4 {
        color: #E77A37;
        font-family: FuturaHeavyBT;
        font-size: 15px;
        line-height: 19px;
        text-align: left;
        font-weight: 700; 
        margin-bottom: 0px;
    }
    
    .about h3 {
    color: #000;
    font-family: FuturaHeavyBT;
    font-size: 15px;
    font-weight: 550;
    text-align: left;
    padding-left: 5px;
    border-left: 2px solid #E77A37;
}
.about span{
	color:#000;
	font-family:'Jost', sans-serif;
	font-size: 15px;
    font-weight: 600;
    text-align: left;
	
	
}
.about p {
        clear: both;
        color: #000;
        font-family: 'Jost', sans-serif;
        line-height: 22px;
        opacity: 0.6;
        font-size: 15px;
       text-align: left; 
        /* text-align-last: left; */
        margin-top: 5px;
    }
.flex-control-paging li a.flex-active {
    background: #f2174f none repeat scroll 0 0;
    cursor: default;
}
.flex-control-paging li a{
	background:#ccc !important;
	padding:5px !important;
	border: 3px solid #f2174f !important;
}
.flex-control-nav{
	bottom:30px !important;
}





figcaption{
	 background:rgba(243,24,80,0.8);
    border: 0 none;
    bottom: 24px;
    box-shadow: 1px 2px 5px #000;
    color: #fff;
    font-family: futuraptMedium;
    font-size: 20px;
    left: 50px;
    letter-spacing: 0;
    padding: 6px 88px 6px 17px;
    position: absolute;
}
.figcaption span{
	font-family:futuraptlight;
	font-weight:400;
}
.about li{
	background: rgba(0, 0, 0, 0) url("./images/tik.png") no-repeat scroll left center;
    color: #000;
    float: left;
    font-family: lato;
    font-size: 14px;
    line-height: 29px;
    list-style: outside none none;
    opacity: 1;
    padding-left: 24px;
    width: 50%;
}
.about{
	margin:50px 0px 50px;
}
.whychoose h3{
	color: #2289CE;
    font-family:arial;
    font-size: 35px;
    text-align: center;
	
	font-weight:600;
	font-family:arial;
	font-weight:600;
	font-size:35px;
}
.whychoose h3 span{
	color:#092E48;
	font-weight:600;
	font-family:arial;
	font-weight:600;
	font-size:35px;
}

.header-line{
	display: block;
    margin: auto;
    padding-bottom: 5px;
	padding-left:0px !important;
	width:70%;
}
.whychoose h5{
	color: #44444f;
    font-family:arial;
    font-size: 20px;
    line-height: 28px;
    opacity: 0.8;
    text-align: center;
}
.event-c{
	font-family:futuraptLight;
    text-align: center;
    font-size: 35px;
}
.whychoose{
	padding:35px 0px;
	background:#f4f4f4;
}
.whychoose img{
	margin:auto;
	display:block;
}

.t-content{
	background:transparent;
	padding:25px 35px !important;
}
.program h5{
	 color: #1e76bd;
    font-family:arial;
    font-size: 32px;
	font-weight:600;
    margin-top: 0;
	border-bottom:2px solid #092E48;
	padding-bottom:8px;
}
.program p{
	  color: #000;
    font-family:arial;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 50px;
    margin-top: 14px;
    opacity: 0.6;
    text-align: left;
}
.program .rm-about{	
	float:left;
	top:-10px;
}

/*********/
.program .row div{
	padding:0;
}
/*****Overlay*******/
/*******/


.overlay {
  background-color: rgba(243, 24, 80, 0.7);
    bottom: 100%;
    height: 0;
    left: 0;
    margin: auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    transition: all 0.5s ease 0s;
    width: 94%;
}

.event-d:hover .overlay {
  bottom: 0;
  height: 100%;
}

.text {
  white-space: normal; 
  color: fff !important;
  font-size: 29px;
  position: absolute;
  overflow: visible;
  top: 70%;
  right: 50% !important;
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-family:lato;
  text-align:center !important;
  width:100%;
  font-weight:900;
}

/****************/
.nv{
	 color: #fff;
    display: block;
    font-family: futuraptlight;
    font-size: 21px;
    margin: auto;
    text-align: center;
    width: 154px;
	margin-bottom:40px;
}
.nv1{
	background: #f31850 none repeat scroll 0 0;
    padding: 3px 15px;
}
.nv2{
	background: #1F2E45 none repeat scroll 0 0;
    padding: 3px 15px;
}
.n-title{
	border: 0 none;
    bottom: 13px;
    color: #fff;
    font-family: futuraptMedium;
    font-size: 24px;
    left: 44px;
    position: absolute;
}
@media(max-width:981px){
	.post-date{
		display:none;
	}	
}
@media(max-width:1025px){
	.overlay{
		display:none;
	}
	.event-d:hover .n-title{
	display:block !important;
}
}
.event-d:hover .n-title{
	display:none;
}
#owl-demo3{
	border: 1px solid #ddd !important;
    border-radius: 4px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
    padding-top: 28px !important;
}
.d-2{
	display: inline-block;
	position: relative;
	background: #fff;
}
.d-2:after {
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 14px;
    content: "";
    display: block;
    height: 0;
    left: 84%;
    margin-top: -14px;
    position: absolute;
    top: 50%;
    width: 0;
}
.test-div img{
	display: inline;
    margin: auto;
}
@media(min-width:800px){
.t1{
	padding:0 !important;
}
}
#footer1 .i-r li{
	margin-left:0;
}
.page-id-432 #banner,.page-id-436 #banner,.page-id-438 #banner,.page-id-440 #banner,.page-id-444 #banner,.page-id-442 #banner{
	display:none;
}
.page-id-432 .top1,.page-id-436 .top1,.page-id-438 .top1,.page-id-440 .top1,.page-id-444 .top1,.page-id-442 .top1{
	border-bottom:1px solid #ccc;
}
/***Rotate Logo Image****/
.l-img{
	-webkit-animation-name: rotate;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-direction: right;
	-webkit-animation-timing-function: linear;
	-ms-animation-name: rotate;
	-ms-animation-duration: 1s;
	-ms-animation-iteration-count: 1;
	-ms-animation-direction: right;
	-ms-animation-timing-function: linear;
	-moz-animation-name: rotate;
	-moz-animation-duration: 1s;
	-moz-animation-iteration-count: 1;
	-moz-animation-direction: right;
	-moz-animation-timing-function: linear;
	-o-animation-name: rotate;
	-o-animation-duration: 1s;
	-o-animation-iteration-count: 1;
	-o-animation-direction: right;
	-o-animation-timing-function: linear;
	animation-name: rotate;
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-direction: right;
	animation-timing-function: linear;
}

@-webkit-keyframes rotate {
	0% {
		-webkit-transform:rotate(0deg);
		transform:rotate(0deg);
	}
	100% {
		-webkit-transform:rotate(360deg);
		transform:rotate(360deg);
	}
}

@-ms-keyframes rotate {
	0% {
		-ms-transform:rotate(0deg);
		transform:rotate(0deg);
	}
	100% {
		-ms-transform:rotate(360deg);
		transform:rotate(360deg);
	}
}

@-moz-keyframes rotate {
	0% {
		-moz-transform:rotate(0deg);
		transform:rotate(0deg);
	}
	100% {
		-moz-transform:rotate(360deg);
		transform:rotate(360deg);
	}
}

@-o-keyframes rotate {
	0% {
		-o-transform:rotate(0deg);
		transform:rotate(0deg);
	}
	100% {
		-o-transform:rotate(360deg);
		transform:rotate(360deg);
	}
}

@keyframes rotate {
	0% {
		transform:rotate(0deg);
	}
	100% {
		transform:rotate(360deg);
	}
}
/*************/
.about img:hover{
    opacity:1;
     -webkit-transition: 1.0s ease-out;
     
     -moz-transition: 1.0s ease-out;
     -o-transition: 1.0s ease-out;
     -ms-transition: 1.0s ease-out;
     transition: 1.0s ease-out;
      -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}
.about img{
    -webkit-transition: 1 ease-out;
     -moz-transition: 1 ease-out;
     -o-transition: 1 ease-out;
     -ms-transition: 1 ease-out;
     transition:1s ease-out;
}
figcaption span{
	font-family:futuraptLight;
}
@media(max-width:767px){
	.about{
		padding:0px 15px;
	}
	.about img{
		margin-top:0px;
	}
	.tabcontent img{
		margin:auto;
	}
	.t-content{
		padding-left:45px !important;
		padding-right:45px !important;
	}
	.l-img{
		margin:auto;
	}
}
@media(max-width:1025px){
	.owl-buttons{
		display:none;
	}
}


@media(min-width:1024px){


.tp1 {
    padding: 10px;
    width: 100%;
    z-index: 999;
    border-bottom: 1px solid #03518d;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
}
@media(max-width:1024px){

}
.t-content{
	border:1px solid #d9d9d9 !important;
}
.pg{
	box-shadow:0 0 5px #000 !important;
}
.service h3{
    color: #44444f;
    font-family:arial;
    font-size:35px;
    text-align: center;
	font-weight:600;
}
.service h3 span{
	color: #fff;
}
.service{
	background:url("") no-repeat scroll;
	background-size:cover;
	padding:30px 0 50px;
	background:#f5f7f8;
}
.service h5{
	color: #2388cc;
    font-family:arial;
    font-size: 20px;
    letter-spacing: 1px;
    text-align: center;
	padding-top:10px;
}
.service p {
    clear: both;
    color: #000;
    font-family: ProximaNova-Regular;
    line-height: 29px;
    opacity: 0.6;
    text-align: center;
    text-align-last: center;
	 padding-left: 25px;
    padding-right: 25px;
	font-size:15px;
}
.service .thumbnail {
    background: #ffffff !important;
    border: 0 none;
    border-radius: 0;
    box-shadow: 1px 2px 2px #c4c5c6;
    margin: 14px;
    padding: 0 0 40px;
}

.testimonial h3 span{
	color: #092e48;
}
.t-img{
	margin-bottom:10px;
	display:inline-block;
}

.img-name{
	width:100%;
	height:auto;
}
.colon{
	margin:auto;
	display:block !important;
	margin-top:30px !important;
}

#footer1 hr{
	background: #2289ce none repeat scroll 0 0;
    border: 1px solid #000;
    color: #000;
    height: 0;
    width: 20%;
	margin:0;
	margin-bottom:35px;
	clear:both;
}
.i-rs li {
	margin-top:15px;
    background: transparent none repeat scroll 0 0;
	padding:17px;
    border: 1px solid #000;
    border-radius:100%;
    display: inline-block;
    height: 25px;
    line-height: 18px;
    list-style: outside none none;
    margin-left: 8px;
    position: relative;
    text-align: center;
    top: 3px;
    width: 25px;
	
}
.i-rs li:hover{
	background:#6ab310 ;
	padding:17px;
	color:#fff;
}
.i-rs li .fa {
    color: #000 !important;
    font-size: 15px !important;
    position: relative;
    top:-15px;
	margin-left:-7px;
}

@media only screen and (max-width: 600px) {
    #footer1 {
    padding: 0px 0 0;
    background: #ffd9bf !important;
    color: #000;
    font-family: FuturaHeavyBT;
    font-size: 16px;
    margin-top: 0px;
    padding-top: 23px;
    padding-bottom: 6px !important;
}
    .fa-brands, .fab {
    font-weight: 400;
    font-size: 20px;
    padding-bottom: 5px;
}
.fa-solid, .fas {
    font-weight: 900;
    font-size: 18px;
    padding-bottom: 5px;
}
    .fa-regular, .far {
    font-weight: 400;
    font-size: 18px;
    padding-bottom: 5px;
}

    .p-e li {
    padding-top: 5px;
    list-style: none;
    display: inline-block;
    font-family: proximanova-regular;
}
    
    .tp1 {
    font-size:12px;
    width: 100%;
    z-index: 999;
    border-bottom: 1px solid #03518d;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}

    .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #060606 !important;
    margin-top:5px;
}
.navbar-inverse .navbar-toggle {
    border: none !important;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
background:none;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top:-38px !important;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

  
  
.i-icons img
{
    display:inline !important;
}

.i-icons li {
                   display: inline-block !important;
            margin-left: 11px;
            list-style: outside none none;
            text-align: left;
            width: 8%;
            padding-right: 10px;
}
.i-icons a  {
    display: inline-block;
    height: 25px;
    line-height: 24px;
    list-style: outside none none;
    
    text-align: center;
    width: 22px;
}
  
.lg-img
{
    width:50%;
}
	.metaslider h3 {
		
	font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-transform: none;
    width: 50%;
    color: #000;
		
    /* font-family: 'Jost', sans-serif; */
    
}

  }
  
   
  
  #myNavbar {
  padding: 0;
  margin: 0;
  border: 0;
  width: auto;
}
#myNavbar ul,
#myNavbarli {
  list-style: none;
  margin: 0;
  padding: 0;
}
#myNavbar ul {
  position: relative;
  z-index: 597;
}
#myNavbar ul li {
  float: left;
  min-height: 1px;
  vertical-align: middle;
}
#myNavbar ul li.hover,
#myNavbar ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}
#myNavbar ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 100%;
}
#myNavbar ul ul li {
  float: none;
}
#myNavbar ul ul ul {
  top: 0;
  left: 190px;
  width: 190px;
}
#myNavbar ul li:hover > ul {
  visibility: visible;
}
#myNavbar ul ul {
  bottom: 0;
  left: 0;
}
#myNavbar ul ul {
  margin-top: 0;
}
#myNavbar ul ul li {
  font-weight: normal;
}
#myNavbar a {
  display: block;
  color:#000;
  line-height: 1em;
  text-decoration: none;
}
/* Custom CSS Styles */
#myNavbar {

  font-family:arial;
  font-size: 12px;
}
#myNavbar > ul {
  *display: inline-block;
}
#myNavbar:after,
#myNavbar ul:after {
  content: '';
  display: block;
  clear: both;
}
#myNavbar ul {
  /*text-transform: uppercase;*/
}
#myNavbar ul ul {
  border-top: 4px solid #1b9bff;
  text-transform: none;
  min-width: 190px;
}
#myNavbar ul ul a {
  background: #1b9bff !important;
  color: #ffffff;
  border: 1px solid #0082e7;
  border-top: 0 none;
  line-height: 150%;
  padding: 16px 20px;
  font-size: 15px;
}
#myNavbar ul ul ul {
  border-top: 0 none;
}
#myNavbar ul ul li {
  position: relative;
}
#myNavbar ul ul li:first-child > a {
  border-top: 1px solid #0082e7;
}
#myNavbar ul ul li:hover > a {
  background: #fb0230;
  color: #ffffff;
}
#myNavbar ul ul li:last-child > a {
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-box-shadow: 0 1px 0 #1b9bff;
  -webkit-box-shadow: 0 1px 0 #1b9bff;
  box-shadow: 0 1px 0 #1b9bff;
}
#myNavbar ul ul li:last-child:hover > a {
  -moz-border-radius: 0 0 0 3px;
  -webkit-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#myNavbar ul ul li.has-sub > a:after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -8px;
}
#myNavbar ul li:hover > a,
#myNavbar ul li.active > a {


  color: #fb0230;
}
#myNavbar ul li.has-sub > a:after {
  content: '+';
  margin-left: 5px;
}
#myNavbar ul li.last ul {
  left: auto;
  right: 0;
}
#myNavbar ul li.last ul ul {
  left: auto;
  right: 99.5%;
}
#myNavbar a {
  color: #000;
  padding: 0 20px;
}
#myNavbar > ul > li > a {
  line-height: 48px;
  font-size: 12px;
}


}

@media(max-width:1024px)
{
	
	#myNavbar ul {
 width:100% !important ;
}
	
}



  #myNavbar {
  padding: 0;
  margin: 0;
  border: 0;
  width: auto;
}
#myNavbar ul,
#myNavbarli {
  list-style: none;
  margin: 0;
  padding: 0;
}
#myNavbar ul {
    position: relative;
    top: 5px;
}
#myNavbar ul li {
  float: left;
  min-height: 1px;
  vertical-align: middle;
}
#myNavbar ul li.hover,
#myNavbar ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}
#myNavbar ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 100%;
}
#myNavbar ul ul li {
  float: none;
}
#myNavbar ul ul ul {
  top: 0;
  left: 190px;
  width: 190px;
}
#myNavbar ul li:hover > ul {
  visibility: visible;
}
#myNavbar ul ul {
  bottom: 0;
  left: 0;
}
#myNavbar ul ul {
  margin-top: 0;
}
#myNavbar ul ul li {
  font-weight: normal;
}
#myNavbar a {
  display: block;
  line-height: 1em;
  text-decoration: none;
}
/ Custom CSS Styles /
#myNavbar {
 

  font-family:arial;
  font-size: 12px;
}
#myNavbar > ul {
  *display: inline-block;
}
#myNavbar:after,
#myNavbar ul:after {
  content: '';
  display: block;
  clear: both;
}

#myNavbar ul ul {
 
  text-transform: none;
  min-width: 290px;
}
#myNavbar ul ul a {
  background: #E77A37 !important;
  color: rgb(0, 0, 0);
  
  border-top: 0 none;
  line-height: 150%;
  padding: 8px 20px;
  font-size: 13px;
}
#myNavbar ul ul ul {
  border-top: 0 none;
}
#myNavbar ul ul li {
  position: relative;
}
#myNavbar ul ul li:first-child > a {
  border-top: 1px solid #E77A37;
}
#myNavbar ul ul li:hover > a {
  background: #E77A37 !important;
  color: rgb(0, 0, 0);
}
#myNavbar ul ul li:last-child > a {
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-box-shadow: 0 1px 0 #E77A37;
  -webkit-box-shadow: 0 1px 0 #E77A37;
  box-shadow: 0 1px 0 #E77A37;
}
#myNavbar ul ul li:last-child:hover > a {
  -moz-border-radius: 0 0 0 3px;
  -webkit-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#myNavbar ul ul li.has-sub > a:after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -8px;
}

#myNavbar ul li.active > a {

  color: #444;
}
#myNavbar ul li.has-sub > a:after {
  content: '+';
  margin-left: 5px;
}
#myNavbar ul li.last ul {
  left: auto;
  right: 0;
}
#myNavbar ul li.last ul ul {
  left: auto;
  right: 99.5%;
}
#myNavbar a {
 
  color: #444;
  padding: 0 20px;
}
#myNavbar > ul > li > a {
  line-height: 48px;
  font-size: 12px;
}

  @media only screen and (max-width: 600px) {
      .fixed {
    position:fixed;	
    top:0;
	z-index:1;
	right:0;
	background:rgba(255,255,255,1) !important;
	width:100%;
	box-shadow: 0 0px 1px #ccc;
	padding-top:10px !important;
	padding-bottom:0px !important;
	border-bottom:1px solid #ccc;
}
.fixed .l-img{
	margin-top: 3px;
    width: 144px;
}
.fixed #myNavbar{
	margin-top:4px;
}

.fixed .navbar{
	min-height:0 !important;
}
      
          #myNavbar ul {
      
        width: 60% !important;
    }
      

      .i-icons img
{
    display:inline !important;
}


}
    
.logo img
{
    width:50% !important;
}




.blog_template.boxy-clean .bd-more-next-line {
    display: inline-block;
    width: 135%;
    text-align: center;
    margin: 10px 0;
}




   

.top-one p {
    color: #03518d;
    display: inline;
    font-family: FuturaHeavyBT;
    font-size: 13px;
   
}



.testimonial p {
    background: transparent;
    color: #565656;
    text-align: center;
    font-family: 'Jost', sans-serif;
    font-size: 15px;
}


.blog_template.boxy-clean .post-meta 
{
    display: none !important;
}




