body {
   
	font-family: 'Poppins', sans-serif;
    line-height: 1.8;
    color: #818181;
  }
  h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #434343;
    font-weight: 600;
    //margin-bottom: 30px;
  }
  h4 {
    font-size: 19px;
    line-height: 1.375em;
    color: #e84c3d;
    font-weight: 400;
    margin-bottom: 30px;
  } 
  .read-more-act2 a {
    border: 1px solid #ccc;
    padding: 7px 10px 8px 6px;
    color: #fff5f5;
    font-size: 12px;
    text-decoration: none;
    background-color: #22248b;
}
  /**********gallery*****************/
  .jumbotron.text-center>img.img-responsive {
    width: 100%;
}    .demo-gallery > ul > li a {
              border: 3px solid #FFF;
              border-radius: 3px;
              display: block;
              overflow: hidden;
              position: relative;
              float: left;
            }
            .demo-gallery > ul > li a > img {
              -webkit-transition: -webkit-transform 0.15s ease 0s;
              -moz-transition: -moz-transform 0.15s ease 0s;
              -o-transition: -o-transform 0.15s ease 0s;
              transition: transform 0.15s ease 0s;
              -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
             
              width: 100%;
            }
            .demo-gallery > ul > li a:hover > img {
              -webkit-transform: scale3d(1.1, 1.1, 1.1);
              transform: scale3d(1.1, 1.1, 1.1);
            }
            .demo-gallery > ul > li a:hover .demo-gallery-poster > img {
              opacity: 1;
            }
            .demo-gallery > ul > li a .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.1);
              bottom: 0;
              left: 0;
              position: absolute;
              right: 0;
              top: 0;
              -webkit-transition: background-color 0.15s ease 0s;
              -o-transition: background-color 0.15s ease 0s;
              transition: background-color 0.15s ease 0s;
            }
            .demo-gallery > ul > li a .demo-gallery-poster > img {
              left: 67%;
              margin-left: -10px;
              margin-top: -10px;
              opacity: 0;
              position: absolute;
              top: 67%;
              -webkit-transition: opacity 0.3s ease 0s;
              -o-transition: opacity 0.3s ease 0s;
              transition: opacity 0.3s ease 0s;
            }
            .demo-gallery > ul > li a:hover .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.5);
            }
            .demo-gallery .justified-gallery > a > img {
              -webkit-transition: -webkit-transform 0.15s ease 0s;
              -moz-transition: -moz-transform 0.15s ease 0s;
              -o-transition: -o-transform 0.15s ease 0s;
              transition: transform 0.15s ease 0s;
              -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
              height: 100%;
              width: 100%;
            }
            .demo-gallery .justified-gallery > a:hover > img {
              -webkit-transform: scale3d(1.1, 1.1, 1.1);
              transform: scale3d(1.1, 1.1, 1.1);
            }
            .demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
              opacity: 1;
            }
            .demo-gallery .justified-gallery > a .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.1);
              bottom: 0;
              left: 0;
              position: absolute;
              right: 0;
              top: 0;
              -webkit-transition: background-color 0.15s ease 0s;
              -o-transition: background-color 0.15s ease 0s;
              transition: background-color 0.15s ease 0s;
            }
            .demo-gallery .justified-gallery > a .demo-gallery-poster > img {
              left: 67%;
              margin-left: -10px;
              margin-top: -10px;
              opacity: 0;
              position: absolute;
              top: 67%;
              -webkit-transition: opacity 0.3s ease 0s;
              -o-transition: opacity 0.3s ease 0s;
              transition: opacity 0.3s ease 0s;
            }
            .demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.5);
            }
            .demo-gallery .video .demo-gallery-poster img {
              height: 65px;
              margin-left: -24px;
              margin-top: -24px;
              opacity: 0.8;
              width: 65px;
            }
            .demo-gallery.dark > ul > li a {
              border: 3px solid #04070a;
            }
            .home .demo-gallery {
              padding-bottom: 110px;
            }
			p.highlights {
    padding: 6px 20px 8px;
    margin-right: -15px;
    line-height: 14px !important;
}
.quick-links ul li.active a {
    color: #fff!important;
    margin: 0px 0px;
   font-family: 'Poppins', sans-serif;
    padding: 5px 0px 0px 15px;
    border-radius: 5px 5px;
}
	.quick-links h2 {
    color: #fff;
   font-family: 'Poppins', sans-serif;
    text-align: center;
    font-size: 20px;
    background-color: #ba282e;
    margin: 0px 0px;
    padding: 10px 0px;
}
.quick-links ul {
    margin: 10px 0px 0px 0px;
    padding: 0px 0px;
    width: 100%;
    max-width: 100%;
    list-style: none;
}

.quick-links ul li:hover {
    width: 100%;
    max-width: 100%;
    margin: 5px 0px 0px 0px;
    padding: 10px 0px;
    background-color: #ba282e;
    color:#fff!important;
}
.quick-links ul li a {
    margin: 0px 0px;
    padding: 0px 0px 0px 15px;
    text-decoration: none;
    color: #000;
    font-size: 14px;
     font-family: 'Poppins', sans-serif;
}
.quick-links ul li a:hover {
    color: #fff!important;
    margin: 0px 0px;
   font-family: 'Poppins', sans-serif;
    padding: 5px 0px 0px 15px;
    border-radius: 5px 5px;
}
.quick-links ul li {
    width: 100%;
    max-width: 100%;
    margin: 5px 0px 0px 0px;
    padding: 10px 0px;
    background-color: #dedede;
    color: #fff!important;
}
.quick-links ul li.active {
    background-color: #ba282e;   
    color: #fff;
    margin: 5px 0px 0px 0px;
   font-family: 'Poppins', sans-serif;
    padding: 10px 5px;
    border-radius: 5px 5px;
}
/**********gallery*****************/
.ourexperts>p>i.fa.fa-quote-left {
    padding-right: 21px;
    color: #db2228;
}

.ourexperts>p>i.fa.fa-quote-right  {
     padding-left: 21px;
    color: #db2228;
}



/**********marquee*****************/
.marq-icon {
    background-color: #901c22;
    width: 100%;
  padding: 3px 11px 11px 10px;
    color: white;
    margin-left: 2px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}
.col-md-9.col-sm-9.col-xs-10.fullwdthmarquee {
    padding: 0px;
    margin: 0px;
   
}

li#mqutxtblk>a {
    color: black;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 37px;
}
.pull-right {
    float: left!important;
    padding-right: 13px;
}
span.pull-right>i {
    padding-right: 10px;
    font-size: 20px;
    line-height: 19px;
}.col-md-3.col-sm-3.col-xs-2 {
    padding: 0px;
   
}marquee {
    border: 2px solid #901c22;
    padding-bottom: 1px;
}

.col-lg-12.col-md-12.col-sm-12.col-xs-12.pdng1 {
    padding: 0px;
}
@media (max-width: 992px){
.marq-icon {
    background-color: #901c22;
    width: 100%;
    padding: 5px 16px 14px 10px;
    color: white;
    margin-left: 2px;
  font-size: 13px;
    font-family: 'Poppins', sans-serif;
}}
@media (max-width: 766px){
span.pull-right1 {
    display: none;
}.marq-icon {
    background-color: #901c22;
    width: 100%;
    padding: 9px 16px 33px 10px;
    color: white;
    margin-left: 2px;
   
    font-family: 'Poppins', sans-serif;
}
.jumbotron.text-center {
    position: relative;
   display: block!important;
background: no-repeat;}
}
@media (max-width:650px){
.marq-icon {
    background-color: #901c22;
    width: 100%;
       padding: 9px 16px 33px 10px;
    color: white;
    margin-left: 2px;
   
    font-family: 'Poppins', sans-serif;
}
span.pull-right1 {
    display: none;
}.jumbotron.text-center {
    position: relative;
 
background: no-repeat;}
}
}
@media (max-width: 1920px){
.slidernav {
    display: block;
    text-align: right;

    padding: 0px 0px 0px;
}}
/**********marquee*****************/

.jumbotron.text-center {
    position: relative;
    display: inline-block;
background: no-repeat;    width: 100%;}
.container.positions {
    position: relative;
    top: -92px;
   // display: inline-block;
}
div#services {
    /* display: -webkit-box; */
    margin: -92px auto 0px;
}  
  div#services  h2,h4 {
   margin: 3px 0px;
  }
   div#services h4 {
    
    margin: 0px 61px 0px 60px;
}
 div#services h2 {
    font-size: 31px;
    font-weight: 700;
margin: 10px 41px 0px 45px;
}
  
  div#services p {
    font-size: 16px;
    margin: 0 0 10px;
   }
   
   div#services .btn-default {
    color: #ffffff;
    background-color: #434343;
    border-color: #434343;
	border-radius:0px;
    }
	.facilites-head {
    background: #f2f2f2;
	text-align: -webkit-center;
    }
	.facilitie1 img {
	    width: 100%;border: 3px solid gray;padding: 1px;
}
	
.facilitie2 {
    background: #fff;
    margin: 0px 19px;
    position: relative;
    padding: 3px 15px;
    bottom: 31px;
    border-bottom: 3px solid #1c1c56;
    border-left: 1px solid #1c1c56;
    border-right: 1px solid #1c1c56;
}
	div.facilitie2:hover {
    background: #1c1b56;
    color: #fff;
    border-bottom: 3px solid #1c1c56; font-family: 'Poppins', sans-serif;
    }
	div.facilitie2 a:hover {
    background: #1c1b56;
    color: #fff;
    border-bottom: 3px solid #1c1c56;
    }
	.facilitie2 p {
    font-size: 12px;
    text-align: justify;
    font-family: 'Poppins', sans-serif;
    line-height: 20px;
}
	.facilitie2 a{
    border: 1px solid #ccc;
    padding: 03px 6px 3px 6px;
    color: #555;
    font-size: 12px;
    text-decoration: none; font-family: 'Poppins', sans-serif;
   }
  
	.nav-pills>li>a {
     border-radius: 0px; 
    margin: 0px 3px;
    background-color: #069cac;
	color:#fff;
    }
	.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #ffffff;
	color:#333;
    }
	div#facilitespad {
    padding: 33px 48px 33px 2px;
   }
  .jumbotron {
    background-color: #f4511e;
    color: #fff;
    padding: 0px 0px;
    margin-bottom: 0px; 
    font-family: 'Poppins', sans-serif;
  }
.footer {
    padding: 39px 0px 6px;
    color: #fff;
    background: #373737;
}
 .footer h4 {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    margin: 14px 0px 0px; font-family: 'Poppins', sans-serif;
}
 .footer p {
    font-size: 14px;
     font-family: 'Poppins', sans-serif;    color: #ffff;
}
.inner-footer {
    float: left;
    background: #28378c;
    width: 100%;
    padding: 16px 0px 4px;
}
 .getin {
    background: #ededed;
    padding: 6px 19px;
    border-radius: 17px;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none; font-family: 'Poppins', sans-serif;
}
ul.social {
    text-align: -webkit-center;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
ul.social li {
    display: inline-table;
    padding: 12px 2px;
}

.ourexperts {
    padding: 15px 0px;
}
.ourexperts h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    text-align: -webkit-right;
    /* line-height: 2.25em; */
    margin-bottom: 12px;
    font-weight: 600;
    margin: 8px 0px 6px;
}
.ourexperts p {
    font-family: 'Poppins', sans-serif;
    text-align: -webkit-right;
    padding: 19px 0px 0px;
    font-size: 15px;
    color: #464646;
    font-weight: 500;
    line-height: 35px;
}
 
  .bg-grey {
    background-color: #f6f6f6;
  }
  .logo-small {
    color: #f4511e;
    font-size: 50px; font-family: 'Poppins', sans-serif;
  }
  .logo {
    color: #f4511e;
    font-size: 200px;
  }
  .thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
  }
  .thumbnail img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
  }
  .text-center {
    text-align: -webkit-center;
  }
  .carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #f4511e;
  }
  .carousel-indicators li {
    border-color: #f4511e;
  }
  .carousel-indicators li.active {
    background-color: #f4511e;
  }
  .item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0; font-family: 'Poppins', sans-serif;
  }
  .item span {
    font-style: normal;
  }
  .panel {
    border: 1px solid #f4511e; 
    border-radius:0 !important;
    transition: box-shadow 0.5s;
  }
  .panel:hover {
    box-shadow: 5px 0px 40px rgba(0,0,0, .2);
  }
  .panel-footer .btn:hover {
    border: 1px solid #f4511e;
    background-color: #fff !important;
    color: #f4511e;
  }
  .panel-heading {
    color: #fff !important;
    background-color: #932f34 !important;
   
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .panel-footer {
    background-color: white !important;
  }
  .panel-footer h3 {
    font-size: 32px; font-family: 'Poppins', sans-serif;
  }
  .panel-footer h4 {
    color: #aaa;
    font-size: 14px;
  }
  .panel-footer .btn {
    margin: 15px 0;
    background-color: #f4511e;
    color: #fff;
  }
  

  
  /* testimonials page*/
  
  .inner-page-banner-area {
    text-align: left;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: block;
        padding: 110px 0 61px;
}.inner-page-banner-area .pagination-area {
    position: relative;
    z-index: 1;
}.inner-page-banner-area .pagination-area h1 {
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 32px;
        color: #fff;
}ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}.inner-page-banner-area .pagination-area ul li {
    display: inline-block;
    color: #cbcfcd;
    font-size: 14px;
}.inner-page-banner-area .pagination-area ul li a {
    color: #fdc800;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.breadcrumbs-overlay {
    position: relative;
    z-index: 1;
}.breadcrumbs-overlay:after {
    content: '';
    position: absolute;
    background-color: rgba(17, 17, 17, 0.7);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.testimonils {
    width: 100%;
    padding: 34px 100px;
}
.testimonial {
	padding: 30px 15px 30px 30px;
	border-style: solid;
	border-width:5px 1px 1px;
	margin:15px 0;
    border-color: #cfb87c #ddd #ddd;
     border-radius: 4px;
}

.testimonial img {
    border: 1px solid #ddd;
    margin: auto auto 0px;
    width: 100%;
}

.testimonial blockquote {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 300;
	text-align: justify;
	border-left: 5px solid rgba(0,0,0,.075);
}

.testimonial blockquote:before {
	    color: #ab2b31;
	  //  content: open-quote;
	    font-size: 5em;
	    line-height: 0em;
	    margin-right: 0.1em;
	    vertical-align: -0.4em;
}



.col-md-3 .testimonial {
    padding: 30px;
}

.col-md-4 .testimonial .col-md-5,
.col-md-3 .testimonial .col-md-5,
.col-md-2 .testimonial .col-md-5,
.col-md-1 .testimonial .col-md-5 {
	width:100%;
	margin: 0 0 15px;
}

.col-md-4 .testimonial .col-md-7,
.col-md-3 .testimonial .col-md-7,
.col-md-2 .testimonial .col-md-7,
.col-md-1 .testimonial .col-md-7 {
    padding: 0;
    width: 100%;
} 

.testimonial blockquote cite {
    float: left;
    font-weight: 600;
	font-size:10px;
    
    width: 100%;
}
cite {
    font-size: 12px;
}
.testimonial blockquote span  {
    color: #be3f48;
	margin-top: 20px;
	font-size:16px;
}
@media (min-width:992px) {
	.testimonial img {
		max-width:200px;
	}
	
}
  
   /* testimonials page*/ 
  
  
  @media only  screen and (max-width:768px) {
.navbar li a, .navbar .navbar-brand {
    color: #333 !important;
}
  
  
  }
  
  
  
  
  
  
  
  
  
  
  .navbar-brand {
    float: left;
    height: auto;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}
  .navbar {
    margin-bottom: 0;
        background-color: #43765800;
 
    border: 0;
    font-size: 12px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 4px;
    border-radius: 0;
    font-family: 'Poppins', sans-serif;

	
	
	
  }
  .facilites-head .glyphicon {
    position: relative;
    top: 1px;
    color: #069cac;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .navbar li a, .navbar .navbar-brand {
       color: #fff !important;
  }

  
  
  .navbar-nav li a:hover, .navbar-nav li.active a {
    color: #f4511e !important;
    background-color: #fff !important;
  }
  .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #333;
    border-top: 3px solid #1c1c56;
    background-color: #ffffff;
}
  .navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
  }
 footer .glyphicon {
    font-size: 22px;
    /* margin-bottom: 20px; */
    /* color: #f4511e; */
}
  .slideanim {visibility:hidden;}
  .slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
  }
  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
    .navbar.navbar1 li a, .navbar1 .navbar-brand {
        color: #333 !important;
	}
  .menu-sticky.sticky {
    background: #fff;
position: fixed !important;
top: 0px;
z-index: 999;
margin: 0 auto !important;
padding: 0;
left: 0;
right: 0;
-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 0 5px 0 rgb(153, 46, 52);
-webkit-animation-duration: .5s;
animation-duration: 155s;
/* -webkit-animation-name: sticky-animation; */
/* animation-name: sticky-animation; */
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.col-sm-6.a {
    text-align: -webkit-right;
} 
.dynamic-tabs {
	width: 100%;
	float: left;
	text-align: -webkit-center;
}
.nav-pills>li {
   float: none; 
    display: inline-table;
}
.dynamic-tabs-container .nav-pills>li>a {
    border-radius: 0px;
	font-size: 17px;
    margin: 0px 6px;
    padding: 14px 80px;
    background-color: #2f3292;
    color: #fff;
}
.dynamic-tabs-container {
	position: relative;
}
.dynamic-tabs-container .dynamic-tabs {
	padding-right: 50px;
}
.dynamic-tabs-container .tabs-dropdown {
	position: absolute;
	right: 0;
	margin-right: 0 !important;
}
.dynamic-tabs-container .tabs-dropdown.navbar-nav {
	margin: 0 !important;
}

.dynamic-tabs-container .tabs-dropdown .dropdown-toggle {
	position: relative;
	//display: block;    
}

 li.active.dynamic-tab a {
    background: #FFF;
    COLOR: #333;
} 

.text-center {
    text-align: -webkit-center;
}
.ourexperts {
    padding: 15px 10px;
}
.ourexperts h3 {
    font-family: 'Poppins', sans-serif;
   font-size: 35px;
      text-align: center;
    /* line-height: 2.25em; */
    margin-bottom: 12px;
    font-weight: 600;
    margin: 8px 0px 6px;
}
.ourexperts p {
   font-family: 'Architects Daughter', cursive;
    text-align: center;
    padding: 6px 0px 0px;
    font-size: 24px;
    color: #464646;
    font-weight: 600;
    line-height: 39px;
    word-spacing: 4px;
    letter-spacing: 3px;
}

/** posts slider widget **/
.crsl-items {
  display: block;
  padding: 0px;
  background: #ae1e25;
}

.crsl-item {
    box-shadow: inset 0 0 100px rgba(0,0,0,.3);
    background: #ae1e25;
    padding: 8px;
   
}
.crsl-item.text-center.crsl-active {
    background: #931c22;
}

.crsl-item .thumbnail {
  display: block;
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
}
.crsl-item .thumbnail img { 
  display: block; /* fix 1px image space http://stackoverflow.com/q/5804256/477958 */
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.crsl-item .thumbnail:hover img {
  opacity: 0.8;
}

.crsl-item h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.95em;
    line-height: 2.25em;
    margin-bottom: 12px;
    font-weight: 600;
}
.crsl-item h3 a {
    text-decoration: none;
    color: #fff;
}
.crsl-item h3 a:hover {
  text-decoration: underline;
}

.crsl-item .postdate {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 6px;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
  font-size: 1.2em;
  font-weight: bold;
  background: #4e90da;
}

.crsl-item p {
    font-size: 15px;
    line-height: 1.55em;
    margin-bottom: 5px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}
.crsl-item img {
    padding: 21px 0px 0px;
}
.crsl-item p.readmore a {
  display: block;
 
  color: #4e90da;
  padding: 3px 5px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size:12px;
}
.crsl-item p.readmore a span {
    background: #fff;
    padding: 4px;
    border-radius: 5px;
}
.crsl-item p.readmore a:hover {
 // background: #4b6caa;
 // color: #fff;
}


/** posts slider nav **/
.slidernav {
    display: grid;
    text-align: right;
padding: 18px 7px 0px;
}

.slidernav a {
  display: inline-block;
  padding: 5px 0px;
  }
  
  .container-fluid.bh {
    width: 88%;
    margin: 0 auto;

}
.ourexperts1 {
		display:none;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 20px;
    margin-bottom: 8px;
    background-color: rgba(236, 236, 236, 0.91);
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

  footer span.glyphicon.glyphicon-hand-up {
    border: 2px solid;
    padding: 9px;
    border-radius: 25px;
    background: #fff;
    color: red;
    font-weight: 500;
}
.scrollTop {
  position: fixed;
  right: 3%;
  bottom: 10px;
  background-color: #BE3F48;
 // padding: 20px;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
}

.scrollTop a {
  font-size: 18px;
  color: #fff;
}

.container.aa {
   
       margin: 0px auto 14px;
}
.inner-footer {
    float: left;
    background: #28378c;
    width: 100%;
    padding: 16px 0px 4px;
    
    bottom: 0;
}.main-content {
    width: 100%;
    padding: 34px 100px;
	background: #f6f6f62e;
}
.main-heading h2 {
    font-size: 26px;
    text-transform: uppercase;
    color: #28378c;
    font-weight: 600;
    LETTER-SPACING: 2PX;
  
}
.main-heading>h4 {
  position: relative;
}
.main-heading>h4:before {
    background-color: #ff7f54;
    border-radius: 10px;
    bottom: -10px;
    content: "";
    height: 3px;
    position: absolute;
    width: 50px;
}
 
.ingallery {
  width: 100%;
  margin: 0 auto;
  padding: 5px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0,0,0,.3);
}

.ingallery > div {
  position: relative;
  float: left;
  padding: 5px;
}

.ingallery > div > img {
  display: block;
  //width: 1000px;
  transition: .1s transform;
  transform: translateZ(0); 
}

.ingallery > div:hover {
  z-index: 1;
}

.ingallery > div:hover > img {
  transform: scale(1.9,1.9);
  transition: .3s transform;
  border:3px solid rgba(0, 0, 0, 0.35);
}

.cf:before, .cf:after {
  display: table;
  content: "";
  line-height: 0;
}

.cf:after {
  clear: both;
}


.ingallery>img {
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    -webkit-box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
    margin-bottom:20px;
}

.ingallery>img:hover {
  filter: none; /* IE6-9 */
  -webkit-filter: grayscale(0); /* Google Chrome, Safari 6+ & Opera 15+ */
}









@media only screen and (max-width: 1199px) {
	div#services h4 {
    margin: 0px 241px 0px 37px;
}
	div#services h2 {
    font-size: 29px;
    font-weight: 700;
    margin: 10px 246px 0px 37px;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 3px;
}
}	
@media only screen and (max-width: 990px) {
	.main-content {
    width: 100%;
    padding: 0px; 
	}
	
	.navbar-fixed-bottom, .navbar-fixed-top {
    position: unset;
    right: 0;
    left: 0;
    z-index: 1030;
}
	.nav>li>a {
    position: relative;
    display: block;
    padding: 8px 7px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: -15px;
    width: 100%;
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    text-align: -webkit-center;
}
.ourexperts p {
	 line-height: 24px;
}
div#services h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 10px 177px 5px 37px;
}
div#services h4 {
    margin: 0px 178px 0px 37px;
}
}
/** media queries **/
@media screen and (max-width: 660px) {
  h1 { font-size: 2.4em; line-height: 1.2em; }
  
  .crsl-item h3 { font-size: 1.65em; }
}
@media only screen and (max-width: 767px) {
	.ingallery > div:hover > img {
    transform: scale(0.9,0.9);
    transition: .3s transform;
    border:3px solid rgba(0, 0, 0, 0.35);
   }
	.dynamic-tabs-container .tabs-dropdown .dropdown-menu {
    position: relative;
    top: 44px;
    right: 0px;
    bottom: 20px;
    left: 45px;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow-y: unset;
	}	

	.dynamic-tabs-container .tabs-dropdown .dropdown-menu li a {
		padding-top:10px;
		padding-bottom:10px;
	}
	
	.dynamic-tab {
		width: 100%;
	}
	.getin {
    background: #ededed;
    padding: 2px 19px;
    border-radius: 13px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}
.inner-footer {
    TEXT-ALIGN: -webkit-center;
    float: left;
    background: #28378c;
    width: 100%;
    padding: 7px 0px 0px;
}
.col-sm-6.a {
    text-align: -webkit-center;
}
}
 @media screen and (max-width: 768px) {
	 .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: -15px;
    width: auto;
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: 0;
    margin-left: 0;
    width:auto;
    text-align: -webkit-center;
}
	 .container.positions {
    position: relative;
    top: 0;
  
   }
   div#services {
    
     margin:0px;
}div#services h4 {
    margin: 0px 0px 0px 0px;
}
 div#services h2 {
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0px 5px 0px;
}
    .col-sm-4 {
      text-align: center;
      margin: 25px 0;
    }
    .btn-lg {
      width: 100%;
      margin-bottom: 35px;
    }
	
.ourexperts1 {
    /*display: block;*/
    padding: 12px 0px;
    position: absolute;
       left: 0;
    top: 0px;
        right: 73px;
    text-align: left;
}
.ourexperts1 h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    text-align: -webkit-left;
    line-height: 0em;
    margin-bottom: 12px;
    font-weight: 600;
    margin: 6px 0px 6px;
}
.ourexperts1 p {
    font-family: 'Poppins', sans-serif;
    text-align: -webkit-left;
    padding: 4px 0px 0px;
    font-size: 15px;
    color: #464646;
    font-weight: 500;
    line-height: 35px;
}
/*.ourexperts {*/
/*		display:none;*/
/*	}*/
.slidernav {
    display: block;
    text-align: right;
    margin-bottom: 0px; 
    padding: 1px 0px 0px; 
}
  }
   @media screen and (max-width: 540px) {
   div#services h2 {
    font-size: 23px;
    font-weight: 500;
   }
   .footer h4 {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    margin: 14px 0px 0px;
   }

   
   }
  @media screen and (max-width: 480px) {
    .logo {
     // font-size: 150px;
    }
	.testimonils {
    width: 100%;
    padding: 34px 45px;
}
	div#services h2 {
    font-size: 18px;
    font-weight: 500;
    }
	div#services h4 {
    font-size: 14px;
	color:#e84c3d;
    
    }
  }
   @media screen and (min-width: 768px) {
   .navbar-nav {
    float: left;
    margin: 0;
    margin: 20px 0px 0px;
}

}


.card-img-top {
    display: block;
    width: 100%;
    height: auto;
}.card {
    font-size: 1em;
    font-family: Muli, sans-serif;
    overflow: hidden;
    padding: 0;
    margin-top: 20px;
    border: none;
    border-radius: 3.285714rem;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
    margin-bottom: 20px;
}.card-block {
    font-size: 1em;
    font-family: Muli, sans-serif;
    position: relative;
    margin: 0;
    padding: 1em;
    border: none;
    border-top: 1px solid rgba(34, 36, 38, .1);
    box-shadow: none;
    color: #fcd303;
    background-color: #2e3192;
}h4.card-title>a {
    color: #ffffff;
    text-decoration: none;
}

/*****************activities********************/
p.text-cont {
    font-size: 14px;
    text-align: justify;
}
p.craft-text {
    font-family: 'Poppins', sans-serif!important;
    line-height: 1.8;
    font-size: 14px;
    text-align: justify;
}

.active-cont>p>craft-text {
    font-family: 'Poppins', sans-serif;
    line-height: 1.8;
    font-size: 14px;
    text-align: justify;
}
.active-cont {
    font-family: 'Poppins', sans-serif;
    line-height: 1.8;
    font-size: 14px;
    text-align: justify;
}

.read-more-act{

}
.read-more-act a{
	
	border: 1px solid #ccc;
    padding: 03px 6px 3px 6px;
    color: #555;
    font-size: 12px;
    text-decoration: none;
}

i#bullets08 {
    float: left;
    width: 2%;
    font-size: 19px;
    color: #211f5d;
    padding-top: 2px;
}
span.txtrespnv {
    font-size: 14px;
    padding: 0px;
    line-height: 26px;
    font-family: 'Poppins', sans-serif;
}

span.txtrespnv {
    float: left;
    width: 98%;
    font-size: 14px;
    margin: 0px;
    padding: 2px;
    line-height: 29px;
    font-family: 'Poppins', sans-serif;
    text-align: justify;
}table {
    border-collapse: collapse;
    width: 100%;
    font-size: 13px;
}
table tr th {s
    height: 40px;
    font-size: 15px;
    text-align: center;
    text-transform: capitalize;
}
table th {
    background-color: #28378c;
    color: #fff;
}
table tr td {
      font-family: 'Poppins', sans-serif!important;
    max-width: 100%;
    color: #000;
    background-color: #fff;
}
.table-responsive {
    overflow: visible;
}
tbody>tr>td {
    padding: 5px;
  font-size: 14px;
}
/*****************activities********************/


.modal-body>p {
    font-size: 15px;
    line-height: 1.55em;
    margin-bottom: 5px;
    color: #1f0303;
    font-family: 'Poppins', sans-serif;
}.info>span.cat {
    font-size: 15px;
    line-height: 1.55em;
    margin-bottom: 5px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}
.info>span {
    font-size: 15px;
    line-height: 1.55em;
    margin-bottom: 5px;
    color: #100b0b;
    font-family: 'Poppins', sans-serif;
}















/** clearfix **/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
 
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }
