/*
Home 5 style
*/
/**google fonts**/
@import url(https://fonts.googleapis.com/css?family=Arial:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i);
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;700&display=swap);

/**base**/
body{
    font-family: 'Roboto', sans-serif;
    color: #666;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
	overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6{
    margin-top: 0px;
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: #000000;
}
h1 b,h2 b, h3 b, h4 b{
    font-weight: 900;
    font-style: italic;
}
a{
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
a,a:focus,a:hover{
    text-decoration: none;
}
/*
Menu left style 
*/
@media (min-width: 768px) {
    .main-content {
        padding-left: 220px;
        position: relative;
    }
    .main-content .container {
        width: 100%;
    }

    .left-menu {
        width: 220px;
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        z-index: 9999;
        border-right: 0;
        text-align: center;
        background-color: #060c17;
    }
    .left-menu .container {
        width: 100%;
        padding: 0px;
    }
    .left-menu .navbar-default .navbar-nav > .active > a, .left-menu .navbar-default .navbar-nav > .active > a:focus, .left-menu .navbar-default .navbar-nav > .active > a:hover {
        background: #81ebee; /* Old browsers */
        background: -moz-linear-gradient(left,  #81ebee 0%, #adc5f4 48%, #bdb7f6 71%, #e991fc 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left,  #81ebee 0%,#adc5f4 48%,#bdb7f6 71%,#e991fc 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right,  #81ebee 0%,#adc5f4 48%,#bdb7f6 71%,#e991fc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81ebee', endColorstr='#e991fc',GradientType=1 ); /* IE6-9 */
        color: #fff;
    }
    .left-menu .navbar-default .navbar-nav > li a, .left-menu .navbar-header {
        display: block;
        float: none;
    }
    .left-menu .navbar-default .navbar-brand {
        float: none;
        display: block;
        text-align: center;
        margin: 20px 0;
    }
    .left-menu .navbar-nav {
        width: 100%;
        padding: 0px;
        margin: 0px;
    }
    .left-menu .dropdown-menu {
        left: 100%;
        top: 0;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        border-radius: 0px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
        background-color: #060c17;
        border: 0px;
        padding: 0px;
        min-width: 200px;
    }
    .left-menu .dropdown-menu > li > a {
        padding: 10px 20px;
    }
    .left-menu .navbar-default .navbar-nav > li > a:hover,  .left-menu .navbar-default .navbar-nav > li.open > a:focus,.left-menu .dropdown-menu > li > a:hover, .left-menu .dropdown-menu > li > a:focus {
        background: #81ebee!important; /* Old browsers */
        background: -moz-linear-gradient(left,  #81ebee 0%, #adc5f4 48%, #bdb7f6 71%, #e991fc 100%)!important; /* FF3.6-15 */
        background: -webkit-linear-gradient(left,  #81ebee 0%,#adc5f4 48%,#bdb7f6 71%,#e991fc 100%)!important; /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right,  #81ebee 0%,#adc5f4 48%,#bdb7f6 71%,#e991fc 100%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81ebee', endColorstr='#e991fc',GradientType=1 )!important; /* IE6-9 */
        color: #fff;

    }
    .left-menu .navbar-nav > li > a {
        padding-top: 12px;
        padding-bottom: 12px;
    }

}
.left-menu .navbar-default {
    background-color: #fff;
    padding: 15px 0;
    border: 0px;
    border-top: 2px solid #f983fe;
    margin: 0px;
    position: relative;
}
.left-menu .navbar-default .navbar-nav > li {
    display: block;
    float: none;
}
.left-menu .navbar-default .navbar-nav > li a {
    display: block;
    color: #777;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.1rem;
    letter-spacing: 1px;
    font-family: "Arial", sans-serif;
}
.left-menu .navbar-default .navbar-nav > li .menu-drop-toggle:hover, .left-menu .navbar-default .navbar-nav > li a:hover {
    color: #fff;
}
.logo{
    padding: 40px 15px;
    display: block;
    border-top: 2px solid #f983fe;
}

.left-menu p a{
    color: #fff;
    text-decoration: none;
}
.top-socials li a{
    text-decoration: none;
    color: #fff;
}
.nav-bottom{
    padding-top: 20px;
}
.btn{
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 0px;
}
.btn-blue{
    padding: 10px 30px;
    color: #fff;
    background-color:  #001946;

}
.btn-blue:hover{
    color: #fff;
    opacity: 0.7;
}
.btn-pink{
    padding: 10px 30px;
    color: #fff;
    background-color:   #ed145b;

}
.btn-pink:hover{
    color: #fff;
    opacity: 0.7;
}
.overflo-h{
    overflow: hidden;
}

/*Feature v6*/


.our-feature-area {
  padding-bottom: 70px;
}
.consultation {
  background: #ed1c24 none repeat scroll 0 0;
  margin-bottom: 40px;
  margin-right: -19%;
  margin-top: -56px;
  padding-bottom: 19px;
}
.consultation > img {
    display: inline-block;
    padding: 12px;
}
.content {
  color: #fff;
  display: block;
  height: 100%;
  left: 127px;
  position: absolute;
  top: -27px;
}
.content a h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  text-decoration: underline;
}
.content > h4 {
  color: #fff;
  font-size: 16px;
  line-height: 6px;
}
.single-feature > h4 {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 15px;
    position: relative;
	color: #39a3cb;
}
.single-feature > h4::after {
    background: #000 none repeat scroll 0 0;
    bottom: -14px;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 43%;
}
.welcome-section {
    background: #7100e817 none repeat scroll 0 0;
    color: #000;
    padding-bottom: 80px;
}
.welcome-title > h2 {
  display: block;
  font-weight: bold;
  margin-bottom: 50px;
  margin-top: 100px;
  position: relative;
  color:#39a3cb;
}
.welcome-title > h2::after {
    background: rgba(0, 0, 0, 0) url("../images/homev6/welcome/border.png") no-repeat scroll 0 0;
    bottom: -79px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
}

.welcome-text p strong {
    display: block;
    padding: 20px 0;
}
.welcome-box1 > h4 {
    display: block;
    font-weight: bold;
    padding-top: 28px;
    position: relative;
}

.welcome-button {
    margin-left: -15px;
    padding: 40px 0;
}
.welcome-bottom {
  display: block;
  position: relative;
  padding-top: 40px;
}
.welcome-button > a {
    border: 1px solid #000;
    color: #000;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 24px;
    transition: all 150ms ease 0s;
}
.welcome-button i {
    margin-left: -10px;
    opacity: 0;
    transition: all 500ms ease 0s;
    visibility: hidden;
}
.welcome-button > a:hover {
    border: 2px solid #000;
}
.welcome-button:hover i {
    margin-left: 11px;
    opacity: 1;
    visibility: visible;
}

.single-icon {
    display: inline-flex;
    font-size: 32px;
    margin: 0 36px;
    z-index: 999;
}
.single-icon i {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #000;
    border-radius: 100%;
    height: 70px;
    line-height: 31px;
    padding: 16px;
    text-align: center;
    transition: all 350ms ease 0s;
    width: 70px;
}
.welcome-icon {
    position: relative;
    z-index: 99;
}
.welcome-icon::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 43px;
    position: absolute;
    top: 34px;
    width: 78%;
    z-index: -1;
}
.single-icon:hover i {
  background: #6b2c90;
  border: none;
  color: #fff;
}
.single-icon > h4 {
  bottom: -43px;
  margin-left: -89px;
  position: absolute;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
.single-part {
    display: inline-block;
}
.single-part > h4 {
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding-top: 11px;
    text-align: center;
}

.section-padding { 
    padding: 110px 0;
}

.section-title > h2 {
  display: block;
  font-size: 40px;
  font-weight: bold;
  padding-bottom: 100px;
  position: relative;
}
.section-title > h2::after {
  background: rgba(0, 0, 0, 0) url("../images/homev6/practice/border.png") no-repeat scroll 0 0;
  bottom: -80px;
  content: "";
  height: 100%;
  left: 50%;
  margin-left: -135px;
  position: absolute;
  width: 50%;
}
.single-practice {
  position: relative;
  display: block;
  overflow: hidden;
}
/*
.single-practice img {
    background-position: center center;
    background-size: cover;
}*/
.practice-title.text-center {
    background: #6b2c90 none repeat scroll 0 0;
}
.practice-title > h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 0;
}
.hover-content {
  background: #6b2c90 none repeat scroll 0 0;
  height: 95%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  transform: translateY(400px);
  transition: all 350ms ease 0s;
  width: 100%;
  z-index: 111;
}
.single-practice > img {
  width: 100%;
}
.hover-content .fa.fa-money {
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    margin-top: 40px;
}
.hover-content > h4 {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-top: 29px;
    position: relative;
    text-transform: uppercase;
}
.hover-content > h4::before {
  background: rgba(0, 0, 0, 0) url("../images/homev6/practice/hover-border.png") no-repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 31%;
  margin-left: -42px;
  position: absolute;
  top: -20px;
  width: 100%;
}
.hover-content > h4::after {
  background: rgba(0, 0, 0, 0) url("../images/homev6/practice/hover-border.png") no-repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 31%;
  margin-left: -42px;
  position: absolute;
  top: 38px;
  width: 100%;
}
.single-practice:hover .hover-content {transform: translateY(0px);}
.angel {
    color: #fff;
    margin-top: 49px;
}
.angel i {
    border: 1px solid #fff;
    cursor: pointer;
    padding: 6px 11px;
    transition: all 350ms ease 0s;
}
.angel:hover i {
    background: #fff none repeat scroll 0 0;
    color: #000;
}

/*review*/
#review {
    position: relative;
    z-index: 99;
}

.review-content-container {
    background-color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
}

/* Review Image Slider */

.review-image-slider .owl-prev i, 
.review-image-slider .owl-next i {
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background-color: #2d3c46;
    color: #fff;
    font-size: 10px;
}

.review-image-slider .owl-prev i:hover, 
.review-image-slider .owl-next i:hover {
    background-color: #f4c026;
}

.review-image-slider .owl-prev i {
    position: absolute;
    left: calc(0% - 8px);
    top: calc(50% - 14px);
}

.review-image-slider .owl-next i {
    position: absolute;
    right: calc(0% - 8px);
    top: calc(50% - 14px);
}

.review-image-slider .reviewer-image {
    position: relative;
    background: #fff;
}

.review-image-slider .owl-item .reviewer-image > img {
    top: 30%;
    left: 30%;
    width: 40%;
    position: relative;
    border: 10px solid #fff;
    transition: all 0.5s ease 0s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    margin-top: 1px;
    z-index: 2;
}

.review-image-slider .owl-item.center .reviewer-image > img {
    left: 0;
    top: 0;
    width: 100%;
}

.review-image-slider .owl-item.prev-item .reviewer-image img {
    left: calc(60% + 5px);
    z-index: 3;
}

.review-image-slider .owl-item.next-item .reviewer-image img {
    left: -5px;
    z-index: 1;
}

.review-image-slider .owl-item.prev-item .reviewer-image img {
    border: 5px solid #fff;
    opacity: .5;
}

.review-image-slider .owl-item.next-item .reviewer-image img {
    border: 5px solid #fff;
    opacity: .5;
}

/* Review Text Slider */

.review-text-slider {
    padding: 0 0 36px;
}

.review-text {
    padding-top: 30px;
}

.review-text p {
    color: #888888;
    position: relative;
    font-family: 'Montserrat Light';
}

.review-text p::before {

    position: absolute;
    top: -20px;
    left: 0px;
}

.review-text p::after {

    position: absolute;
    right: 0;
    bottom: -20px;
}

.review-text h4 {
  background: #71b0c6 none repeat scroll 0 0;
  color: #363636;
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 19px;
  position: absolute;
  right: -76px;
  top: 37px;
  transform: rotate(-90deg);
  width: 180px;
}
.review-text h5 {
    color: #b3b3b3;
    font-size: 12px;
    font-style: italic;
    letter-spacing: 1.3px;
}

.member > h2 {
  color: #363636;
  display: block;
  font-weight: 700;
  position: relative;
  transform: rotate(-90deg);
  font-size: 54px;
  margin-top: 68px;
}

.member-content > p {
    text-align: justify;
}
.social li {
    display: inline-block;
    float: left;
    list-style: outside none none;
    margin: 0 8px;
}
.social ul li a i {
    background: #000 none repeat scroll 0 0;
    border-radius: 6px;
    color: #fff;
    height: 22px;
    padding: 3px;
    transition: all 300ms ease 0s;
    width: 22px;
}
.social ul li a:hover i {
    background: #ed1c24 none repeat scroll 0 0;
}
.social {
    display: block;
    margin-left: -44px;
    position: relative;
}


.counters {
    background: #e8ca00 none repeat scroll 0 0;
}
.fact-box {
    background: #fff none repeat scroll 0 0;
    color: #000;
    padding: 10px 0;
}
.fact-box h3 {
    color: #000;
    font-size: 60px;
    font-weight: 800;
}

.single-blog > img {
    width: 100%;
}
.date-area {
    background: #e8ca00 none repeat scroll 0 0;
    left: 5px;
    padding: 5px 29px;
    position: absolute;
    text-align: center;
    top: -8px;
}
.date-area > h3 {
    font-weight: 700;
    line-height: 22px;
}
.date-area > h4 {
    font-size: 19px;
    font-weight: 700;
    line-height: 5px;
}
.date-area > h5 {
    font-weight: 700;
}
.blog-details {
  background: #71b0c6 none repeat scroll 0 0;
  color: #000;
  height: 50px;
  left: 12%;
  line-height: 48px;
  margin-top: -20px;
  padding: 0 20px;
  position: absolute;
  width: 300px;
}
.single-blog {
  margin-bottom: 50px;
}
.admin {
  display: inline-block;
}
.right-content {
  display: inline-block;
  float: right;
}
.right-content span {
  margin: 0 2px;
}
.contact-form-section{ background: url(../images/homev6/contact-bg.jpg) no-repeat; }
.row.form-row {
  margin-bottom: 22px;
}
.form-button a.btn.btn-default {
  background: #e8ca00;
  padding: 10px 60px;
  font-size: 13px;
  font-weight: 700;
}

.section-title.conact-title > h2 {
  color: #fff;
  font-size: 50px;
  position: relative;
  display: block;
}
.conact-title h2::after {
  background: rgba(0, 0, 0, 0) url("../images/homev6/contact-title-border.png") no-repeat scroll 0 0;
  color: #fff;
  font-size: 50px;
  left: 18%;
}
.text7.homev6 {
  color: #fff;
  font-size: 28px !important;
  font-style: italic;
  font-weight: 450;
}
.text6.homev6 {
  color: #fff;
  float: left !important;
  font-size: 24px !important;
  font-weight: 900;
  line-height: 43px !important;
  margin-top: 42px !important;
}
.testi-text {
    color: #000 !important;
    margin-bottom: 50px;
}
.testi-text > small {
  color: #000;
  font-size: 14px;
  line-height: 11px !important;
}
.master-slider a {
  margin-left: -19% !important;
  transition: none 0s ease 0s ;
}
.text7.homev6 {
  color: #fff;
  font-size: 75px !important;
  font-style: italic;
  font-weight: 900;
  margin-left: -13% !important;
  font: 400 100px/1.3 'Oleo Script', Helvetica, sans-serif;
}
.text6.homev6 {
  color: #fff;
  float: left !important;
  font-size: 24px !important;
  font-weight: 900;
  line-height: 43px !important;
  margin-left: 18% !important;
  margin-top: 42px !important;
  text-align: left;
  font: 400 100px/1.3 'Oleo Script', Helvetica, sans-serif;
}

.footer{
    padding: 50px 0;
    padding-bottom: 0px;
    background-color: #340D32;
}
.footer p{
    color: #fff;
}
.footer h3{
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 18px;
    color: #fff;
}
.footer ul.f-nav li a{
    display: block;
    color: #fff;
}
.footer ul.f-nav li a:before{
    content: "\f101";
    font-family: 'FontAwesome';
    margin-right: 6px;
}
.news-list li img{
    border-radius: 5px;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
    float: left;
    margin-right: 15px;
}
.news-list h5{
    margin: 0px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #fff;
}
.news-list p{
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 16px;
}
.news-list span{
    font-size: 12px;
    color: #333f55;
}
.news-list li{
    padding-bottom: 20px;
}
.footer small{
    line-height: 13px;
}
.footer form{
    position: relative;
    margin-bottom: 20px;
}
.footer form button{
    position: absolute;
    right: 0;
    top: 0;
    border: 0px;
    background-color:  #e8ca00;
    height: 40px;
    line-height: 40px;
    padding: 0px 20px;
    color: #000;
    font-size: 14px;
}
.footer .form-control{
    border-radius:0px;
    height: 40px;
    box-shadow: none;
    border: 0px;
}
.center-title.gray-bg .center-border span{
    background-color: #ebebeb;
}
.our-partners{
    padding: 70px 0;
}
.get-in-touch{
    padding: 90px 0;
    background-color: #ebebeb;
}
.get-in-touch .form-control{
    min-height: 45px;
    border-radius: 0px;
    box-shadow: none;
    border:1px solid #aeaeae;
    background-color: transparent;
}
.get-in-touch .form-control:focus{
    box-shadow: none;
    border-color:  #00dbde;
}
.get-in-touch .btn-submit{
    padding: 10px 20px;
    display: block;
    width: 100%;
    border: 0px;
    background-color:  #00dbde;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    color: #000;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.get-in-touch .btn-submit:hover{
    background-color:  #e8ca00;
}
.our-partners li{
    padding: 20px 30px;
}
.testimonials {
    padding: 90px 0;
    background: url(../images/bg-13.jpg) no-repeat;
}
.testimonials .center-title .center-border span{
    background-color: #dfcec0;
}
.testimonials p{
    font-size: 20px;
    text-align: center;
}
.testimonials h4{
    margin-bottom: 0px;
    margin-top: 20px;
}
.testimonials h4,.testimonials .slides span{
    color: #fff;
}
.testimonials .flexslider {
    margin: 0 0 60px;
    background: transparent;
    border:0px;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    -moz-box-shadow:  none;
    -o-box-shadow: none;
    box-shadow:  none;
}
#carousel.flexslider .slides{
    width: 100%!important;
}
#carousel.flexslider .slides > li{
    float: none!important;
    display: inline-block!important;
    width: 150px;
}
.testimonials .flex-direction-nav a{
    line-height: 40px;
}
#slider .slides p{
    width: 75%;
    margin: 0 auto;
}
.footer-bottom{
    padding: 20px 0;
    background-color: #fff;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.5);
}
.footer-bottom ul{
    margin: 0;
    padding: 0;
}
.footer-bottom ul li a{
    color: #999;
    font-size: 20px;
}
.footer-bottom ul li a:hover{
    color:  #333f55;
}

.blog-wrapper{
    padding:90px 0;
}
.blog-col{
    position:relative;
    overflow:hidden;
}
.blog-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    padding:15px;
    background-color:rgba(0, 219, 222, 0.7);
    color:#fff;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
    opacity:0;
    visibility:hidden;
}
.blog-overlay a{
    background-color:#fc00ff;
    color:#fff;
    padding:5px 15px;
}
.blog-overlay h4{
    color:#fff;
    font-weight:400;
    font-size:20px;
}
.blog-col:hover .blog-overlay{
    opacity:1;
    visibility:visible;
}
.blog-container{
    padding:0px;
}
.blog-container .row{
    margin:0px;
}
.blog-container .col-md-6{
    padding:0px;
}
.blog-wrapper .container.text-center{
    padding-top:30px;
}
.blog-wrapper .container.text-center a{color:#999;}
.blog-wrapper .container.text-center a:hover{color: #fc00ff;}


.about-content{
    padding: 50px 0;
        background: #f4f4f4;
}
.about-content h2{
    font-weight: 700;
    font-size:40px;
    margin-bottom: 40px;
}
.about-content ul{
    padding-bottom: 30px;
}
.about-content ul li a{
    display: block;
    padding: 7px 14px;
    color: #000;
    text-transform: uppercase;
    background-color:  #00dbde;
    border-radius: 3px;
    font-weight: 700;
}
.about-content ul li.active a{
        box-shadow: 3px 3px 0px rgba(0,0,0,0.1);
}
.about-content .center-title .center-border span{
    background-color:  #f4f4f4;
}
.about-content .center-title .center-border{
    border-color:  #060c17;
}
.col-md-2.right-arrow > a {
  color: #000;
  display: block;
  line-height: 10px;
  margin-top: 95px;
}
.col-sm-3.reviewer-image > img {
  opacity: .3;
}
.col-sm-3.reviewer-image.active > img {
  opacity: 1;
}
/* =Progress Bars
-------------------------------------------------------------- */
.progress {
    margin-bottom: 8px;
    background-color: transparent;
    border-radius: 16px;
    box-shadow: none;
    border: 1px solid #00dbde;
    padding: 3px;
    height: 34px;
}

.progress-bar {
  font-size: 10px;
    background-color:  #00dbde;
    box-shadow: none;
    border-radius: 14px;
    line-height: 24px;
    padding-left: 23px;
    text-align: left;
    font-weight: 700;
    color: #000;
}
.atorny-tabs{
    padding-bottom: 50px;
}
.atorny-tabs li a{
    display: block;
    background: #000;
}
.atorny-tabs li a img{
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    opacity: 0.3;
}
.atorny-tabs li.active a img{
    opacity: 1;
}
@media(max-width:1100px){
    .welcome-icon::after {
      width: 70%;
    }
    .single-icon {
      margin: 0 26px;
    }
}
@media(max-width:991px){
    .content {
      top: 11px;
    }
    .single-icon {
      margin: 0 26px;
    }
    .welcome-icon::after {
      width: 59%;
    }
    .single-feature {
      margin-top: 35px;	  
    }
    .welcome-box1 {
      margin-top: 30px;
    }
    .consultation {
      margin-top: 20px;
    }
    .text7.homev6 {
      font-size: 71px !important;
      margin-left: -11% !important;
    }
    .text6.homev6 {
      font-size: 22px !important;
      line-height: 23px !important;
      margin-left: 18% !important;
      margin-top: 24px !important;
    }
}


@media(max-width:767px){
    .logo{
        background-color: #000;
    }    
    .logo img{
        display: block;
        margin: 0 auto;
    }
    .navbar-default{
        padding: 0px;
    }
    .left-menu .navbar-default .navbar-nav > li .menu-drop-toggle:hover, .left-menu .navbar-default .navbar-nav > li a:hover{
        color:  #00dbde;
    }
    
    .welcome-icon::after {
      width: 69%;
    }
    .review-text h4 {
      right: 56px;
      top: 45px;
    }
    .member > h2 {
      transform: rotate(0deg);
    }
    .review-text h4 {
      transform: rotate(0deg);
      top: 97px;
    }
    .years > img {
      margin: 0 auto;
      padding-top: 58px;
      width: 200px !important;
    }
    .row.form-row input {
      margin-top: 23px;
    }
   .contact-form-section .section-title > h2 {
      font-size: 40px;
      padding-bottom: 0px;
    }
    .contact-form-section .section-title > h2::after {
      left: 29%;
      margin-left: -263px;
      top: 40px;
    }
    .text7.homev6 {
  font-size: 36px !important;
  margin-left: -11% !important;
}.master-slider a {
  margin-top: 31px !important;
}
.col-sm-3.reviewer-image > img {
  width: 49%;
}
.member > h2 {
  margin-bottom: 30px;
}
.review-text h4 {
  top: 49px;
}

}
@media(max-width:560px){
    .welcome-icon::after {
      width: 0px;
    }
    .section-title > h2::after {
      top: 107px;
      width: 272px;
    }
    .content > h4 {
    line-height: 14px;
  }
}