* {
	margin: 0;
	padding: 0;
}

body {
	background-position: top;
	background-color: #fff;
	font-size: 12px;
	color: #454545;
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif !important;
}

.clear {
	clear: both;
}

ul {
	list-style: none;
	margin: 0px !important;
}

a:focus, :focus {
	outline: none !important;
	border: none;
	
	
}


a:hover {
	text-decoration: none !important;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

/*-----------------menu & topbar--------------------*/
.top-bar{
	background: #f4942e;
	height: 37px;
	padding: 8px 0;
}
.top-address{
	float: right;
}
.top-address a{
	font-size: 15px;
	margin-left: 30px;
	color: #fff;
	letter-spacing: .5px;
	font-family: 'Roboto', sans-serif !important;
}
.top-address a img{
	margin-right: 5px;
}
.top-address a:hover{
	opacity: 0.9;
}
.header-nav{
	background: #fff;
	height: 65px;	
}
.fixed_header .header-nav{
	    box-shadow: 0 0 6px #dee0e1;
}
.header-nav .navbar-brand{
	padding: 0;
	margin-top: -45px;
}

.navbar-dark .navbar-nav.menu-header .nav-item a.nav-link{
	color: #404c4f;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0 15px;
}
.navbar-dark .navbar-nav.menu-header .nav-item a.nav-link.active , .navbar-dark .navbar-nav.menu-header .nav-item a.nav-link:hover{
	color: #328e2b;
}
.navbar-dark .navbar-nav.menu-header .nav-item a.nav-link.dropdown-toggle::after {
    display: none;
}
.fixed_header .header-nav .navbar-brand{
	margin-top:0;
}
.fixed_header .header-nav .navbar-brand img{
	height:65px;
	width: auto;
}
ul.navbar-nav.ml-auto.menu-header{
	align-items: center;
}
.navbar-dark .navbar-nav.menu-header .nav-item a.nav-link.contact-btn{
	color: #328e2b;
	border: 1px solid #328e2b;
	border-radius: 3px ;
	padding-top: 8px;
	padding-bottom: 8px;
	height: 39px;
	margin-left: 10px;
}
.navbar .nav-item .dropdown-menu{
	top: 48px !important;
	left: 15px;
	width: 205px;
}
.navbar .nav-item .dropdown-menu{
	border-bottom: 3px solid #312382;
}
.navbar .nav-item .dropdown-menu .dropdown-item{
	color: #5b5b5b;
	padding: 10px 8px 10px 10px;
	font-size: 15.5px;
	white-space: normal !important;
}
.navbar .nav-item .dropdown-menu .dropdown-item:hover{
	color: #328e2b;
}

.navbar-dark .navbar-nav.menu-header .nav-item a.nav-link.contact-btn:hover{
	color: #fff;
	background: #328e2b;
	border: 1px solid #328e2b;	
	border-radius: 3px ;
}
/*-----------------menu & topbar end--------------------*/

/*-----------------banner --------------------*/
.banner-section{
	margin-bottom: 35px;
	padding: 0;
}
.banner-img img{
	position: relative;
	z-index: 1;
}
.banner-img .overlay{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#042943+0,042943+100&0.34+0,0.34+99 */
	background: -moz-linear-gradient(top,  rgba(4,41,67,0.34) 0%, rgba(4,41,67,0.34) 99%, rgba(4,41,67,0.34) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(4,41,67,0.34) 0%,rgba(4,41,67,0.34) 99%,rgba(4,41,67,0.34) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(4,41,67,0.34) 0%,rgba(4,41,67,0.34) 99%,rgba(4,41,67,0.34) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57042943', endColorstr='#57042943',GradientType=0 ); /* IE6-9 */
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	}

.banner-content {
    position: absolute;
    top: 26%;
    width: 72%;
    margin: 0 auto;
    left: 14%;
    z-index: 3;
    text-align: center;
}
.banner-content h6{
	font-family: 'Mulish', sans-serif;
	color: #fff;
	font-weight: bold;
	font-size: 28px;
	margin-bottom: 20px;
}
.banner-content h1{
	font-family: 'Merriweather', serif;
	color: #fff;
	font-weight: bold;
	font-size: 48px;
	line-height: 56px;
	margin-bottom: 30px;
}
.banner-content a.contact-b{
	height: 45px;
	width: 160px;
	text-align: center;
	color: #fff;
	font-family: 'Mulish', sans-serif;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 43px;
	background: #328e2b;
	border: 2px solid #3ba333;
	display: inline-block;
}
.banner-content a.contact-b:hover {
	background: #f4942e;	
	border: 2px solid #f79e3f;
}
#banner-slider .owl-nav{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 104px;
}
#banner-slider .owl-nav .owl-prev {
	width: 49%;
	height: 50px;
	float: left;
	font-size: 0;
}
#banner-slider .owl-nav .owl-prev:before {
	content: "\f104";
    font-family: 'FontAwesome';
    background-size: 100%;    
    font-size: 35px;
    color: #328d2b;
    top: calc(50% - 25px);
    position: absolute;
    left: 0px;
    width: 49%;
	height: 50px;
	z-index: 99;
    line-height: 50px;
    text-align: center;
	
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.6) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.6) 100%); 
	background: linear-gradient(to bottom,  rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.6) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ffffff', endColorstr='#99ffffff',GradientType=0 );

}
#banner-slider .owl-nav .owl-next {
	width: 49%;
	height: 50px;
	float: right;
	font-size: 0;
}
#banner-slider .owl-nav .owl-next:after {
	content: "\f105";
    font-family: 'FontAwesome';
    background-size: 100%;    
    font-size: 35px;
    color: #328d2b;
    top: calc(50% - 25px);
    position: absolute;
    right: 0px;
    width: 49%;
	height: 50px;
	z-index: 99;
    line-height: 50px;
    text-align: center;
	
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.6) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.6) 100%); 
	background: linear-gradient(to bottom,  rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.6) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ffffff', endColorstr='#99ffffff',GradientType=0 );
	}

#banner-slider .owl-nav .owl-prev:hover:before , #banner-slider .owl-nav .owl-next:hover:after {
	background: #328d2b;
	color: #fff;
}



/*-----------------banner end--------------------*/


/*-----------------feature section --------------------*/
section{
	padding: 35px 0;
}

.feature-sec{
	display: flex;
	align-items: center;
}
.feature-heading{
	width: 40%;
	margin-top: -50px;
}
.feature-slider{
	width: 60%;
}
.section-heading h6{
	font-family: 'Mulish', sans-serif;
	color: #312382;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 13px;
}
.section-heading h2{
	font-family: 'Merriweather', serif;
	color: #293043;
	font-size: 36px;
	line-height: 46px;
	letter-spacing: 0.3px;
	font-weight: bold;
	margin-bottom: 10px;
}
.feature-content{
	background: #fff;
	box-shadow: 1px -1px 14px 0px rgba(0,0,0,0.08);
-webkit-box-shadow: 1px -1px 14px 0px rgba(0,0,0,0.08);
-moz-box-shadow: 1px -1px 14px 0px rgba(0,0,0,0.08);
	padding: 20px 20px;
	margin: 10px;
}
.feature-content:hover{
	box-shadow: 1px -1px 14px 0px rgba(0,0,0,0.15);
-webkit-box-shadow: 1px -1px 14px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 1px -1px 14px 0px rgba(0,0,0,0.15);
	}
.owl-carousel .owl-item .feature-content img{
	width: 82px;
	margin-bottom: 20px;
}
.feature-content h3 a{
	color: #293043;
	font-family: 'Mulish', sans-serif;
	width: 100%;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
	}
.feature-content h3 a:hover , .feature-content:hover h3 a{
	color: #f4942e;
}
.feature-content p{
	color: #49555c;
	font-size: 16px;
}
.feature-content a{
	display: flex;
	align-items: center;
}
.feature-content a span{
	float: left;
	color: #f4942e;
	font-size: 15px;
}
.feature-content a span:hover ,  .feature-content:hover a span{
	color: #328d2b;
}
.owl-carousel .owl-item .feature-content a img{
	width: 20px;
	margin-bottom: 0;
	margin-left: 8px;
}
.feature-content {
	cursor: pointer;
}
.feature-content a.discover_now_btn {
    transition: 0.3s;
	padding-left: 0;
}
.feature-content:hover a.discover_now_btn {
    transition: 0.3s;
	padding-left: 15px;
}

.feature-content a:hover .hove-n,  .feature-content:hover a .hove-n{
	display: none;
}
.feature-content a:hover .hove-b,  .feature-content:hover a .hove-b{
	display: block;
}
.feature-content a .hove-n{
	display: block;
}
.feature-content a .hove-b{
	display: none;
}
#feature-slider .owl-nav{
	position: absolute;
    bottom: 31px;
    left: -66.5%;
    width: 104px;
}
#feature-slider .owl-nav .owl-prev {
    width: 49%;
    height: 50px;
    float: left;
    font-size: 0;
}
#feature-slider .owl-nav .owl-next {
    width: 49%;
    height: 50px;
    float: right;
    font-size: 0;
}
#feature-slider .owl-nav .owl-prev:before {
	content: "\f104";
    font-family: 'FontAwesome';
    background-size: 100%;    
    font-size: 35px;
    color: #fff;
    top: calc(50% - 25px);
    position: absolute;
    left: 0px;
    width: 49%;
	height: 50px;
	z-index: 99;
    line-height: 50px;
    text-align: center;
	
	background:  #f4942e;

}
#feature-slider .owl-nav .owl-next:after {
	content: "\f105";
    font-family: 'FontAwesome';
    background-size: 100%;    
    font-size: 35px;
    color: #fff;
    top: calc(50% - 25px);
    position: absolute;
    right: 0px;
    width: 49%;
	height: 50px;
	z-index: 99;
    line-height: 50px;
    text-align: center;
	
	background: #f4942e;
	}

#feature-slider .owl-nav .owl-prev:hover:before , #feature-slider .owl-nav .owl-next:hover:after {
	background: #328d2b;
	color: #fff;
}


/*-----------------feature section end--------------------*/

/*-----------------case study --------------------*/
.casest-info img{
	width: 100%;
}
.overlap-img {
  position: relative;
  width: 100%;
  height: 246px;
  background: #f9f9f9;
  cursor: pointer;
  border-radius: 5px;
  overflow: hidden;
}
.overlap-img img {
    width: auto !important;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    left: 0;
    right: 0;
}

.overlap-hover{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: -moz-linear-gradient(top,  rgba(49,35,130,0.9) 0%, rgba(49,35,130,0.9) 100%); 
	background: -webkit-linear-gradient(top,  rgba(49,35,130,0.9) 0%,rgba(49,35,130,0.9) 100%); 
	background: linear-gradient(to bottom,  rgba(49,35,130,0.9) 0%,rgba(49,35,130,0.9) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6312382', endColorstr='#e6312382',GradientType=0 ); 
	
	overflow: hidden;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: .3s ease;
	transition: .3s ease;
}
.overlap-img:hover .overlap-hover {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.overlap-text {  
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	padding: 20px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}
.overlap-text h3 {
	color: #fff;
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.overlap-text p{
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 0;
}




.casest-info {
  margin-top: 25px;
  border: 1px solid #ececec;
  padding: 8px;
  box-shadow: 0 0 6px #dee0e1;
  border-radius: 7px;
}
.cast-content{
	margin-top:5px;
}
.cast-content h3{
	font-family: 'Mulish', sans-serif;
	font-size: 19px;
	font-weight: 700;
	color: #293043;
	margin-bottom: 0;
	padding: 5px 0;
	}
.cast-content:hover h3{
	color: #f4942e;
	}

.cast-content h6{
	font-family: 'Mulish', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #717171;
}
.cast-content:hover h6{
	color: #328d2b;
	}
.mmarb-10{
	margin-bottom: 10px;
}
.view-all-btn{
	text-align: center;
}
.view-all-btn a{
	height: 50px;
	color: #fff;
	padding: 0 35px;
	background: #f4942e;
	text-transform: uppercase;
	font-family: 'Mulish', sans-serif;
	font-size: 18px;
	display: inline-block;
	line-height: 50px;
	font-weight:600;
	margin-top: 30px;
	border-radius: 2px;
}
.view-all-btn a:hover{
	color: #fff;
	background: #328d2b;
}
/*-----------------case study end--------------------*/

/*-----------------counter --------------------*/

#counter{
	margin: 35px 0;
	background: url(../images/counter-back.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.counter{
	text-align: center;
}
.count-number{
	font-size: 42px;
	font-weight: 900;
	color: #fff;
}
.stats-text{
	font-size:22px;
	color: #fff;
}


/*-----------------counter end--------------------*/



/*-----------------Services --------------------*/
.marb-40{
	margin-bottom: 40px;
}
.service-sec{
	text-align: left;
    height: 300px;
    margin-bottom: 0px;
    padding-top: 35px;
    padding-right: 25px;
    padding-left: 25px;
    
}

.content-box{
	margin-top: 20px;
}
.content-box h3{
	color: #293043;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 7px;
}
.content-box p{
	color: #49555c;
	font-size: 17px;
}
.service-sec:hover .content-box h3 , .service-sec:hover .content-box p{
	color: #fff;
}


.service-sec.service1 , .service-sec.service3 {
border: 1px solid rgba(232, 232, 232, 0);
}
.service-sec.service2{    
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    border-left: 1px solid #e8e8e8;
}
.service-sec.service4 , .service-sec.service6{ 
	border-top: 1px solid #e8e8e8;
}
.service-sec.service5{ 
	border-top: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
}

.service-sec.service1:hover {
    background: #312382 url(../images/serback-1.png) 90% 90%/auto no-repeat local;
    box-shadow: 6.157px 7.88px 12.35px 0.65px rgb(35 35 35 / 15%);
}
.service-sec.service2:hover {
    background: #312382 url(../images/serback-2.png) 90% 90%/auto no-repeat local;
    box-shadow: 6.157px 7.88px 12.35px 0.65px rgb(35 35 35 / 15%);
}
.service-sec.service3:hover {
    background: #312382 url(../images/serback-3.png) 90% 90%/auto no-repeat local;
    box-shadow: 6.157px 7.88px 12.35px 0.65px rgb(35 35 35 / 15%);
}
.service-sec.service4:hover {
    background: #312382 url(../images/serback-4.png) 90% 90%/auto no-repeat local;
    box-shadow: 6.157px 7.88px 12.35px 0.65px rgb(35 35 35 / 15%);
}
.service-sec.service5:hover {
    background: #312382 url(../images/serback-5.png) 90% 90%/auto no-repeat local;
    box-shadow: 6.157px 7.88px 12.35px 0.65px rgb(35 35 35 / 15%);
}
.service-sec.service6:hover {
    background: #312382 url(../images/serback-6.png) 90% 90%/auto no-repeat local;
    box-shadow: 6.157px 7.88px 12.35px 0.65px rgb(35 35 35 / 15%);
}

/*-----------------Services end--------------------*/

/*-----------------technology--------------------*/

.tech-sec{
	display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 10px;
    height: 150px;
    background: #ffffff;
    box-shadow: 0 5px 20px rgb(41 48 67 / 8%);
    transition: all 0.3s ease-in-out;
}
.owl-carousel .owl-item .tech-sec img{
	height: 80px;
	width: auto;
}
.owl-carousel .owl-stage {
    transition-timing-function: linear !important;
}
.marl-40{
	margin-left: 40px;
}
.section-heading p{
	color: #717171;
	font-family: 'Mulish', sans-serif;
	font-size: 21px;
}


/*-----------------technology end--------------------*/

/*-----------------discuss--------------------*/
.discuss{
	margin: 35px 0 0 0;
	background: url(../images/discuss-back.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.discus-cont h3{
	font-family: 'Merriweather', serif;
	color: #fff;
	font-weight: 600;
	font-size: 30px;
	margin-bottom: 7px;
}
.discus-cont p{
	font-family: 'Mulish', sans-serif;
	color: #fff;
	font-size: 19px;
	font-weight: 500;
	margin-bottom: 0px;
}
.touch-btn a{
	background: #fff;
	border-radius: 2px;
	height: 50px;
	width: 150px;
	color: #312382;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	line-height: 53px;
	display: inline-block;
}
.touch-btn a:hover{
	color: #fff;
	background: #f4942e;
}

/*-----------------discuss end--------------------*/


/*-----------------footer--------------------*/

.footer-body{
	background: #293043;
}
.footer-left-text{
	margin-top: 20px;
}

.footer-left-text p{
	color: #f5f5f5;
	font-size: 15px;
	letter-spacing: 0.3px;
	line-height: 24px;
	font-weight: 300;
}
.footer-left-text a{
	display: flex;
	align-items: center;
	transition: 0.3s;
	padding-left: 0;
}

.footer-left-text a:hover {
    transition: 0.3s;
	padding-left: 15px;
}

.footer-left-text a span{
	float: left;
    color: #f4942e;
    font-size: 16px;
}
.footer-left-text a img{
	width: 20px;
	margin-bottom: 0;
	margin-left: 8px;
}
.footer-left-text a span:hover , .footer-left-text a:hover span{
	color: #fff;
}
.footer-left-text a:hover .hove-n  {
	display: none;
}
.footer-left-text a:hover .hove-b{
	display: block;
}
.footer-left-text a .hove-n{
	display: block;
}
.footer-left-text a .hove-b{
	display: none;
}
.footer-left{
	padding-right: 15px;
	border-right: 3px solid #5050503b;
	min-height: 335px;	
}
.footer-right-content{
	padding: 50px 0 40px 0;
}
.footer-link-heading h6{
	color: #fff;
	font-size: 18px;
	margin-bottom: 20px;
}
.footer-link-para ul li a{
	color: #f5f5f5;
	font-size: 14px;
	margin-bottom: 8px;
	display: block;
}
.ft-info{
	margin-bottom: 10px;
}
.ft-info img{
	float: left;
}
.ft-info p , .ft-info a{
	color: #f5f5f5;
	font-size: 14px;
	margin-bottom: 8px;
	margin-left: 10px;
	display: inline-block;
	float: left;
	width: calc(100% - 30px);
}
.ft-info p span{
	font-size: 16px;
	margin-bottom: 3px;
}
.footer-link-para ul li a:hover , .ft-info a:hover{
	opacity: 0.8;
	color: #fdd539;
}
.footbotom{
	background: #1c212e;
	padding: 20px 0;
}
.footbotom li:first-child {
    padding-left: 0;
}
.footbotom li {
    display: inline-block;
    position: relative;
    color: #a4a7ae;
    padding: 0 3px;
    font-size: 15px;
    padding-left: 5px;
}
.footbotom li a {
    color: #a4a7ae;
}
.footbotom li:first-child:before {
	 width: 0px;
	}
.footbotom li:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #8a8b8b;
    content: "";
}
.social-link{
	display: flex;
    justify-content: flex-end;
    align-items: center;
}
.social-link span{
	float: left;
	 color: #a4a7ae;
    font-size: 15px;
    padding-right: 15px;
}
.social-link ul{
	float: left;
}
.social-link ul li a{
	width: 32px;
    height: 32px;
    font-size: 18px;
    line-height: 32px;
    background: #fff;
    display: inline-block;
    text-align: center;
}
.social-link ul li a:hover{
	background: #f4942e;
	color: #fff;
	}
.social-link ul li a .fb-icon{
	color: #0d3fbf;
}	
.social-link ul li:before{
	width: 0;
}
.social-link ul li a .twi-icon{
	color: #18c7e7;
}
.social-link ul li a:hover .fb-icon , .social-link ul li a:hover .twi-icon{
	color: #fff;
}
/*-----------------footer end--------------------*/



.arrow_box {
	position: relative;
	background: #fff;
	border: 0;
}
.arrow_box:after, .arrow_box:before {
	bottom: 100%;
	left: 20px;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 6px;
	margin-left: -6px;
}
.arrow_box:before {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 6px;
	margin-left: -6px;
}
#technology-slider .owl-nav , #technologynew-slider .owl-nav {
	display: none;
}
.touch-btn{
	float: right;
}





.inner_top_banner {
	display: block;
	overflow: hidden;
	width: 100%;
	padding: 0 !important;
}
.inner_top_banner img{
	width:100%;
}
.all_sersice_rm{
	display: block;
	overflow: hidden;
	width: 100%;
}
.all_sersice_rm .feature-content {
	display: block;
	overflow: hidden;
	width: 18.2%;
	float: left;
	padding: 10px;
	border-radius: 12px 0 12px 0;
}
.all_sersice_rm .feature-content h3 a {
	font-size: 18px;
	line-height: 22px;
	margin: 12px 0 8px 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}
.all_sersice_rm .feature-content p {
	color: #49555c;
	font-size: 15px;
	line-height: 22px;
	margin: 0 0 5px 0;
}
.all_sersice_rm .feature-content a .hove-n {
    margin: 2px 0 0 5px;
}
.all_sersice_rm .feature-content > img {
	width: 60px;
	border-radius: 10px 0 10px 0;
}
.mb_1 {
	margin: 10px 0 20px 0;
}
.mb_1 h2 {
	font-size: 30px;
	line-height: 34px;
	letter-spacing: 0.3px;
	color: #FFF;
}
.mb_1 h6 {
	color: #fff;
}
.all_srv_rm_bg{
	padding: 40px 0 55px 0;
	background: #2263be url(../images/bg01.PNG);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: 0 0 16px 0;
}

.mb_2 {
	margin: 10px 0 20px 0;
}
.mb_2 h2 {
	font-size: 30px;
	line-height: 34px;
}
.service_rm_01{
	box-shadow: 1px -1px 14px 0px rgba(0,0,0,0.08);
	-webkit-box-shadow: 1px -1px 14px 0px rgba(0,0,0,0.08);
	-moz-box-shadow: 1px -1px 14px 0px rgba(0,0,0,0.08);
	padding: 20px 20px;
	display: block;
	width: 100%;
	overflow: hidden;
}
.service_rm_01 p {
	color: #49555c;
	font-size: 17px;
	line-height: 27px;
	margin: 0 0 8px 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	text-align: justify;
}
.service_rm_01 ul {
	margin: 10px 0 0 0 !important;
	padding: 0;
	float: left;
	width: 70%;
}
.service_rm_01 ul li{
	color: #49555c;
	font-size: 17px;
	line-height: 25px;
	margin: 0 0 14px 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
.service_rm_01 ul li img {
	float: left;
	margin: 8px 13px 0 0;
}
.service_rm_01 > img {
	float: right;
	width: 28%;
}
.mb_3 h2{
	color: #49555c;
	font-size: 17px ;
	line-height: 25px;
	margin: 0 0 14px 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
.service_rm_02{
	display: block;
	width: 100%;
	border:1px dashed #bfbfbf;
	text-align:center;
	border-radius:8px;
	padding:35px 15px;
	position:relative;
	margin: 32px 0;
}
.service_rm_02 img{
	max-width: 100%;
}
.service_rm_02:after{
	content:"";
	background: url(../images/icon4.png) no-repeat;
	width: 34px;
	height: 25px;
	position: absolute;
	top: -13px;
	z-index: 9;
	left: 67%;
}
.service_rm_02::before {
	content: "";
	background: url(../images/icon5.png) no-repeat;
	width: 34px;
	height: 25px;
	position: absolute;
	bottom: -13px;
	z-index: 9;
	left: 40%;
}
.mb_none {
	margin: 35px 0 70px 0;
	padding-bottom: 0;
}
.why_choose_left{
	float:left;
	width:58%;
}
.why_choose_left h1{
	color: #1459ba;
	font-size: 20px;
	line-height: 22px;
	margin: 0 0 10px 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}
.why_choose_left h2 {
	color: #110f0f;
	font-size: 33px;
	line-height: 37px;
	margin: 0 0 14px 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}
.why_choose_left p{
	color: #49555c;
	font-size: 17px;
	line-height: 27px;
	margin: 0 0 35px 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
.why_choose_left span {
	display: block;
	width: 80%;
	overflow: hidden;
	color: #000;
	font-size: 17px;
	font-weight: 400;
	line-height: 34px;
	box-shadow: 1px -1px 14px 0px rgba(0,0,0,0.08);
	-webkit-box-shadow: 1px -1px 14px 0px rgba(0,0,0,0.08);
	-moz-box-shadow: 1px -1px 14px 0px rgba(0,0,0,0.08);
	border-radius: 40px;
	margin: 0 0 17px 0;
	padding: 10px;
}
.why_choose_left span img {
	float: left;
	margin: 0 14px 0 0;
}
.why_choose_right{
	float:right;
	width:38%;
	position:relative;
}
.why_choose_right span {
	border-radius: 50%;
	overflow: hidden;
	width: 100%;
	height: 440px;
	float: left;
}
.why_choose_right span img{
	width: 100%;
}
.why_choose_right > img {
	position: absolute;
	z-index: 99;
	left: 3px;
	bottom: -10px;
	width: 151px;
}
.margin_com_btm{
	margin-bottom:15px;
}
.vission_mission{
}
.vission_mission h3{
	font-size: 20px;
	line-height: 22px;
	margin: 12px 0 8px 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}
.vission_mission .feature-content {
	width: 48%;
	float: left;
	padding: 15px;
}
.rih_sd {
	float: right !important;
}
.maps-area {
	float: left;
	width: 100%;
	height: 400px;
	overflow: hidden;
	background: #fff;
	margin: 25px 0 20px 0;
	box-shadow: 1px -1px 14px 0px rgba(0,0,0,0.08);
	-webkit-box-shadow: 1px -1px 14px 0px rgba(0,0,0,0.08);
	-moz-box-shadow: 1px -1px 14px 0px rgba(0,0,0,0.08);
	padding: 12px;
}
.maps-area iframe {
	width: 100%;
}


.contact_form_main{
	float: left;
	width: 100%;
	overflow: hidden;
	background: #fff;
	margin: 25px 0 20px 0;
	box-shadow: 1px -1px 14px 0px rgba(0,0,0,0.08);
	-webkit-box-shadow: 1px -1px 14px 0px rgba(0,0,0,0.08);
	-moz-box-shadow: 1px -1px 14px 0px rgba(0,0,0,0.08);
	padding: 12px;
}
.contact_form_left{
	float: left;
	width: 66%;
	overflow: hidden;
	padding-right: 2%;
}
.contact_form_rigt {
	float: left;
	width: 34%;
	overflow: hidden;
	background: #fafafa;
	padding: 4px 15px;
}
.form-group {
	float: left;
	width: 48%;
	margin: 0 2% 12px 0;
}
.contact_form_left label {
	color: #202426;
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 3px 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	width: 100%;
}
.contact_form_left input[type="text"] {
	float: left;
	width: 100%;
	background: #fff;
	border: 1px solid #b3b3b3;
	color: #999999;
	border-radius: 0;
	height: 44px;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	border-radius: 3px;
	padding: 0 10px;
}
.contact_form_left input[type="text"]:hover{
	border: 1px solid #f4942e;
}
.contact_form_left input[type="text"]:focus{
	border: 1px solid #f4942e;
}
.contact_form_left select{
	float: left;
	width: 100%;
	background: #fff;
	border: 1px solid #b3b3b3;
	color: #999999;
	border-radius: 0;
	height: 44px;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	border-radius: 3px;
	padding: 0 10px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: #fff url(../images/cntry-drop.png) no-repeat scroll 98% 50%
}
.contact_form_left select:hover{
	border: 1px solid #f4942e;
}
.contact_form_left select:focus{
	border: 1px solid #f4942e;
}
.txt_areaa{
	float: left;
	width: 98%;
	margin: 0 0 12px 0;
}
.txt_areaa textarea{
	float: left;
	width: 100%;
	background: #fff;
	border: 1px solid #b3b3b3;
	color: #999999;
	border-radius: 0;
	height: 100px;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	border-radius: 3px;
	padding: 10px;
}
.txt_areaa textarea:hover{
	border: 1px solid #f4942e;
}
.txt_areaa textarea:focus{
	border: 1px solid #f4942e;
}
.contact_form_left input[type="submit"] {
	height: 50px;
	color: #fff;
	padding: 0 35px;
	background: #f4942e;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 500;
	margin-top: 10px;
	border-radius:4px;
	border:none;
	cursor:pointer;
}
.contact_form_left input[type="submit"]:hover{
	background: #328d2b;
}
.contact_innfo_1 {
	padding: 7px 10px 3px 60px;
	position: relative;
	margin: 11px 0 9px 0;
	box-shadow: 0px 1px 6px #e4e4e4;
	-webkit-box-shadow: 0px 1px 6px #e4e4e4;
	-moz-box-shadow: 0px 1px 6px #e4e4e4;
	float: left;
	background: #FFF;
	width: 100%;
}
.contact-icon {
	width: 45px;
	border-radius: 50%;
	float: left;
	height: 45px;
	text-align: center;
	padding: 4px;
	margin-right: 0;
	background: #fff;
	position: absolute;
	left: 8px;
}
.contact_innfo_1 i {
	border-radius: 50%;
	font-size: 20px;
	line-height: 37px;
	color: #649d3e;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border: 1px dashed #649d3e;
	width: 100%;
	height: 100%;
}
.contact_innfo_1 h4 {
	font-size: 19px;
	margin-bottom: 5px;
	width: 100%;
	float: left;
	color: #484848;
	font-family: 'Roboto', sans-serif;
}
.contact_innfo_1 p {
	margin-bottom: 3px !important;
	width: 100%;
	float: left;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #4f636a;
	margin: 0 0 0;
	font-weight: 400;
}
.active01{
	color: #fff !important;
	background-color: #649d3e !important;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    background-color: #649d3e;
}
.terms_con ul{
	width:100% !important;
}
.terms_con ul {
	width: 100% !important;
	margin: 0 0 20px 0 !important;
}
.terms_con h5 {
	color: #000;
	font-size: 19px;
	line-height: 27px;
	margin: 0 0 2px 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
.terms_con p {
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 14px 0;
	text-align:justify;
}
.terms_con ul li {
    font-size: 16px;
    line-height: 23px;
    margin: 0 0 4px 0;
}
.ffor_itpp p{
	margin-bottom:5px !important;
}


.nnly_rmdd01{
	background-image:none !important;
	background-color:#649d3e !important;
}
.nnly_rmdd01 h2{
	font-family: 'Merriweather', serif;
	color: #FFF;
	font-size: 36px;
	line-height: 40px;
	letter-spacing: 0.3px;
	font-weight: bold;
	margin: 10px 0 10px 0;
}
.nnly_rmdd01 p{
	color: #FFF;
	font-size: 17px;
	line-height: 27px;
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	text-align:justify;
}











.rm_new_aectionn{
	margin-bottom:40px;
}

.rm_new_aectionn h1 {
  color: #110f0f;
  font-size: 21px;
  line-height:26px;
  margin: 3px 0 10px 0 !important;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  letter-spacing: 0.2px;
}
.rm_new_aectionn h1 img {
  float: left;
  margin: 6px 10px 0 0 !important;
  width: 18px;
}
.rm_new_aectionn h3 {
  color: #110f0f;
  font-size: 21px;
  line-height:26px;
  margin: 3px 0 24px 0 !important;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  letter-spacing: 0.2px;
}
.rm_new_aectionn h3 img {
  float: left;
  margin: 6px 10px 0 0 !important;
  width: 18px;
}
.rm_new_aectionn .service_rm_01 p {
  color: #49555c;
  font-size: 17px;
  line-height: 25px;
  margin: 0 0 25px 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-align: left;
}

.new_services_school_management{
	margin-bottom:40px;
}



.management_row01{
	background: #6fae45;
	display: block;
	overflow: hidden;
	width: 100%;
	margin-top: 25px;
}
.management_row01 h1{
	color: #fff;
	font-size: 17px;
	line-height: 25px;
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	float: left;
	padding: 7px 12.5px;
}
.management_row01 span {
	background: #000;
	float: left;
}


.management_row02{
	background: #f0f0f0;
	display: flex;
	overflow: hidden;
	width: 100%;
	margin-top: 0;
	border-bottom: 1px solid #22272f;
}
.management_row02 span {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  padding: 7px 20px;
  background: #6a7b7b;
  float: left;
  align-items: center;
  display: flex;
  justify-content: center;
}
.management_row02 p {
  color: #49555c;
  font-size: 15px;
  line-height: 21px;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-align: justify;
  float: left;
 /* width: calc(100% - 70px);*/
  padding: 10px 19px;
}
.management_row02 p strong {
  color: #333a44;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.management_row02 ul {
  color: #49555c;
  width: 100% !important;
  padding-bottom: 5px;
  margin: 0 !important;
}
.management_row02 ul li{
  /*width: calc(100% - 70px) !important;*/
    width: 100% !important;
  float: left !important;
  padding: 0px 19px !important;
  margin: 0 0 12px 0 !important;
  line-height: 21px !important;
  font-weight: 500;
  font-size: 15px;
}

.management_row02 p em {
  font-weight: 500;
  letter-spacing: 0.3px;
}
.contact_innfo_1 p span {
  display: block;
  font-weight: 500;
  margin: 0 0 3px 0;
}
.bbg_nd{
  background: #fbfbfb;
}
.fld_01 ul{
	width:100% !important;
	margin: 0 !important;
}
.fld_01 ul li {
  width: auto !important;
  float: left !important;
  margin: 6px 25px 6px 0;
}








