@font-face{src: url("../fonts/Roboto-Regular.ttf");
font-family: "roboto";}

html,
body {
    margin: 0;
    font-size: 100%;
    background: #fff; color: #666666;
    font-family: "roboto";
}
html {
  scroll-behavior: smooth;
}
body a {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
a:hover {
    text-decoration: none;
}

input[type="button"],
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="search"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
h1,h2,h3,h4,h5,h6 {
    margin: 0;
}
li { list-style-type: none;}
p {  margin: 0; font-size: 1.2em;}
ul { margin: 0; padding: 0;}

.c-btn{background-color: #ee8027; color: #fff; padding:7px 25px;border-radius:5px;
    margin: 15px 0px 0px;}
.c-btn:hover{color: #fff;}
h3.title{text-align: center; color: #212121;font-weight: 500;}
h3.title span {
    background: #009dc2;
    display: block;
    height:3px;
    margin: 8px auto 0;
    position: relative;
    width:9%;
}


.banner img{background-size: cover;width: 100%;}
.banner{position: relative;}
.banner-block {
  position: absolute; padding:35px 0px;
  width: 100%;    bottom:0px;
background: rgba(0, 0, 0, 0.75);
}
.banner-block h1{color: #fff; font-weight: 500;font-size: 28px;}
/*--------- header--------*/
.nav-bg{background-color: #f1f1f1;}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 2rem;
}
.navbar-light .navbar-nav .nav-link{color: #fff; font-size:20px;}
.navbar-light .navbar-nav .active > .nav-link{color: #fff;}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color:#fff;
}

.top{padding:10px 0px 10px; }
.logo img{width: 100%;}
.bg-nav{background-color: #009dc2;}
.h-call{width: 40%;}
.call-grid {
    margin-top:1em;
}
.call-grid h6{font-weight:500;color: #212121; font-size: 1.2em;}
.social-icons ul {
    display: block;
    padding: 0;
}
.social-icons ul li {display: inline-block;
color: #000;
padding: 10px 7px;
font-size: 20px;

}
.social-icons ul li a{ color: #000;}
.edu-grid li{padding-bottom: 12px; }
/*.edu-grid li:before{
  content: ''; display: inline-block; height: 30px; width: 25px;
  background-size: 16px; background-image: url("../images/bullet.png");
  background-repeat: no-repeat; margin-right: 5px;  float:left; }*/
  .edu-grid li{
    list-style-image: url("../images/bullet.png");
    width:100%;}
.edu-grid ul{padding-left: 10px;}
.edu-grid ul li{font-size:18px; }
.edu-grid h5{color:  #ee8027;text-transform: uppercase;font-weight:600;
    padding: 15px 0px 10px;}
.affor-img{float:left; width:40%; padding-right: 15px; padding-top:6px;}	

/*------------*/
.prof-col h4, .abt-col h4, .pracice-grid1 h4{font-weight:500;color: #212121;margin: 15px 0px; }
.abt p{width: 90%; text-align: center;margin:auto;}
.abt-col{text-align: center;}
.abt-col p{min-height:121px;}

#section-profle, #section-practice{padding:30px 0px;}
.prf-img {min-height: 100px}
.prof-col{padding: 10px 25px;border:1px solid #ccc;min-height: 195px;}
/*--------practice-----------*/
.practice-img{width: 100%; padding-bottom: 15px;}
.practice-grid1 h5{font-weight:500;color: #212121;margin: 15px 0px; }
.practice-grid1 p{margin: 15px 0px;}
.practice-list  li{color: #212121;font-weight:500;font-size:20px;padding-bottom: 18px;}
.practice-list li:before{
  content: ''; display: inline-block; height: 25px; width: 25px;
  background-size: 25px; background-image: url("../images/tikmark_img.png");
  background-repeat: no-repeat;margin-right:10px;
}
/*-------- form----------------*/
#section-form{}
.l-form{margin-top: 16px;}
 .l-form input[type="text"], .l-form input[type="email"], 
.l-form textarea {
    outline: none;
    padding: 6px 0;
    background: none;
    color: #fff;
    font-size: 15px;
    width: 100%;
    border: none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
    border: 1px solid #e5e5e5;
margin-top: 15px;
padding-left: 15px;
}
/*-------------- testimonial -----------------*/
.section-testimonial{background-image: url("../images/testimonials_bg.jpg"); width: 100%;background-size: cover;}
.c-img-box{margin: 20px 0px 0px;}
.carousel {
    width:800px;
    margin: 0 auto;
    padding-bottom: 40px;
}
.carousel .item { font-weight: normal;
    color: #999;
    font-size: 15px;
    text-align: center;
    overflow: hidden;
    min-height: 340px;
}
.carousel .item a {
    color: #fff;
}
.carousel .img-box {
    width: 145px;
    height: 145px;
    margin: 0 auto;
    border-radius: 50%;
}
.carousel .c-img-box img {
    width: 174px;
    height: 174px;
    display: block;
    border-radius: 50%;margin: auto;
}
.carousel .testimonial {    
    padding: 30px 0 20px; color: #fff;
}
.carousel .overview {   
    text-align: center;
    padding-bottom: 5px; margin: 0px 0px 15px 0px
}
.carousel .overview b {
    color: #fff;
    font-size: 17px; font-weight: normal;
    display: block; 
    padding-bottom: 5px;
}
.carousel .carousel-control {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    text-shadow: none;
    top: 4px;
}
.carousel-control i {
    font-size: 20px;
    margin-right: 2px;
}
.carousel-control.left {
    left: auto;
    right: 40px;
}
.carousel-control.right i {
    margin-right: -2px;
}
.carousel .carousel-indicators {
    bottom: 15px;
}
.carousel-indicators li {
    width: 11px;
    height: 11px;
    margin: 1px 5px;
    border-radius: 50%;
}
.carousel-indicators li.active {
    width: 11px;
    height: 11px;
    margin: 1px 5px;
    border-radius: 50%;
}
.carousel-indicators li {   
    background: #fff;
    border-color: transparent;
    border:none; color: #fff;
}
.carousel-indicators li.active {
    border: none;
    background: #fff;       
}
/*--------- footer---------------*/
.bg-footer{background-color: #000;}
.bg-footer p{font-weight: normal;font-size: 14px;color: #e5e5e5;}

.error{color: #ff0000; font-size: 14px;}

#section-form h3.title{
    color: #ffffff;
  
}
#section-form p {
    color: #ffffff;
  
}

#btnScrollTop {
    width: 50px;
    height: 50px;
    background: url(../images/arrow-top.png);
    background-position: center;
    background-size: 45px;
    background-repeat: no-repeat;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    border-radius: 36px;
    line-height: 50px;
    font-size: 30px;
    position: fixed;
    right: 5px;
    bottom: 30px;
    cursor: pointer;
    display: none;
}	



/*----------- responsive ---------------*/
@media (max-width:1080px) {
.h-call { width: 42%;}
}

@media (max-width:991px) {
.bg-nav {min-height: 60px; padding-top:60px; text-align: right;}
.banner-block h1 { font-size: 26px;}
.banner-block {  padding: 14px 0px;}
.prof-col {  min-height: 226px;}
.practice-list li { font-size: 18px; padding-bottom: 8px;}
.carousel {   width:auto;}
.navbar-light .navbar-toggler-icon {
    background-image: 
    url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(245, 245, 245, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-toggler {border-color: rgba(255,255,255,.9); position: absolute; right: 13px; top: 10px;}
.navbar-expand-lg .navbar-nav .nav-link {padding-right: .8rem; padding-left: 2rem; color:#000;}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{ color:#000;}
#collapsibleNavbar {
    position: absolute;
    right: 0;
    top: 62px;
    z-index: 9999;
    background: #fff;
    width: 100%;
    padding: 0px;
    max-width: 300px;
    border: 1px solid #ccc;
    border-top: none;
    box-shadow: 1px 1px 5px #ccc;
    border-radius: 5px 0px 5px 5px;
}
}

@media (max-width: 767px) {
.bg-nav{min-height: 60px; text-align: right; padding-top: 54px;}
.logo { float: left;}
.h-call { width:44%; float: left;}
.prof-col { min-height: auto;}
.abt p {width: 100%;}
.abt-col {margin-bottom:20px;}
.abt-col p { min-height: auto;}
.prf-img{margin-bottom:20px;}
.carousel {  width: 100%;}
.l-form input[type="text"], .l-form input[type="email"]{margin-bottom: 15px;}
.section1{padding: 25px 0px !important;}
.section1 img{width: 30% !important; margin-bottom: 10px;}
.section-profle { padding: 20px 0px ;}
.banner-block h1{font-size: 20px;}
.banner-block { padding:20px 0px;}
.practice-img {  width:75%;}
}

@media (max-width: 480px) {
.banner-block h1{font-size: 18px;}
.banner-block { padding:15px 0px;}
.h-call { width: 50%;}
.practice-img {  width:100%;}
.carousel .c-img-box img { width: 155px; height: 155px;}
h3.title span {width: 16%;}
.section-form{padding:20px 0px !important;}
}

@media (max-width:360px) {
.banner-block h1 {font-size: 13px;}
.h-call {  width: auto;}
.section-profle {   padding: 15px 0px;}
.practice-list li::before { height: 21px;background-size: 21px;
    width: 21px;}
h3.title {  font-size: 23px;}
.practice-list li { font-size: 16px;padding-bottom: 12px;}
.carousel .c-img-box img { width: 125px; height: 125px;;}
.abt{margin: 20px 0px 15px !important;}
.c-btn { padding: 5px 16px;}
}

@media (max-width:360px) {
.banner-block { padding: 7px 0px;}
.banner-block h1 {
    font-size: 11px;
}
}


@media (max-width: 767px) {
    .top{padding: 0px;}
    .logo img {width: 130px; height: auto; margin-right: 5px;}
    .logo { float: left;width: 30%;}
    .h-call { width:50%; float: right;}
    .h-call .call-grid {   margin: 0;  }
    .h-call .call-grid h6 {font-size: 11px;   text-align: center; padding-top: 10px; }
    .top .social-icons{ float: left; width: 20%; margin: 0 !important; text-align: right; padding-top: 10px; }
    .social-icons ul li{ padding: 0px 5px; }
    }