﻿/*-----------------------------------------------------------------------------------

    Template Name: Consul - Consulting Business HTML Template
    Template URI: https://devitems.com/html/consulting-preview/
    Description: This is html5 template
    Author: HasTech
    Author URI: https://devitems.com/
    Version: 1.0

-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
	
    1. Default CSS
    2. Header CSS
    3. Slider CSS
    4. Notice CSS
    5. Choose CSS
    6. Courses CSS
    7. Event CSS
    8. Testimonial CSS
    9. Blog CSS
    10. Subscribe CSS
    11. Scrollup CSS
    12. Footer CSS
    13. Service CSS
    14. About CSS
    15. Teacher CSS
    16. Contact CSS
    17. Login CSS
    18. Register CSS

-----------------------------------------------------------------------------------*/

/*----------------------------------------*/
/*  1. Default CSS
/*----------------------------------------*/

body {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
    font-family: 'Roboto', sans-serif;
}
.clear{clear:both}
.fix {overflow: hidden}
.block {display: block}
img{
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
	height:auto;
}
h1, h2, h3, h4, h5, h6 {font-weight: 700; margin: 0; padding: 0}
a{
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
a:focus{
    text-decoration: none;
}
a:focus,
a:hover {
    color: #3470D0;
    text-decoration: none;
}
a:active, a:hover {
    outline: 0 none;
}
a,
button,
input {
    outline: medium none;
    color: #c5c5c5;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}
button{border: 0}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{color: #000}
label {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    font-family: Verdana,Geneva,sans-serif;	
}
*::-moz-selection {
    background: #b3d4fc;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    color: #fff;
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
    color: #fff;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.mark{
    background: #4fc1f0 none repeat scroll 0 0;
    color: #ffffff;
	font-weight: 600;
}
.f-left {float: left}
.f-right {float: right}
p {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    font-family: 'Roboto', sans-serif;
}
ul{
	list-style: outside none none;
	margin: 0;
	padding: 0
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #969696;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #000;
    opacity:1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
:-ms-input-placeholder { /* IE 10+ */
    color: #000;
}
:-moz-placeholder { /* Firefox 18- */
    color: #000;
}
.bg-light{background: #FAFAFA}
.default-btn {
    color: #fff;
    background: #3470D0;
    border-radius: 28px;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    padding: 14px 40px 15px;
    position: relative;
    text-transform: uppercase;
    z-index: 9;
	border: none;
}
.default-btn:hover {color: #3470D0; background: #ccc}
.banner-btn span {
    transition: all 0.3s ease 0s;
}
input,
select,
textarea {
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.banner-area {
  background: rgba(0, 0, 0, 0) url("../img/banner/banner-bg.jpg") no-repeat scroll center center / cover ;
  position: relative;
  width: 100%;
  z-index: 1;
}
.banner-area:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(44, 59, 74, 0.2);
}
.banner-area1 {
  background: rgba(0, 0, 0, 0) url("../img/banner/banner-bg1.jpg") no-repeat scroll center center / cover ;
  position: relative;
  width: 100%;
  z-index: 1;
}
.banner-area1:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(44, 59, 74, 0.2);
}

.banner-area2 {
  background: rgba(0, 0, 0, 0) url("../img/banner/banner-bg2.jpg") no-repeat scroll center center / cover ;
  position: relative;
  width: 100%;
  z-index: 1;
}
.banner-area2:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(44, 59, 74, 0.2);
}
.banner-area3 {
  background: rgba(0, 0, 0, 0) url("../img/banner/banner-bg3.jpg") no-repeat scroll center center / cover ;
  position: relative;
  width: 100%;
  z-index: 1;
}
.banner-area3:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(44, 59, 74, 0.2);
}
.banner-area4 {
  background: rgba(0, 0, 0, 0) url("../img/banner/banner-bg4.jpg") no-repeat scroll center center / cover ;
  position: relative;
  width: 100%;
  z-index: 1;
}
.banner-area4:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(44, 59, 74, 0.2);
}
.banner-area5 {
  background: rgba(0, 0, 0, 0) url("../img/banner/banner-bg5.jpg") no-repeat scroll center center / cover ;
  position: relative;
  width: 100%;
  z-index: 1;
}
.banner-area5:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(44, 59, 74, 0.2);
}
.banner-area6 {
  background: rgba(0, 0, 0, 0) url("../img/banner/banner-bg6.jpg") no-repeat scroll center center / cover ;
  position: relative;
  width: 100%;
  z-index: 1;
}
.banner-area6:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(44, 59, 74, 0.2);
}
.banner-content {
    padding: 50px 0 200px 0;
	width: auto;
}
.banner-content b{
    font-size: 90px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
	padding: 10px 20px;
    z-index: 1;
    margin-bottom: 8px;
    position: relative;
	border-radius: 5px;
	
	float: left;
}
.banner-breadcrumb ul li {
  display: inline-block;
}
.banner-breadcrumb ul li a, .banner-breadcrumb ul li{
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    z-index: 9;
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.banner-breadcrumb ul li:hover a{text-decoration: underline}
.section-title h2{
    font-size: 36px;
    color: #585858;
    position: relative;
    margin-bottom: 81px;
    text-transform: capitalize;
}
.section-title h2:after{
    position: absolute;
    background: #585858;
    width: 92px;
    height: 1px;
    bottom: -13px;
    left: 0;
    content: "";
}
.section-title h2:before{
    position: absolute;
    background: #585858;
    width: 47px;
    height: 1px;
    bottom: -21px;
    left: 0;
    content: "";
}
/*************************
     Basic margin padding
*************************/
.m-0 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}
.p-0 {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}
/*************************
        Margin top
*************************/
.mt-0 { margin-top: 0 }
.mt-10 { margin-top: 10px }
.mt-15 { margin-top: 15px }
.mt-20 { margin-top: 20px }
.mt-23 { margin-top: 23px }
.mt-25 { margin-top: 25px }
.mt-30 { margin-top: 30px }
.mt-35 { margin-top: 35px }
.mt-40 { margin-top: 40px }
.mt-45 { margin-top: 45px }
.mt-50 { margin-top: 50px }
.mt-52 { margin-top: 52px }
.mt-55 { margin-top: 55px }
.mt-58 { margin-top: 58px }
.mt-60 { margin-top: 60px }
.mt-65 { margin-top: 65px }
.mt-70 { margin-top: 70px }
.mt-75 { margin-top: 75px }
.mt-80 { margin-top: 80px }
.mt-85 { margin-top: 85px }
.mt-90 { margin-top: 90px }
.mt-95 { margin-top: 95px }
.mt-96 { margin-top: 96px }
.mt-100 { margin-top: 100px }
.mt-105 { margin-top: 105px }
.mt-110 { margin-top: 110px }
.mt-115 { margin-top: 115px }
.mt-120 { margin-top: 120px }
.mt-125 { margin-top: 125px }
.mt-130 { margin-top: 130px }
.mt-135 { margin-top: 135px }
.mt-140 { margin-top: 140px }
.mt-145 { margin-top: 145px }
.mt-150 { margin-top: 150px }
.mt-157 { margin-top: 157px }
.mt-195 { margin-top: 195px }
/*************************
      Margin right
*************************/
.mr-0 { margin-right: 0px }
.mr-2 { margin-right: 2px }
.mr-10 { margin-right: 10px }
.mr-15 { margin-right: 15px }
.mr-20 { margin-right: 20px }
.mr-30 { margin-right: 30px }
.mr-40 { margin-right: 40px }
.mr-50 { margin-right: 50px }
.mr-60 { margin-right: 60px }
.mr-66 { margin-right: 66px }
.mr-70 { margin-right: 70px }
.mr-80 { margin-right: 80px }
.mr-90 { margin-right: 90px }
.mr-100 { margin-right: 100px }
.mr-110 { margin-right: 110px }
.mr-120 { margin-right: 120px }
.mr-130 { margin-right: 130px }
.mr-140 { margin-right: 140px }
.mr-150 { margin-right: 150px }
/*************************
    Margin bottom
*************************/
.mb-0 { margin-bottom: 0px }
.mb-2 { margin-bottom: 2px }
.mb-5 { margin-bottom: 5px }
.mb-10 { margin-bottom: 10px }
.mb-15 { margin-bottom: 15px }
.mb-20 { margin-bottom: 20px }
.mb-22 { margin-bottom: 22px }
.mb-23 { margin-bottom: 23px }
.mb-25 { margin-bottom: 25px }
.mb-30 { margin-bottom: 30px }
.mb-33 { margin-bottom: 33px }
.mb-35 { margin-bottom: 35px }
.mb-38 { margin-bottom: 38px }
.mb-40 { margin-bottom: 40px }
.mb-45 { margin-bottom: 45px }
.mb-47 { margin-bottom: 47px }
.mb-48 { margin-bottom: 48px }
.mb-50 { margin-bottom: 50px }
.mb-55 { margin-bottom: 55px }
.mb-58 { margin-bottom: 58px }
.mb-60 { margin-bottom: 60px }
.mb-65 { margin-bottom: 65px }
.mb-70 { margin-bottom: 70px }
.mb-75 { margin-bottom: 75px }
.mb-80 { margin-bottom: 80px }
.mb-85 { margin-bottom: 85px }
.mb-90 { margin-bottom: 90px }
.mb-95 { margin-bottom: 95px }
.mb-96 { margin-bottom: 96px }
.mb-100 { margin-bottom: 100px }
.mb-105 { margin-bottom: 105px }
.mb-110 { margin-bottom: 110px }
.mb-115 { margin-bottom: 115px }
.mb-120 { margin-bottom: 120px }
.mb-125 { margin-bottom: 125px }
.mb-128 { margin-bottom: 128px }
.mb-130 { margin-bottom: 130px }
.mb-135 { margin-bottom: 135px }
.mb-140 { margin-bottom: 140px }
.mb-145 { margin-bottom: 145px }
.mb-150 { margin-bottom: 150px }
.mb-220 { margin-bottom: 220px }
.mb-350 { margin-bottom: 350px }
/*************************
    Margin left
*************************/
.ml-0 { margin-left: 0 }
.ml-10 { margin-left: 10px }
.ml-15 { margin-left: 15px }
.ml-20 { margin-left: 20px }
.ml-30 { margin-left: 30px }
.ml-40 { margin-left: 40px }
.ml-50 { margin-left: 50px }
.ml-60 { margin-left: 60px }
.ml-70 { margin-left: 70px }
.ml-85 { margin-left: 85px }
.ml-80 { margin-left: 80px }
.ml-90 { margin-left: 90px }
.ml-100 { margin-left: 100px }
.ml-110 { margin-left: 110px }
.ml-120 { margin-left: 120px }
.ml-130 { margin-left: 130px }
.ml-140 { margin-left: 140px }
.ml-150 { margin-left: 150px }
/*************************
    Padding top
*************************/
.pt-0 { padding-top: 0 }
.pt-10 { padding-top: 10px }
.pt-12 { padding-top: 12px }
.pt-15 { padding-top: 15px }
.pt-20 { padding-top: 20px }
.pt-23 { padding-top: 23px }
.pt-25 { padding-top: 25px }
.pt-30 { padding-top: 30px }
.pt-35 { padding-top: 35px }
.pt-38 { padding-top: 38px }
.pt-40 { padding-top: 40px }
.pt-45 { padding-top: 45px }
.pt-50 { padding-top: 50px }
.pt-55 { padding-top: 55px }
.pt-58 { padding-top: 58px }
.pt-60 { padding-top: 60px }
.pt-65 { padding-top: 65px }
.pt-66 { padding-top: 66px }
.pt-70 { padding-top: 70px }
.pt-72 { padding-top: 72px }
.pt-75 { padding-top: 75px }
.pt-77 { padding-top: 77px }
.pt-80 { padding-top: 80px }
.pt-85 { padding-top: 85px }
.pt-90 { padding-top: 90px }
.pt-93 { padding-top: 93px }
.pt-95 { padding-top: 95px }
.pt-96 { padding-top: 96px }
.pt-98 { padding-top: 98px }
.pt-100 { padding-top: 100px }
.pt-104 { padding-top: 104px }
.pt-105 { padding-top: 105px }
.pt-110 { padding-top: 110px }
.pt-112 { padding-top: 112px }
.pt-113 { padding-top: 113px }
.pt-115 { padding-top: 115px }
.pt-117 { padding-top: 117px }
.pt-120 { padding-top: 120px }
.pt-122 { padding-top: 122px }
.pt-123 { padding-top: 123px }
.pt-124 { padding-top: 124px }
.pt-125 { padding-top: 125px }
.pt-127 { padding-top: 127px }
.pt-130 { padding-top: 130px }
.pt-135 { padding-top: 135px }
.pt-140 { padding-top: 140px }
.pt-145 { padding-top: 145px }
.pt-150 { padding-top: 150px }
.pt-152 { padding-top: 152px }
.pt-155 { padding-top: 155px }
.pt-157 { padding-top: 157px }
.pt-160 { padding-top: 160px }
.pt-195 { padding-top: 195px }
.pt-220 { padding-top: 220px }
/*************************
    Padding right
*************************/
.pr-0 { padding-right: 0 }
.pr-10 { padding-right: 10px }
.pr-15 { padding-right: 15px }
.pr-20 { padding-right: 20px }
.pr-30 { padding-right: 30px }
.pr-40 { padding-right: 40px }
.pr-50 { padding-right: 50px }
.pr-58 { padding-right: 58px }
.pr-60 { padding-right: 60px }
.pr-63 { padding-right: 63px }
.pr-70 { padding-right: 70px }
.pr-80 { padding-right: 80px }
.pr-90 { padding-right: 90px }
.pr-100 { padding-right: 100px }
.pr-110 { padding-right: 110px }
.pr-120 { padding-right: 120px }
.pr-130 { padding-right: 130px }
.pr-140 { padding-right: 140px }
/*************************
    Padding bottom
*************************/
.pb-0 { padding-bottom: 0 }
.pb-10 { padding-bottom: 10px }
.pb-12 { padding-bottom: 12px }
.pb-14 { padding-bottom: 14px }
.pb-15 { padding-bottom: 15px }
.pb-17 { padding-bottom: 17px }
.pb-20 { padding-bottom: 20px }
.pb-25 { padding-bottom: 25px }
.pb-27 { padding-bottom: 27px }
.pb-30 { padding-bottom: 30px }
.pb-35 { padding-bottom: 35px }
.pb-38 { padding-bottom: 38px }
.pb-40 { padding-bottom: 40px }
.pb-45 { padding-bottom: 45px }
.pb-50 { padding-bottom: 50px }
.pb-55 { padding-bottom: 55px }
.pb-60 { padding-bottom: 60px }
.pb-65 { padding-bottom: 65px }
.pb-66 { padding-bottom: 66px }
.pb-70 { padding-bottom: 70px }
.pb-75 { padding-bottom: 75px }
.pb-78 { padding-bottom: 78px }
.pb-80 { padding-bottom: 80px }
.pb-83 { padding-bottom: 83px }
.pb-85 { padding-bottom: 85px }
.pb-88 { padding-bottom: 88px }
.pb-90 { padding-bottom: 90px }
.pb-93 { padding-bottom: 93px }
.pb-95 { padding-bottom: 95px }
.pb-96 { padding-bottom: 96px }
.pb-100 { padding-bottom: 100px }
.pb-105 { padding-bottom: 105px }
.pb-108 { padding-bottom: 108px }
.pb-110 { padding-bottom: 110px }
.pb-115 { padding-bottom: 115px }
.pb-117 { padding-bottom: 117px }
.pb-118 { padding-bottom: 118px }
.pb-120 { padding-bottom: 120px }
.pb-125 { padding-bottom: 125px }
.pb-128 { padding-bottom: 128px }
.pb-130 { padding-bottom: 130px }
.pb-135 { padding-bottom: 135px }
.pb-140 { padding-bottom: 140px }
.pb-145 { padding-bottom: 145px }
.pb-150 { padding-bottom: 150px }
.pb-155 { padding-bottom: 155px }
.pb-185 { padding-bottom: 185px }
.pb-190 { padding-bottom: 190px }
.pb-195 { padding-bottom: 195px }
.pb-200 { padding-bottom: 200px }
.pb-220 { padding-bottom: 220px }
/*************************
    Padding left
*************************/
.pl-0 { padding-left: 0 }
.pl-10 { padding-left: 10px }
.pl-15 { padding-left: 15px }
.pl-20 { padding-left: 20px }
.pl-30 { padding-left: 30px }
.pl-40 { padding-left: 40px }
.pl-50 { padding-left: 50px }
.pl-60 { padding-left: 60px }
.pl-70 { padding-left: 70px }
.pl-80 { padding-left: 80px }
.pl-90 { padding-left: 90px }
.pl-100 { padding-left: 100px }
.pl-110 { padding-left: 110px }
.pl-120 { padding-left: 120px }
.pl-130 { padding-left: 130px }
.pl-140 { padding-left: 140px }
.pl-150 { padding-left: 150px }
/***************************
    Page section padding 
****************************/
.ptb-0 { padding: 0 }
.ptb-10 { padding: 10px 0 }
.ptb-18 { padding: 18px 0 }
.ptb-20 { padding: 20px 0 }
.ptb-30 { padding: 30px 0 }
.ptb-40 { padding: 40px 0 }
.ptb-50 { padding: 50px 0 }
.ptb-60 { padding: 60px 0 }
.ptb-70 { padding: 70px 0 }
.ptb-80 { padding: 80px 0 }
.ptb-90 { padding: 90px 0 }
.ptb-100 { padding: 100px 0 }
.ptb-110 { padding: 110px 0 }
.ptb-120 { padding: 120px 0 }
.ptb-130 { padding: 130px 0 }
.ptb-140 { padding: 140px 0 }
.ptb-150 { padding: 150px 0 }
/***************************
    Page section margin 
****************************/
.mtb-0 { margin: 0 }
.mtb-10 { margin: 10px 0 }
.mtb-15 { margin: 15px 0 }
.mtb-20 { margin: 20px 0 }
.mtb-30 { margin: 30px 0 }
.mtb-40 { margin: 40px 0 }
.mtb-50 { margin: 50px 0 }
.mtb-60 { margin: 60px 0 }
.mtb-70 { margin: 70px 0 }
.mtb-80 { margin: 80px 0 }
.mtb-90 { margin: 90px 0 }
.mtb-100 { margin: 100px 0 }
.mtb-110 { margin: 110px 0 }
.mtb-120 { margin: 120px 0 }
.mtb-130 { margin: 130px 0 }
.mtb-140 { margin: 140px 0 }
.mtb-150 { margin: 150px 0; }
/*----------------------------------------*/
/*  2. Header CSS
/*----------------------------------------*/
.top-left{float: right; margin-right: 20px;}
.top-left ul li, .top-right p{
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 14px;
    margin-right: 40px;
    position: relative;
}
.top-left ul li:after, .top-right p:after{
    position: absolute;
    right: -20px;
    top: 0;
    width: 1px;
    height: 15px;
    background: #fff;
    content: "";
}

.top-left ul li:last-child:after{background: none}
.top-right-social li {display: inline-block}
.header-top{border-bottom: 1px solid #E3E3E3;background:#3470D0; position: fixed; width: 100%; z-index: 99999;}
.top-right{float: left}
.top-right-left, .top-right-social{float: left}
.top-right p:after{top: 3px }
.top-right p{margin-bottom: 0; line-height: 22px}
.top-left ul li:last-child{
    margin-right: 0px;
    padding-right: 0px;
    border-right: none;
}
.top-right-social{}
.top-right-social ul li i{
    color: #fff; 
    font-size: 12px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;}
.top-right-social ul li:hover i{color: #3470D0}
.top-right i{float: left; margin-right: 12px; margin-top: 4px; font-size: 12px; color: #fff}
.logo a {display: inline-block}
.logo{
    padding: 4px 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.mobile-menu a.meanmenu-reveal span {
    background-color: #3470D0;
}
.mobile-menu a.meanmenu-reveal {
  border: 1px solid #3470D0;
}
.fixed {
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 99;
}
.main-menu ul li {
    display: inline-block;
    position: relative;
}
.main-menu nav > ul > li > a {
    color: #000;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    font-weight: 500;
    padding: 42px 10px 0 10px;
    position: relative;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
	font-weight: bold;
}
.header-area.two .main-menu nav > ul > li > a {
    color: #303030;
    font-size: 16px;
    line-height: 130px;
}
.main-menu ul li:first-child a{
    padding-left: 0px;
}
.main-menu ul li:last-child a{
    padding-right: 0px;
    float:right;
}
.main-menu nav ul > li:hover > a {color: #3470D0;}
.one.main-menu ul li ul {top: 75%}
.sticky .one.main-menu ul li ul {top: 100%}
.main-menu ul li ul {
    background: #ffffff none repeat scroll 0 0;
    left: 0;
    opacity: 0;
    padding: 10px 18px;
    position: absolute;
    text-align: left;
    top: 100%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 170px;
    z-index: 999;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
}
.main-menu ul li:hover > ul {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
    visibility: visible;
}
.main-menu ul li ul li {
    display: block;
    margin: 0;
    padding: 7px 0;
}
.main-menu nav ul li ul li a {
    color: #252525;
    display: block;
    font-size: 14px;
    line-height: 26px;
    padding: 0;
    text-transform: capitalize;
}
.main-menu ul li ul span {
    float: right;
    font-size: 15px;
    line-height: 20px;
    margin-right: 22px;
}
.main-menu ul li ul li:hover > a {padding-left: 5px;color: #3470D0}
.main-menu ul li ul li a:before {display: none;}
.main-menu ul li ul li > ul {
    left: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 17%;
    visibility: hidden;
}
.main-menu.text-left span {float: right;}
.mobile-menu-area, .mean-container .mean-bar:after {display: none}
.mean-container .mean-bar {
    background: transparent none repeat scroll 0 0;
    min-height: 0;
    padding: 0;
}
.sticky .header-social ul li a {
    line-height: 69px;
}
.mean-container a.meanmenu-reveal {
    border: 1px solid #3470D0;
    color: #3470D0;
    margin-top: -94px;
    padding: 4px 5px;
    position: absolute;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.mean-container .mean-nav {
    margin-top: 0;
}
.headroom {
    -webkit-transition: -webkit-transform 200ms linear 0s;
    transition: -webkit-transform 200ms linear 0s;
    transition: transform 200ms linear 0s;
    transition: transform 200ms linear 0s, -webkit-transform 200ms linear 0s;
    will-change: transform;
}
.headroom--pinned {-webkit-transform: translateY(0%);transform: translateY(0%);}
.headroom--unpinned {-webkit-transform: translateY(-100%);transform: translateY(-100%);}
.intelligent-header {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
}
.intelligent-header.headroom--pinned {}
.intelligent-header.headroom--not-top {
    background: #ffffff none repeat scroll 0 0;
    padding: 10px 0;
}
.header-sticky.sticky {
  animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.04);
  left: 0;
  padding: 0;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 999;
}
.header-sticky.sticky.two{
    background: rgba(255, 255, 255, 0.8);
}
.sticky .main-menu > nav > ul > li > a {
    padding: 25px 10px 0px 10px;
}
.sticky .header-contact a{margin-top: 25px}
.sticky .logo {
    padding: 2px 0;
	width: 125px;
}
.sticky .logo img{
	width: 100%;
	background-size: cover;
}



.header-area .sticky {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0.4);
	
	
}
.menu-style-toggle nav {
    margin-right: -30px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}
.menu-style-toggle nav.menu-open {
    margin-right: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}
.menu-style-toggle nav {
    float: left;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.main-menu.mean-menu.menu-style-toggle.text-right {float: right;}
.mobile-header {
    background: #ffffff none repeat scroll 0 0;
    display: none;
    left: 0;
    margin: auto;
    padding: 15px 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}
.mobile-logo img {width: 40px;}
.menu-icon {
    border: 1px solid #464646;
    box-sizing: content-box;
    color: #464646;
    cursor: pointer;
    font-weight: 700;
    height: 22px;
    line-height: 22px;
    padding: 4px 5px;
    position: absolute;
    right: 20px;
    text-decoration: none;
    top: 25px;
    width: 22px;
}
.menu-icon span{background-color: #333333;
    display: block;
    height: 3px;
    margin-top: 3px;
    box-sizing: content-box
}
.mobile-menu-area {
    background-color: #fff;
    display: block;
    height: 100%;
    left: 0;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}
.mobile-menu-area .menu-close {
    background-color: transparent;
    border: 2px solid #858585;
    border-radius: 50%;
    color: #858585;
    height: 40px;
    padding: 0;
    width: 40px;
	margin-bottom:30px;
}
.mobile-menu-area .menu-close:hover {
    color: #433a8b;
    border-color: #433a8b;
}
.mobile-menu-area .menu-close i {
    display: block;
    font-size: 30px;
    line-height: 30px;
    padding-right: 2px;
}
.sticky .menu-toggle {margin-top: 32px;}
.main-menu > nav > ul > li > a::after {
  background: #3470D0 none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: -5px;
  position: absolute;
  top: 79%;
  margin-top: -1px;
  transform: scale(0);
  transition: all 0.5s ease 0s;
  width: 15px;
}
.main-menu > nav > ul > li.buy-now{
  float: right;
  margin-top: 20px;
}
.sticky .main-menu > nav > ul > li.buy-now{
 
  margin-top: 0px;
}
.main-menu > nav > ul > li.buy-now > a::after{display: none}
.main-menu > nav > ul > li:hover > a::after, .main-menu > nav > ul > li.active a::after {
  transform: scale(1);
}
.main-menu > nav > ul > li.buy-now > a {
   
    border-radius: 25px;
    color: #3470D0;
    /*margin-left: 20px;*/
    margin-top: 14px;
    /*padding: 10px 40px 12px;*/
	padding: 0;
    transition: all 0.5s ease 0s;
	font-size: 32px;
	font-weight: bold;
}
.main-menu > nav > ul > li.buy-now > a:hover{
    
}
/*----------------------------------------*/
/*  3. Slider CSS
/*----------------------------------------*/
.slider-area, .single-banner {position: relative; overflow: hidden} 
.slider-img{z-index: 1; position: relative; margin-right: -25px}
.slider-area img {width: 100%;}
.slide-content, .text-content{z-index: 99; position: relative}
.text-content-wrapper, .slider-area img {width: 100%;}
.slide-content-wrapper {
    display: inline-table;
    width: 100%;
}
.slide-content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.two .slide-content {
    text-align: left;
}
.slide-content h4 {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 38px;
    position: relative;
    text-transform: uppercase;
    -webkit-animation-delay: 0.7s;
            animation-delay: 0.7s;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: fadeOutDown;
            animation-name: fadeOutDown;
}
.slide-content h4:after{
    position: absolute;
    left: 50%;
    margin-left: -62.5px;
    width: 125px;
    height: 2px;
    background: #fff;
    content: "";
    bottom: -30px;
}
.slider-img{
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
            animation-name: fadeInRight;
}
.slide-content h2 {
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 80px;
    font-weight: 700;
    line-height: 64px;
    margin-top: 58px;
    margin-bottom: 55px;
    text-transform: capitalize;
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: fadeOutDown;
            animation-name: fadeOutDown;
}
.two.slider-area .slide-content h2 {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 0;
}
.two.slider-area .slide-content p{
    font-size: 21px;
    font-weight: 300;
    color: #333;
    line-height: 35px;
    margin-bottom: 45px;
    -webkit-animation-delay: 1.0s;
            animation-delay: 1.0s;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: fadeOutDown;
            animation-name: fadeOutDown;
	min-height: 200px;
	position:relative;
}
.two.slider-area .slide-content p span{
	position: absolute;
top: -50px;
}
.slider-area .default-btn{
    -webkit-animation-delay: 1.4s;
            animation-delay: 1.4s;
    -webkit-animation-duration: .8s;
            animation-duration: .8s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}
.slider-area .owl-item.active .slide-content h2, .slider-area .owl-item.active .slide-content p, .slider-area .owl-item.active .slide-content h4, .slider-area .owl-item.active,  .slider-area .owl-item.active .default-btn{
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
}
.slider-area .owl-item.active .default-btn{
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
}
.slider-area .owl-item.active .slider-img img{
    animation-delay: 0.2s;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInRight;
}
.owl-item.active .slider-img {
  animation-delay: 0.2s;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInRight;
};2
.single-banner .slide-content h2, .single-banner .slide-content h3, .single-banner .banner-btn{
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
}
.slider-area .owl-item.active .slide-content h4 {-webkit-animation-delay: 500ms;animation-delay: 500ms}
.slider-area .owl-item.active .slide-content h2 {-webkit-animation-delay: 750ms;animation-delay: 750ms}   
.slider-area .owl-item.active .slide-content .banner-btn {-webkit-animation-delay: 1700ms;animation-delay: 1700ms}      
.owl-nav div {
    background: rgba(49, 67, 238, 0.5);
    color: #ddd;
    font-size: 18px;
    border-radius: 3px;
    height: 40px;
    left: -46px;
    line-height: 40px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 35px;
    z-index: 999;
}
.owl-nav .owl-next {left: auto; right: -46px;}
.slider-area:hover .owl-nav div {left: 0;}
.slider-area:hover .owl-nav .owl-next {left: auto;  right: 0;}
.owl-nav div:hover{ color: #fff}
.single-slide{background-position: top center; background-size: cover}
.animated.infinite {
    animation-iteration-count: infinite;
}
.fadeInDown {
    animation-name: fadeInDown;
}
.fix{overflow: hidden}
.slider-area .owl-nav div{
  height: auto;
}
.owl-carousel .owl-item .slider-img > img {
    bottom: 0;
    position: absolute;
    right: 0;
    width: 70%;
}
.gradient-overlay{position: relative}
.gradient-overlay:after {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(31, 43, 153, 0.25), rgba(235, 7, 255, 0.25)) repeat scroll 0 0;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
}
.two .single-slide:after{
    /*background: rgba(44, 59, 74, 0.55);*/
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
}
.two.three .single-slide:after{background: rgba(44, 59, 74, 0.20);}
.two .single-slide .gradient-overlay{opacity: 0}
.three .single-slide:after{
    background: rgba(0, 0, 0, 0.80);
}
.slide-content-wrapper{padding: 50px 0}
/*----------------------------------------*/
/*  4. Service CSS
/*----------------------------------------*/
.single-service-wrapper{padding: 22px 0px 0}
.single-service-icon{float: left; margin-top: 6px;}
.two .single-service-icon{float: none; margin-top: 0px;}
.single-service-icon a i{
    font-size: 36px;
    color: #585858;
    margin-right: 10px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.two .single-service-icon a i{
    font-size: 47px;
    color: #3470d0;
    margin-right: 0px;
    padding-bottom: 18px;
    display: block;
}
.two.three .single-service-icon a i {
    color: #585858;
    padding-bottom: 28px;
}
.single-service-icon a i:hover{color: #3470D0}
.single-service-content{
    overflow: hidden;
   
    position: relative;
    padding-left: 17px;
}
.single-service-content:before{
    position: absolute;
    left: 0;
    top: 0;
    height: 49px;
    width: 1px;
    background: #585858;
    content: "";
}
 .single-service-content:before{background: none}
.single-service-wrapper{
    background: #fff;
	border: solid 5px rgba(52, 112, 208, 0.8);
    padding: 10px 5px;
	box-shadow: 0 0 10.24px 5px rgba(52, 112, 208, 0.4);
	
}
 .single-service{
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.single-service:hover{
    background: rgba(0, 0, 0, 0) url("../img/service/service-bg.jpg") no-repeat scroll center center / cover ;
    position: relative;
    transition: all 0.5s ease 0s;
}
 .single-service:hover::after {
    background: rgba(44, 59, 74, 0.75);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.single-service:hover .single-service-icon a i, .two .single-service:hover .single-service-content h4, .two .single-service:hover .single-service-content p, .two .single-service:hover .single-service-content h4  {
    color: #fff;
    z-index: 9;
    position: relative;
}
.single-service1{
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background: #fff;
}
 .single-service1:hover::after {
   /* background: rgba(44, 59, 74, 0.75);*/
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.single-service1:hover .single-service-icon a i, .single-service1:hover .single-service-content h4, .single-service1:hover .single-service-content p, .single-service1:hover .single-service-content h4  {
    color: #fff;
    z-index: 9;
    position: relative;
}
.single-service2{
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background: #fff;
}
 .single-service2:hover::after {
    /*background: rgba(44, 59, 74, 0.75);*/
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.single-service2:hover .single-service-icon a i, .single-service2:hover .single-service-content h4, .single-service2:hover .single-service-content p, .single-service2:hover .single-service-content h4  {
    color: #fff;
    z-index: 9;
    position: relative;
}

.single-service3{
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background: #fff;
}
 .single-service3:hover::after {
   /* background: rgba(44, 59, 74, 0.75);*/
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.single-service3:hover .single-service-icon a i, .single-service3:hover .single-service-content h4, .single-service3:hover .single-service-content p, .single-service3:hover .single-service-content h4  {
    color: #fff;
    z-index: 9;
    position: relative;
}
.single-service4{
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background: #fff;
} 
 .single-service4:hover::after {
    /*background: rgba(44, 59, 74, 0.75);*/
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.single-service4:hover .single-service-icon a i, .single-service4:hover .single-service-content h4, .single-service4:hover .single-service-content p, .single-service4:hover .single-service-content h4  {
    color: #fff;
    z-index: 9;
    position: relative;
}
.single-service5{
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.single-service5:hover{
    background: rgba(0, 0, 0, 0) url("../img/service/service-bg5.jpg") no-repeat scroll center center / cover ;
    position: relative;
    transition: all 0.5s ease 0s;
}
 .single-service5:hover::after {
    background: rgba(44, 59, 74, 0.75);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.single-service5:hover .single-service-icon a i, .single-service5:hover .single-service-content h4, .single-service5:hover .single-service-content p, .single-service5:hover .single-service-content h4  {
    color: #fff;
    z-index: 9;
    position: relative;
}
.single-service6{
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.single-service6:hover{
    background: rgba(0, 0, 0, 0) url("../img/service/service-bg6.jpg") no-repeat scroll center center / cover ;
    position: relative;
    transition: all 0.5s ease 0s;
}
 .single-service6:hover::after {
    background: rgba(44, 59, 74, 0.75);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.single-service6:hover .single-service-icon a i, .single-service6:hover .single-service-content h4, .single-service6:hover .single-service-content p, .single-service6:hover .single-service-content h4  {
    color: #fff;
    z-index: 9;
    position: relative;
}

.view .default-btn {
    padding: 13px 36px 12px;
    border: 2px solid #3470D0;
    cursor: pointer;
}
.view .default-btn:hover {
    border: 2px solid #3470D0;
    background: #fff;
    color: #3470D0;
}
.two .single-service .single-service-content h4:hover a{color: #b4b3b3}
.two .single-service-content {padding-left: 0px}
.single-service-content h4, .two .single-service-content h4{
    font-size: 17px;
    color: #585858;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
}
.two .single-service-content h4 {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 2px;
    text-transform: uppercase;
}
/*.two .single-service-content h4:hover a{color: #ddd}
.two .single-service-content h4:hover a {color: #585858}*/
.single-service-img a, .single-service-img a, .practice-img a, .news-img a{position: relative; display: block}
.single-service-content p{
    font-size: 16px;
    color: #414141;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 28px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.single-service-content p{color: #5d5d5d;}
.two.three .single-service-content p{color: #414141}
.single-practice{
	background: #fff;
	padding-bottom: 10px;
	border-radius: 0 0 120px 120px;
    overflow: hidden;
	transform: scale(1);
	-webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.single-practice:hover{
	transform: scale(1.1);
}
.serhead{
	background:#3470D0;
	color:#fff;
	font-size:20px;
	text-align:center;
	padding:10px 0;
	
}
.single-practice1{
	
	background: none;
	min-height: 200px;
	margin-top: 40px;
	float: left;
	width: 100%;
	border-radius: 0 0 120px 120px;
	overflow: hidden;
	padding-top: 20px;
	background: #fff;
}
.practice-content1 h4{
	color: #fff;
}
.single-practice2{
	
	background: #fff;
	padding:0 0 20px 0;
	
}

.single-practice1 .practice-img:hover .sertext{
	display: block;
}
.single-service .practice-img a img{
	transform: scale(1);
	}
.single-practice3{
	
	border-radius: 10px;
	border: solid 1px #e1e1e1;
	padding: 20px 10px 10px 10px;
	min-height: 407px;
}
.single-practice4{
	background: #3470D0;
	border-radius: 10px;
	min-height: 240px;
}
.single-practice4 .practice-content{
	background: #3470D0;
}
.overlay1
{
	width: 100%;
	height: 100%;
	position: absolute; 
	
	display: none; 
	z-index: 999;
	background: rgba(0,0,0,0.7);
}
.overlay1 a
{
		display: table-cell; 
		vertical-align: middle; 
		text-align: center;
	   
	  
	   
}

.overlay1 a .sertext
{
	background: #fff;
	padding: 20px;
	border: solid 5px #3470D0;
	width: 350px;
	margin: 0 auto;
	   
	  
	   
}
.sertext h4{
	font-size: 20px;
	padding-bottom: 20px;
}
.sertext h5{
	font-size: 16px;
	padding-bottom: 20px;
}
.sertext p{
	font-size: 16px;
	color:#333;
}
.overlay1 img
{
			padding: 10px;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			background: #ffffff;
			width:469px; 
			height:500px;
}

.overlay1:target { display: table; }	
	

.practice-img{
	overflow: hidden;
}
.practice-img a img{
	width: 100%;
	background-size: cover;
	
}
.practice-img a:hover img{
	transform: scale(1.1);
	
}

.single-service .single-service-img a:after, .single-practice .practice-img a:after, .single-news .news-img a:after{
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	
}
.gradient-overlay:after, .single-service-img a:after, .practice-img a:after, .news-img a:after {
   /* background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(52, 112, 208, 0.25), rgba(52, 11, 225, 0.25)) repeat scroll 0 0;*/
    position: absolute;
	
	
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
}
.single-service:hover .single-service-img a:after, .single-practice:hover .practice-img a:after, .single-news:hover .news-img a:after{opacity: 1}
.two.three.service-area .section-title h2:after, .two.three.service-area .section-title h2:before{display: none}
.two.three.service-area .section-title h2{margin-bottom: 15px;}
.two.three.service-area .section-title p{
    font-size: 18px;
    color: #414141;
    font-weight: 300;
    margin: 0 40px;
    line-height: 30px;
    margin-bottom: 55px;
}
.two.three .single-service:hover::after {
  background: #fff ;
}
.two.three .single-service:hover .single-service-icon a i, .two.three .single-service:hover .single-service-content h4 {
    color: #3470D0;
}
.two.three .single-service:hover .single-service-content p {color: #414141}
.two.three .single-service-wrapper{
    border: 1px solid #DDDDDD; box-shadow: none;
    padding: 30px 30px 26px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.two.three .single-service:hover{box-shadow: 0px 0px 8.82px 0.18px rgba(8, 8, 8, 0.1)}
.service-detail-left{margin-right: 30px; margin-bottom: 80px}
.service-detail-left h4{
    color: #585858;
    font-size: 20px;
    text-align: left;
    margin-bottom: 35px;
  text-transform: uppercase;
  font-weight: 500;
}
.service-detail-img > img{width: 100%}
.detail-title i, .related i{float: left; margin-right: 10px; color: #3470D0; font-size: 14px}
.detail-title h5, .related h5{
    font-size: 18px;
    color: #535353;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 14px;
}
.detail-title{margin-bottom: 32px}
.serive-detail-right p{
    font-size: 16px;
    color: #414141;
    margin-bottom: 25px;
    line-height: 29px;
}
.serive-detail-right p:last-child{
    margin-bottom: 45px;
}
.serive-detail-right ul li{
    font-size: 14px;
    color: #535353;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 17px;
}
.serive-detail-right ul li:last-child{margin-bottom: 0}
.serive-detail-right ul li span{
    float: right;
}
.service-details-area .practice-content h4::after{display: none}
.service-detail-owl.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: block;
}
.service-detail-owl.owl-carousel .owl-nav div {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 0 5px 0 rgba(8, 8, 8, 0.37);
    color: #808080;
    font-size: 24px;
    height: 32px;
    line-height: 32px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -35px;
    transition: all 0.4s ease 0s;
    width: 40px;
    z-index: 999;
}
.service-detail-owl.owl-carousel .owl-nav .owl-prev {
    left: auto;
    right: 52px;
}
.service-detail-owl.owl-carousel .owl-nav div:hover {
    background: #3470D0 none repeat scroll 0 0;
    color: #fff;
    box-shadow: none; 
}
/*-----------------------------------------*/
/*  5. Why CSS
/*----------------------------------------*/
.why-area{
    background-image: url(../img/banner/why-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
}
.why-area:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.68);
}
.why-content h2{
    color: #fff;
    z-index: 2;
    position: relative;
    font-size: 30px;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 20px;
}
.why-content p{
    color: #fff;
    z-index: 2;
    position: relative;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0px;
    padding: 0 75px;
    line-height: 33px;
}
/*----------------------------------------*/
/*  6. Fun CSS
/*----------------------------------------*/
.fun-area-wrapper{
    background: #fff;
    box-shadow: 0px 7px 16.56px 1.44px rgba(6, 6, 6, 0.1);
    padding: 75px 0px 75px;
    margin-top: -95px;
}
.fun-icon{
    display: inline-block;
    margin-right: 18px;
}
.fun-icon i{
    font-size: 48px;
    color: #676767;
}
.fun-content h3 {
    color: #626262;
    font-size: 24px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 10px;
}
.fun-content h3 span{
    font-size: 26px;
}
.fun-content h4{
    font-size: 17px;
    color: #626262;
    font-weight: 500;
    text-transform: uppercase;
}
.single-fun{position: relative; text-align: center}
.single-fun:after{
    position: absolute;
    right: 0px;
    height: 66px;
    width: 1px;
    background: #C1C1C1;
    top: -8px;
    content: "";
}
.col-sm-4:last-child .single-fun:after{background: transparent}
.fun-content {
  display: inline-block;
  text-align: left;
}
/*----------------------------------------*/
/*  7. Practice CSS
/*----------------------------------------*/
.practice-content{
    padding: 26px 22px 0px !important;
    background: #fff none repeat scroll 0 0;
    margin: -20px 20px 0;
    padding: 0px 0 0;
    position: relative;
	
}
.practice-content1{/*padding: 26px 22px 0px;*/ 
	 background:url(../img/service/b.png);
	width: 100px;
    margin:0;
    padding: 30px 0;
    position: relative;
	background-size: cover;
    margin: 0 auto;
	
}
.practice-content1 h4{
    font-size: 22px;
    color: #fff;
    font-weight:normal;
    
    position: relative;
	text-align: center;
}
.practice-content2{/*padding: 26px 22px 0px;*/ 
	 background:url(../img/service/add-ser.jpg);
	width: 175px;
    margin:0;
    padding: 30px 0;
    position: relative;
	background-size: cover;
    margin: 0 auto;
	
}
.practice-content2.addserimg1, .practice-content2.addserimg5, .practice-content2.addserimg6{
	 background:url(../img/service/add-ser1.jpg);
	 padding: 65px 0;	 
}
.practice-content2.addserimg2{
	 background:url(../img/service/add-ser2.jpg);
	 padding: 65px 0;	
}
.practice-content2.addserimg1, .practice-content2.addserimg2, .practice-content2.addserimg5, .practice-content2.addserimg6 {background-repeat: no-repeat;}
.practice-content2 h4{
    font-size: 22px;
    color: #3470D0;
    font-weight:normal;
    
    position: relative;
	text-align: center;
}
.practice-content h4{
    font-size: 16px;
    color: #585858;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}
.practice-content h4:after{
    position: absolute;
    left: 50%;
    width: 47px;
    height: 1px;
    background: #3470d0;
    margin-left: -23.5px;
    content: "";
    bottom: -20px;
}
.practice-content p{
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin-top: 0px;
}
.practice-area.three .section-title h2:before, .practice-area.three .section-title h2:after, .news-area.three .section-title h2:before, .news-area.three .section-title h2:after{display: none} 
.practice-area.three .section-title h2, .news-area.three .section-title h2{margin-bottom: 15px} 
.practice-area.three .section-title p, .news-area.three .section-title p{
    margin: 0 45px;
    font-size: 18px;
    color: #414141;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 55px;
} 
.view{
    margin-top: 50px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.view a:hover{
    background: rgba(49, 67, 238, 0.8);
    color: #414141;
}
.pagination{margin-top: 50px}
.pagination ul li{display: inline-block; margin-right: 10px}
.pagination ul li:last-child{margin-right: 0px}
.pagination ul li a{
    font-size: 16px;
    color: #5c5959;
    border-radius: 50%;
    border: 1px solid #747474;
    height: 34px;
    width: 34px;
    display: block;
    line-height: 33px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.pagination ul li:hover a{
    color: #fff;
    border: 1px solid #3470D0;
    background: #3470D0;
}
/*----------------------------------------*/
/*  8. Help CSS
/*----------------------------------------*/
.help-area{
    background-image: url(../img/banner/help-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.help-left{margin-right: 32px}
.help-right{margin-left: 50px}
.help-left h4{
    font-size: 30px;
    font-style: italic;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 400;
}
.help-left p{
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 36px;
}
.help-left a{
    background: #FFFFFF;
    color: #585858;
    padding: 13px 45px 12px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.help-left a:hover{
    background: #3470D0;
    color: #fff;
}
.progress {
    background-color: #666666;
    border-radius: 0px;
    box-shadow: none;
    height: 2px;
    margin-bottom: 36px;
    overflow: visible;
    position: relative;
}
.skill-bar-item:last-child .progress{
    margin-bottom: 0px;
}
.progress-bar {
    background-color: #fff;
    box-shadow: none;
    color: #fff;
    float: left;
    font-size: 12px;
    height: 100%;
    line-height: 20px;
    text-align: center;
    transition: width 0.6s ease 0s;
    width: 0;
    position: relative;
}
.progress-bar:after{
    position: absolute;
    right: 0;
    top: -4px;
    width: 10px; 
    height: 10px;
    border-radius: 50%;
    content: "";
    background: #fff;
}
.skill-bar-item > span {
    color: #fff;
    display: block;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 7px;
    text-transform: capitalize;
}
.skill-bar-item{overflow: hidden;text-align: left; padding-bottom: 5px}
.progress span.text-top {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    right: 0;
    top: -26px;
    z-index: 8;
}
/*----------------------------------------*/ 
/*  9. News CSS
/*----------------------------------------*/
.news-content{padding: 25px 0 0}
.news-content span {
    color: #585858;
    display: block;
    font-family: "Roboto",sans-serif;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.news-content h3 a{
    font-size: 22px;
    color: #585858;
    font-weight: 400;
    font-family: "Roboto",sans-serif;
    line-height: 30px;
    margin-bottom: 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.news-content h3 a:hover{
    color: #3849E8;
}
/*----------------------------------------*/ 
/*  10. Footer CSS
/*----------------------------------------*/
.footer-area{background: #2D2D2D; padding-top: 100px}
.single-widget p{
    color: #e9e9e9;
    font-size: 14px;
    font-family: "Roboto",sans-serif;
    margin-bottom: 20px;
}
.footer-area .single-widget .footer-social ul li{
    display: inline-block;
    font-size: 12px;
    color: #e9e9e9;
    margin-right: 18px;
}
.footer-social ul li:last-child{
    margin-right: 0px;
}
.footer-form form{
    position: relative;
    margin-bottom: 25px;
}
.footer-form form input{
    border: 1px solid #C2C2C2;
    width: 100%;
    background: #363636;
    padding: 12px 60px 12px 10px;
    font-size: 11px;
    color: #c5c5c5;
    font-weight: 300;
}
.footer-form form button {
    padding: 9px 16px 6px;
    position: absolute;
    right: 1px;
    top: 1px;
    background: #3B3B3B;
    border-radius: 0;
    font-size: 18px;
    color: #e9e9e9;
    border-left: 1px solid #C2C2C2;
}
.footer-form form button:hover{
    background: #3470D0;
    color: #fff;
}
.mc-news {
    left: -5000px;
    position: absolute;
}
.footer-area .single-widget h3{
    color: #e9e9e9;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 40px;
    font-weight: 500;
}
.footer-area .single-widget ul li a, .footer-area .single-widget p{
    color: #e9e9e9;
    display: block;
    
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    position: relative;
}
.footer-social{margin-top: 23px}
.footer-area .single-widget ul li{display: table}
.footer-area .single-widget > ul > li:hover > a::after{
    transform: scale(1);
}
.footer-area .single-widget > ul > li > a::after {
    background: #3470D0 none repeat scroll 0 0;
    content: "";
    height: 2px;
    right: -20px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    transform: scale(0);
    transition: all 0.5s ease 0s;
    width: 15px;
}
.footer-area .single-widget ul li:last-child, .footer-area .single-widget p:last-child{
    margin-bottom: 0px
}
.main-footer {
    border-bottom: 1px solid #c2c2c2;
    padding-bottom: 75px;
}
.footer-bottom p, .footer-bottom p a{
    font-size: 14px; 
    color :#e9e9e9; 
    padding: 15px 0 4px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.footer-bottom p a:hover{text-decoration: underline}
/*----------------------------------------*/ 
/*  11. Testimonial CSS
/*----------------------------------------*/
.testimonial-area{
    background-image: url(../img/banner/client-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}
.testimonial-area:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(44, 59, 74, 0.87);
    content: "";
}
.client-area .owl-nav{display: none}
.testimonial-content p, .testimonial-content h5, .testimonial-content h6, .testimonial-img, .testimonial-area .section-title h2{z-index: 5; position: relative; color: #fff}
.testimonial-area .section-title h2:before, .testimonial-area .section-title h2:after{background: #fff; z-index: 1}
.testimonial-img{
    float: left;
    margin-right: 60px;
    position: relative;
}
.testimonial-content{
    overflow: hidden;
    position: relative;
    padding-left: 30px;
}
.testimonial-content:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 112px;
    content: "";
    background: #fff;
    z-index: 9;
}
.testimonial-img:after{
    position: absolute;
    right: -60px;
    top: 50%;
    width: 30px;
    height: 1px;
    content: "";
    background: #fff;
    z-index: 9;
}
.testimonial-content p {
    color: #fff;
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 17px;
    padding-right: 340px;
}
.testimonial-content h5{
     font-size: 34px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 3px;
}
.testimonial-content h6{
    font-size: 15px;
    font-weight: 300;
}
.testimonial-owl.owl-carousel .owl-nav {
    display: none;
}
.testimonial-area .owl-dots {
    bottom: 0;
    height: 135px;
    padding-left: 15px;
	width: 100%;
	
	text-align: center;
    transform: rotate(180deg);
}
.testimonial-area .owl-dot {
    color: #ffffff;
    display: inline-block;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin: 0 10px;
    text-align: center;
    position: relative;
    transform: rotate(-90deg);
    transition: all 0.3s ease 0s;
}
.testimonial-area .owl-dot::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: -70px;
    position: absolute;
    top: 9px;
    width: 50px;
    transform: scale(0);
    transition: all 0.5s ease 0s;
}
.testimonial-area .owl-dot.active::after {
    transform: scale(1);
}
.three .testimonial-img {
    display: inline-block;
    float: none;
    margin: auto;
    position: relative;
}
.three .testimonial-img::after, .three .testimonial-content::before {background: none}
.three .testimonial-owl.owl-carousel .owl-item img {
    display: block;
    border-radius: 50%;
    height: 112px;
    width: 112px;
}
.three .testimonial-content p {
    padding: 0px 150px;
    margin-top: 15px;
}
/*----------------------------------------*/ 
/*  12. Client CSS
/*----------------------------------------*/
.single-client a{
    height: 125px;
    display: inline-table;
}
.single-client img{
    filter: brightness(0) invert(58%);
}
.single-client span{
    display: table-cell;
    vertical-align: middle;
}
.single-client:hover img{
    filter: brightness(1) invert(0)
}
.single-client{
    margin: 10px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.single-client:hover{box-shadow: 0px 0px 8.01px 0.99px rgba(7, 7, 7, 0.1); }
/*----------------------------------------*/ 
/*  13. About CSS
/*----------------------------------------*/
.help-area.overview{
    background: none;
}
.help-area.overview .help-left{
    margin-right: 0;
}
.help-area.overview .help-left a{
    background: #3470D0;
    color: #fff;
}
.help-area.overview .help-left a:hover{
    background: #000;
}
.help-area.overview .help-right {
    margin-right: 50px;
    margin-top: 75px;
}
.help-area.overview .help-left p{
    color: #414141;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 30px;
}
.help-area.overview .section-title h2 {margin-bottom: 50px}
.help-area.overview .skill-bar-item span, .help-area.overview .skill-bar-item span.text-top{color: #929292}
.help-area.overview .progress {background-color: #DBDBDB}
.help-area.overview .progress-bar::after {background: #3470D0 none repeat scroll 0 0;}
.help-area.overview .progress-bar{background-color: #3470D0}
/*----------------------------------------*/ 
/*  14. Member CSS
/*----------------------------------------*/
.member-content{
    padding: 28px 0 35px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.member-content h5{
    font-size: 18px;
    color: #585858;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 6px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.member-content h6{
    font-size: 16px;
    color: #585858;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 15px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.single-member{box-shadow: 0px 0px 7.92px 1.08px rgba(8, 8, 8, 0.11); }
.member-content ul li{display: inline-block; margin-right: 25px}
.member-content ul li a{
    font-size: 12px;
    color: #797979;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.member-content ul li:hover a{
    color: rgba(255, 255, 255, 0.5) !important;
}
.single-member:hover .member-content{background: #3470D0}
.single-member:hover .member-content h5, .single-member:hover .member-content h6, .single-member:hover .member-content ul li a{color: #fff}
.partner-owl .owl-nav div {display: none}
/*----------------------------------------*/ 
/*  15. Mission CSS
/*----------------------------------------*/
.mission-left .section-title h2 {margin-bottom: 52px;}
.mission-left p, .mission-left ul li {
    font-size: 16px;
    color: #414141;
    line-height: 26px;
    margin-bottom: 15px;
}
.mission-left ul li{margin-bottom: 5px}
.mission-left ul li:last-child{margin-bottom: 0px}
.mission-left ul li i{
    font-size: 12px;
    color: #585858;
    margin-right: 10px;
}
.mission-video {
    background: rgba(0, 0, 0, 0) url("../img/banner/video.jpg") repeat scroll 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    height: 300px;
    width: 100%;
    margin-left: 30px;
    margin-top: 20px;
}
.mission-icon {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.mission-video::after {
    background: rgba(0, 0, 0, 0.51);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.mission-icon a {
    border: 2px solid #fff;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    display: block;
    transition: all 0.5s ease 0s;
}
.mission-icon a i {
    color: #fff;
    font-size: 45px;
    line-height: 55px;
    text-align: center;
    transition: all 0.5s ease 0s;
    display: block;
}
.mission-icon a i:hover{
    color: #3470D0;
}
.mission-icon a i:hover{
    color: #3470D0;
}
.mission-icon a:hover{
    border: 2px solid #3470D0;
}
/*----------------------------------------*/ 
/*  16. Blog CSS
/*----------------------------------------*/
.blog-left{margin-right: 30px}
.blog-content{padding-top: 32px}
.blog-content h5{
    font-size: 20px;
    color: #585858;
    font-family: 'Roboto', sans-serif;
    line-height: 32px;
    font-weight: 400;
    padding: 0 115px;
    margin-bottom: 18px;
}
.blog-content p.date{
    font-size: 12px;
    color: #585858;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
}
.blog-content p.date span{
    color: #1d1d1d;
    font-weight: 500;
}
.blog-content p{
    color: #414141;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    line-height: 28px;
    margin-bottom: 34px;
}
.blog-content a.default-btn{background: #494949; color: #fff; margin-bottom: 53px; padding: 12px 28px}
.single-blog .blog-content a.default-btn{margin-bottom: 55px}
.blog-content a.default-btn:hover{
    background: #3470D0;
    color: #fff;
}
.share-left{float: left}
.share-left p, .share-right p{
    font-size: 14px;
    color: #585858;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0
}
.blog-content .mainblog{
    margin-bottom:50px;
}
.blog-content .mainblog .blog-img.gradient-overlay{
    margin-bottom:30px;
}
.share-right{float: right; display: inline-block}
.share-right ul li{
    display: inline-block;
    margin-right: 18px;
}
.share-right p{margin-right: 2px}
.share-right p, .share-right ul{display: inline-block}
.share-right ul li a{margin-bottom: 0}
.share-right ul li a i{
    font-size: 12px;
    color: #797979;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.share-right ul li:hover a{
    background: transparent;
}
.share-right ul li:hover i{
    color: #3470D0;
}
.share-right ul li:last-child{margin-right: 0}
.share{border-bottom: 1px solid #D8D8D8; overflow: hidden}
.blogs-wrapper{margin-top: 10px}
.single-blog .blog-content h5{padding: 0 35px}
.blog-img.gradient-overlay:after, .blog-left.gradient-overlay:after{opacity: 0}
.blog-img.gradient-overlay:after, .blog-left.gradient-overlay:after{
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.single-blog:hover .blog-img.gradient-overlay:after, .blog-left:hover > .blog-img.gradient-overlay:after{opacity: 1}
.blogs-wrapper .pagination{margin: 0px}
.single-widget ul li a{
    font-weight: 300;
    font-size: 15px;
    color: #535353;
    margin-bottom: 12px;
    display: block;
    text-transform: capitalize;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.single-widget ul li:last-child a{margin-bottom: 0}
.single-widget ul li span{float: right}
.single-widget ul li a:hover{
    color: #3470D0;
}
.widget-video {
    background: rgba(0, 0, 0, 0) url("../img/banner/video1.jpg") repeat scroll 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    height: 270px;
    width: 100%;
    margin-bottom: 35px;
}
.video-icon {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.widget-video::after {
    background: rgba(0, 0, 0, 0.50);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.video-icon a i{
    font-size: 59px;
    color: #fff;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.video-icon a i:hover{
    color: #3470D0;
}
.sidebar > .single-widget > p{
    font-size: 16px;
    color: #535353;
    margin-right: 30px;
    margin-bottom: 12px;
}
.sidebar > .single-widget > h6{
    font-size: 12px;
    color: #585858;
    font-weight: 400;
}
.sidebar > .single-widget > div > p{
    font-size: 16px;
    color: #535353;
    margin-right: 30px;
    margin-bottom: 12px;
}
.sidebar > .single-widget > div > h6{
    font-size: 12px;
    color: #585858;
    font-weight: 400;
}
.single-post{display: block; overflow: hidden}
.post-img{float: left; margin-right: 20px;width: 120px;}
.post-content{
    overflow: hidden;
}
.post-content p a{
    font-size: 16px;
    color: #535353;
    line-height: 28px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.post-content p a:hover{
    color: #3470D0;
}
.post-img.gradient-overlay:after{opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.post-img:hover::after{opacity: 1}
.widget-social ul li{display: inline-block; margin-right: 15px;}
.widget-social ul li a{
    display: block; 
    text-align: center;
}
.widget-social ul li i{
    font-size: 16px;
    color: #797979;
    text-align: center;
    line-height: 30px;
    margin: auto;
    display: block;
    height: 32px; 
    width: 32px; 
    border-radius: 50%; 
    border: 1px solid #757575;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.widget-social ul li:hover a i{
    color: #fff;
    background: #3470D0;
    border: 1px solid #3470D0;
}
.newsletter-content p{
    color: #414141;
    font-size: 16px;
    line-height: 28px;
    font-family: 'Roboto', sans-serif;
}
.newsletter-form{
    background: #F6F6F6;
    padding: 40px 20px;
}
.newsletter-form input{
    box-shadow: 0px 0px 14.4px 3.6px rgba(8, 8, 8, 0.09); 
    padding: 20px;
    width: 100%;
    border: none;
    font-size: 12px;
    color: #7b7b7b;
    font-weight: 300;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.newsletter-form button{
    border-radius: 0;
    padding: 12px 55px;
}
.blog-details-area .blog-content{padding: 0}
.blog-details-area .blog-content h5{padding-left: 0; padding-right: 230px}
.blog-details-area .blog-content p.date {margin-bottom: 0px}
.blog-details-area .blog-content .comments {}
.blog-details-area .blog-content .detail-title h5 {
    padding-left: 0;
    padding-right: 230px;
    line-height: 14px;
}
.comment-pic{float: left; margin-right: 20px}
.comment-content{    
    overflow: hidden;
}
.comment-head {
    overflow: hidden;
    margin-bottom: 10px;
}
.comment-head h5{
    font-size: 14px;
    color: #555555;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    float: left;
    margin-bottom: 0;
    line-height: 14px;
}
.single-comment.child{margin-left: 70px}
.single-comment.child .comment-head h6 span{color: #3470D0}
.comment-head h6{
    font-size: 12px;
    color: #585858;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    float: right;
    margin-bottom: 0;
    line-height: 14px;
}
.comment-head h6 span{
    font-size: 14px;
    color: #555555;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}
.comment-content p{
    font-size: 16px;
    color: #414141;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0;
    line-height: 28px;
}
.blog-content .leave-a-comment a.default-btn {
    border-radius: 0;
    padding: 12px 55px;
    background: #3470D0;
    margin-top: 20px;
    margin-bottom: 0;
}
.blog-content .leave-a-comment a.default-btn:hover {
    background: #000000;
}
.leave-a-comment form p {
  color: #030303;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.blog-content .leave-a-comment input, .blog-content .leave-a-comment textarea {
    border: 1px solid #C1C1C1;
    padding: 12px 20px;
    font-size: 12px;
    color: #4d4d4d;
    text-transform: capitalize;
    width: 100%;
    margin-bottom: 30px;
}
#search{position: relative}
#search > input {
    border: 1px solid #e0e0e0;
    font-size: 12px;
    padding: 17px 70px 17px 20px;
    width: 100%;
    color: #7b7b7b;
    font-weight: 300;
}
#search > button{
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 50px;
    background: #3470D0;
    content: "";
    color: #fff;
    font-size: 18px;
    line-height: 56px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
#search > button:hover{
    background: #4F4F4F;
}
.blog-details-area .blog-img{
    margin-bottom: 20px;
    box-shadow: 0 5px 30px 0 rgba(0,0,0,0.08), 0 5px 15px 0 rgba(0,0,0,0.08);
}
blockquote{
    margin-left: 130px;
    color: #414141;
    font-size: 18px;
    font-style: italic;
    line-height: 30px;
    margin-bottom: 28px;
    border-left: none;
    position: relative;
}
blockquote:before{
    background: #444444;
    width: 4px;
    height: 80px;
    left: 0px;
    top: 16px;
    content: "";
    position: absolute;
}
.blog-left{margin-right: 30px}
/*----------------------------------------*/ 
/*  17. Contact CSS
/*----------------------------------------*/
.map-area{margin-bottom: 30px;box-shadow: 0px 0px 9px 0px rgba(8, 8, 8, 0.15); }
.single-info i{
    font-size: 30px;
    color: #393939;
    margin-bottom: 20px;
    display: block;
}
.single-info h5{
    font-size: 16px;
    color: #666666;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 5px;
}
.single-info p{
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0px;
}
.touch-area h3, .contact-info h3, .touch-area h1, .contact-info h1{
    font-size: 20px;
    color: #666666;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 35px;
}
.touch-area input[type='text'],.touch-area input[type='number'],.touch-area input[type='email'], .touch-area textarea{
    border: none;
    border: 1px solid rgba(0, 0, 0, 0.06);
    font-size: 16px;
    color: #000;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
    width: 100%;
    margin-bottom: 33px;
   
    padding: 10px;
	background:#fff;
}
/*
.touch-area input:focus, .touch-area textarea:focus{
    border: none;
    border: 1px solid #3470D0;
    font-size: 16px;
    color: #7b7b7b;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
    width: 100%;
    margin-bottom: 33px;
    padding: 10px;
	background: #fff;
}*/
select{
	border: none;
    border: 1px solid rgba(0, 0, 0, 0.06);
    font-size: 16px;
    color: #000;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
    width: 100%;
    text-align: center;
    margin-bottom: 33px;
    padding: 10px;
	background: #fff;
	
}
select:focus{
    border: none;
    border: 1px solid #3470D0;
    font-size: 16px;
     color: #000;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
    width: 100%;
    margin-bottom: 33px;
    padding: 10px;
	background: #fff;
	text-align: center;
}
.touch-area button.default-btn{
    border: 1px solid #3470D0;
    
    background: #3470D0;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    padding: 12px 50px;
    margin-top: 10px;
    margin-bottom: 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.touch-area button.default-btn:hover{
    border: 1px solid #3470D0;
    background: transparent;
    color: #494949;

}
/*----------------------------------------*/ 
/*  11. Scrollup CSS
/*----------------------------------------*/
#scrollUp {
    border-radius: 2px;
    bottom: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    color: #ffffff;
    font-size: 24px;
    height: 40px;
    line-height: 45px;
    position: fixed;
    right: 15px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 40px;
    z-index: 200;
}
#scrollUp:hover {
}
@keyframes scroll-top {
0% {
    bottom: 0;
    opacity: 0;
}
50% {
    bottom: 50%;
    opacity: 1;
}
100% {
    bottom: 75%;
    opacity: 0;
}
}
@keyframes scroll-top {
0% {
    bottom: 0;
    opacity: 0;
}
50% {
    bottom: 50%;
    opacity: 1;
}
100% {
    bottom: 75%;
    opacity: 0;
}
}
@keyframes scroll-top {
0% {
    bottom: 0;
    opacity: 0;
}
50% {
    bottom: 50%;
    opacity: 1;
}
100% {
    bottom: 75%;
    opacity: 0;
}
}
#scrollUp:hover i {
    animation: 800ms linear 0s normal none infinite running scroll-top;
    bottom: 0;
    height: 100%;
    left: 0;
    margin-bottom: -25px;
    position: absolute;
    width: 100%;
}
#scrollUp i {
    color: #ffffff;
}
#scrollUp {
    background: #3470D0 none repeat scroll 0 0;
}

.maring-top-30{
	margin-top: 30px;
}
.sign-up-f{
	margin-top: 30px;
	padding:30px;
	border: solid 10px #d1d1d1;
	
	
}
.addser{
	display: none;
}
.addser1{
	display: none;
}
.sign-up-mf{
	margin-top: 30px;
	padding:30px;
	border: solid 10px #3470D0;
	float: left;
	display: none;
	
}
.sign-up-ms{
	margin-top: 30px;
	padding:30px;
	border: solid 10px #3470D0;
	float: left;
	display: none;
	
}
.sign-up-mr{
	margin-top: 30px;
	padding:30px;
	border: solid 10px #3470D0;
	float: left;
	
	
}
.touch-area input[type="submit"]{
	color:#fff;
}
.touch-area input:hover[type="submit"]{
	color:#3470D0;
}
.select-border{
	border: solid 1px; #ccc;
	margin-top: 10px;
}

.box-services {

    padding: 20px;

    background-color: #fff;

    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);

       -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);

        -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);

         -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);

            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);

}



.box-services .box-services-wrap h2.title-box-services {

    position: relative;

    margin-top: 8px;

    margin-bottom: 30px;

    padding-bottom: 6px;

	text-align:center;
	

}

.box-services-wrap h2{
	font-size:42px;
}
.box-services-wrap p{
	font-size:18px;
	font-weight: bold;
}
 

.box-services .box-services-wrap h2.title-box-services strong {

    font-weight: 600;

}



.box-services .box-services-wrap h2.title-box-services:before {

    background: rgba(0, 0, 0, 0.1);

    content: "";

    height: 2px;

    left: 50px;

    right: 0;

    position: absolute;

    bottom: -12px;

}



.box-services .box-services-wrap h2.title-box-services:after {

    content: "";

    height: 2px;

    position: absolute;

    left: 0;

    bottom: -12px;

    background-color: #004CBD;

    width: 40px;

}

.box-services1 {

    padding: 20px;

   1

}

.box-services1 .box-services-wrap h2{
	font-size: 30px;
	color: #3470D0;
	
}
.font18bold{
	font-size: 18px;
	font-weight: bold;
	
}

.box-services1 .box-services-wrap h2.title-box-services {

    position: relative;

    margin-top: 8px;

    margin-bottom: 30px;

    padding-bottom: 6px;

	text-align:center;

}



.box-services1 .box-services-wrap h2.title-box-services strong {

    font-weight: 600;

}



.box-services1 .box-services-wrap h2.title-box-services:before {

    background: rgba(0, 0, 0, 0.1);

    content: "";

    height: 2px;

    left: 50px;

    right: 0;

    position: absolute;

    bottom: -12px;

}



.box-services1 .box-services-wrap h2.title-box-services:after {

    content: "";

    height: 2px;

    position: absolute;

    left: 0;

    bottom: -12px;

    background-color: #004CBD;

    width: 40px;

}


.widh100{
	width: 100%;
	margin-top: 30px;
}



.content-bottom-widgets {

    border-top: 1px solid rgba(0, 0, 0, 0.1);

    padding: 30px 0;

}



.content-bottom-widgets .widget.widget_text .textwidget {

	padding: 10px 0;

	position: relative;

}



.content-bottom-widgets .widget.widget_text .textwidget:after {

	position: absolute;

	right: -15px;

	top: 0;

	content: "";

	width: 1px;

	height: 80px;

	background-color: rgba(0, 0, 0, 0.1);

}



.content-bottom-widgets .subscrbe-form .sub-form {

    position: relative;

}



.content-bottom-widgets .subscrbe-form {

	padding-left: 50px;

}



.content-bottom-widgets .subscrbe-form .sub-form .subscrbe-field {

	width: 100%;

}



.subscrbe-form .sub-form .subscrbe-submit {

	background-image: url(../images/icon/arrow.png);

    background-repeat: no-repeat;

    background-position: center;

    width: 24px;

    height: 11px;

    padding: 0;

    background-color: transparent;

    position: absolute;

    right: 0;

    top: 0;

    -webkit-opacity: 0.3;

    -khtml-opacity: 0.3;

    -moz-opacity: 0.3;

    opacity: 0.3;

    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);

    filter: alpha(opacity=30);

}



.subscrbe-form .sub-form .subscrbe-submit:hover {

	background-color: transparent;

	-webkit-opacity: 1;

    -khtml-opacity: 1;

    -moz-opacity: 1;

    opacity: 1;

    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);

    filter: alpha(opacity=100);

}



.subscrbe-form .sub-form input[type="submit"] {

	color: #ffffff;

    height: 45px;

    line-height: 45px;

    padding: 0 40px;

    cursor: pointer;

    white-space: nowrap;

    border: none;

    display: inline-block;

    font-weight: bold;

    font-size: 0;

    -webkit-border-radius: 2px;

       -moz-border-radius: 2px;

        -ms-border-radius: 2px;

         -o-border-radius: 2px;

            border-radius: 2px;

}

/*----------------------------------------*/ 
/*  12. Footer CSS
/*----------------------------------------*/

/*----------------------------------------*/ 
/*  13. Service CSS
/*----------------------------------------*/

/*----------------------------------------*/ 
/*  14. About CSS
/*----------------------------------------*/

/*----------------------------------------*/ 
/*  15. Teacher CSS
/*----------------------------------------*/

/*----------------------------------------*/ 
/*  16. Contact CSS
/*----------------------------------------*/






/* end only demo styles */

.checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute;   
}

.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.checkbox-custom-label, .radio-custom-label {
    position: relative;
}

.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    background: #3470d0;
    box-shadow: inset 0px 0px 0px 4px #fff;
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
    background: #3470d0;
    box-shadow: inset 0px 0px 0px 4px #fff;
}


.checkbox-custom:focus + .checkbox-custom-label, .radio-custom:focus + .radio-custom-label {
  outline: 1px solid #ddd; /* focus style */
}
	




.gallery-title
{
    font-size: 36px;
    color: #3470D0;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
	border: none;
    font-size: 18px;
    
   
    text-align: center;
    color: #3470D0;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 18px;
    
   
    text-align: center;
    color: #ffffff;
    background-color: #3470D0;

}
.btn-default:active .filter-button:active
{
    background-color: #3470D0;
    color: white;
	
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}


label.btn span {
  font-size: 16px ;
}

label input[type="radio"] ~ i.fa.fa-circle-o{
    color: #c8c8c8;    display: inline;
	outline: none;
}
label input[type="radio"] ~ i.fa.fa-dot-circle-o{
    display: none;
}
label input[type="radio"]:checked ~ i.fa.fa-circle-o{
    display: none;
}
label input[type="radio"]:checked ~ i.fa.fa-dot-circle-o{
    color: #3470D0;    display: inline;
	outline: none;
}
label:hover input[type="radio"] ~ i.fa {
color: #3470D0;
	
}

label input[type="checkbox"] ~ i.fa.fa-square-o{
    color: #c8c8c8;    display: inline;
	outline: none;
}
label input[type="checkbox"] ~ i.fa.fa-check-square-o{
    display: none;
}
label input[type="checkbox"]:checked ~ i.fa.fa-square-o{
    display: none;
}
label input[type="checkbox"]:checked ~ i.fa.fa-check-square-o{
    color: #3470D0;    display: inline;
	outline: none;
}
label:hover input[type="checkbox"] ~ i.fa {
color: #3470D0;
}

div[data-toggle="buttons"] label.active{
    color: #666;
}

div[data-toggle="buttons"] label {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
line-height: 2em;
text-align: left;
white-space: nowrap;
vertical-align: top;
cursor: pointer;
background-color: none;
border: 0px solid 
#c8c8c8;
border-radius: 3px;
color: #666;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}

div[data-toggle="buttons"] label:hover {
color: #666;
}

div[data-toggle="buttons"] label:active, div[data-toggle="buttons"] label.active {
-webkit-box-shadow: none;
box-shadow: none;
	
}

.h-s-p1{
	min-height: 245px;
}
.h-s-p p{
	text-align: left;
	font-size: 14px !importnat;
	
	
}
.h-s-p1 p{
	text-align: left;
	font-size: 14px !importnat;
	
	
	
}
.intserh{
	margin:-6px 10px 0 0 ; color:#3470D0; float: left;
	
}
.img100bc{
	width: 100%;
	background-size: cover;
}
.serleft{
	display: block;
	
}
.serright{
	display: none;
}
@media (min-width: 10px) and (max-width: 991px) {
.serleft{
	display: none;
}	
	.serright{
	display: block;
}
}
	
.boxp {
  width: auto;
  margin: 0 auto;
  text-align: center;
	position: fixed;
	top:10px;
	right: 10px;
	z-index: 999999999;
}
.boxp a{
	color: #2D2D2D;
	
}
.boxp a:hover{
	
	color: #fff;
	
}
.boxp a i{
	font-size: 18px;
}
.buttonp {
  font-size: 1em;
  padding:8px 10px;
  color: #2D2D2D;
  border: 2px solid #3470D0;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
	background: #fff;
}
.buttonp:hover {
  background: #2D2D2D;
  color: #fff;
}

.overlayp {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
	z-index: 9999;
	overflow:auto;
}
.overlayp:target {
  visibility: visible;
  opacity: 1;
}

.popupp {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 50%;
  position: relative;
  transition: all 5s ease-in-out;
	display: table;
}

.popupp h2 {
  margin-top: 0;
  color: #3470D0;
  font-family: Tahoma, Arial, sans-serif;
}
.popupp .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popupp .close:hover {
  color: #3470D0;
}
.popupp .content {
	width: 100%;
	margin-top: 30px;
	float: left;
	
}
.popupp .content ul{
	width: 100%;
	border: solid 1px #ccc;
	float: left;
}
.popupp .content ul li {
	border: none;
  color: #333;
	border-bottom: solid 1px #ccc;
	padding: 5px 10px;
	width: 100%;
	float: left;
  
}
.popupp .content ul li .col-md-8{
	border: none;
	border-right: solid 1px #ccc;
}

@media screen and (max-width: 700px){
  .boxp{
    width: 70%;
  }
  .popupp{
    width: 70%;
  }
}

#siteseal img{
	width: 200px;
	background-size:cover;
}
.autopayinitial{
	display: none;
}
.testi{
	width: 100%;
	float: left;
	background: #3470D0;
	
	padding: 20px 10px;
	margin-bottom: 30px;
	min-height:200px;
	height:200px;
	overflow:auto;
}
.testi p{
	font-size: 16px;

	color:#fff;
	text-align:left;
	
	
	
}
.testih5{
	font-size: 18px;
	text-align:left;
	width:100%
	
	
	
}
.testi img{
	width: 30px;
	background-size: cover;
	margin-top: -15px;
	
	
	
}
.arrow-up {
	margin-left:20px;
	margin-top:5px;
  width: 0; 
  height: 0; 
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  
  border-bottom: 15px solid #3470D0;
  
  
}
.practice-area-mob{
		display:block;
	}
.header-mob{
		display:none;
	}
.intihere1{
width: 150px; margin-top:-5%;margin-right: 32%;float: right;
}	
.intihere2{
width: 150px; margin-top:-5%;margin-right: 4%;float: right;
}
.signup-info{
	display: none;
}
.plan_id .fa-dot-circle-o::before{
	background: #3470D0;
	color: #fff;
	border-radius: 28px;
	content:"Selected";
	padding: 5px 20px;
	font-family: Arial;
}
.plan_id .fa-circle-o::before{
	background: #2D2D2D;
	color: #fff;
	border-radius: 28px;
	content:"Continue";
	padding: 5px 20px;
	font-family: Arial;
}
.plan_id .fa-check-square-o::before{
	background: #3470D0;
	color: #fff;
	border-radius: 28px;
	content:"Selected";
	padding: 5px 20px;
	font-family: Arial;
}
.plan_id .fa-square-o::before{
	background: #2D2D2D;
	color: #fff;
	border-radius: 28px;
	content:"Add";
	padding: 5px 20px;
	font-family: Arial;
}
.plan_id1 .fa-dot-circle-o::before{
	background: #3470D0;
	color: #fff;
	border-radius: 28px;
	content:"Selected";
	padding: 5px 20px;
	font-family: Arial;
}
.plan_id1 .fa-circle-o::before{
	background: #2D2D2D;
	color: #fff;
	border-radius: 28px;
	content:"Next";
	padding: 5px 20px;
	padding: 15px 40px;
	font-size: 15px;
	font-family: Arial;
}
.plan_id2 .fa-dot-circle-o::before{
	background: #3470D0;
	color: #fff;
	border-radius: 28px;
	content:"Selected";
	padding: 15px 40px;
	font-size: 20px;
	font-family: Arial;
}
.plan_id2 .fa-circle-o::before{
	background: #3470D0;
	color: #fff;
	border-radius: 28px;
	content:"Back";
	padding: 15px 40px;
	font-size: 20px;
	font-family: Arial;
	font-weight:bold;
}
.plan_id3 .fa-dot-circle-o::before{
	background: #3470D0;
	color: #fff;
	border-radius: 28px;
	content:"Selected";
	padding: 15px 40px;
	font-size: 20px;
	font-family: Arial;
}
.plan_id3 .fa-circle-o::before{
	background: #3470D0;
	color: #fff;
	border-radius: 28px;
	content:"Click Here to Proceed";
	padding: 15px 40px;
	font-size: 20px;
	font-family: Arial;
	font-weight:bold;
}
.s-button{
	margin-top:-10px;
}
.step-green b{
	
	float: left;
	padding: 0px 0 0 10px;
	color: #1CB435;
	font-size:20px;
}
.step-black b{
	
	float: left;
	padding: 0px 0 0 10px;
	color: #000;
	font-size:20px;
}
.step-off b{
	
	float: left;
	padding: 0px 0 0 10px;
	color: #B8B8B8;
	font-size:20px;
}
.step-border{
	border-top: solid 1px #b8b8b8;
	border-bottom: solid 1px #b8b8b8;
	padding: 10px 0;
	margin-bottom: 20px;
	float:left;
}
.step-border1{
	
	border-bottom: solid 1px #b8b8b8;
	padding: 10px 0;
	
}
.number-border{
	
	color: #B8B8B8;
	border: solid 1px #B8B8B8;
	border-radius: 50%;width: 27px;
	text-align: center;
	font-weight: bold;
	float: left;
	margin: 3px 0 0;
	
	
}
.number-black{
	background: #000;
	color: #fff;
	border: solid 1px #000;
	border-radius: 50%;
	width: 27px;
	text-align: center;
	font-weight: bold;
	float: left;
	margin: 3px 0 0;
}
.number-green{
	background: #1CB435;
	color: #fff;
	border: solid 1px #1CB435;
	border-radius: 50%;
	width: 27px;
	text-align: center;
	font-weight: bold;
	float: left;
	margin: 3px 0 0;
}
.step-green i{
	
	float: left;
	color: #1CB435;
	margin: 1px 10px;
	font-size:30px;
}
.col-5{
	width:20%;
	float:left;
	padding: 0 10px;
	
}

.cart-border{
 border-bottom: solid 1px #d1d1d1;
	width: 100%;
	float: left;
	margin-top: 10px;
}
.cart-border .cart-radio{
	width: 40px;
	float: left;
}
.cart-radio .btn{
	padding: 0;
}


.cart-border h3{
	font-size: 16px;
	width: calc(100% - 50px);
	font-weight: 600;
	text-align: left;
	float: left;
}
.cart-border p{
	font-size: 14px;
	width: calc(100% - 50px);
	font-weight: 300;
	text-align: left;
	margin: 0;
	float: left;
}
.cart-border b{
	font-size: 14px;
	width: 100%;
	font-weight: 300;
	text-align: left;
	margin: 0;
	float: left;
}
.cart-border h6{
	font-size: 14px;
	width: 100%;
	font-weight: 600;
	text-align: left;
	margin: 0;
	float: left;
}
.cart-border .blue{
	
	color: #3470D0;
}
.cart-border h4{
	font-size: 16px;
	width: 100%;
	font-weight: 600;
	text-align: right;
}
.promo input[type=text]{
	width: 65%;
	vertical-align: top;
	
}
.promo .default-btn{
	padding: 5px 10px;
	margin-left: 10px;
	
}

.cart-total{
 
	width: 100%;
	float: left;
	margin-top: 10px;
	background :#d1d1d1;
	padding: 5px 0;
}
.cart-total b{
	font-size: 14px;
	width: 100%;
	font-weight: 600;
	text-align: left;
	margin: 0;
	float: left;
}
.cart-total h4{
	font-size: 16px;
	width: 100%;
	font-weight: 600;
	text-align: right;
}

.offer{
	width: 100%;
	float: left;
	background: #3470D0;
	padding: 20px;
	border: solid 3px #d1d1d1;
	
}
.offer h4{
	font-size: 20px;
	color: #fff;
	border-bottom: solid 1px #fff;
	text-align: center;
	width: 100%;
}
.offer p{
	font-size: 16px;
	color: #fff;
	font-weight: 300;
	text-align: justify;
	margin-top: 30px;
	
}

.padding0{
	padding: 0;
}
#popup1 .cart-popup .col-md-9{
	width:100%;
}
#popup1 .cart-popup .btn-group-vertical{
	display:none;
}
.maring-top-30-cart{
	margin-top:30px;
	float:left;
}
#popup1 .cart-popup .maring-top-30-cart{
	margin-top:5px;
}
#popup1 .cart-popup input[type=text]{
	border:none;
	font-size: 16px;
	width: 100%;
	font-weight: 600;
	text-align: right;
	color:#000;
	background: #fff;
}

.cart-border input[type=text]{
	border:none;
	font-size: 16px;
	width: 100%;
	font-weight: 600;
	text-align: right;
	color:#000;
	background: #e1e1e1;
}

/*  Simple Signup   */

.simplesignupsuitenumber{
    float: left;

   // margin-left: calc(50% - 235px);
    font-size: 20px;
}
@media screen and (max-width: 700px){
  .simplesignupsuitenumber{
    float: left;

    //margin-left: calc(50% - 150px);
    font-size: 16px;
}
}

/* custom css */


.custom-addser {
    width: 100%;
    padding: 0 0 0 0;
    margin: 0;
}

.add-on-btn {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 50px 0 50px 0 !important;
    float: left;
}



.mobile-nav{
    display: none;
}


@media screen and (max-width: 1080px)
{
    .tp-hder-nav {
        width: 100%;
        float: left;
        padding: 0;
        margin: 0;
        display: block;
    }
    .tp-hder-nav a{
        font-size: 16px !important;
        padding: 10px 10px 10px !important;
        font-weight: bold !important;
    }
}

@media screen and (max-width: 992px){
    .nysut {
        width: 100% !important;
    }
    .nysuh {
        width: 100% !important;
        margin: 10px 0 0 0 !important;
    }
    .plan-section {
        width: 100%;
        float: left;
    }
    .main-menu nav ul li a{
        padding: 24px 5px 24px !important;
    }
    .main-menu nav ul .buy-now{
        margin-top: 0 !important;
    }
    .main-menu nav ul .buy-now a{
        padding: 5px 0 !important;
        margin-top: 12px !important;
    }
}

@media screen and (max-width: 820px)
{   
    .desktop-nav{
        display: none;
    }
    .mobile-nav{
        display: block !important;
    }
    .tp-hder-nav a {
        display: block;
        width: 100%;
        max-width: 200px;
        margin: 0 auto 10px;
    }

    /* custom mobile side menu */

    .mobile-nav {
    background: #fff;
    margin: 0;
    padding: 5px 0 5px 0;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    max-height: 48px;
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.mobile-nav .side-bar-menu-btn {
    margin: 0;
    padding: 0;
    width: 100%;
}
.mobile-nav .side-bar-menu-btn .side-bar-btn-header{
  display: inline-block;
  cursor: pointer;
  margin: 0;
  padding: 0px 10px;
  position: relative;
}
.mobile-nav .side-bar-menu-btn .side-bar-btn-header i{
  font-size: 18px;
}
.mobile-nav .side-bar-menu-btn h2{
  color: #444;
  text-transform: uppercase;
  margin: 0;
  font-family: "Lato",sans-serif;
  font-size: 18px;
  padding: 7px 0 7px 0;
  display: inline-block;
}

.mobile-nav .side-navigation {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  z-index: 9;
}

.mobile-nav .side-navigation .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  color: #808080;
  text-decoration: none;
}
.mobile-nav .side-navigation .closebtn:hover{
   color: #000;
}



.mobile-nav .side-navigation .ny-mobile-menu {

    width: 100%;
    padding: 0;
    margin: 0;

}
.mobile-nav .side-navigation .ny-mobile-menu a {

    color: #0f0f0f;
    background: #fff;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    padding: 15px 30px 15px;
    position: relative;
    text-transform: uppercase;
    z-index: 9;
    margin: 0;
    border-top: 1px solid #ccc;
    text-decoration: none;
}
.mobile-nav .side-navigation .ny-mobile-menu a:last-child
{
  border-bottom: 1px solid #ccc;
}
.mobile-nav .side-navigation .ny-mobile-menu a:hover {

    color: #fff;
    background: #3470D0;
    transition: 0.5s ease-in-out;

}

}

@media screen and (max-width: 480px){
     .add-on-btn .cus-btn-1{
        float: left;
    }
     .add-on-btn .cus-btn-1 .plan_id2{
        padding: 6px;
    }
    .add-on-btn .cus-btn-2 .plan_id3{
        padding: 6px;
    }
     .add-on-btn .cus-btn-2{
        float: left !important;
        width: 100%;
    }
    
}

@media screen and (max-height: 450px) {
  .side-navigation {padding-top: 60px;}
  .side-navigation a {font-size: 18px;}
}

@media screen and (min-width: 320px) and (max-width: 480px){
    .sign-up-f {
        padding: 10px !important;
    }
}
}

@media screen and (min-width: 320px) and (max-width: 480px){
   .sign-up-f {
       padding: 10px !important;
   }
}
.testi-client{
	width:100%;
	float:left;
	padding:30px 20px;
        border-bottom: solid 1px #e1e1e1;
}
.testi-client .testi-icon{
	width:80px;
	float:left;
}
.testi-client .testi-details{
	width:calc(100% - 100px);
	float:left;
	margin-left: 20px;
}
.testi-client .testi-details .testi-star{
	text-align: left;
}
.testi-client .testi-details .testi-star .yellow{
	color:#F7CC03;
	font-size:16px;
}
.testi-client .testi-details .testi-star .grey{
	color:#ccc;
	font-size:16px;
}
.testi-client .testi-details h5{
   margin-bottom: 10px;
}
.testi-client .testi-details p{
	text-align:left;
	font-size: 15px;
}
.testistarimg{
	max-width: 175px;
	background-size: cover;
	margin-left: 10px;
	margin-top: -7px;
}
@media screen and (min-width: 320px) and (max-width: 768px){
   .testi-client .testi-icon{
	width:35px;
	float:left;
	}
	.testi-client .testi-details{
		width:calc(100% - 55px);
		float:left;
		margin-left: 20px;
	}
}
.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
}
.rate:not(:checked) > input {
    /*position:absolute;
    top:-9999px;*/
    display: none;	
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #F7CC03;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}

.blog-description-main{
    overflow: hidden;
    white-space: normal;
    height: 90px; /* exactly 3 lines */
    text-overflow: ellipsis;
    text-align: justify;
    margin-bottom: 30px;
}
.blog-description{
    overflow: hidden;
    white-space: normal;
    height: 90px; /* exactly 3 lines */
    text-overflow: ellipsis;
    text-align: justify;
    margin-bottom: 30px;
    
}
.single-blog .blog-content h5 {
   padding: 0 20px;
}

.blog-details-area .blog-content h1{
font-size: 22px;
color: #212121;
font-family: 'Roboto', sans-serif;
line-height: 28px;
font-weight: 600;
padding: 0 !important;
margin-bottom: 5px;
}
.blog-details-area .blog-left .blog-content ul{
margin-bottom: 24px;
margin-left: 15px;
}
.blog-details-area .blog-left .blog-content ul li{
list-style: disc;
font-weight: bold;
font-size:15px;
}
.blog-content p{
font-size:15px;
}

.blog-details-area .blog-content h2,
.blog-details-area .blog-content h3,
.blog-details-area .blog-content h4,
.blog-details-area .blog-content h5,
.blog-details-area .blog-content h6{
font-size: 18px;
color: #212121;
font-family: 'Roboto', sans-serif;
line-height: 28px;
font-weight: 600;
padding: 0 !important;
margin-bottom: 10px;
}

.blog-details-area .blog-img img{
width:100%;
background-repeat: no-repeat;
background-size: cover;
}
