 
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600;700&display=swap');
body {
    font-family: 'Josefin Sans', sans-serif;
    padding: 0;
    margin: 0;
    color: #696e7b
}
a {
    outline: 0 !important;
    text-decoration: none;
    display: inline-block;
}
p{
    font-size: 17px;
    color: #696e7b;
}
a:hover, a:focus {
    color: #3d59e8;
    text-decoration: none;
}
.section-space{
    padding-top: 80px;
    padding-bottom: 80px;
}
.sub-h{
    color: #3d59e8;
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 0rem;
}
.m-heading{
    font-weight: 800;
    font-size: 2.1rem;
    line-height: 1.2em;
    margin-top: 7px;
    color: #2a2834;
    margin-bottom: 1rem
}
.m-heading.blue-h{
    color: #3d59e8
}
.big-h{
    font-size: 2.3rem;
    color: #2a2834;
    font-weight: 700;
}
.btn:hover, .btn:focus{
    outline: none;
    color:#fff;
}
.btn{
    letter-spacing: .5px;
    border-radius: 4px;
    text-transform: uppercase;
    color:#fff;
    padding: .7rem 1rem .5rem;
    font-weight: 400;
    font-size: 15px;
}
.btn:hover{
    color: #fff;
}
.blue{
    border: 1px solid #3d59e8;
    background: #3d59e8;
    background-repeat: repeat-x;
    transition:
        all 0.2s ease-in-out 0s;
    box-shadow: 2px 2px 6px #00000047;
}
.blue:hover{
    background: #2135a5;
    color: #ffffff;
}
.header-social {
    position: fixed;
    right: 1%;
    top: 30%;
    z-index: 50;
}

.header-social li a {
    background-color: #3d59e8;
    color: #fff;
    margin-top: 10px;
    width: 38px;
    height: 38px;
    border-radius: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
	border: 1px solid #fff
}
.header-social li a:hover{
	background-color: #2a2834
}
/* top bar */
.top-bar{
    background-color: #3d59e8;
    padding-top: 10px;
    padding-bottom: 10px;
}
.top-bar p{
    color: #fff;
    margin-bottom: 0px
}
.top-bar ul{
    margin-bottom: 0px;
}
.top-bar ul li a{
    color: #fff;
}
.top-bar ul li i{
    vertical-align: middle;
    padding-right: 4px;
    margin-top: -4px;
    display: inline-block;
}
.inner-header{
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    background: #f5f5f5;
    background-image: url(../../assets/img/inner.jpg);   
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative
}
.inner-header:before{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #2a2834;
    opacity: .8
}
.inner-title{
	position: relative;
    color: #fff;
	margin-bottom: 20px
}
.inner-header .breadcrumb{
    margin-bottom: 0px;
    position: relative;
	display: inline-flex
}
.inner-header  .breadcrumb-item.active, .inner-header .breadcrumb-item+.breadcrumb-item::before, .inner-header .breadcrumb a{
    color: #fff;
    font-size: 17px
}

/* Navbar */
.dropdown-item{
	font-size: 15px;
}
.navbar-light.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #ffffff !important;
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.navbar-light .navbar-nav .nav-link{
    font-size: 15px;
    color: #2a2834;
    text-transform: uppercase;
    margin-left: 15px;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:active{
	    color: #3d59e8;
}
.nav-social{
	border: 1px solid #3d59e8;
    width: 30px;
    font-size: 13px !important;
    height: 30px;
    padding: 0px;
    line-height: 31px;
    color: #fff !important;
    text-align: center;
    border-radius: 100%;
    background: #3d59e8;
}
.nav-social:hover{
    background: #2a2834;
}
/* Main Banner */
.main{
    position: relative;
}
.main .slider-content{
    z-index: 5;
    margin-top: 18%;
    display: block;
}
.main .slider-content h1{
    color: #3d59e8;
    font-weight: 500;
    font-size: 2.7rem;
}
.main .slider-content p{
    color: #2a2834;
    font-weight: 400;
    margin-bottom: 40px;
}
.main .owl-carousel{
    position: relative;
}
.main .owl-carousel .item{
    height: 550px;
}
.main .owl-carousel .slide-1{
    background-image: url(../../assets/img/home-banner.jpg);

}
.main .owl-carousel .slide-2{
    background-image: url(../../assets/img/slide-2.jpg);   
}
.main .owl-carousel .item{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
/* .main .owl-carousel .item:before{
    content:"";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-image: linear-gradient(-224deg, #ffffffdb 41%, #ffffff00 100%);
} */
.main .owl-theme .owl-nav.disabled+.owl-dots{
    position: absolute;
    bottom: 4%;
    left: 2%;
}
.main .owl-dots .owl-dot.active:before{
    border-color: #feb406;
    color: #fff
}
.main .owl-theme .owl-dots .owl-dot{
    display: inline-block;
}
button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}
.main .owl-theme .owl-dots .owl-dot.active span{
    background: #3d59e8;
}
.main .owl-theme .owl-dots .owl-dot:hover span {
    background: #7c91ff;
}
.main .owl-theme .owl-dots .owl-dot span{
    background: #fff;
    display:none;
}
.main .owl-theme .owl-nav {
    position: absolute;
    bottom: 30%;
    right: 10%;
}    
.main .owl-carousel .owl-nav button.owl-next, .main .owl-carousel .owl-nav button.owl-prev{
    background: #3d59e8;
    color: #fff;
    border: none;
    padding: 0!important;
    font: inherit;
    width: 30px;
    height: 30px;
    line-height: 33px;
} 
.main .owl-carousel .owl-nav button.owl-next:hover, .main .owl-carousel .owl-nav button.owl-prev:hover{
    background-color: #2135a5;
}
.owl-dot:before{
    display: block;
    opacity: 0.3;
    border-bottom: 1px solid #919191;
    font-size: 12px;
    font-weight: 600;
    width: 50px;
    padding: 12px 5px;
}
.main-top{
    color: #3d59e8;
    font-size: 1.2rem;
}
.main-heading{
    font-size: 2.5rem;
    line-height: 3.125rem;
    font-weight: 300;
    text-transform: capitalize;
}
.ptb-100{
    padding-top: 100px;
    padding-bottom: 100px
}
.sub-heading{
    font-size: 1.2rem;
    color: gray;
    line-height: 1.8rem;
    font-weight: 100;
}
.left-gray-content{
    padding: 4rem 2rem
}
/* Feature */
.m-feature{
    background-image: url(../../assets/img/top_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 8rem;
    position: relative;
}
.feature-container{
    background-repeat: no-repeat;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 4px;
    margin-top: -60px;
    z-index: 20;
    position: inherit;
}
.f-box{
    margin-bottom: 1rem;
    position: relative;
    margin-top: 1rem;
}
.f-box i{font-size: 2.5rem;color: #3d59e8;margin-bottom: 10px;display: block;}
.f-box h3{
    color: #2a2834;
    font-weight: 600;
}
.f-box p{
    color: #2a2834;
    font-size: 16px;
}
.f-box .count{
    font-size: 97px;
    position: absolute;
    bottom: -79px;
    font-weight: 100;
    color: rgb(0 0 0 / 5%);
}
.overlay{
    background-image: url(../../assets/img/circle.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    opacity: 0.7;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    position: absolute;
}
/* about section */
.ab-img{
    position: relative;
}
.img-ab1{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.img-ab2{
    position: absolute;
    z-index: 5;
    left: -40%;
    top: -27%;
    width: 70%;
}
.featured-slider .owl-stage{
    padding-top: 20px;
    /* padding-bottom: 20px; */
}
.owl-stage-outer { 
    overflow: visible;
}
.owl-item {
    opacity: 0;
    transition: opacity 500ms;
}
.owl-item.active {
    opacity: 1;
}
.featured-slider .owl-nav {
    display: block !important;
}
button:focus {
    outline: 0px dotted;
    outline: none;
}
.featured-slider .owl-nav button {
    display: block;
    font-size: 1rem!important;
    line-height: 1em !important;
    padding-top: 7px !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    background: transparent !important;
    z-index: 99;
    border: 2px solid rgba(0,0,0,.2) !important;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.featured-slider .owl-nav button:hover .icofont-long-arrow-left{
    padding-right: 5px;
}
.featured-slider .owl-theme .owl-nav [class*=owl-]:hover {
    color: #343434;
}
.featured-sliders .owl-nav .owl-next, .featured-slider .owl-nav .owl-prev {
    top: 58%;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.featured-slider .owl-nav button:hover{
    border: 2px solid #343434 !important;
}
.featured-slider .owl-nav .owl-prev {
    left: 15px;
}
.featured-slider .owl-nav .owl-next {
    right: 15px;
}
.featured-slider .owl-nav .owl-prev {
    position: absolute;
    top: 45%;
    left: -10px;
    right: -1.5em;
    margin-top: -1.65em;
}
.featured-slider .owl-nav .owl-next {
    position: absolute;
    top: 45%;
    right: -10px;
    margin-top: -1.65em;
}
/* service sec */
.service-sec{
    background-repeat: no-repeat;
    background-position-y: -188px;
    background-color: #fdfdfd;
}
.services-box {
    background: transparent;
    padding: 15px 25px;
    margin-bottom: 30px;
    border-radius: 5px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 100%;
    position: relative;
    text-align: right;
    padding-right: 85px;
}

.services-box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.services-box:hover .read-more-btn{
    color: #2a2834
}
.services-box:hover .icon {
    color: #ffffff;
    -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.services-box .icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    background: #f5f7fd;
    right: 0;
    overflow: hidden;
    text-align: center;
}

.services-box .icon img{
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 76%;
    max-height: 76%;
}
.services-box h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
    letter-spacing: .5px;
    color: #3d59e8;
}

.services-box p {
    margin-bottom: 20px;
}
.services-box a i{
    vertical-align: middle;
    font-size: 20px;
}
.services-box.sb-right{
	text-align: left;
    padding-left: 85px;
}
.services-box.sb-right .icon{
	left: 0;
	right: auto;
}
.m-service-margin{
    margin-bottom: 0px;
}
.m-list{
    margin-top: 30px;
}
.m-list li{
    margin-top: 15px;
    font-size: 17px;
    position: relative;
    padding-left: 37px;
}
.m-list li:before{
    font-family: IcoFont;
    font-style: normal;
    content: '\f00e';
    position: absolute;
    left: 0;
    color: #ffffff;
    width: 23px;
    height: 23px;
    background: #3d59e8;
    text-align: center;
    line-height: 25px;
    border-radius: 50px;
    font-size: 12px;
}
.m-list.two-col{
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.m-list.two-col li{
	margin-top: 0px;
	margin-bottom: 30px
}
.icon-box{
			position: relative;
			text-align: center;
		}
		.icon-box i{
			position: relative;
			left: 0;
			color: #3d59e8;
			font-size: 30px;
			margin-bottom: 19px;
			display: inline-block;
			width: 65px;
			height: 65px;
			line-height: 65px;
			background: #fff;
			text-align: center;
			border-radius: 100px;
			border: 1px solid;
			box-shadow: 1px 2px 8px #d9d9d9;
		}
		.icon-box .icon-title{
			color: #000;
		}
.icon-box p{
	font-size: 16px;
}
/* contact */
.reg-form{
    background: rgb(61 89 232);
    padding: 20px 30px;
    border-radius: 4px;
}
.reg-form .form-group {
    margin-bottom: 1rem;
    position: relative
}

.reg-form .form-group label {
    font-size: 15px;
    margin-bottom: 8px;
    color: #fff
}

.reg-form .form-group .form-control {
    height: 53px;
    font-size: 15px;
    background-color:  rgb(61 89 232);
    border: 1px solid #ffffff;
    border-radius: 4px;
    color: #ffffff;
    padding: .375rem 1.3rem;
    font-weight: 400;
    letter-spacing: .5px
}

.reg-form .form-check-label {
    font-size: 15px;
}
.reg-form .reg-title{
    color: #000000;
    font-weight: 800;
    font-size: 30px;
}
.reg-form .reg-subtitle{
    color: #fff;
    margin-bottom: 40px;
}
.reg-form .form-group .form-control::placeholder {
    color: #fff;
    opacity: 1;
}

.reg-form .form-group .form-control:-ms-input-placeholder {
    color: #fff;
}

.reg-form .form-group .form-control::-ms-input-placeholder {
    color: #fff;
}

.form-control:focus {
    box-shadow: none;
    border-color: #000 !important;
}

.form-check-input:checked {
    background-color: #9f19ab;
    border-color: #9f19ab;
}

.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #ed1c2440;
}
.reg-form.con-form .form-group{
    margin-bottom: 1.5rem;
}
.reg-form.con-form .form-group .form-control{
    background: #1d2123;
    border: 1px solid #ff060a;
    color: #fff;
}
.reg-form a {
    color: #9f19ab
}
.reg-form.con-form .form-control::placeholder {
    color: #fff;
    opacity: 1;
}
.reg-form.con-form .form-control.m-textarea{
    height: 120px;
    padding-top: 20px;
}
.reg-form.con-form .form-control:-ms-input-placeholder {
    color: #fff;
}

.reg-form.con-form .form-control::-ms-input-placeholder {
    color: #fff;
}

.cont-page{
    background: rgb(69,16,138);
    background:  url(../../assets/img/cont-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position: relative
}
.cont-page:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background-color: rgb(0 0 0 / 63%);
    z-index: 0;
}
.cont-page.req-page{
	background:  url(../../assets/img/req.jpg);
	  background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
.cont-page .container{
    position: relative;
    z-index: 2;
}
.cont-page p{
    color: #fff;
}
.ab-bg{
    background: rgb(69,16,138);
    background: linear-gradient(315deg, rgba(69,16,138,1) 0%, rgba(61,6,95,1) 18%, rgba(16,5,77,1) 100%);
}
.m-title{
    color: #fff;
    font-size: 24px;
    margin-bottom: 40px;
    position: relative
}
.m-title:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0px;
    height: 3px;
    background: #3d59e8;
    width: 40px;
}
.btn-main {
    border-radius: 4px;
    padding: 0.95rem 1.25rem;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
    position: relative;
    letter-spacing: .5px;
    text-transform: uppercase;
    background: #2a2834;
}

.btn-main:focus {
    color: #fff;
}

.btn-main:hover {
    color: #fff;
    background: #121117;
}

/* footer */

.m-footer{
    padding-top: 80px;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    background-color: #2a2834;
    position: relative
}
.m-footer .footer-link-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.m-footer .footer-link-list li a{
    position: relative;
    color: #e5e5e5;
    margin-right: 30px;
    font-size: 16px;
}
.m-footer p{
    color: #e5e5e5;
    font-size: 16px;
    line-height: 24px;
}
.m-footer h6{
    color: #ffffff;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;

}
.m-footer h6:after{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0px;
    height: 3px;
    background: #3d59e8;
    width: 40px;
}
.footer-middle{
    padding-bottom: 20px;      
}
.footer-social-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-social-list a{
    color: #fff;
    font-size: 20px;
    transition: .2s;
}
.footer-social-list a:hover{
    color: #3d59e8;
}
.footer-widget .footer-link-list li a{
    padding-bottom: 6px;
    margin-bottom: 10px;
    padding-left: 10px;
}
.footer-widget .footer-link-list li a:hover{
    color: #3d59e8
}
.footer-widget{
    margin-top: 10px;
    padding-bottom: 25px;
}
.footer-bottom{
    margin-bottom: 0px;
    margin-top: 0;
    padding: 15px 0;
    width: 100%;
    background-color: #3d59e8;
}
.footer-bottom p{
    margin-bottom: 0px;
    font-size: 16px;
    color: #fff
}
.footer-bar{
    border-bottom: 1px solid rgba(132,132,132,.17);
    margin-bottom: 60px;
    padding: 25px 0 22px;
}
.address-ul{
    color: #e5e5e5;
    font-size: 16px;
}
.address-ul li{
    padding-bottom: 6px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 26px;
}
.address-ul li i{
    color: #3d59e8;
    font-size: 18px;
    margin-right: 3px;
    position: absolute;
    left: 0;
    margin-top: 3px;
}
.m-footer .footer-link-list li a:after{
    content: "";
    transition: .2s all ease;
    position: absolute;
    left: 0;
    top: 7.5px;
    height: 6px;
    width: 6px;
    border-radius: 10px;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #ccc;
}
.m-footer .footer-link-list li a:hover:after{
    background: #3d59e8;
}
.smm-bg{
    background-color: #ffffff;
}
.sm-h5{
        color: #2a2834;
        font-weight: 700
}
.left-gray{
    background-color: #265ae7;
}
.right-white{
    background-color: #f4f7fd;
}
.ab-con{
    padding: 1rem 6rem;
}
.left-gray-content{
    padding: 1rem 3rem;
}
.services-box2{
    padding: 0px 0px 0px 65px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    color: #fff;
    margin-bottom: 30px;
}
.services-box2 h3{
    font-weight: 700;
    color: #000;
}
.services-box2 i{
    position: absolute;
    vertical-align: middle;
    display: block;
    color: #ffffff;
    font-size: 3rem;
    left: 0;
    padding-top: 5px;
}
.services-box2:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
/* ====== media Queries ======= */
.dropdown-menu>li
{	position:relative;
	-webkit-user-select: none;    
	-moz-user-select: none; 
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor:pointer;
}
.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    display:none;
    margin-top: -1px;
	box-shadow:none;
}
.right-caret:after,.left-caret:after
 {	content:"";
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    display: inline-block;
    height: 0;
    vertical-align: middle;
    width: 0;
	margin-left:5px;
}
.right-caret:after{	
  border-left: 5px solid #2a2834;
}
.left-caret:after{	
  border-left: 5px solid #2a2834;
}
.vision-box {
    padding: 40px;
    margin-top: 20px;
    border-radius: 10px;
    box-shadow: 1px 1px 6px rgba(162, 162, 162, 0.9411764705882353);
    border: 1px solid rgba(0, 136, 204, 0.53);
	width: 100%
}
.vision-box h3{
    font-size: 24px;
    color: #0088cc;
}
.vision-box p{
    text-align: center !important;
}
/* testimonial */
.featured-prop{

}
.client-review{
    padding: 50px;
    border-radius: 5px;
}
.client-review .user-image{

}
.client-review .user-image img{
    width: 45px !important;
    height: 45px;
    border-radius: 5px;
    float: left;
    margin-right: 15px;
}
.client-review .user-title-content{

}
.client-review .user-title-content h6{
    font-size: 18px;
    margin-bottom: 4px;
    font-weight: 700;
}
.client-review .user-title-content p{color: #7d7d7d;font-size: 15px;}
.client-review .client-des{
    color: #7d7d7d;
    font-size: 15px;
}
/* techno-sec */

.techno-sec{
    background: #f5f5f5;
    background-image: url(../../assets/img/tech.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    position: relative;
    background-attachment: fixed;
}
.techno-sec .container{
	position: relative;
}
.techno-sec:before{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #2a2834ad;
    opacity: .8
}
.techno-sec img{
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	border-radius: 6px;
	margin-bottom: 30px;
}
.techno-sec .m-heading, .techno-sec .sub-h{
	color: #fff;
}
.cl-logo{
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	border-radius: 6px;
	margin-bottom: 30px;
	background: #fff;
	padding: 15px;
	text-align: center;
}
.cl-logo img{
	
}
.bg-f7{
	background: #f7f7f7
}
.start-sec{
			    background: rgb(61 89 232);				
		}
		.start-sec h2{
			color: #fff;
			font-weight: 700;
			font-size: 36px;
		}
		.start-sec .blue{
			background: #fff;
			color: rgb(61 89 232);		
		}
		.start-sec .blue:hover{
			background: #2a2834;
			color: #fff
		}
		
		.counter-bg{
    background-color: #00000005;
    padding: 60px 60px 35px;
    position: relative;
    z-index: 1;
    border-radius: 10px ;
}
.counter{
    margin-bottom: 25px;
    text-align
: center;
}
.counter .counter-title{
    line-height: 1;
    margin: 0 0 15px;
    color: #444444;
    font-size: 40px;
    font-weight: 700;
}
.counter .counter-title i{
	color: #265ae7;
	width: 30px;
	display: inline-block;
	height: 30px;
	margin-right: 3px;
}
.counter p{
    color: #444444;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1;
    font-size: 16px;
}
/* ============ small devices ============ */

@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu{
      margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
  }
  .dropdown-menu .sub-menu{
	position: relative;
	left: auto;
}
.navbar-nav .nav-social{
	display: none;
}
.services-box{
	text-align: center;
    padding-left: 0px;
	padding-right: inherit;
	
}
.services-box .icon{
	left: 0;
	right: inherit;
	position: relative;
}
.services-box.sb-right {
    text-align: center;
    padding-left: 0px;
}
.dropdown-menu{
	border: 0px;
}
}	

@media (max-width: 600px){
	.section-space {
    padding-top: 50px;
    padding-bottom: 50px;
	}
	.m-feature{
		padding-bottom: 4rem;
	}
	.m-heading {
    font-size: 1.7rem;
	}
	.sub-h {
    font-size: 13px;
	}
    .f-box p {
        color: #2a2834;
        font-size: 12px;
    }
    .f-box h3{
        font-size: 14px;  
    }
    .img-ab1{
        margin-top: 15px;
        width: 100%
    }
	  .main .slider-content h1{
        font-size: 22px;
        line-height: 35px;
    }
	.top-bar ul li a {
    color: #fff;
    font-size: 14px;
}
}