@import url('https://fonts.googleapis.com/css?family=Merriweather|Playfair+Display|Roboto+Condensed');


.topbar {
    background-color: #041e42;
    padding: 0 0;
    height: 40px;
}
.topbar-left{
	
	float:left;
}
.topbar-left p{
	
	color:#fff;
	padding: 9px;
}
.topbar-right{
	float:right;
	
}
.topbar-sosmed{
    list-style:none;	
}
.topbar-sosmed li{
	
	float:left;
    font-size: 17px;
    padding: 9px 11px;
}
.topbar-sosmed li a i{
	
	color:#fff;
}
.topbar-logo{
      padding: 15px 0px;
}
.logo-x a{
	float:left;
}
.logo-x {
	float:left;
}
.logo-x span{
	float: left;
    font-size: 23px;
    font-weight: 700;
    padding: 14px 1px;
}
.icon-box{
	float:left;
}
.icon-box i{
	float:left;
	color:#4c33a1;
    font-size: 36px;
}
.icon-text{
	float:left;
	padding: 1px 13px;
}
.icon-text p {
        color: #666666;
        font-weight: 400;
}
.icon-text p span{
          color: #041e42;
          font-weight: 700;
}
.box1{
	float:left;
}
.box2{
	
	float:left;
}
.btn{
	/* float:left; */
}
.btn-cta {
    background-color: #ed1c24;
    color: #ffffff;
    padding: 15px 25px;
    border: 0;
    font-weight: 600;
    letter-spacing: 1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.affix {
      top: 0;
      width: 100%;
      z-index: 9999 !important;
	  background-color:#fff !important;
	  box-shadow: 0 2px 6px rgba(0,0,0,0.2)!important;
	  animation: slide-down 0.7s !important;

  }
.affix + .container-fluid {
      padding-top: 70px;
  }

/*navbar*/
.rows{
	background-color: #ffffff;
    border-top: 1px solid #ccc;
	position:relative;
}
.slider{
	margin-top: -15px;
   position: absolute;
}

.carousel-control {
    position: absolute;
    top: 55%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    background: #222222;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

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

.section.overlap {
    /* transform: translateY(-125px); */
    position: relative;
    z-index: 100;
    margin-top: 339px;
}
.row1{
    background-color: #fff;
    padding-top: 20px;
}
.box-icon-2 {
    margin-bottom: 40px;
    padding: 30px 30px 60px 30px;
    background-color: #eff3f6;
    border: 1px solid #dcdde1;
    min-height: 250px;
}
.box-icon-2 .icon {
    display: inline-block;
    color: #9a9a9a;
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 20px;
}
.heading {
    color: #041e42;
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700;
}
.box-icon-2:hover {
    background-color: #46c2ca;
}

.section{
	position:relative
}

.section-heading {
    font-size: 30px;
    line-height: 1.2em;
    letter-spacing: -.05em;
    font-weight: 800;
    color: #041e42;
    margin-bottom: 20px;
    border-top: 1px solid #dedede;
    padding-top: 20px;
    padding-bottom: 40px;
    position: relative;
}
.section-heading::before {
    content: '';
    border-top: 2px solid #4f2acc;
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
}
/*------------*/
.wthree_p_grid {
    overflow: hidden;
    background: rgba(255, 255, 255, 0);
    position: relative;
    display: block;
}
.agileits_content {
    padding: 2.5em 4em;
    background: rgba(0,0,0,.72);
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.agileinfo_content_wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.agileinfo_content_wrap {
    opacity: 0;
    padding: 15px;
    -moz-transition: opacity 400ms ease 0s, -moz-transform 400ms ease 0s, border-radius 400ms ease 0s;
    -o-transition: opacity 400ms ease 0s, -o-transform 400ms ease 0s, border-radius 400ms ease 0s;
    -webkit-transition: opacity 400ms ease 0s, -webkit-transform 400ms ease 0s, border-radius 400ms ease 0s;
    -ms-transition: opacity 400ms ease 0s, -ms-transform 400ms ease 0s, border-radius 400ms ease 0s;
    transition: opacity 400ms ease 0s, transform 400ms ease 0s, border-radius 400ms ease 0s;
    -moz-transform: scale(0,0) perspective(400px) rotateX( 360deg ) rotateY( 0deg ) rotateZ( 0deg );
    -o-transform: scale(0,0) perspective(400px) rotateX( 360deg ) rotateY( 0deg ) rotateZ( 0deg );
    -webkit-transform: scale(0,0) perspective(400px) rotateX( 360deg ) rotateY( 0deg ) rotateZ( 0deg );
    -ms-transform: scale(0,0) perspective(400px) rotateX( 360deg ) rotateY( 0deg ) rotateZ( 0deg );
    transform: scale(0,0) perspective(400px) rotateX( 360deg ) rotateY( 0deg ) rotateZ( 0deg );
    transform-origin: center center;
    -ms-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    -webkit-transform-origin: center center;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
}

.agileits_content {
    background: rgba(42, 42, 42, 0.59);
    text-align: center;
    border-radius: 0;
}
.wthree_p_grid .agileits_content h3 {
    font-size: 1.5em;
    color: #f44336;
    text-transform: uppercase;
    padding: .3em 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin-bottom: 0.8em;
    font-family: 'Roboto Condensed', sans-serif;
}
.w3ls_gallery_grid p {
    color: #fff;
}
.wthree_p_grid:hover .agileinfo_content_wrap {
    opacity: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    height: 100%;
    -moz-transform: scale(1,1) perspective(400px) rotateX( 0deg ) rotateY( 0deg ) rotateZ( 0deg );
    -o-transform: scale(1,1) perspective(400px) rotateX( 0deg ) rotateY( 0deg ) rotateZ( 0deg );
    -webkit-transform: scale(1,1) perspective(400px) rotateX( 0deg ) rotateY( 0deg ) rotateZ( 0deg );
    -ms-transform: scale(1,1) perspective(400px) rotateX( 0deg ) rotateY( 0deg ) rotateZ( 0deg );
    transform: scale(1,1) perspective(400px) rotateX( 0deg ) rotateY( 0deg ) rotateZ( 0deg );
}

/*-------------------*/
.section-1{
	position:relative;
	margin-top:75px;
}

.section-1.cta {
    background: url("../img/bgoverlay-2.jpg") bottom center no-repeat;
        background-attachment: scroll;
        background-size: auto auto;
    background-attachment: fixed;
    background-size: cover;
    padding: 80px 0;
}

.cta .cta-info {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    color: #ffffff;
}
.cta-info a{	
	
}
.section-1.cta::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #041e42;
    opacity: .9;
}

.wel-come{
	
	font-size: 16px;
    line-height: 26px;
    color: #081c36;
}
/*-------------------------footer------------------------------*/

footer{
     width: 100%;
	float: left;
	padding:38px 0 6px 0;
	margin: 0px;
	background-color:#041e42;
	margin-top: 53px;

}


.fourth > .title{
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #fff !important;
	float: left;
	padding: 0 0 15px 0;
	margin: 0px;
}
.title-line{
	
	
	
	 width: 100%;
     height: 3px;
     float: left;
     padding: 0;
     margin: 0 0 30px 0;
     background: url("../img/section.png") 0px 0px no-repeat;
	
}

.address{  font-family: 'Open Sans', sans-serif;
			font-size: 14px;
			color: rgba(250, 250, 250, 0.82);
			float: left;
			padding: 0 0 15px 0;
			margin: 0px;
}
.link{
	 float:left;
	 list-style:none;
	 margin: 0px 0px auto;
	
}
.link li a{  

          color: rgba(250, 250, 250, 0.82);
          line-height: 26px;
		  text-decoration:none !important;
	
}
.icon{
	
	color: #ff3209;
	margin: 0px 4px;
}
.visite{
	
	float:left;
}
.footerlis{
	float:left;
}

.footerlis li a {
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 1em;
    width: 35px;
    height: 35px;
    transform: rotate(-45deg);
    transition: .5s all ease-in-out;
}
a.fb {
    background: #3b5998;
    margin-right: 5px !important;
}
a.tw {
    background: #00bdd9;
    margin-right: 5px !important;
}
a.gp {
    background: #ff0000;
    margin-right: 5px;
}
a.fb:hover {
    width: 40px;
    height: 40px;
    transition: .5s all ease-in-out;
    font-size: 18px !important;
}
.footerlis li a i {
    transform: rotate(45deg);
    line-height: 2.5em;
}
.subfooter {
    background-color:#041e42;
    width: 100%;
    float: left;
    border-top: 1px solid #fff;
}
.subp{
	color:#fff;
	margin: 5px 3px;
    padding: 4px 0px;
  }

		   
.white{  
	 color:#fff !important; 
	 margin: 10px 0px 0px 0px;
    }
#toTopHover {
    width: 32px;
    height: 32px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 35px;
    right: 2.3%;
    overflow: hidden;
    z-index: 999;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url("../img/arr.png") no-repeat 0px 0px;
}

#cssmenu ul ul li.has-sub:hover, #cssmenu ul li.has-sub ul li.has-sub ul li:hover {
    background: #130a48 !important;
}


/*-----------animation*-------*/
.banner img{
	
	width:100%;
}
.information-list{
	list-style:none;
	margin-top:40px;
	padding:0;
}
.colm-inner P{
	font-size: 19px;
    line-height: 29px;
    font-family: calibrin;
}
.information-list li i {
    float: left;
    color: #333333;
    font-size: 21px;
    display: inline-block;
    line-height: 24px;
}
.information-list li span {
    display: block;
    font-size: 16px;
    color: #777777;
    font-weight: 400;
    line-height: 22px;
    margin: 0 0 10px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-left: 25px;
    color: #333333;
}
.information-list li a{
    display: block;
    font-size: 16px;
    color: #777777;
    font-weight: 400;
    line-height: 22px;
    margin: 0 0 10px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-left: 25px;
    color: #333333;
}
.information-list li {
	 margin-bottom: 22px;
 
}

input[type="text"] {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #dedede;
    outline: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #777777;
    font-size: 13px;
}

.wpcf7-form-control-wrap {
    position: relative;
}

.wpcf7-textarea {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #eaeaea;
    background: transparent;
    margin-bottom: 20px;
    outline: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #777777;
    font-size: 12px;
    font-weight: 400 !important;
}
.text-col{
	margin-bottom: 23px;
}
.content-inner{
	margin-top:30px;
}
.text-area{
	
	margin: 0px 15px;
}
.wpcf7-submit{
	padding: 13px;
	border: none;
	background-color: #6d53b6;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}
.vc_colm_inner{
	
	margin-top: 36px;
}
.core-contain h3{
	
	font-size: 22px;
	padding: 9px 0px;
}

.core-contain h3::before {
    content: "";
    width: 55px;
    height: 3px;
    display: inline-block;
    background: #7565AE;
    position: absolute;
    bottom: 0;
    font-family: 'Playfair Display', serif;
    font-family: 'Merriweather', serif;
}
.core-contain{
	position:relative;
}
.about-p{
	font-size: 16px;
    line-height: 26px;
    font-weight: normal;
	text-align:justify;
}
.why li{
	
	line-height: 24px;
	line-height: 24px;
    font-size: 16px;
}

.p-product{
	font-size: 16px;
	line-height: 25px;
	padding: 21px 0px;
	text-align: justify;
	
}

.feature li{
	
	font-size: 17px;
     line-height: 26px;
}
.w3-img-content{
	margin-top:40px;
}