/* =================================
------------------------------------
  IT Host - Hosting Template
  Version: 1.0
 ------------------------------------
 ====================================*/



/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/

html,
body {
	height: 100%;
	font-family: 'Montserrat', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #1c1c1c;
	font-weight: 600;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 14px;
	color: #585858;
	line-height: 2;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

/*---------------------
  Helper CSS
-----------------------*/
.mtop-header-area {
    background-color: #000;
    padding-top: 12px;
    padding-bottom: 12px;
}
.mtop-header-contact-info {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.mtop-header-contact-info li {
    display: inline-block;
    margin-right: 24px;
    position: relative;
    display: inline-block;
}
.mtop-header-contact-info li a {
    display: block;
    outline: 0!important;
    color: #fff!important;
    transition: .5s;
    font-size: 15px;
    font-weight: 500;
}
.mtop-header-right {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
	text-align:right;

}
.mtop-header-right li {
    
    position: relative;
    padding-left: 23px;
    
    display: inline-block;
}
.mtop-header-right li a {
    outline: 0!important;
    color: #fff;
    transition: .5s;
    font-size: 15px;
    font-weight: 500;
}
/******************************/
.section-title {
	margin-bottom: 80px;
	text-align: center;
	position: relative;
	max-width: 873px;
    text-align: center;
    margin: -6px auto 50px;
}

.section-title img {
	margin-bottom: 5px;
}



.section-title p {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 0;
	color: #fff;
	line-height: 28px;
	text-transform: unset;
	letter-spacing: 1px;
	margin-bottom: 5px;
}

.section-title.st-white h2 {
	color: #fff;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.spad {
	padding-top: 105px;
	padding-bottom: 105px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

/*---------------------
  Commom elements
-----------------------*/

.bg-gradient,
.site-btn.sb-gradient,
.accordion-area .panel-link,
.accordion-area .panel-link.active.collapsed,
.tab-element .nav-tabs .nav-link {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2e1779+0,0a0228+100 */
	background: #2e1779;
	/* Old browsers */
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #2e1779 0%, #0a0228 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, right top, from(#2e1779), to(#0a0228));
	background: -o-linear-gradient(left, #2e1779 0%, #0a0228 100%);
	background: linear-gradient(to right, #2e1779 0%, #0a0228 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e1779', endColorstr='#0a0228', GradientType=1);
	/* IE6-9 */
}

/* buttons */

.site-btn {
	display: inline-block;
    border: none;
    font-size: 16px;
    font-weight: 600;
    min-width: 186px;
    padding: 0 40px;
    border-radius: 0px;
    background: #1f7a26;
    color: #fff;
    line-height: 44px;
    cursor: pointer;
    text-align: center;
}

.site-btn:hover {
	color: #fff;
}

.site-btn.sb-line {
	background-color: transparent;
	color: #d5bd63;
	-webkit-box-shadow: inset 0 0 0 2px #d5bd63;
	box-shadow: inset 0 0 0 2px #d5bd63;
}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #000;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

.elements-section {
	padding-top: 100px;
}

.el-title {
	margin-bottom: 75px;
}

.element {
	margin-bottom: 100px;
}

.element:last-child {
	margin-bottom: 0;
}

/* Accordion */

.accordion-area .panel {
	margin-bottom: 16px;
}

.accordion-area .panel-link:after {
	content: "+";
	position: absolute;
	font-size: 15px;
	right: 26px;
	top: 0;
	line-height: 16px;
	width: 15px;
	height: 100%;
	text-align: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.faq-accordion.accordion-area .panel-link,
.faq-accordion.accordion-area .panel-link.active.collapsed {
	padding: 17px 100px 17px 20px;
}

.faq-accordion.accordion-area .panel-link:after {
	right: 44px;
}

.accordion-area .panel-header .panel-link.collapsed:after {
	content: "+";
}

.accordion-area .panel-link.active:after {
	content: "-";
}

.accordion-area .panel-link.active {
	background: #d5bd63;
}

.accordion-area .panel-link,
.accordion-area .panel-link.active.collapsed {
	text-align: left;
	position: relative;
	width: 100%;
	padding: 17px 65px 17px 20px;
	padding-left: 41px;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	line-height: 1;
	cursor: pointer;
	border: none;
	min-height: 70px;
	border-radius: 13px;
}

.accordion-area .panel-body {
	padding: 45px 2px 0;
}

.accordion-area .panel-body h4 {
	margin-bottom: 25px;
}

.accordion-area .panel-body p {
	font-size: 15px;
	margin-bottom: 0;
	line-height: 1.8;
}

.accordion-area .panel-body img {
	border-radius: 15px;
}

.faq-accordion .panel-body {
	padding: 50px 5px 0;
}

.faq-accordion .panel-body h4 {
	padding-top: 25px;
}

.faq-accordion .panel-body p {
	font-size: 15px;
	margin-bottom: 0;
	line-height: 1.8;
}

.faq-accordion .panel-body img {
	border-radius: 15px;
}

/* tab */

.tab-element .nav-tabs {
	border-bottom: none;
}

.tab-element .nav-tabs .nav-link {
	border-radius: 0;
	font-size: 15px;
	color: #fff;
	font-weight: 500;
	border: none;
	padding: 24px 36px;
	margin-right: 8px;
	margin-bottom: 10px;
	border-radius: 13px;
}

.tab-element .nav-tabs .nav-item:last-child .nav-link {
	margin-right: 0;
}

.tab-element .nav-tabs .nav-link.active {
	background: #d5bd63;
}

.tab-element .tab-pane {
	padding: 35px 20px 30px;
}

.tab-element .tab-pane h4 {
	margin-bottom: 25px;
}

.tab-element .tab-pane p {
	margin-bottom: 0;
}

/* Circle progress */

.circle-progress {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.circle-progress canvas {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.circle-progress .loader-circle {
	margin-right: 16px;
}

.circle-progress .progress-info {
	text-align: left;
}

.circle-progress .progress-info h2 {
	font-size: 72px;
	font-weight: 400;
	color: #1c1c1c;
}

.circle-progress .progress-info p {
	font-size: 18px;
	margin-bottom: 0;
	line-height: normal;
}

.cp-item {
	text-align: center;
}

.cp-item h4 {
	font-size: 14px;
	color: #7e7e7e;
}

.milestone-item {
	text-align: center;
}

.milestone-item i {
	color: #d5bd63;
	font-size: 76px;
}

.milestone-item h2 {
	font-size: 72px;
	font-weight: 400;
	line-height: 1;
}

.milestone-item p {
	font-size: 18px;
	margin-bottom: 0;
}

.social {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.social a {
	display: -ms-inline-flex;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 32px;
	height: 32px;
	color: #fff;
	background: #d5bd63;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	margin-right: 13px;
	font-size: 12px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.social a:hover {
	background: #d5bd63;
}
#A {
  background: #0074D9;
}

#B {
  background: #7FDBFF;
}

#A::after {
  content: "";
  position: relative;
  left: -3rem;
  /* padding * -1 */
  top: calc( 3rem - 4rem / 2);
  /* padding - height/2 */
  float: left;
  display: block;
  height: 4rem;
  width: 100vw;
  background: hsla(0, 0%, 100%, 0.5);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 70 500 60' preserveAspectRatio='none'%3E%3Crect x='0' y='0' width='500' height='500' style='stroke: none; fill: %237FDBFF;' /%3E%3Cpath d='M0,100 C150,200 350,0 500,100 L500,00 L0,0 Z' style='stroke: none; fill: %230074D9;'%3E%3C/path%3E%3C/svg%3E");
  background-size: 100% 100%;
}


/** Cosmetics **/

* {
  margin: 0;
}

#A,
#B {
  padding: 3rem;
}

/*------------------
  Header section
---------------------*/

.header-section {
	/*position: absolute;*/
	width: 100%;
	/*padding-top: 25px;*/
	z-index: 99;
	background: #1b5e20;
	height:105px;
}
.mylogo{
	z-index: 1030;
    display:inline-block;
    position: relative;
    width: 103px;
    height: 93px;
	margin-top: -48px;
}
.site-logo {
	display: inline-block;
	/*margin-left: 50px;*/
}

.site-logo h2{
	
	color: #fff;
    font-size: 42px;
    padding: 11px 20px;
	display:inline-block;
}

.nav-switch {
	display: none;
}

.nav-warp {
	float: right;
}

.main-menu {
	list-style: none;
	float: right;
	padding-top: 40px;
}

.main-menu li {
	display: inline;
}

.main-menu li a {
	display: inline-block;
    font-size: 18px;
    color: #fff;
    margin-left: 50px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    font-weight: 600;
    text-transform: capitalize;
}

.main-menu li a:hover {
	color: #acceae;
}

.user-panel {
	float: right;
	background: #d5bd63;
	color: #fff;
	margin-left: 30px;
	margin-right: 70px;
	margin-top: 15px;
	font-size: 14px;
	padding: 12px 19px;
	line-height: 1;
	border-radius: 14px;
}

.user-panel a {
	color: #fff;
}


/*------------------
  Hero section
---------------------*/

.hero-section {
	height: 650px;
	overflow: hidden;
}

.hero-content {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	position: relative;
}

.hero-content h2 {
	font-size: 39px;
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 1.4;
	color: #fff;
	
}

.hero-content P {
	font-size: 18px;
	line-height: 1.7;
	margin-bottom: 20px;
	color: #fff;
	font-weight: 600;
}

.hero-rocket {
	position: absolute;
	bottom: 8px;
	right: -198px;
}

.hero-rocket img {
	position: relative;
	-webkit-animation: rocket 2s linear infinite;
	animation: rocket 2s linear infinite;
}

@-webkit-keyframes rocket {
	0% {
		left: 20px;
		bottom: 20px;
	}
	25% {
		left: -20px;
		bottom: 20px;
	}
	50% {
		left: -20px;
		bottom: 0px;
	}
	75% {
		left: 0px;
		bottom: 0px;
	}
	100% {
		left: 20px;
		bottom: 20px;
	}
}

@keyframes rocket {
	0% {
		left: 20px;
		bottom: 20px;
	}
	25% {
		left: -20px;
		bottom: 20px;
	}
	50% {
		left: -20px;
		bottom: 0px;
	}
	75% {
		left: 0px;
		bottom: 0px;
	}
	100% {
		left: 20px;
		bottom: 20px;
	}
}
.fa-award:before {
    content: "\f559";
}
.sticky {
   
    box-shadow: 0 0 5px rgb(207 197 197 / 80%);
    top: 0;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
/* ----------------
  Features
---------------------*/

.features-section .section-title {
	margin-bottom: 130px;
}

.features-section .container {
	margin-bottom: -70px;
}

.feature-item {
	text-align: center;
	margin-bottom: 55px;
}

.feature-item .ft-icon {
	display: -ms-inline-flex;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 87px;
	height: 87px;
	background: #d5bd63;
	font-size: 43px;
	color: #fff;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	margin-bottom: 40px;
}

.feature-item h4 {
	margin-bottom: 28px;
}

.feature-item.fi-center-top .ft-icon {
	-webkit-transform-origin: bottom center;
	-ms-transform-origin: bottom center;
	transform-origin: bottom center;
	-webkit-transform: scale(1.65);
	-ms-transform: scale(1.65);
	transform: scale(1.65);
}

.feature-item.fi-center-top .ft-icon i {
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
}

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

Features
---------------------*/
.section-title .title {
    color: #66bb6a;
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: 1px;
}
 .section-title {
	margin-bottom: 30px;
}
.section-title h2{
	position: relative;
    font-size: 35px;
    color: #222;
    font-weight: 700;
    text-transform:uppercase;
    line-height: 1.3em;
    margin-top: 5px;
}
/*************************************/

.headsecsection{
	margin:-105px 0px 0px;
	z-index: 999;
    position: relative;
}
.headfeature-item {
	text-align: center;
	margin-bottom: 30px;
	border-radius: 0px 50px 50px 50px;
	box-shadow: 0 10px 29.7px 0.3px rgba(225,225,225,.64);
	padding:20px 20px 0px;
	transition: .5s;
	width: 100%;
    min-height: 186px;
    max-height: 186px;
	margin-top:20px;
	background:#fff;
}
.headfeature-item:hover {
    transform: translateY(-10px);
    background: #1b5e20;
}

.headfeature-item .ft-icon {
	display: -ms-inline-flex;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 77px;
	height: 77px;
	
	font-size: 35px;
	color: #fff;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	margin-bottom: 20px;
}
.headfeature-item:hover .ft-icon{
   	background: #fff;
	font-size: 35px;
	color: #1b5e20;
}

.headfeature-item h4 {
	
	margin-bottom: 10px;
 /*   height: 50px;*/
    width: 100%;
	font-size:20px;
}
.headfeature-item:hover h4 {
	color:#fff;
}
.headfeature-item p {
	text-align:justify;
	margin-bottom:25px;
	color: #000000;
}
.headfeature-item:hover p {
	color:#fff;
}
.headfeature-item.fi-center-top .ft-icon {
	-webkit-transform-origin: bottom center;
	-ms-transform-origin: bottom center;
	transform-origin: bottom center;
	-webkit-transform: scale(1.65);
	-ms-transform: scale(1.65);
	transform: scale(1.65);
}

.headfeature-item.fi-center-top .ft-icon i {
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
}
.headfeature-item .scall-btn {
  background-color: #1d409b;
  color: #fff;
  padding: 10px 20px;
  border-radius: 0px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-weight: 500;
}
 .headfeature-item:hover .scall-btn {
  background: #fff;
	
	color:#1d409b; 
  border: 1px solid #1d409b;
}
/********************************/
.sfeature-item {
	text-align: center;
	margin-bottom: 40px;
	border-radius: 0px 50px 50px 50px;
	box-shadow: 0 10px 29.7px 0.3px rgba(225,225,225,.64);
	padding:20px 20px 0px;
	transition: .5s;
	width: 100%;
    min-height: 264px;
    max-height: 280px;
	margin-top:20px;
	background:#fff;
}
.sfeature-item:hover {
    transform: translateY(-10px);
    background: #1b5e20;
}

.sfeature-item .ft-icon {
	display: -ms-inline-flex;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 77px;
	height: 77px;
	
	font-size: 35px;
	color: #fff;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	margin-bottom: 20px;
}
.sfeature-item:hover .ft-icon{
   	background: #fff;
	font-size: 35px;
	color: #1b5e20;
}

.sfeature-item h4 {
	
	margin-bottom: 10px;
 /*   height: 50px;*/
    width: 100%;
	font-size:20px;
}
.sfeature-item:hover h4 {
	color:#fff;
}
.sfeature-item p {
	text-align:justify;
	margin-bottom:25px;
	color: #000000;
}
.sfeature-item:hover p {
	color:#fff;
}
.sfeature-item.fi-center-top .ft-icon {
	-webkit-transform-origin: bottom center;
	-ms-transform-origin: bottom center;
	transform-origin: bottom center;
	-webkit-transform: scale(1.65);
	-ms-transform: scale(1.65);
	transform: scale(1.65);
}

.sfeature-item.fi-center-top .ft-icon i {
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
}
.sfeature-item .scall-btn {
  background-color: #1d409b;
  color: #fff;
  padding: 10px 20px;
  border-radius: 0px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-weight: 500;
}
 .sfeature-item:hover .scall-btn {
  background: #fff;
	
	color:#1d409b; 
  border: 1px solid #1d409b;
}

/* ----------------
   service
 ---------------------*/
 
 .servicefeatures-section .section-title {
	margin-bottom: 30px;
}
.servicefeatures-section .section-title h2{
	font-size:35px;
}



.servicefeature-item {
	text-align: justify;
	margin-bottom: 30px;
	border-radius: 30px;
	box-shadow: 0 6px 29.7px 0.3px rgba(225,225,225,.64);
	padding:20px 20px 20px;
	transition: .5s;
	width: 100%;
   
}
.servicefeature-item p{
	padding:10px 0px 0px;
	text-align: justify;
}

.servicefeature-item .ft-icon {
	display: -ms-inline-flex;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 77px;
	height: 77px;
	background: #d5bd63;
	font-size: 35px;
	color: #fff;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	margin-bottom: 40px;
}
.servicefeature-item:hover .ft-icon{
   	background: #fff;
	font-size: 35px;
	color: #d5bd63;
}

.servicefeature-item h4 {
	
	margin-bottom: 10px;
    height: 50px;
    width: 100%;
	font-size:20px;
}

.servicefeature-item.fi-center-top .ft-icon {
	-webkit-transform-origin: bottom center;
	-ms-transform-origin: bottom center;
	transform-origin: bottom center;
	-webkit-transform: scale(1.65);
	-ms-transform: scale(1.65);
	transform: scale(1.65);
}

.servicefeature-item.fi-center-top .ft-icon i {
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
}
 
 
/* ----------------
   Domain search
 ---------------------*/

.domain-form-warp {
	max-width: 993px;
	margin: 0 auto;
}

.domain-form-warp p {
	font-size: 12px;
	color: #fff;
	opacity: 0.26;
	margin-bottom: 0;
	line-height: 1;
}

.domain-search-form {
	margin-bottom: 15px;
}

.domain-search-form input {
	width: calc(100% - 239px);
	height: 59px;
	font-size: 14px;
	border: none;
	background: #fff;
	border-radius: 14px;
	display: inline-block;
	padding: 0 31px;
	margin-right: 5px;
}

.domain-search-form .site-btn {
	height: 59px;
	min-width: 229px;
}

.domain-search-form.df-white-bg input {
	background: #f5f1f8;
}

.single-progress-item {
	margin-bottom: 28px;
}

.single-progress-item:last-child {
	margin-bottom: 0;
}

.single-progress-item p {
	font-size: 16px;
	color: #000000;
	line-height: 1;
	margin-bottom: 15px;
}

.single-progress-item .progress-bar-style {
	height: 8px;
	width: 100%;
	background: #eef6f9;
	border-radius: 15px;
}

.single-progress-item .progress-bar-style .bar-inner {
	position: relative;
	height: 100%;
	border-radius: 15px;
}

.single-progress-item .progress-bar-style .bar-inner span {
	position: absolute;
	bottom: 100%;
	right: 0;
	font-size: 16px;
	color: #000;
	line-height: 1;
	margin-bottom: 15px;
}

.testimonials-slider .owl-dots {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	bottom: 37px;
	left: 0;
}

.testimonials-slider .owl-dots .owl-dot {
	display: -ms-inline-flex;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 11px;
	height: 11px;
	margin-right: 7px;
	border-radius: 50%;
	background: #eef6f9;
}

.testimonials-slider .owl-dots .owl-dot.active {
	background: #d5bd63;
}

.testimonial-item {
	overflow: hidden;
}

.testimonial-item .ti-content {
	background: #eef6f9;
	padding: 48px 35px 45px 38px;
	border-radius: 15px;
	margin-bottom: 42px;
	position: relative;
}

.testimonial-item .ti-content p {
	font-size: 15px;
	margin-bottom: 0;
}

.testimonial-item .ti-content:after {
	position: absolute;
	content: "";
	top: 100%;
	right: 34px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 17px solid #eef6f9;
}

.testimonial-item .ti-author-pic {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	float: right;
	margin-left: 35px;
}

.testimonial-item .ti-author {
	text-align: right;
	overflow: hidden;
	padding-top: 25px;
}

.testimonial-item .ti-author h6 {
	font-weight: 700;
}

.testimonial-item .ti-author span {
	color: #d5bd63;
	font-weight: 700;
}

.pricing-section .container {
	margin-bottom: -40px;
}

.pricing-plan {
	margin-bottom: 40px;
}

.pricing-plan .pricing-title {
	text-align: center;
	padding: 16px;
	border-radius: 14px;
	margin-bottom: 15px;
	background: #7246b3;
	/* Old browsers */
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #7246b3 0%, #431483 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, right top, from(#7246b3), to(#431483));
	background: -o-linear-gradient(left, #7246b3 0%, #431483 100%);
	background: linear-gradient(to right, #7246b3 0%, #431483 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7246b3', endColorstr='#431483', GradientType=1);
	/* IE6-9 */
}

.pricing-plan .pricing-title h4 {
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}

.pricing-plan .pricing-body {
	background: #eef6f9;
	text-align: center;
	padding: 54px 68px 52px;
	border-radius: 14px;
}

.pricing-plan .pricing-body h2 {
	font-size: 60px;
	color: #585858;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 50px;
}

.pricing-plan .pricing-body h2 span {
	font-size: 14px;
}

.pricing-plan .pricing-body ul {
	list-style: none;
	padding-bottom: 21px;
}

.pricing-plan .pricing-body ul li {
	color: #585858;
	line-height: 1;
	margin-bottom: 36px;
}

.pricing-plan .pricing-body .site-btn {
	width: 100%;
	padding: 22px;
	line-height: 1.1;
}

.pricing-plan.gold-plan .pricing-title {
	background: #d5bd63;
}

.pricing-plan.gold-plan .pricing-body {
	-webkit-box-shadow: inset 0 0 0 2px #d5bd63, 0px 32px 43px rgba(0, 0, 0, 0.35);
	box-shadow: inset 0 0 0 2px #d5bd63, 0px 32px 43px rgba(0, 0, 0, 0.35);
}

.banner-section {
	padding-top: 113px;
	padding-bottom: 96px;
}

.banner-text h3 {
	font-weight: 400;
	margin-bottom: 3px;
}

.banner-text p {
	margin-bottom: 0;
	opacity: 0.40;
}

.footer-top-section {
	background: #222222;
	position: relative;
    background-image: url(../img/footer.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
.myfooteroverlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .7;
    background: #000000;
}
.footer-widget .fw-title {
	font-size: 20px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 24px;
    padding-top: 20px;
}
.footer-widget h2{
	color: #fff;
    font-size: 40px;
    margin-bottom: 20px;
}
.contact__address{
	padding-top:18px;
}
.footer-widget ul {
	list-style: none;
	padding-top: 5px;
}

.footer-widget ul li a {
	display: block;
	margin-bottom: 9px;
	font-size: 14px;
	color: #fff;
	opacity: 1;
	line-height: 33px;
}

.footer-widget.about-widget img {
	margin-bottom: 40px;
}

.footer-widget.about-widget p {
	opacity: 1;
	margin-bottom: 30px;
	    line-height: 34px;
}

.fw-latest-post-widget .lp-item,
.sb-latest-post-widget .lp-item {
	margin-bottom: 11px;
	display: block;
	overflow: hidden;
}

.fw-latest-post-widget .lp-thumb,
.sb-latest-post-widget .lp-thumb {
	width: 64px;
	height: 64px;
	float: left;
	margin-right: 22px;
	background-color: #d5bd63;
	border-radius: 14px;
}

.fw-latest-post-widget .lp-content,
.sb-latest-post-widget .lp-content {
	overflow: hidden;
	padding-top: 2px;
}

.fw-latest-post-widget .lp-content h6,
.sb-latest-post-widget .lp-content h6 {
	font-size: 14px;
	font-weight: 400;
	opacity: 0.65;
	color: #fff;
	margin-bottom: 5px;
}

.fw-latest-post-widget .lp-content span,
.sb-latest-post-widget .lp-content span {
	font-size: 12px;
	color: #d5bd63;
}

/*--------------------
  Footer section
---------------------*/

.footer-section {
	background: #1b5e20;
	overflow: hidden;
	padding: 20px 0px;
}

.footer-menu {
	list-style: none;
	float: right;
}

.footer-menu li {
	display: inline;
}

.footer-menu li a {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	opacity: 0.75;
	margin-left: 40px;
}

.footer-menu li a:hover {
	color: #d5bd63;
}

.copyright {
	text-align:center;
	color: #fff;
	font-size: 14px;
	padding-top: 3px;
	opacity: 1;
}
.copyright a{
	
	/*font-weight:600;*/
}
.copyright span{
	font-weight:600;
}
.page-top-section {
	height: 350px;
	width:100%;
	padding-top: 215px;
}

.page-top-section h2 {
	color: #fff;
}

.site-breadcrumb {
	color: #fff;
	opacity: 0.37;
	font-size: 14px;
}

.site-breadcrumb a {
	color: #fff;
}

/* ----------------
  About Page
---------------------*/

.sc-about-page {
	padding-top: 95px;
	padding-bottom: 74px;
}

.about-text {
	padding-top: 70px;
}

.about-text h3 {
	margin-bottom: 35px;
}

.about-text p {
	margin-bottom: 40px;
}

.milestones-section {
	padding-top: 90px;
	padding-bottom: 100px;
}

.milestones-top-text {
	margin-bottom: 70px;
}

.milestones-top-text p {
	font-size: 18px;
	color: #fff;
	line-height: 1.6;
}

.clients-seciton {
	padding: 68px 0;
	background: #dee7ee;
}

.team-member {
	text-align: center;
}

.team-member img {
	border-radius: 34px;
	margin-bottom: 48px;
}

.team-member p {
	font-size: 15px;
}

.team-member .tm-social {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/* ----------------
  Services Page
---------------------*/

.service-box:nth-child(1) {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0a0228+0,2e1779+100 */
	background: #0a0228;
	/* Old browsers */
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0a0228 0%, #2e1779 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, left bottom, from(#0a0228), to(#2e1779));
	background: -o-linear-gradient(top, #0a0228 0%, #2e1779 100%);
	background: linear-gradient(to bottom, #0a0228 0%, #2e1779 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a0228', endColorstr='#2e1779', GradientType=0);
	/* IE6-9 */
}

.service-box:nth-child(2) {
	background: #2d1678;
}

.service-box:nth-child(3) {
	background: #422b8f;
}

.service-box-text {
	padding: 145px 80px 155px;
	height: 100%;
}

.service-box-text h4 {
	margin-bottom: 40px;
}

.service-box-text p {
	margin-bottom: 35px;
}

.service-box-image {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	padding: 50px 30px;
}

/* ----------------
  Blog Page
---------------------*/

.blog-post {
	margin-bottom: 70px;
}

.blog-post h4 {
	margin-bottom: 14px;
}

.blog-post p {
	font-size: 15px;
	margin-bottom: 0;
}

.post-thumb {
	border-radius: 13px;
	margin-bottom: 52px;
}

.post-date {
	display: inline-block;
	font-size: 12px;
	color: #fff;
	font-weight: 600;
	padding: 5px 15px;
	border-radius: 20px;
	min-width: 108px;
	background: #d5bd63;
	margin-bottom: 15px;
}

.post-metas {
	margin-bottom: 30px;
}

.post-metas .post-meta {
	display: inline-block;
	font-size: 12px;
	color: #acacac;
	font-weight: 600;
	margin-right: 13px;
	padding-right: 14px;
	position: relative;
}

.post-metas .post-meta a {
	color: #acacac;
}

.post-metas .post-meta a:hover {
	text-decoration: underline;
}

.post-metas .post-meta:after {
	position: absolute;
	content: "|";
	color: #acacac;
	font-size: 12px;
	right: 0;
	top: 0;
}

.post-metas .post-meta:last-child {
	padding-right: 0;
	margin-right: 0;
}

.post-metas .post-meta:last-child:after {
	display: none;
}

.site-pagination a {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	color: #1c1c1c;
	margin-right: 1px;
}

.site-pagination a.active {
	color: #d5bd63;
}

.sb-widget {
	margin-bottom: 75px;
}

.sb-widget:last-child {
	margin-bottom: 0;
}

.sb-widget .sb-title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 45px;
}

.sb-widget ul {
	list-style: none;
}

.sb-widget ul li a {
	font-size: 14px;
	color: #585858;
	margin-bottom: 15px;
	display: inline-block;
}

.sb-widget .add {
	margin-bottom: 23px;
	display: block;
}

.sb-widget .add img {
	border-radius: 14px;
}

.sb-widget .sb-search-widget {
	position: relative;
}

.sb-widget .sb-search-widget input {
	width: 100%;
	height: 59px;
	padding-left: 15px;
	padding-right: 75px;
	border: none;
	background: #f5f1f8;
	border-radius: 12px;
}

.sb-widget .sb-search-widget button {
	position: absolute;
	height: 100%;
	right: 15px;
	top: 0;
	font-size: 14px;
	color: #acacac;
	background-color: transparent;
	border: none;
	cursor: pointer;
}

.sb-widget .sb-tag-widget a {
	display: inline-block;
	font-size: 14px;
	color: #585858;
	margin-right: 20px;
	margin-bottom: 10px;
}

.sb-widget .sb-tag-widget a.big-tag {
	font-size: 18px;
	color: #d5bd63;
}

.sb-latest-post-widget .lp-content h6 {
	color: #585858;
	opacity: 1;
}

.sb-latest-post-widget .lp-thumb {
	margin-right: 15px;
}

/* ----------------
  Contact Page
---------------------*/

.contact-section {
	padding-top: 50px;
	padding-bottom:50px;
}

.contact-text h4 {
	margin-bottom: 30px;
}

.contact-text p {
	margin-bottom: 40px;
}

.cont-info {
	display: block;
	margin-bottom: 25px;
}

.cont-info .ci-icon {
	width: 36px;
	float: left;
}

.cont-info span {
	font-size: 16px;
	color: #1c1c1c;
	display: block;
	overflow: hidden;
}

.contact-form {
	padding-top: 64px;
}

.contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea {
	width: 100%;
	height: 56px;
	border: none;
	padding: 0 29px;
	background: #eff4f7;
	border-radius: 4px;
	margin-bottom: 21px;
}

.contact-form textarea {
	padding: 23px 29px;
	height: 125px;
}

.map {
	margin-top: 107px;
	height: 685px;
}

/* ----------------
  Responsive
---------------------*/

@media (min-width: 1200px) {
	.container {
		max-width: 1175px;
	}
}

/* Medium screen : 992px. */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.hero-rocket {
		width: 500px;
	}
	.pricing-plan .pricing-body {
		padding: 54px 45px 52px;
	}
	.service-box-text {
		padding: 70px 40px 85px;
	}
}

/* Tablet :768px. */






@media only screen and (min-width: 992px) and (max-width: 1199px) {
.sfeature-item h4 {
  
    height: 60px!important;
  
}
.sfeature-item {
   
    min-height: 460px;
	max-height: 500px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.page-top-section {
    height: 215px!important;
    width: 100%;
    padding-top: 215px;
}
	.user-panel {
		margin-left: 30px;
		margin-right: 20px;
	}
	.site-logo {
		margin-left: 0px;
	}
	.main-menu li a {
		font-size: 15px;
		margin-left: 16px;
	}
	.hero-rocket {
		display: none;
	}
	.feature-item.fi-center-top .ft-icon {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	.feature-item.fi-center-top .ft-icon i {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	.testimonials-slider {
		margin-top: 50px;
	}
	.banner-text p {
		margin-bottom: 30px;
	}
	.footer-top-section {
		padding-bottom: 50px;
	}
	.footer-widget {
		margin-bottom: 40px;
	}
	.footer-menu li a {
		margin-left: 20px;
	}
	.service-box-text {
		padding: 110px 35px 125px;
	}
	.service-box-image {
		padding: 100px 30px 50px;
	}
	.faq-accordion .panel-body img {
		margin-top: 20px;
	}
	.about-text {
		padding-top: 0;
		margin-bottom: 40px;
	}
	.milestones-top-text {
		text-align: center;
	}
	.milestone-item h2 {
		font-size: 55px;
	}
	.team-member {
		margin-bottom: 50px;
	}
	.sidebar {
		margin-top: 100px;
	}
	.circle-progress {
		margin-bottom: 50px;
	}
	.milestone-item {
		margin-bottom: 40px;
	}
}

/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {
	.page-top-section {
    height: 215px!important;
    width: 100%;
    padding-top: 215px;
}
	.header-section {
		padding-bottom: 20px;
	}
	.nav-switch {
		right: 30px;
		display: block;
		float: right;
		font-size: 32px;
		cursor: pointer;
		color: #fff;
		margin-right: 0px;
		margin-top: 31px;
	}
	.nav-warp {
		display: none;
		width: 100%;
		float:none;
		position: relative;
		background: #231f1e;
		z-index:3;
		margin-top: 5px;
		
		/* left: 0;
		top: 100%;
		-webkit-box-shadow: 0 10px 50px rgba(93, 93, 93, 0.15);
		box-shadow: 0 10px 50px rgba(93, 93, 93, 0.15); */
	}
	.main-menu li a{
		

}
	.user-panel {
		float: none;
		display: inline-block;
		position: absolute;
		top: 0;
		right: 0;
		margin-right: 15px;
	}
	.main-menu {
		float: none;
		padding-top: 10px;
    border-bottom: 1px solid #efefef;
	}
	.main-menu li {
		display: block;
	}
	.main-menu li a {
		display: block;
    color: #cec2c2;
    margin-left: 0;
    border-top: 1px solid #efefef;
    padding: 13px 15px;
	}
	.hero-rocket {
		display: none;
	}
	.feature-item.fi-center-top .ft-icon {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	.feature-item.fi-center-top .ft-icon i {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	.testimonials-slider {
		margin-top: 50px;
	}
	.banner-text p {
		margin-bottom: 30px;
	}
	.footer-top-section {
		padding-bottom: 50px;
	}
	.footer-widget {
		margin-bottom: 40px;
	}
	.hero-content h2 {
		font-size: 31px;
		margin-bottom: 30px;
	}
	.footer-section {
		text-align: center;
	}
	.footer-menu,
	.copyright {
		float: none;
		padding-top: 10px;
	}
	.footer-menu li a {
		margin-left: 20px;
	}
	.service-box:nth-child(1) {
		background: #210f5a;
	}
	.service-box-image {
		padding: 100px 30px 50px;
	}
	.faq-accordion .panel-body img {
		margin-top: 20px;
	}
	.about-text {
		padding-top: 0;
		margin-bottom: 40px;
	}
	.milestones-top-text {
		text-align: center;
	}
	.team-member {
		margin-bottom: 50px;
	}
	.clients-seciton img {
		margin: 10px 0;
	}
	.sidebar {
		margin-top: 100px;
	}
	.circle-progress {
		margin-bottom: 50px;
	}
	.milestone-item {
		margin-bottom: 40px;
	}
}

/* Medium Mobile :480px. */

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.hero-section {
		height: 600px;
	}
	
}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
	.site-logo {
		margin-left: 0px;
	}
	.site-logoimg{
		width: 88%;
	}
	.section-title h2 {
		font-size: 35px;
	}
	.hero-section {
		height: 750px;
	}
	.hero-content h2 {
		font-size: 30px;
		margin-bottom: 10px;
	}
	.domain-search-form {
		text-align: center;
	}
	.domain-search-form input {
		width: 100%;
		margin-bottom: 20px;
	}
	.service-box-text {
		padding: 90px 30px 105px;
	}
	.faq-accordion.accordion-area .panel-link,
	.faq-accordion.accordion-area .panel-link.active.collapsed {
		padding: 17px 50px 17px 20px;
	}
	.faq-accordion.accordion-area .panel-link:after {
		right: 20px;
	}
}



.call-btn {
  background-color: #d5bd63;
  color: #fff;
  padding: 10px 30px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
 .call-btn:hover {
  background: transparent;
  color: #d5bd63;
  border: 1px solid #d5bd63;
}





/*fiure**************/
figure.effect-hera {
	position:relative;
	margin-bottom: 20px;
}
figure.effect-hera h2 {
	font-size:20px !important;
	line-height:24px;
	margin:0;
	padding:0;
	font-weight: 800;
	color:#fff;
	text-align:center;
	opacity:1;
	text-shadow:rgb(12 12 13) 2px 0px 0px, rgb(1 57 97) 1.75px 0.966667px 0px, rgb(5, 58, 96) 1.08333px 1.68333px 0px, rgb(5, 58, 96) 0.133333px 2px 0px, rgb(5, 58, 96) -0.833333px 1.81667px 0px, rgb(5, 58, 96) -1.6px 1.2px 0px, rgb(5, 58, 96) -1.98333px 0.283333px 0px, rgb(5, 58, 96) -1.86667px -0.7px 0px, rgb(5, 58, 96) -1.3px -1.51667px 0px, rgb(5, 58, 96) -0.416667px -1.95px 0px, rgb(28 96 144) 0.566667px -1.91667px 0px, rgb(27 118 183) 1.41667px -1.41667px 0px, rgb(4 93 204) 1.91667px -0.566667px 0px;
}
figure.effect-hera figcaption{	
	border:2px solid #fff;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	padding:15px;
	moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
figure.effect-hera figcaption:hover{
	background:none;
	cursor:pointer;
}
figure.effect-hera h2 {
	position: absolute;
	top: unset;
	bottom:0%;
	width:100%;
	left: 50%;
	-webkit-transform: translate3d(-50%,-50%,0) scale3d(0.8,0.8,1);
	transform: translate3d(-50%,-50%,0) scale3d(0.8,0.8,1);
	transform-origin: 50%;
}
figure.effect-hera p {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
}

figure.effect-hera figcaption::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 65px;
	height: 65px;
	background:url(../images/story-overlay.png) repeat;
	border: 1px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(0,0,1);
	transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(0,0,1);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
}
figure.effect-hera img{
	width:100%;
	opacity:0.9;
	height:300px;
}
figure.effect-hera img:hover{
	width:100%;
	opacity:0.9;
}

figure.effect-hera p {
	width: 100px;
	text-transform: none;
	font-size: 30px;
	padding:0;
	margin:0;
	text-align:center;
}

figure.effect-hera p a {
	color: #fff;
	font-size: 32px;
}

figure.effect-hera p a:hover,
figure.effect-hera p a:focus {
	opacity: 0.6;
	color:#fbe6a3;
}

figure.effect-hera p a i {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	color: #fff;
}

figure.effect-hera p a:first-child i {
	-webkit-transform: translate3d(-60px,-60px,0);
	transform: translate3d(-60px,-60px,0);
}

figure.effect-hera:hover figcaption::before {
	opacity: 1;
	-webkit-transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(1,1,1);
	transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(1,1,1);
}

figure.effect-hera:hover h2 {
	opacity: 1;
	-webkit-transform: translate3d(-50%,-50%,0) scale3d(0.8,0.8,1);
	transform: translate3d(-50%,-50%,0) scale3d(0.8,0.8,1);
}

figure.effect-hera:hover p i:empty {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0); /* just because it's stronger than nth-child */
	opacity: 1;
}	
.mygallery{
margin-bottom:30px;
margin-top:30px;

	
}
.mygallery .section-title {
    margin-bottom: 40px;
}
.mygallery1 .section-title {
  max-width: 873px;
}
.mygallery1 .section-title h2 {
   position: relative;
    font-size: 31px;
    color: #222;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.3em;
    margin-top: 5px;
    margin-bottom: 5px;
}
.mygallery .section-title p {
   color:#000;
       letter-spacing: 1px;
}
.contact__address ul li {
    list-style: none;
    padding-left: 80px;
    position: relative;
    margin-bottom: 15px;
}
.contact__address ul li i {
    font-size: 22px;
    height: 40px;
    width: 40px;
    background: #fff;
    border-radius: 50%;
    line-height: 42px;
    text-align: center;
    color: #1b5e20;
    position: absolute;
    left: 0;
    top: -4px;
}
.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9";
}
.contact__address ul li h5 {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
	opacity: 1;
}
.contact__address ul li p {
	 font-size: 14px;
    margin-bottom: 0;
	opacity: 1;
}
.fa-phone:before {
    content: "\f095";
}
.fa-envelope:before {
    content: "\f0e0";
}


#back-top {
  position: fixed;
  right: 0;
  bottom: 10px;
  cursor: pointer;
  z-index: 9999999;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  #back-top a {
    background: #048504;
    display: block;
    text-align: center;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    padding: 8px 8px 8px 8px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    #back-top a i {
      font-size: 38px;
      color: #fff; }
    #back-top a:hover {
      box-shadow: 0 5px 12px rgba(156, 156, 156, 0.7); }

.back-top-animation {
  right: 5px !important;
  opacity: 1 !important;
  -webkit-transition: all 0.4s ease-in !important;
  -moz-transition: all 0.4s ease-in !important;
  -o-transition: all 0.4s ease-in !important;
  transition: all 0.4s ease-in !important; }
/*
################
               End Blog Details  Page style
################
*/
.newcontact__address ul li {
    list-style: none;
    padding-left: 100px;
    position: relative;
    margin-bottom: 25px;
}
.newcontact__address ul li i {
    font-size: 22px;
    height: 65px;
    width: 65px;
    background: #f5f5f5;
    border-radius: 50%;
    line-height: 65px;
    text-align: center;
    color: #1d409b;
    position: absolute;
    left: 0;
    top: -4px;
}
.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9";
}
.newcontact__address ul li h5 {
    font-size: 16px;
    color: #0e0e0e;
    font-weight: 500;
    margin-bottom: 10px;
	opacity: 1;
}
.newcontact__address ul li p {
	 font-size: 14px;
    margin-bottom: 0;
	opacity: 0.90;
}
.fa-phone:before {
    content: "\f095";
}
.fa-envelope:before {
    content: "\f0e0";
}


.myoverlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .7;
	background: #000000;
}
.signage{
	margin-bottom:20px;
}
.signage img{
	width:100%;
	height:200px;
}

/*----------------------
   Company
------------------------*/
.welcome-section .image-column {
    position: relative;
    margin-bottom: 27px;
}
.welcome-section.updated .image-column .inner-column {
    padding-right: 20px;
    padding-top: 20px;
	width:97%;
}
.welcome-section .image-column .inner-column {
    position: relative;
}
.welcome-section.updated .image-column .inner-column::before, .welcome-section.updated .image-column .inner-column .overlays, #rev_slider_3_1_wrapper .metis.tparrows {
    background: #fb4848;
}
.welcome-section.updated .image-column .inner-column:before {
    position: absolute;
    right: 0;
    top: 0;
    background: #1b5e20;
    width: 85%;
    content: '';
    height: 85%;
}
.welcome-section.updated .image-column .inner-column img {
    width: 100%;
	position: relative;
}
.welcome-section.updated .image-column .inner-column .overlays {
   position: absolute;
    top: 10px;
    /* bottom: 0; */
    right: 0;
    background: transparent;
    padding: 25px 28px 13px 35px;
}
.welcome-section.updated .image-column .inner-column .overlays a.overlay-link {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: 0;
    margin-left: 0;
}
.welcome-section.updated .image-column .inner-column .overlays .icon-box.ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}
.welcome-section.updated .image-column .inner-column .overlays .icon-box.ripple, .welcome-section.updated .image-column .inner-column .overlays .icon-box.ripple:before, .welcome-section.updated .image-column .inner-column .overlays .icon-box.ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70px;
    width: 70px;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,.6);
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255,.6);
    -ms-box-shadow: 0 0 0 0 rgba(255,255,255,.6);
    -o-box-shadow: 0 0 0 0 rgba(255,255,255,.6);
    box-shadow: 0 0 0 0 rgba(255,255,255,.6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.welcome-section.updated .image-column .inner-column .overlays .icon-box {
    color: #fb4848;
}
.welcome-section.updated .image-column .inner-column .overlays .icon-box {
    position: relative;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #fff;
    color: #c1b7f3;
    border-radius: 50%;
}
.welcome-section.updated .image-column .inner-column .overlays h3 {
    position: relative;
    display: inline-block;
    margin-left: 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
.welcome-section.updated .image-column .inner-column .overlays h3 span {
    font-size: 50px;
}
.welcome-section .content-column {
    position: relative;
}
.welcome-section .content-column .inner-column {
    position: relative;
    padding-top: 20px;
    padding-left: 20px;
}
.welcome-section.updated .content-column .inner-column .sec-title {
    margin-bottom: 15px;
}
.sec-title {
    position: relative;
    margin-bottom: 45px;
}
.sec-title .title-inner {
    position: relative;
}
.sec-title .title {
    color: #66bb6a;
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: 1px;;
}
.sec-title h2 {
    position: relative;
    font-size: 30px;
    color: #222;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3em;
    margin-top: 5px;
}
.welcome-section .content-column .inner-column .text {
    position: relative;
}
.welcome-section.updated .featured-block {
    position: relative;
    margin-bottom: 50px;
    padding: 25px 10px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.welcome-section.updated .featured-block::before, .welcome-section.updated .featured-block::after {
    border-color: #fb4848;
}
.welcome-section.updated .featured-block:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    -webkit-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -moz-transition: all .6s ease;
    transition: all .6s ease;
    border-left: 2px solid #c1b7f3;
    border-bottom: 2px solid #c1b7f3;
}
.welcome-section.updated .featured-block .inner-block {
    position: relative;
    text-align: center;
}
.welcome-section.updated .featured-block .inner-block .icon {
    position: relative;
    color: #000;
    font-size: 45px;
    line-height: 1em;
    margin-bottom: 15px;
}
.welcome-section.updated .featured-block .inner-block h4 {
    position: relative;
    color: #222;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
	margin-top:20px;
}
.welcome-section.updated .featured-block:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    -webkit-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -moz-transition: all .6s ease;
    transition: all .6s ease;
    border-right: 2px solid #c1b7f3;
    border-top: 2px solid #c1b7f3;
}
.welcome-section.updated .featured-block:hover:before, .welcome-section.updated .featured-block:hover:after {
    width: 100%;
    height: 100%;
}
.welcome-section.updated .featured-block:hover:before, .welcome-section.updated .featured-block:hover:after {
    width: 100%;
    height: 100%;
}


.btn-style-three {
    position: relative;
    padding: 0 40px;
    line-height: 44px;
    background: #1b5e20;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    border: 2px solid #1b5e20;
    text-transform: capitalize;
}
.theme-btn {
    cursor: pointer;
    display: inline-block;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.btn-style-three:hover {
    background: #1f7a26;
    color: #fff;
    border-color: #1f7a26;
}
.abtestsec h4{
	font-size: 22px;
    color: #000;
    margin-bottom: 10px;
}
.abtestsec p{
	text-align:justify;
	line-height:30px;
	color: #000000;
    font-size: 14px;
}
/*----------------------
   About
------------------------*/
.mywelcome-section .image-column {
    position: relative;
    margin-bottom: 20px;
}
.mywelcome-section.updated .image-column .inner-column {
    padding-right: 40px;
    padding-top: 20px;
}
.mywelcome-section .image-column .inner-column {
    position: relative;
}
.mywelcome-section.updated .image-column .inner-column::before, .mywelcome-section.updated .image-column .inner-column .overlays, #rev_slider_3_1_wrapper .metis.tparrows {
    background: #fb4848;
}
.mywelcome-section.updated .image-column .inner-column:before {
    position: absolute;
    right: 20px;
    top: 0;
    background: #09024c;
    width: 85%;
    content: '';
    height: 85%;
}
.mywelcome-section.updated .image-column .inner-column img {
    width: 100%;
	position: relative;
	height: 470px;
}
.mywelcome-section.updated .image-column .inner-column .overlays {
    position: absolute;
    bottom: 0;
    right: 20px;
    background: #09024c;
    padding: 25px 20px 13px 35px;
}
.mywelcome-section.updated .image-column .inner-column .overlays a.overlay-link {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: 0;
    margin-left: 0;
}
.mywelcome-section.updated .image-column .inner-column .overlays .icon-box.ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}
.mywelcome-section.updated .image-column .inner-column .overlays .icon-box.ripple, .mywelcome-section.updated .image-column .inner-column .overlays .icon-box.ripple:before, .mywelcome-section.updated .image-column .inner-column .overlays .icon-box.ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70px;
    width: 70px;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,.6);
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255,.6);
    -ms-box-shadow: 0 0 0 0 rgba(255,255,255,.6);
    -o-box-shadow: 0 0 0 0 rgba(255,255,255,.6);
    box-shadow: 0 0 0 0 rgba(255,255,255,.6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.mywelcome-section.updated .image-column .inner-column .overlays .icon-box {
    color: #fb4848;
}
.mywelcome-section.updated .image-column .inner-column .overlays .icon-box {
    position: relative;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #fff;
    color: #c1b7f3;
    border-radius: 50%;
}
.mywelcome-section.updated .image-column .inner-column .overlays h3 {
    position: relative;
    display: inline-block;
    margin-left: 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
.mywelcome-section.updated .image-column .inner-column .overlays h3 span {
    font-size: 50px;
}
.mywelcome-section .content-column {
    position: relative;
}
 .mycolumn {
    position: relative;
	padding:0px 15px;
}
.mycolumn .inner-column {
  
  
    padding-left: 0px!important;
}
.mywelcome-section .content-column .inner-column {
    position: relative;
    padding-top: 30px;
    padding-left: 15px;
	padding-right:15px;
}
.mywelcome-section.updated .content-column .inner-column .sec-title {
    margin-bottom: 25px;
}


.mywelcome-section .content-column .inner-column .text {
    position: relative;
}
.mywelcome-section.updated .featured-block {
    position: relative;
    margin-bottom: 50px;
    padding: 25px 10px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
	min-height: 360px;
    max-height: 400px;
}
.mywelcome-section.updated .featured-block::before, .mywelcome-section.updated .featured-block::after {
    border-color: #fb4848;
}
.mywelcome-section.updated .featured-block:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    -webkit-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -moz-transition: all .6s ease;
    transition: all .6s ease;
    border-left: 2px solid #c1b7f3;
    border-bottom: 2px solid #c1b7f3;
}
.mywelcome-section.updated .featured-block .inner-block {
    position: relative;
    text-align: center;
}
.mywelcome-section.updated .featured-block .inner-block .icon {
    position: relative;
    color: #000;
    font-size: 45px;
    line-height: 1em;
    margin-bottom: 15px;
}
.mywelcome-section.updated .featured-block .inner-block h4 {
    position: relative;
    color: #222;
    font-size: 14px;
	margin-bottom:10px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.mywelcome-section.updated .featured-block .inner-block p {
	
	font-size: 15px;
    font-family: "Open Sans", sans-serif;
    color: #000000;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 15px 0;
	text-align:justify;
}
.mywelcome-section.updated .featured-block:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    -webkit-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -moz-transition: all .6s ease;
    transition: all .6s ease;
    border-right: 2px solid #c1b7f3;
    border-top: 2px solid #c1b7f3;
}
.mywelcome-section.updated .featured-block:hover:before, .mywelcome-section.updated .featured-block:hover:after {
    width: 100%;
    height: 100%;
}
.mywelcome-section.updated .featured-block:hover:before, .mywelcome-section.updated .featured-block:hover:after {
    width: 100%;
    height: 100%;
}




/*----------------------
   Service
------------------------*/


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

    29. CTA Section CSS

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

.Servicesec {

  position: relative;
  background:#eee;
padding: 50px 0px 50px;
    z-index: 1;
    position: relative;
    background-image: url(../img/service.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
.OurServicesec {

  position: relative;
  background:#fff;
padding: 50px 0px 50px;
   
    position: relative;
   
}
.OurServicesec .section-title{
	    max-width: 80%;
}
.OurServicesec .section-title p{
	color: #1a2238!important;
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 30px;
       margin-top: 10px;
    letter-spacing: unset;
}
.Servicesec .section-title h2{
	color:#fff!important;
}
.rs-cta.style2 .cta-wrap {

  position: relative;
    z-index: 1;
    margin: 30px auto;
    padding: 28px 50px;
    max-width: 641px;
    background: #1d409b;
	border:2px solid #999;
    border-radius: 5px;

}

.rs-cta.style2 .cta-wrap .title {

 font-size: 18px;
    color: #fff;
    line-height: 39px;
    font-weight: 600;
    margin-bottom: 10px;
	text-align:left;

}

/*.rs-cta.style2:after,

.rs-cta.style2:before {

  position: absolute;

  content: '';

  width: 50%;

  height: 100%;

  top: 0;

}

.rs-cta.style2:before {



  left: 0;
  color:#fff;
  background-repeat: no-repeat;

  background-size: cover;

  background-position: center;

  width:60%

}*/

.rs-cta.style2:after {

  /*background: url(img/right-img1.jpg);*/

  right: 0;

  background-repeat: no-repeat;

  background-size: cover;

  background-position: center;

  width:40%

}
.rs-cta.style2 .cta-wrap input{
	height: 47px;
    width: 100%;
    padding: 0px 7px;
	color:#000;
}
.dropdown01{
	height: 47px;
    width: 100%;
    padding: 0px 7px;
	color:#000;
}


.readon {

    outline: none;
    padding: 15px 29px;
  
   
    display: inline-block;
  
   margin-top: 23px;
    margin-bottom: 15px;

position: relative;
    padding: 0 40px;
    line-height: 44px;
    background: #1d409b;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    border: 2px solid #fff;
    text-transform: capitalize;
}

.readon:hover {font-size: 16px;
background: #09024c;
color: #fff;}



.DetailServicesec {

  position: relative;
  background:#fff;
padding: 50px 0px 50px;
   
    position: relative;
   
}
.DetailServicesec .section-title{
	    max-width: 100%;
}
.DetailServicesec .section-title h2{
	    position: relative;
    font-size: 31px;
    color: #222;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.3em;
    margin-top: 5px;
}
.DetailServicesec .section-title {
    margin-bottom: 19px;
}
.detailsec p{
	color: #3b3b3c!important;
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 32px;
    margin-top: 0px;
    letter-spacing: unset;
    font-weight: 500;
    text-align: justify;
}
/****************************/
.ratemain{
	
	margin-bottom:6px;
}
.condsec{
	height:410px;
}
.rate-form.bg-fdebeb {
	background-color: #1b5e20;
}
.rate-form {
	padding: 30px 45px;
	background-color: #d8eafe;
}
.rate-form .rate-content {
	margin-bottom: 20px;
	text-align: center;
}
.rate-form.bg-fdebeb .rate-content span {
	color: #606060;
}
.rate-form.bg-fdebeb .rate-content h3 {
	color: #ffffff;
	text-transform:capitalize;
	}
.rate-form .rate-content h3 {
	font-size: 35px;
	color: #ffffff;
	margin-top: 0px;
}
.form-group {
	margin-bottom: 1rem;
}
.rate-form.bg-fdebeb label {
	color: #ffffff;
}
.rate-form label {
	color: #ffffff;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	text-transform: capitalize;
	font-size: 16px;
}
.rate-form .form-group .form-control {
	background-color: #ffffff;
	border: none;
	-webkit-box-shadow: unset;
	box-shadow: unset;
	height: 45px;
	border-radius: 0;
	color: #606060;
	width: 100%;
	font-size: 16px;
}
.rate-form textarea {
	height: 77px;
	margin-bottom: 0px;
	resize: none;
	background:#fff;
	width:100%
}

.rate-form .default-btn{
	outline: none;
    padding: 15px 29px;
    display: inline-block;
  
    margin-bottom:0px;
    position: relative;
    padding: 0 40px;
    line-height: 44px;
    background: #1b5e20;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    border: 2px solid #fff;
    text-transform: capitalize;
	cursor:pointer;
}
/****************/
.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;

	margin-bottom:25px;
}
.owl-carousel .owl-dots.disabled{
    display: block;
}
.owl-dots .owl-dot span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #8f8f8f;
    border-radius: 50%;
    margin: 2px;
    transition: .5s;
	opacity: 1;
    visibility: visible;
}
.owl-dots .owl-dot.active span {
    background: #fffcfd !important;
    width: 15px!important;
    height: 15px!important;
    margin: 0 8px 0 0;
    background: 0 0;
    border: 1px solid #1d409b!important;
    transition: .5s;
    border-radius: 50%;
    position: relative;
}

.owl-dots .owl-dot span:hover {
	background: #fffff !important;
	border: 1px solid #1d409b !important;
}
.owl-dots .owl-dot:hover span:before {
	opacity: 1;
	visibility: visible;
	background-color: #1d409b !important;
}
.owl-dots .owl-dot span {
	background: #fffcfd !important;
	width: 15px!important;
	height: 15px!important;
	margin: 0 8px 0 0!important;
	background: 0 0;
	border: 1px solid #8f8f8f!important;
 transition: .5s;
	border-radius: 50%;
	position: relative;
	

    position: relative;
    display: block;
}
.owl-dots .owl-dot.active span {
	background: #fffcfd !important;
	width: 15px!important;
	height: 15px!important;
	margin: 0 8px 0 0;
	background: 0 0;
	border: 1px solid #1d409b!important;
 transition: .5s;
	border-radius: 50%;
	position: relative;
}
.owl-dots .owl-dot.active span:before {
	opacity: 1;
	visibility: visible;
	background-color: #1d409b;
}
.owl-dots .owl-dot span:before {
	opacity: 1;
	visibility: visible;
	background-color: #1d409b;
}
.owl-dots .owl-dot span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #8f8f8f;
	border-radius: 50%;
	margin: 2px;
 transition: .5s;
}

	.dropdown-menu{
		
	background: #fff;
	}
	.dropdown:hover .dropdown-menu {
    display: block;
   
 }
	
	
	.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #2a306e;
}
.dropdown-menu {
    position: absolute;
   
    top: 24px!important;

    left: 50px!important;
	padding: 0 0!important;
	
}
.dropdown-menu li a{
	
	display: block;
    padding: 3px 20px;
    clear: both;
    margin-left:0px!important;
    font-weight: 500;
    line-height: 2.42857143;
    color: #000;
    font-size: 15px;
    white-space: nowrap;
}
.myoverlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .7;
    background: #000000;
}
.courses{
	padding-bottom:20px;
}
.courses p{
	line-height: 32px;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    margin-bottom: 15px;
}
/****start contact details**********/
.contactSec {
    background-color: #fff;
    padding-top: 50px;
}
.contactform{
padding: 20px;
    margin-bottom: 30px;
    background-color: var(--whiteColor);
    box-shadow: 0 0 1.25rem rgb(108 118 134 / 16%);
}
.contactform .form-group {
    margin-bottom: 20px;
}
.contactform .form-group label{
    margin-bottom: 10px;
	color:#151515;
	font-size:16px;
	font-weight:500;
}
.contactform .form-group .form-control{
	border: 1px solid #eee!important;
	padding-left: 15px;
	padding-left: 15px;
   
    color: #1a2238;
    font-size: 15px;
    box-shadow: unset!important;
    transition: .5s;
    background-color: #eeefef!important;
}

.contactform .form-group input{
	height: 47px;
}
.contactform .form-group textarea{
	height: 100px;
}
.contact-info-box {
    padding: 20px 30px 20px;
    margin-bottom: 40px;
    background-color: #eeefef;
	min-height:232px;
	max-height:232px;
	transition: .5s;
}
.contact-info-box:hover {
	background-color: #1b5e20;
	  transform: translateY(-10px);
}
.contact-info-box:hover .icon{
	color: #fff;
}
.contact-info-box:hover h3{
	color: #fff;
}
.contact-info-box:hover a{
	color: #fff;
}

.contact-info-box:hover p{
	color: #fff;
}
.contact-info-box .icon {
	text-align: center;
    line-height: 1;
    font-size: 40px;
    margin-bottom: 15px;
    color: #1b5e20;
}
.contact-info-box h3 {
    font-size: 20px;
    margin-bottom: 10px;
	color: #1a2238;
    font-weight: 700;
	text-align: center;
}
.contact-info-box p {
    font-size: 14px;
	text-align: center;
	color: #000;
	margin-bottom:0px;
   
}
.contact-info-box a {
    font-size: 14px;
	text-align: center;
	color: #000;
   
}
.mybutt{
	outline: none;
    padding: 15px 29px;
    display: inline-block;
    margin-bottom: 0px;
    position: relative;
    padding: 0 40px;
    line-height: 44px;
    background: #1b5e20;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    border: 2px solid #fff;
    text-transform: capitalize;
	cursor:pointer;
}
/************* end contact detrails ********
*/

.media{
	margin-top:30px;
}
.ourmedia{
	margin-bottom:25px;
}
.mediaimg img{
	height:234px;
	width:100%;
}

.mediades {
	margin-bottom: 15px;
    padding: 15px;
    background: #1b5e20;
	min-height:max-content;
}
.mediades h3 a{
	color: #fff;
    line-height: 28px;
    font-size: 19px;
    font-weight: 600;
    text-align: justify;
	text-transform: capitalize;
	
}
.mediades h3 a:hover{
color:#fff;
}


/*********************end media*/
.Servicesec .section-title .title{
	
	color:#fff!important
}
.single-services-item {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    padding: 45px 39px;
    text-align: center;
    overflow: hidden;
    background-color: #f6f6f6;
	min-height: 411px;
	max-height: 411px;
}
.single-services-item:before {
    content: "";
    left: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 0 100% 0 5px;
    width: 50px;
    position: absolute;
    height: 50px;
    background-color: #1b5e20;
    transition: .2s;
}
.single-services-item:hover {
	background-color: #1b5e20;
}
.single-services-item .icon {
    width: 65px;
    height: 65px;
    text-align: center;
    background-color: #fff;
    position: relative;
    font-size: 35px;
    transition: .5s;
    border-radius: 3px;
    color: #1b5e20;
    border: 1px solid #1b5e20;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}
.single-services-item .icon i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -1px;
    transform: translateY(-50%);
}
.single-services-item h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #1a2238;
    line-height: 32px;
    
}
.single-services-item:hover h3{
	color: #fff;
}
.single-services-item h3 a {
    color: #1a2238;
}
.single-services-item:hover a{
	color: #fff;
}
.single-services-item p {
    color: #1a2238;
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 1.8;
	text-align:justify;
}
.single-services-item:hover p{
	color: #fff;
}
.single-services-item .link-btn {
    display: inline-block;
    color: #1a2238;
    position: relative;
    margin-top: 5px;
    padding-right: 15px;
    font-size: 15px;
    font-weight: 500;
}
.single-services-item:hover .link-btn{
	color: #fff;
}
.single-services-item .link-btn i {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 21px;
}
.fcsec{
	padding-left:50px!important;
}
/*************************responsive******************************/
@media (max-width: 1024px) and (min-width: 992px){
	
	.single-services-item{
		min-height: 419px;
    max-height: 419px;
	}
	.contact-info-box{
		min-height: 262px;
    max-height: 262px;
	}
	.mylogo {
  
  width: 103px;
    height: 95px;
}
.hero-content h2 {
    font-size: 34px;
	line-height: 1.3;
}
.main-menu li a {
 
    font-size: 17px;
    color: #fff;
    margin-left: 21px;
}
}
@media (max-width: 991px) and (min-width: 768px){
	.site-logo h2 {
    color: #fff;
    font-size: 22px;
    padding: 20px 20px 0px;
	}
	.main-menu li a {
 
    font-size: 15px;
    color: #fff;
    margin-left: 15px;
}
	.single-services-item{
		min-height: 523px;
   max-height: 523px;
	}
	.headfeature-item{
		min-height: 317px;
    max-height: 317px;
	}
	figure.effect-hera img {
    width: 100%;
    opacity: 0.9;
    height: 250px;
}
.contact-info-box{
		min-height: 366px;
    max-height: 366px;
	}
	.mylogo {
  
    width: 96px;
    height: 93px;
	    margin-top: 3px;
}
.slider-text > .slider-text-inner img {
    width: 159px;
    /* padding: 1em 17em; */
    height: 151px;
}
.hero-content h2 {
    font-size: 34px;
}
}
@media (max-width: 767px){
	
.single-services-item{
		min-height: auto!important;
    max-height: auto!important;
	}
	.mediades h3 a{
		font-size: 16px;
	}
	.headfeature-item{
			min-height: auto!important;
    max-height: none!important;
	padding: 20px 20px 15px;
	}
	.headsecsection {
    margin: 20px 0px 0px;
    z-index: unset;
    position: relative;
}
.welcome-section .content-column .inner-column{
	padding-left: 0px;
}
.section-title{
	max-width: 100%;
}
.condsec{
	height:auto;
}
.contact-info-box{
		min-height: auto;
    max-height: unset;
	}
	.fcsec{
	padding-left:15px!important;
}
.welcome-section.updated .image-column .inner-column {
   
	width:96%;
}
.hero__items {
    height: 432px;
    padding-top: 0px;
}
.col-md-offset-2 {
  margin-left: 0%!important;
}
.hero-content P {
    font-size: 15px;
}
.slider-text > .slider-text-inner img {
    width: 156px;
    /* padding: 1em 17em; */
    height: 158px;
}
	}
	@media (max-width: 767px) and (min-width: 576px){	
	.mylogo {
  
    width: 114px;
    height: 108px;
	z-index: unset;
  
}
.header-section{
	height: 118px;
}
.mtop-header-contact-info li {
   
    margin-right: 13px;
}
.mtop-header-right li {
    position: relative;
    padding-left: 18px;
    display: inline-block;
}
}
@media (max-width: 575px) and (min-width: 240px){	
.mylogo {
  
    width: 95px;
    height: 93px;
	z-index: unset;
    
}
.header-section{
	height: 118px;
}
.mtop-header-contact-info li a{
	font-size:13px;
}
.mtop-header-right li a{
	font-size:13px;
}
.mtop-header-contact-info li{
	margin-right: 9px;
margin-bottom: 7px;
}
.bannimgsec img{
	height:150px;
}
}
@media (max-width: 460px) and (min-width: 240px){	
.site-logo h2 {
    color: #fff;
    font-size: 22px;
    padding: 20px 4px 20px 10px;
}
.mylogo {
  
    margin-top: 2px;
}
.col-9{
	    flex: 0 0 100%!important;
	max-width: 100%!important;
}
.col-3{
	    flex: 0 0 100%!important;
	max-width: 100%!important;
}
.justify-content-end {
  
    justify-content: center!important;
}
.mtop-header-contact-info{
	text-align: center;
}
.mtop-header-right li {
    position: relative;
    padding-right: 23px;
	padding-left:0px;
    display: inline-block;
}
}
.slider-text {
    max-width: 100%;
    display: table;
    opacity: 1;
    height: 400px;
    z-index: 9;
}
.col-md-offset-2{
    margin-left: 13.66667%;
}
.text-center {
    text-align: center;
}
 .slider-text > .slider-text-inner {
    display: table-cell;
    vertical-align: middle;
    height: 400px;
   
}
.slider-text > .slider-text-inner img {
   width: 174px;
    /* padding: 1em 17em; */
    height: 172px;
    display: block;
    vertical-align: middle;
    display: block;
    opacity: 1;
    position: relative;
    margin: 0px auto;
}

.duy{
width: 252px!important;
    height: 263px!important;
	    margin-bottom: -25px!important;	
}