body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #777;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .5px;
}

p.small {
  font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  color: #4ada88;
  outline: none;
  text-decoration:none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom:15px;
  margin-top:15px;
}
h4{
	font-weight:600;
	}
.text-success {
    color: #3ead6e !important;
}	
.navbar-brand{
	height:auto;
	padding: 23px 15px;
	width:200px;
}
.navbar-custom {
  background: #fff;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  border: none;
  margin-bottom: 0px;	
}
.navbar-custom a:focus {
  outline: none;
}
.navbar-custom .navbar-brand {
  color: white;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: white;
}
.navbar-custom .navbar-nav {
  letter-spacing: 1px;
  padding-top: 13px;
}
.navbar-custom .navbar-nav li a {
  color: #000;
  font-weight: 300;
  font-size: 12px;	
  background-color:transparent !important;  
}
.navbar-custom .navbar-nav li a:hover {
  color: #42d18a;
  outline: none;
}
.navbar-custom .navbar-nav li a:focus,
.navbar-custom .navbar-nav li a:active {
  color: #000;
}
.navbar-custom .navbar-nav li.active a {
  color: white;
  background: #18BC9C;
}
.navbar-custom .navbar-nav li.active a:hover,
.navbar-custom .navbar-nav li.active a:focus,
.navbar-custom .navbar-nav li.active a:active {
  color: white;
  background: #18BC9C;
}
/*.navbar-custom .navbar-toggle {
  color: white;
  text-transform: uppercase;
  font-size: 10px;
  border-color: white;
}*/
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #18BC9C;
  color: white;
  border-color: #18BC9C;
}

.dropdown-menu > li > a{
	padding: 10px 20px;
    border-bottom: 1px solid #ddd;
	}	
.navbar-nav>li>.dropdown-menu{
	border: none;
    margin-top: -5px;
}
.dropdown-menu{
    padding: 0px 0 0;
	}
/********************************/
/*.navbar-nav>li>.dropdown-menu:before {
    content: "";
    width: 18px;
    height: 18px;
    background-color: #ee7214;
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    z-index: -1;
}
.header .nw-header--menu .hm-advancedmenu .nav-submenu {
    position: absolute;
    top: 35px;
    left: 50%;
    height: 0;
    background: #fff;
    transform: translateX(-49.9%);
    transition: all .3s linear;
    min-width: 200px;
    border: solid #ee7214;
    border-width: 3px 0;
    box-shadow: 0 3px 3px 1px #d5dfe4;
    z-index: 2;
    opacity: 0;
    display: block;
    visibility: hidden;
}*/
/****************************/
.border{
    border: 1px solid #e34f26;
    background-color: #fff;
        -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.border:hover{
    background-color: #f9f9f9;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.bg-gray{
	background-color:#f7f7f7;
	}
.mega-dropdown {
  position: static !important;
  z-index:999;
}
.br{
    border:1px solid #ddd;
    padding:15px;
}
address label{
    font-weight:300;
}
ul.key{
    list-style:none;
    display: inline-flex;
    padding-left:0;
}
ul.key li{
    padding: 5px 10px;
    margin-left: 5px;
    background-color: #f5f5f5;
}
.portfolio-logo{
	border: 2px solid #ddd;
    padding: 5px;
    height:100px;
    margin-bottom:30px;
    box-shadow: 0px 1px 5px 0px #ddd;
}

.about-img {
    padding: 15px;
}
.about-img:after {
    border: 4px solid #65b86a;;
    content: "";
    display: inline-block;
    left: -15px;
    position: absolute;
    right: 35px;
    top: -15px;
    bottom: 35px;
}
#header{
   /* background-color:#000;*/
       box-shadow: 1px 3px 2px #dddddd42;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #dcdcdc;
}
.cls{
    position: absolute;
    right: -17px;
    top: -14px;
    background-color: #000;
    color: #d8d8d8;
    border-radius: 50%;
    border: 4px solid #e0dfdf;
    height: 34px;
    width: 34px;
    line-height: 1;
    opacity: 1;
    outline: 0;
}
.p-0{
    padding:0 !important;
}
.b-0{
    border:none !important;
}
.p-title{
    background-color: #000;
    color: #fff;
    margin-bottom: 0;
    padding-left: 10px;
}
.icon-bar {
  position: fixed;
  top: 30%;
  z-index:1;
/*  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);*/
}

/* Style the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  width:40px;
  padding: 12px;
  -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    transition: all 250ms;
  color: white;
  font-size: 16px;
}

/* Style the social media icons with color, if you want */
.link:hover {
  background-color: #000;
  width:60px;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}

@media (max-width: 375px){
.about-img {
    margin: 0 20px;
}
.blink{
    font-size:9px !important;
}
}
@media (max-width: 414px){
.about-img {
    margin: 0 30px;
}
}
@media (max-width: 480px){
.about-img {
    margin: 0 40px;
}
}
@media (max-width: 568px){
.about-img {
    margin: 0 50px;
}
}
@media only screen and (min-width:768px){
.pr-53{
        padding-right: 53px;
}    
.nav > li > a{
    padding: 10px 10px;
}   

.mega-dropdown:hover .dropdown-menu{
	display:block;
	border: none;
	margin-top:-12px;
	border-top: 1px solid #ddd;
}
}
.mega-dropdown-menu {
    padding: 20px 204px;
    width: 100%;
	margin:0 auto;
    box-shadow: none;
    -webkit-box-shadow: none;
	background-color: #000;
	right:0;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
  border-bottom: 1px solid #3a3a3a;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  color: #222;
  padding: 3px 5px;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
}
.mega-dropdown-menu .dropdown-header {
    font-size: 14px;
    color: #FF5722;
    padding: 5px 6px 5px 5px;
    line-height: 20px;
    border-bottom: 1px solid #FF5722;
	margin-bottom: 10px;
}
.dropdown-menu{
	background-color:#fff;
}
.border-right{
	border-right: 1px solid #ddd;
}
section{
	padding:30px 0;
}
.mt-0{
	margin-top:0;
}
.right{
	text-align:right;
	}
.title{
	/*font-size: 3.5em;*/
    text-align: center;
    color: #fe7200;
    font-weight: 200;
    position: relative;
    margin-bottom: 1em;
    /*padding-bottom: 0.3em;*/
    border-bottom: 1px solid #E4E4E4;
    width: 14%;
    margin: 0 auto;
	}
.title:before{
	content: '';
    width: 60px;
    height: 3px;
    background: #f90f0f;
    position: absolute;
    bottom: -2px;
    left: 30%;
    display: block;
	}			
#about{
	padding-top: 0px;
}
.about-service{
	margin-bottom:30px;
	background-color:#000;
}
#contact{
	padding-top: 0px;
}
#contact label{

	 font-size: 14px;
}
#contact address{
	margin-bottom:0;
}
.icon h3{
    margin-top: 0;
    margin-bottom:5px;
    color: #3c763d;
    font-size: 16px;
}
#bg-gray{
	background-color:#f1f1f1;
	}
ul.social{
	list-style:none;
	padding-left:0;
}
ul.social li{
	display:inline-block;
	    margin-left: 12px;
}
ul.social li a{
	display: inline-block;
    width: 35px;
    height: 35px;
    color: #fff;
    border: 1px solid #fff;
    line-height: 2.0em;
    border-radius: 50%;
    text-align: center;
}
ul.social li a:hover{
	background: #000;
    color: #fff;
    border: 1px solid #fff;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.facebook{
	background: #3b5998;
}
.twitter{
	background: #1da1f2;
}
.google{
	background: #dd4b39;
}
.linkedin{
	background: #0884b3;
}

.enquiry{
	margin-bottom:30px;
	margin-bottom: 30px;
    border: 1px solid #ddd;
    margin-top: 25px;
}
.enquiry .form-control{
	background-color:#fff;
	border-radius: 0;
    box-shadow: none;
    border-left: 5px solid #d9534f;
}

.enquiry .form-control:focus{
    background-color:#fbfbfb;
    border:1px solid #ddd;
    border-left: 5px solid #d9534f;
}
#web-development{
	background:url(../images/web-development.png) center center;
	background-size:cover;
	padding: 10em 0;
    margin-top: 85px;
	-webkit-animation: animate_background 15s linear 0s infinite normal;
    -moz-animation: animate_background 15s linear 0s infinite normal;
    -o-animation: animate_background 15s linear 0s infinite normal;
    animation: animate_background 15s linear 0s infinite normal;
}
#web-design{
	background:url(../images/web-design.png) center center;
	background-size:cover;
	padding: 10em 0;
    margin-top: 85px;
}
#development-bg{
	background:url(../images/development-bg.jpg) center 85%;
	background-size:cover;
	padding: 10em 0;   
}
#inventory{
	padding-top:0px;
	padding-bottom: 0;
}
.inventory{
    width: 180px;
    height: 180px;
	margin: 10px auto;
    border: 3px solid #797979;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: border .3s cubic-bezier(.25,.46,.45,.94);
    transition: border .3s cubic-bezier(.25,.46,.45,.94);
}
.inventory span{
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    line-height: 0;
    border-radius: 50%;
    border: 0 solid transparent;
    box-sizing: border-box;
    -webkit-transition: border .3s cubic-bezier(.25,.46,.45,.94);
    transition: border .3s cubic-bezier(.25,.46,.45,.94);
}
.inventory span span{
	width: 90px;
    height: 90px;
    line-height: 110px;
    background-color: #797979;
    border: 0;
}
.inventory span span i{
	text-align:center;
	color:#fff;
}
.inventory:hover{
	border: 10px solid rgba(101, 230, 135, 0.62);
	cursor:pointer;
    -webkit-transition: border .6s cubic-bezier(.32,1.63,.44,1.82);
    transition: border .6s cubic-bezier(.32,1.63,.44,1.82);
}
.inventory:hover span span{
	background-color:rgba(101, 230, 135, 0.62);
	-webkit-transition: border .6s cubic-bezier(.32,1.63,.44,1.82);
    transition: border .6s cubic-bezier(.32,1.63,.44,1.82);
}
#benefits h2{
	margin-bottom:45px;
}
#benefits h4{
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 7px;
    color: #39b749;
    font-weight: 600;
	
}
#benefits i{
	  color: #39b749;
}
#benefits p a{
	color:#000;
}
.title-heading{
	font-size:22px;
}
#business{
	background:url(../images/business.jpg) center center;
	background-size:cover;
	padding: 5em 0;
	color:#fff;
}
.ecommerce .nav-tabs{
	border-bottom: none;
}
.ecommerce .nav-tabs>li{
	float:none;
}
.ecommerce .nav-tabs>li>a{
	padding:7px 10px;
}
.ecommerce .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	background-color:#efefef;
	border:none;
}
.tab-content{
	background-color:#efefef;
	padding:15px;
}
.ecommerce .nav-tabs>li>a{
	margin-right: 0px;
}

.pl{
	padding-left:0;
}
.pr{
	padding-right:0;
}
.ok ul{
	list-style:none;
	padding-left:0;
}
.ok ul li{
    font-size: 17px;
    padding-bottom: 10px;
    color: #FF9800;
}
.ok ul li:before{
	content: "\f00c";
	font-family:"FontAwesome";
	padding-right:5px;
	color:#FF9800;
}
.text-danger {
    color: #f90f0f;
}
.our-team h4{
	font-weight:bold;
	
}
.our-team ul{
	list-style:none;
	padding-left:0;
}
.our-team ul li{
	display:inline-block;
	padding:5px 10px;
}
.our-team{
	border: 1px solid #ddd;
    padding: 3em 2em;
    position: relative;
    transition: .5s all;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    overflow: hidden;
    text-align: center;
}
.our-team-img{
	position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    transition: .7s all;
    -webkit-transition: .7s all;
    -moz-transition: .7s all;
}
.our-team:hover .our-team-img{
	top:100%;
}
.top{
	background-color:#000;
	border-bottom: 1px solid #5a5a5a;
}
.top-header ul{
	list-style:none;
	padding-left:0;
	    margin-bottom: 0;
}
.top-header ul li{
	display:inline-block;
	    color: #c3c3c3;
    font-size: 12px;
padding-right: 20px;	
}

.chart {
  position: relative;
  display: inline-block;
  color: #999;
  font-size: 20px;
  text-align: center;
}

.chart figcaption {
  padding: 76px 75px;
  width: 100px;
  height: 50px;
  border: 20px solid #f0f0f0;
  border-radius: 100px;
  line-height: 50px;
  background-color: #fff;
}

.chart img {
  position: absolute;
  max-width: 100px;
  max-height: 100px;
  background: white;
}

.html {
  top: 50px;
  left: 45px;
}

.html + svg .outer {
  stroke: #e34f26;
}

.css {
  top: 55px;
  left: 48px;
}

.css + svg .outer {
  stroke: #e34f26;
}

.javascript {
  max-width: 90px;
  max-height: 90px;
  top: 45px;
  left: 45px;
}

.javascript + svg .outer {
  stroke:#e34f26;
}

.node {
  width: 200px;
  height: 200px;
  top: 45px;
  left: 45px;
}

.node + svg .outer {
  stroke: #e34f26;
}

.chart svg {
  position: absolute;
  top: 0;
  left: 0;
}

.outer {
  fill: transparent;
  stroke: #333;
  stroke-width: 10;
  stroke-dasharray: 534;
  transition: stroke-dashoffset 1s;
  -webkit-animation-play-state: running;
  -moz-transform: rotate(-89deg) translateX(-190px);
}

.chart:hover .outer {
  stroke-dashoffset: 534 !important;
  -webkit-animation-play-state: paused;
}

.chart[data-percent='100'] .outer {
  stroke-dashoffset: 0;
  -webkit-animation: show100 2s;
  animation: show100 2s;
}

.chart[data-percent='75'] .outer {
  stroke-dashoffset: 133;
  -webkit-animation: show75 2s;
  animation: show75 2s;
}

.chart[data-percent='50'] .outer {
  stroke-dashoffset: 267;
  -webkit-animation: show50 2s;
  animation: show50 2s;
}

.chart[data-percent='25'] .outer {
  stroke-dashoffset: 401;
  -webkit-animation: show25 2s;
  animation: show25 2s;
}
@-webkit-keyframes show100 {
  from {
    stroke-dashoffset: 537;
  }
  
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes show100 {
  from {
    stroke-dashoffset: 537;
  }
  
  to {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes show75 {
  from {
    stroke-dashoffset: 537;
  }
  
  to {
    stroke-dashoffset: 134;
  }
}

@keyframes show75 {
  from {
    stroke-dashoffset: 537;
  }
  
  to {
    stroke-dashoffset: 124;
  }
}

@-webkit-keyframes show50 {
  from {
    stroke-dashoffset: 537;
  }
  
  to {
    stroke-dashoffset: 267;
  }
}

@keyframes show50 {
  from {
    stroke-dashoffset: 537;
  }
  
  to {
    stroke-dashoffset: 267;
  }
}

@-webkit-keyframes show25 {
  from {
    stroke-dashoffset: 537;
  }
  
  to {
    stroke-dashoffset: 401;
  }
}

@keyframes show25 {
  from {
    stroke-dashoffset: 537;
  }
  
  to {
    stroke-dashoffset: 401;
  }
}
*:focus {
    outline: none;
   }
.mt-15{
	margin-top:15px;}
#choose-us{
	
}
#our-client{
	background-color:#fff;
}

#our-services{
	background-color: #f9f9f9;
	padding:70px 0;	
}
#our-services h2{
	margin-top:0;
	
}
.clients ul{
    list-style:none;
    padding-left:0;
}
.clients ul li{
    display:inline-block;
    padding:25px;
}
.clients ul li a img{
    height:60px;
}
.services {
   /*border: 1px solid #ffac00; */
    padding: 8px 8px 30px;
    text-align: center;
    background-color: #fff;
    margin-bottom: 82px;
    font-size: 15px;
    box-shadow: 0px 2px 10px 2px #ddd;
    border-radius: 4px;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}


.services img{
    margin-top: -71px;
}
.services h4{
	font-weight:600;
	text-align:center;
	font-size: 15px;
	    color: #2e73c8;
}
.services p{
    padding-bottom:15px;
}
.more:hover{
    border-color:#ffac00;
}
.more{
    border: 1px solid #777;
    padding: 13px 25px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    color: #777;
    border-radius: 30px;
}
.mb-98 {
    margin-bottom: 98px;
}
.pt-40{
	padding-top: 40px !important;
}

.feature__subtitle{font-size:1em;font-weight:normal;color:#292f36;margin:0}@media (min-width:30em){.feature__subtitle{line-height:1.25;font-size:1.125em}}@media screen and (min-width: 50em){.feature__subtitle{line-height:1.25;font-size:1.25em;font-weight:normal}}.brand{display:inline-block;text-decoration:none;padding:1em 0;color:#fff;-webkit-font-smoothing:antialiased}.brand__forename{font-weight:bold;color:#4ECDC4}.brand__surname{font-weight:normal;color:#fff}.header__link{color:#A9ABAE;text-decoration:none;border:none}.header__link:focus{outline:none;background-color:rgba(78,205,196,0.1)}.header__link:hover .icon{color:#4ECDC4}.header--fixed{position:fixed;z-index:10;right:0;left:0;top:0}/*.footer{background-color:#292f36;border-top:3px solid #4ECDC4;box-shadow:0 2px 2px -1px #292f36 inset}.footer a{color:#fff;text-decoration:none;padding-top:1em;padding-bottom:1em}*/.headroom{transition:transform .25s ease-in-out;will-change:transform}.headroom--pinned{transform:translateY(0)}.headroom--unpinned{transform:translateY(-100%)}.sharing__button{font-size:.8em}@media screen and (min-width: 40em){.sharing__button{font-size:.9em}}@media screen and (min-width: 50em){.sharing__button{font-size:1em}}.question-set{border:none;padding:0;margin-bottom:1.5em}.question-set__title{display:block;margin-bottom:.75em}.question-set__input{width:100%;padding:.25em;border:1px solid #a4afba}.question-set__input:focus{outline:none;box-shadow:#4ECDC4 0 0 3px 0}.question-set__label{display:inline-block;margin-bottom:.25em}.question-set__label--block{display:block}.question-set__label input[type=radio]{margin-right:.75em}:not(pre)>code{background-color:#d0d5db;padding:.3em .2em .1em;border-radius:.25em}p+h2,p+h3{margin-top:1.5em}.complimentary{display:none}@media screen and (min-width: 40em){.complimentary{display:inline}}.subdued{opacity:.6;text-shadow:none}a.subdued:hover{color:#fff}.downloads{margin-bottom:1.5em}.animated{-webkit-animation-duration:.5s;-moz-animation-duration:.5s;-o-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;will-change:transform,opacity}@-webkit-keyframes slideDown{0%{-webkit-transform:translateY(-100%)}100%{-webkit-transform:translateY(0)}}@-moz-keyframes slideDown{0%{-moz-transform:translateY(-100%)}100%{-moz-transform:translateY(0)}}@-o-keyframes slideDown{0%{-o-transform:translateY(-100%)}100%{-o-transform:translateY(0)}}@keyframes slideDown{0%{transform:translateY(-100%)}100%{transform:translateY(0)}}.animated.slideDown{-webkit-animation-name:slideDown;-moz-animation-name:slideDown;-o-animation-name:slideDown;animation-name:slideDown}@-webkit-keyframes slideUp{0%{-webkit-transform:translateY(0)}100%{-webkit-transform:translateY(-100%)}}@-moz-keyframes slideUp{0%{-moz-transform:translateY(0)}100%{-moz-transform:translateY(-100%)}}@-o-keyframes slideUp{0%{-o-transform:translateY(0)}100%{-o-transform:translateY(-100%)}}@keyframes slideUp{0%{transform:translateY(0)}100%{transform:translateY(-100%)}}.animated.slideUp{-webkit-animation-name:slideUp;-moz-animation-name:slideUp;-o-animation-name:slideUp;animation-name:slideUp;}@-webkit-keyframes swingInX{0%{-webkit-transform:perspective(400px) rotateX(-90deg)}100%{-webkit-transform:perspective(400px) rotateX(0deg)}}@-moz-keyframes swingInX{0%{-moz-transform:perspective(400px) rotateX(-90deg)}100%{-moz-transform:perspective(400px) rotateX(0deg)}}@-o-keyframes swingInX{0%{-o-transform:perspective(400px) rotateX(-90deg)}100%{-o-transform:perspective(400px) rotateX(0deg)}}@keyframes swingInX{0%{transform:perspective(400px) rotateX(-90deg)}100%{transform:perspective(400px) rotateX(0deg)}}.animated.swingInX{-webkit-transform-origin:top;-moz-transform-origin:top;-ie-transform-origin:top;-o-transform-origin:top;transform-origin:top;-webkit-backface-visibility:visible !important;-webkit-animation-name:swingInX;-moz-backface-visibility:visible !important;-moz-animation-name:swingInX;-o-backface-visibility:visible !important;-o-animation-name:swingInX;backface-visibility:visible !important;animation-name:swingInX}@-webkit-keyframes swingOutX{0%{-webkit-transform:perspective(400px) rotateX(0deg)}100%{-webkit-transform:perspective(400px) rotateX(-90deg)}}@-moz-keyframes swingOutX{0%{-moz-transform:perspective(400px) rotateX(0deg)}100%{-moz-transform:perspective(400px) rotateX(-90deg)}}@-o-keyframes swingOutX{0%{-o-transform:perspective(400px) rotateX(0deg)}100%{-o-transform:perspective(400px) rotateX(-90deg)}}@keyframes swingOutX{0%{transform:perspective(400px) rotateX(0deg)}100%{transform:perspective(400px) rotateX(-90deg)}}.animated.swingOutX{-webkit-transform-origin:top;-webkit-animation-name:swingOutX;-webkit-backface-visibility:visible !important;-moz-animation-name:swingOutX;-moz-backface-visibility:visible !important;-o-animation-name:swingOutX;-o-backface-visibility:visible !important;animation-name:swingOutX;backface-visibility:visible !important}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0}100%{-webkit-transform:perspective(400px) rotateX(0deg);opacity:1}}@-moz-keyframes flipInX{0%{-moz-transform:perspective(400px) rotateX(90deg);opacity:0}100%{-moz-transform:perspective(400px) rotateX(0deg);opacity:1}}@-o-keyframes flipInX{0%{-o-transform:perspective(400px) rotateX(90deg);opacity:0}100%{-o-transform:perspective(400px) rotateX(0deg);opacity:1}}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);opacity:0}100%{transform:perspective(400px) rotateX(0deg);opacity:1}}.animated.flipInX{-webkit-backface-visibility:visible !important;-webkit-animation-name:flipInX;-moz-backface-visibility:visible !important;-moz-animation-name:flipInX;-o-backface-visibility:visible !important;-o-animation-name:flipInX;backface-visibility:visible !important;animation-name:flipInX}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px) rotateX(0deg);opacity:1}100%{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0}}@-moz-keyframes flipOutX{0%{-moz-transform:perspective(400px) rotateX(0deg);opacity:1}100%{-moz-transform:perspective(400px) rotateX(90deg);opacity:0}}@-o-keyframes flipOutX{0%{-o-transform:perspective(400px) rotateX(0deg);opacity:1}100%{-o-transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{transform:perspective(400px) rotateX(0deg);opacity:1}100%{transform:perspective(400px) rotateX(90deg);opacity:0}}.animated.flipOutX{-webkit-animation-name:flipOutX;-webkit-backface-visibility:visible !important;-moz-animation-name:flipOutX;-moz-backface-visibility:visible !important;-o-animation-name:flipOutX;-o-backface-visibility:visible !important;animation-name:flipOutX;backface-visibility:visible !important}@-webkit-keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-200px)}60%{opacity:1;-webkit-transform:translateY(30px)}80%{-webkit-transform:translateY(-10px)}100%{-webkit-transform:translateY(0)}}@-moz-keyframes bounceInDown{0%{opacity:0;-moz-transform:translateY(-200px)}60%{opacity:1;-moz-transform:translateY(30px)}80%{-moz-transform:translateY(-10px)}100%{-moz-transform:translateY(0)}}@-o-keyframes bounceInDown{0%{opacity:0;-o-transform:translateY(-200px)}60%{opacity:1;-o-transform:translateY(30px)}80%{-o-transform:translateY(-10px)}100%{-o-transform:translateY(0)}}@keyframes bounceInDown{0%{opacity:0;transform:translateY(-200px)}60%{opacity:1;transform:translateY(30px)}80%{transform:translateY(-10px)}100%{transform:translateY(0)}}.animated.bounceInDown{-webkit-animation-name:bounceInDown;-moz-animation-name:bounceInDown;-o-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceOutUp{0%{-webkit-transform:translateY(0)}30%{opacity:1;-webkit-transform:translateY(20px)}100%{opacity:0;-webkit-transform:translateY(-200px)}}@-moz-keyframes bounceOutUp{0%{-moz-transform:translateY(0)}30%{opacity:1;-moz-transform:translateY(20px)}100%{opacity:0;-moz-transform:translateY(-200px)}}@-o-keyframes bounceOutUp{0%{-o-transform:translateY(0)}30%{opacity:1;-o-transform:translateY(20px)}100%{opacity:0;-o-transform:translateY(-200px)}}@keyframes bounceOutUp{0%{transform:translateY(0)}30%{opacity:1;transform:translateY(20px)}100%{opacity:0;transform:translateY(-200px)}}.animated.bounceOutUp{-webkit-animation-name:bounceOutUp;-moz-animation-name:bounceOutUp;-o-animation-name:bounceOutUp;animation-name:bounceOutUp}
/***********************Testimonial********************/
#testimonial{
    background:url(../images/testimonial_bg.png) center center fixed;
    background-size:cover;
	color:#fff;
}
#testimonial h2{
	color:#e34f26;
}
.testimonial .pic{
    width: 18%;
    padding: 20px 0;
    margin: 0 6% 0 5%;
    float: left;
    position: relative;
    z-index: 1;
}
.testimonial .pic:before,
.testimonial .pic:after{
    content: "";
    width: 130px;
    height: 150px;
    background: #03a9f4;
    position: absolute;
    z-index: -1;
}
.testimonial .pic:before{
    top: 0;
    right: -20px;
}
.testimonial .pic:after{
    bottom: 0;
    left: -20px;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
    border: 3px solid #fff;
}
.testimonial .testimonial-content{
    width: 70%;
    float: right;
	background-color:#fff;
}
.testimonial h3{
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #ff5a5f;
    margin: 0;
    text-transform: uppercase;
    padding-top: 28px;
    padding-left: 15px;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 25px;
    padding-left: 15px;
}
.testimonial .description{
    font-size: 16px;
    color: #000;
    padding: 0 15px 15px;
    margin: 0;
    position: relative;
}
.testimonial .description:before,
.testimonial .description:after{
    font-family: "FontAwesome"; 
	font-weight: 900;
    font-size: 17px;
    color: #ff5a5f;
    position: relative;
}
.testimonial .description:before{
    content: "\f10d";
    margin-right: 5px;
    top: 0;
    left: 0;
}
.testimonial .description:after{
    content: "\f10e";
    margin-left: 5px;
    position: relative;
    bottom: 0;
    right: 0;
}
.owl-theme .owl-controls{
    margin-top: 30px;
}
.owl-theme .owl-controls .owl-page span{
    background: #fc6963;
}
@media only screen and (max-width:990px){
    .testimonial .description:before{
        display: none;
    }
}
@media only screen and (max-width:480px){
.testimonial .pic:before,
.testimonial .pic:after{
	background-color:transparent;
	
 }
}
/*********************************/
.mb-0{
	margin-bottom:0;
	}
.mb-10{
	margin-bottom:10px;
	}
.mb-15{
	margin-bottom:15px;
	}	
.mb-25{
	margin-bottom:25px;
	}	
.invest{
	margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
	}
.invest:last-child{
	border-bottom:none;
	}			
.event{
	border: 1px solid #fbfbfb;
    padding: 0 15px 0;
    background-color: #fbfbfb;
	}	
.event h4{
	border-bottom: 1px solid #6d6d6d;
    padding-bottom: 7px;
	}	
.event-details{
    border-bottom: 2px dotted #ddd;
	}
.event-details:last-child{
    border-bottom: none;
	}		
#what-we-do{
	background-color: #f7f7f7;
}
#what-we-do h4{
	margin-top:0;
}
ul.list-aggregate li{
	display:inline-block;
    margin-right: 25px;
}
#we-hosting ul{
	padding-left:15px;
	list-style:none;
}
#we-hosting ul li:before{
	content: "\f046";
	font-family:"FontAwesome";
	padding-right:5px;
	color:#f90f0f;
}
#app{
	padding-top:84px;
	padding-bottom:0;
}
.pt-85{
	    padding-top: 85px;
}
.text-white{
	color:#fff !important;
	}
#top{
	padding-top:175px;
	padding-bottom:0;
	}
/*	
footer {
  color: #cccbcb;
}
footer span{
	color:#8a8a86;
	}
footer ul{
	list-style:none;
	padding-left:0;
}
footer ul li a{
	color:#8a8a86;
	    font-size: 14px;
}
footer h3 {
  margin-bottom: 10px;
  font-size: 14px;
  color: #f3d808;
  border-bottom: 1px solid #3e3e3e;
  padding-bottom: 10px;		
}
footer .footer-above {
  padding: 30px 0;
  background-color: #191818;
}
footer .footer-col {
  margin-bottom: 50px;
}
footer .footer-below {
  padding: 15px 0;
  background-color: #000;
}
ul.footer-menu{
	list-style:none;
	padding-left:0;
    margin-bottom: 0;
	}
ul.footer-menu li{
	display:inline-block;

	}	
ul.footer-menu li a{
	border-right:1px solid #404040;
	padding:0 6px;
	}*/
	
.last{
	border-right: none !important;
    padding-right: 0 !important;
	}	
#collapseTwo .form-control{
	background-color: #f5f5f5;
    background-image: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
	}	 
/***********Price Table*************/
.pricingTable{
    padding-bottom: 20px;
    border: 1px solid #f07159;
    text-align: center;
}
.pricingTable:hover{
	    box-shadow: 2px 2px 2px 0px #ddd;
    margin-top: -10px;
	 transition: .5s all;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
}
.pricingTable .pricingTable-header{
    padding: 120px 0 10px 0;
    background: #f5f5f5;
    overflow: hidden;
    position: relative;
}
.pricingTable .title{
    width: 130%;
    padding: 80px 0 5px 35px;
    margin: 0;
    background: linear-gradient(to right, #ee6b53, #fd723a85);
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
    position: absolute;
    top: -43px;
    left: -20px;
    transform: rotate(-11deg);
}
.pricingTable .price-value{
    padding: 32px 30px;
    position: absolute;
    right: -20px;
    top: -15px;
}
.pricingTable .price-value:before{
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #f59277, #ef6f57);
    position: absolute;
    right: -2px;
    top: 0;
    transform: rotate(18deg);
}
.pricingTable .price-value:after{
/*    content: "";
    border-top: 14px solid #fb9b49;
    border-left: 69px solid rgba(0, 0, 0, 0);
    border-right: 69px solid rgba(0, 0, 0, 0);*/
    position: absolute;
/*    bottom: -10px;
    left: -20px;
    transform: rotate(18deg);*/
}
.pricingTable .amount{
    font-size: 38px;
    color: #fff;
    font-weight: bold;
    position: relative;
    left: -5px;
}
.pricingTable .currency{
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: -13px;
}
.pricingTable .month{
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0;
    position: absolute;
    bottom: -18px;
    right: 5px;
}
.pricingTable .description{
    font-size: 14px;
    color: #444;
    padding-left: 20px;
    text-align: left;
}
.pricingTable .pricing-content{
    padding: 0;
    margin: 0;
    list-style: none;
}
.pricingTable .pricing-content li{
    display: block;
    padding: 15px 0;
    font-size: 16px;
    color: #444;
    text-align: center;
    border-bottom: 1px solid #ced2d3;
}
.pricingTable .pricing-content li:last-child{
    border-bottom: none;
}
.pricingTable .pricing-content li:nth-child(even){
    background: #f5f5f5;
}
.pricingTable .pricingTable-signup{
    display: inline-block;
    margin-top: 15px;
    z-index: 1;
    position: relative;
}
.pricingTable .pricingTable-signup:before,
.pricingTable .pricingTable-signup:after{
    content: "";
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #fff;
    border: 6px solid #ddd;
    position: absolute;
    top: 0;
    transform: rotate(45deg);
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.pricingTable .pricingTable-signup:before{
    left: -28px;
    border-top-color: #252424;
    border-right-color: #252424;
}
.pricingTable .pricingTable-signup:after{
    right: -28px;
    border-bottom-color: #252424;
    border-left-color: #252424;
}
.pricingTable:hover .pricingTable-signup:before,
.pricingTable:hover .pricingTable-signup:after{
    transform: rotate(225deg);
}
.pricingTable .pricingTable-signup span{
    display: inline-block;
    padding: 9px 16px;
    background: #fff;
    font-size: 14px;
    font-weight: bold;
    color: #444;
    text-transform: uppercase;
    border-bottom: 6px solid #252424;
    border-top: 6px solid #252424;
}
@media only screen and (max-width: 990px){
    .pricingTable{ margin-bottom: 30px; }
    .pricingTable .price-value:after{
        border-left: 71px solid rgba(0, 0, 0, 0);
        border-right: 71px solid rgba(0, 0, 0, 0);
    }
}
@media only screen and (max-width: 767px) and (min-width: 500px){
    .pricingTable .title{ top: -93px; }
}
@media only screen and (max-width: 480px){
    .pricingTable .title{ top: -50px; }
}

.main-timeline{ position: relative; }
.main-timeline:before,
.main-timeline:after{
    content: "";
    display: block;
    width: 100%;
    clear: both;
}
.main-timeline:before{
    content: "";
    width: 84%;
    height: 5px;
    background: #fff;
    margin: auto 0;
    position: absolute;
    top: 87%;
    left: 60px;
}
.main-timeline .timeline{
    width: 22%;
    float: left;
    margin-left: 3%;
    position: relative;
}
.main-timeline .timeline:before{
    content: attr(data-heading);
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    transform: rotate(-90deg);
    position: absolute;
    top: 30px;
    left: -2px;
    z-index: 2;
}
/*
.main-timeline .timeline:after{
    content: "";
    width: 5px;
    height: 60px;
    border-left: 9px dotted #fff;
    position: absolute;
    top: 54%;
    left: 71px;
}*/
.main-timeline .timeline-content{
    padding: 10px;
    margin-bottom: 55px;
    border-radius: 15px;
    border: 5px solid #fff;
    text-align: left;
    background: #209df6;
    z-index: 1;
    position: relative;

}
.main-timeline .timeline-content h4{
	margin-top:5px;
	margin-bottom:5px;
	color:#fff;
}
.main-timeline:hover .timeline-content{
	display:block;
}
.main-timeline .timeline:nth-child(1) .timeline-content{ background: #209df6}
.main-timeline .timeline:nth-child(2) .timeline-content{ background: #ca3c3c;}
.main-timeline .timeline:nth-child(3) .timeline-content{ background: #ca773c;}
.main-timeline .timeline:nth-child(4) .timeline-content{ background: #1784ab;}
/*.main-timeline .timeline-content:before{
    content: "";
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #d66215;
    border-radius: 10px 0 0 10px;
}*/
.main-timeline .timeline:nth-child(1) .timeline-content:before{ background: #1784ab; }
.main-timeline .timeline:nth-child(2) .timeline-content:before{ background: #ca3c3c; }
.main-timeline .timeline:nth-child(3) .timeline-content:before{ background: #ca773c; }
.main-timeline .timeline:nth-child(4) .timeline-content:before{ background: #1784ab; }
.main-timeline .timeline-content:after{
    content: "";
    width: 40px;
    height: 40px;
    background: #209df6;
    border-bottom: 5px solid #fff;
    border-right: 5px solid #fff;
    position: absolute;
    bottom: -23px;
    left: 50px;
    transform: rotate(45deg);
    z-index: -1;
}
.main-timeline .timeline:nth-child(1) .timeline-content:after{ background: #209df6; }
.main-timeline .timeline:nth-child(2) .timeline-content:after{ background: #ca3c3c;  }
.main-timeline .timeline:nth-child(3) .timeline-content:after{ background: #ca773c;  }
.main-timeline .timeline:nth-child(4) .timeline-content:after{ background: #1784ab; }
.main-timeline .description{
    font-size: 14px;
    color: #fff;
}
.main-timeline .read-more{
    display: inline-block;
    padding-right: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-transform: capitalize;
    position: relative;
}
.main-timeline .read-more:before{
    content: "\f0da";
    font-family: 'FontAwesome';
    font-size: 24px;
    position: absolute;
    top: 0px;
    right: 0;
}
.main-timeline .fa-icon{
    display: inline-block;
    width: 85px;
    height: 85px;
    line-height: 85px;
    background: #209df6;
    border-radius: 5px;
    border: 5px solid #fff;
    text-align: center;
    margin-left: 34px;
    transform: rotate(45deg);
    position: relative;
}
.main-timeline .timeline:nth-child(1) .fa-icon{ background: #209df6; }
.main-timeline .timeline:nth-child(2) .fa-icon{ background: #ca3c3c; }
.main-timeline .timeline:nth-child(3) .fa-icon{ background: #ca773c; }
.main-timeline .timeline:nth-child(4) .fa-icon{ background: #1784ab; }
.main-timeline .fa-icon span{
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    transform: rotate(-45deg);
}
.main-timeline .timeline.bottom{ margin: -7.7% 0 0 7%; }
.main-timeline .timeline.bottom:nth-child(5n+1),
.main-timeline .timeline.bottom:last-child{ margin-left: 3%; }
.main-timeline .timeline.bottom:before{
    top: auto;
    bottom: 110px;
}
.main-timeline .timeline.bottom:after{
    top: auto;
    left: auto;
    bottom: 54%;
    right: 71px;
    border-color: #fff;
}
.main-timeline .timeline.bottom .timeline-content{
    margin: 80px 0 0 0;
    padding: 15px 0 40px 50px;
}
.main-timeline .timeline.bottom .timeline-content:after{
    border: none;
    border-top: 5px solid #fff;
    border-left: 5px solid #fff;
    bottom: auto;
    top: -23px;
    left: auto;
    right: 50px;
}
.main-timeline .timeline.bottom .fa-icon{
    top: 4px;
    margin-left: 132px;
}
.trading{
	position: fixed;
    right: 0;
    top: 30%;
	 z-index:1;
	}
.modal-open .modal{
	    overflow-y: hidden;
	}	
/************Responsive css******************/
@media screen and (min-width: 768px){
	.navbar-nav > li > a	{
	padding-top: 18px;
    padding-bottom: 24px;
}
  .navbar-custom {
    padding: 0px 0 0px;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
  }
  .navbar-custom .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-custom.affix {
    padding: 0px 0;
	    background-color:#fff;
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }
.carousel-caption {
    right: 40%;
    left: 13%;
    padding-bottom: 30px;
	top:30% !important;
}
.navbar-custom{
	position:relative;
	}
.services:hover {
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0);
    cursor:pointer;
}	
.bx{

}
.bg-orange{

       padding: 15px 15px;
}
#myCarousel{
        margin-top: 177px;
}
}
.owl-wrapper .active:nth-child(2){
     
}
@media only screen and (max-width: 1199px){
    .main-timeline:before{
        width: 5px;
        height: 100%;
        top: 0;
        left: 5%;
    }
    .main-timeline .timeline,
    .main-timeline .timeline.bottom,
    .main-timeline .timeline.bottom:nth-child(5n+1),
    .main-timeline .timeline.bottom:last-child{
        width: 85%;
        float: none;
        margin: 0 0 20px 15%;
    }
    .main-timeline .timeline:after,
    .main-timeline .timeline.bottom:after{
        width: 60px;
        height: 5px;
        top: 50px;
        left: -58px;
        border-top: 9px dotted #fff;
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline.bottom .timeline-content{ margin: 0; }
    .main-timeline .fa-icon,
    .main-timeline .timeline.bottom .fa-icon{
        width: 65px;
        height: 65px;
        line-height: 60px;
        margin: 0;
        position: absolute;
        top: 20px;
        left: -15.5%;
        z-index: 1;
    }
    .main-timeline .timeline .timeline-content:after{ display: none; }
    .main-timeline .timeline.bottom:before{
        bottom: auto;
        top: 30px;
        left: -2px;
    }
    .clients ul li a img{
    height:50px;
}
}
@media only screen and (max-width: 990px){
    .navbar-nav > li > a{    padding: 10px 11px;}
    .main-timeline .fa-icon,
    .main-timeline .timeline.bottom .fa-icon{
        left: -16.8%;
    }
	.navbar-nav > li > a{
		padding-top: 2px;
		padding-bottom: 2px;
		}
	.navbar-brand{
		width: 147px;
	}
	.top-header ul li{
		    font-size: 10px;
    padding-right: 3px;
	}
	.ht{
	 height: 333px;
	}
	    .clients ul li a img{
    height:50px;
}
.web-icon{
	width:18%;
	}
}
@media only screen and (max-width: 768px){

    .modal-dialog {
    margin: 40px 33px;
}
    .main-timeline .timeline:after,
    .main-timeline .timeline.bottom:after{ display: none; }
    .main-timeline .fa-icon,
    .main-timeline .timeline.bottom .fa-icon{
        width: 30px;
        height: 30px;
        border: 3px solid #fff;
        left: -13.5%;
    }
    .main-timeline .fa-icon span{ display: none; }
	.mt-115{
	margin-top: 115px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #000;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color:#000;
    background-color: transparent;
}
.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 5px;
}
.dropdown-menu{
	padding-left: 20px;
	}
.top-header ul li{
font-size: 11px;
    padding-right: 3px;
	}
.get	{
	width:60px;
	}
.navbar-brand{
	width:150px;
	    padding: 15px 15px;
	}
.navbar-custom .navbar-nav{
	padding-top:0;	
	}	
	
.right, .center{
	text-align:center;
	}	
.mega-dropdown-menu .dropdown-header{
	font-size: 14px;
    color: #FF5722;
    padding: 5px 60px 5px 5px;
    line-height: 14px;
	}	
.mega-dropdown-menu > li > ul > li > a{
	    padding: 0px 5px;
	}	
.mega-dropdown-menu{
	padding: 10px 8px;
	}
.navbar-toggle{
	padding: 3px 10px;
	}	
	    	.ht{
	 height: auto;
	}
#home{
    padding-top:0;
}
h3{
  font-size: 17px;
  font-weight: 600;   
}
h2{
    font-size:22px;
}
.pr-53{
    padding-bottom:10px;
}
.border{
    margin-bottom:15px;
}
#our-services{
    padding:25px 0;
}

}
@media only screen and (max-width: 480px){
/* .trading{
	 top:23%;
	 z-index:1;
	 }*/
.icon-bar, .trading{
	top:24%;
}	 
.icon-bar a{
    width: 30px;
    padding: 7px;
    font-size: 12px;
	}	 
 .trading a img{
	 height:180px;
 }
    .main-timeline .fa-icon,
    .main-timeline .timeline.bottom .fa-icon{ left: -15.5%; }
	
	.top-header ul li{
		    font-size: 9px;
    padding-right: 7px;
		}	
	.carousel-caption h1{
		font-size:18px;
		}
	.carousel-caption p{
		font-size: 12px;
    line-height: 1.5;
		}
	.title{
		font-size:20px;
		}	
.navbar-brand > img{
	width: 200px;
	}
	  .get{
	   width:40px;
	}	
.mt-115 {
    margin-top: 118px;
}	
#top{
	    padding-top: 5px;
	}	
.clients ul li{
    display:block;
    height:auto;
}	
}
@media only screen and (max-width: 320px){
	.top-header ul li{
	padding-right: 2px;
    font-size: 9px;
	}
	
}


/* The container */
.checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	    font-weight: 100;
}

/* Hide the browser's default checkbox */
.checkbox input {
    position: absolute;
    opacity: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*****************************************/
.slider {
  position: relative;
  height: 250px;
}

.slider .div {
    width: 100%;
    height: 79%;
    position: absolute;
    display: none;
    transition: 1s;
    border-bottom: 1px solid #ddd;
}

.div.active {
  display: block;
}

.prevv{
	bottom: 0;	
    position: absolute;
}
.nextt{
    position: absolute;
	bottom: 0;
	margin-left:80px;
	}
.submit{
    position: absolute;
	bottom: 0;
	margin-left:80px;
	display: none;
	}	
/*span {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.8);
  padding: 10px;
  color: #fff;
}*/

/*.next {
  right: 0;
}*/
.input-bg{
    background-color: #f5f5f5;
    box-shadow: none;
    border-radius: 0;
}
/***************************/
.radio label, .checkbox label{
	line-height: 1.2;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
    overflow:hidden;
}
.item.active img {
    transition: transform 5000ms linear 0s;
    /* This should be based on your carousel setting. For bs, it should be 5second*/
    transform: scale(1.05, 1.05);
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

/*.carousel-fade .carousel-control {
  z-index: 2;
}*/
/*
@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.6;}
}*/
.blink{
    font-size:13px;
/*	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.9s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;*/
}
/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}


@media (min-width: 768px){
.modal-dialog {
    margin: 35px auto;
}
.services:hover {
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0);
    cursor:pointer;
}
}
/*******************************/
.sms-services{
	border:1px solid #ddd;
	border-radius:4px;
	text-align:center;
	padding:15px;
	margin-bottom:30px;
	background-color: #fbfbfb;
	}
.sms-services h3{
	color:#2eaf94;
	}	
.text-orange {
    color: #ff9800;
}	

/**************
.shakee {    
    -webkit-animation: shake 0.1s ease-in-out 0.1s 8 alternate;
}

@-webkit-keyframes shake {
 from {
    -webkit-transform: rotate(10deg);
 }
 to {
   -webkit-transform-origin:center center;
   -webkit-transform: rotate(-10deg);
 }

}*/
/*
.shakee .blink:hover {
  animation: shake 0.8s;
  animation-iteration-count: infinite;
}
@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}*/
/* Quick Contact Form on the pages */
.getintouch{ 
   /* position: fixed; 
    display: block; 
    z-index: 1051; 
    line-height: normal; 
    right: 90px; 
    bottom:10px; 
    width: 276px; 
    height: auto; */
    padding:0px 15px 50px; 
    overflow: hidden; 
    text-align:center; 
    border-top:5px solid; 
    border-radius: 10px; 
    box-shadow: 6px 6px 20px rgba(0,0,0,0.15); 
    -webkit-transition: transform 0.5s; 
    -moz-transition: transform 0.5s; transition: transform 0.2s; 
    -webkit-transform: translateZ(0); transform: translateZ(0); 
    
}

.getintouch input, .getintouch textarea{ 
    display: block; 
    font-size: 14px; 
    width: 100%; 
    height: auto; 
    padding:8px 12px; 
    margin-bottom:12px; 
    border:1px solid #ddd; 
    -webkit-transition: box-shadow 0.5s; 
    -moz-transition: box-shadow 0.5s; 
    transition: box-shadow 0.5s; 
}
.getintouch input:focus, .getintouch textarea:focus{ 
    box-shadow: 2px 5px 15px rgba(0,0,0,0.1) 
}
.getintouch textarea{ 
    min-height: 80px; 
    resize: none; 
}
/*
.getintouch button{ 
    display: block; 
    width: 100%; 
    padding:10px 5px; 
    outline: none; 
    border: none; 
}*/
.getintouch h5{ 
    color:#777; 
        margin: 5px 0;
}
.getintouch p{ 
    color:#999; 
    margin:10px 0 20px; 
}
.getintouch a{ 
    margin-top:20px; 
    color: #555; 
    -webkit-transition: color 0.5s; 
    -moz-transition: 
    color 0.5s; 
    transition: color 0.5s;
    }
.getintouch input.error_warning, .getintouch textarea.error_warning{ 
    border-color:#eb2e2e !important; 
}
.getintouch.active{ 
    -webkit-transform: translateY(-5px); 
    -moz-transform: translateY(-5px); 
    -ms-transform: translateY(-5px); 
    transform: translateY(-5px); 
}
.getintouch.dark{ 
    background-color:#222; 
}
.getintouch.dark input, .getintouch.dark textarea{ 
    background-color:#272727; 
    border:1px solid #313131; 
    color:#ccc; 
}
.getintouch.dark h5{ 
    color:#ccc; 
    
} 
.getintouch p,.getintouch a{ 
    color:#aaa; 
    
}


/**************************/
.img-box{
    width:390px; 
}
.film_roll_wrapper .img-box {
  color:#000;
  box-shadow: 7px 7px 15px #777;
  margin-left: 5px;
  margin-right: 5px;
  padding:25px;
  background-color:#fff;
  border-radius:4px;
  /*transition: all 1s ease;*/
}
@media (max-width: 580px) {
  .film_roll_wrapper .img-box {
    margin: 0;
    box-shadow: none;
  }
}
.film_roll_wrapper .active .img-box {
  background-color:#e34f26;
  color:#fff;
}
.film_roll_container {
  position: relative;
}
.film_roll_pager{
  display:none;
}
.film_roll_pager a, a.film_roll_prev, a.film_roll_next {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#film_roll_2 .film_roll_shuttle {
  top:10px;
}
#film_roll_2 .film_roll_child {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  top: 0;
}
#film_roll_2 .moving_right .film_roll_child {
  transform: skew(2deg, 0) translate(-3px,0);
  -ms-transform: skew(2deg, 0) translate(-3px,0);
  -webkit-transform: skew(2deg, 0) translate(-3px,0);
}
#film_roll_2 .moving_left .film_roll_child {
  transform: skew(-2deg, 0) translate(3px,0);
  -ms-transform: skew(-2deg, 0) translate(3px,0);
  -webkit-transform: skew(-2deg, 0) translate(3px,0);
}
#film_roll_2 .film_roll_child.active {
  top: -10px;
}
#film_roll_2_left {
  position: absolute;
  left: 15px;
  top: 38%; 
}
#film_roll_2_right {
  position: absolute;
  right: 15px;
  top: 38%;  
}
.film_roll_prev{
  border-top-left-radius: 50px !important;
  border-bottom-left-radius: 50px !important;  
  border-top-right-radius:0 !important; 
  border-bottom-right-radius:0 !important;
}
.film_roll_next{
  border-top-right-radius: 50px !important;
  border-bottom-right-radius: 50px !important; 
  border-top-left-radius:0 !important;
  border-bottom-left-radius:0 !important;
}
.film_roll_prev, .film_roll_next{
    position: initial !important; 
    /* top: 48%; */
    left: 15px;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0px 13px 7px !important;
    font-size: 38px !important;
    font-weight: 600 !important;
    line-height: 110px !important;
    color: #e34f26 !important;
    text-align: center;
    background: #fff !important;
    border: 3px solid white !important;
    opacity: 1 !important;
}

/*******************************/
.no-padding{ 
    padding: 0 !important;
}
.plan{ 
    border:1px solid #EEEEEE; 
    position: relative; 
    overflow: hidden;
}
.plan:hover {
    box-shadow:0px 0px 10px #D9E0DB; 
}
.plan-header{ 
    text-align: center; 
    width: 100%; 
    padding: 5%; 
    color: #fff;
}
.bg-price:nth-child(1){
    background: #fff;
}
.bg-price:nth-child(2){
    background: #f36429;
}
.bg-price:nth-child(3){
    background: #673ab7;
}
.bg-price:nth-child(4){
    background: #2196f3;
}
.bg-price:nth-child(5){
    background: #ffd700;
}
.icons .fa-check{
	color:#0C0;
	}
.icons .fa-times{
	color: #F00;
	}	
.plan-container p:hover, .plan-container div:hover{
    background:#F8F8F8;
}
.plan-header h4{ 
    font-weight: bold; 
    vertical-align: bottom;
}
.plan-container{ 
    text-align: center; 
    background-color:#fff;
}
.plan-container p, .plan-container div{ 
    border-bottom:1px solid #F4F7F8; 
    margin: 0; 
    padding: 2%;
}
.plan-container p:before{
	content: "\f00c";
	font-family:"FontAwesome";
	padding-right:5px;
	color:#45ba76;
	}
.plan-container div span:before{
	content: "\f00d";
	font-family:"FontAwesome";
	padding-right:5px;
	color: #F00;
	}	
.plan-container p:last-child{ 
    border-bottom:none; 
}
.price{
    font-size: 20px; 
    font-family: PT Serif; 
    color: #FF592D; 
    font-weight: bold; 
    padding:7px !important; 
    background-color: #f8f8f8;
}
.renew-price{
    font-size: 12px; 
    color: #333333; 
    font-style: italic; 
    font-weight: normal;
}
.plan-footer{
    text-align: center; 
    padding: 10%; 
    background-color:#fff;
}
.order-now{
    border: 1px solid #FF592D; 
    padding: 15px; 
    border-radius: 4%; 
    color:#333333; 
    font-weight: bold; 
    width:100%; 
}
.order-now:hover{
    text-decoration: none; 
    background: #FF592D; 
    color: #fff;
}
.active-plan { 
    box-shadow:0px 0px 10px #D9E0DB;
}
.active-plan .plan-header{ 
    background: #45BA76; 
    color: #fff;
}
.active-plan .price{ 
    color:#45BA76;
}
.active-plan .plan-footer a{ 
    background: #45BA76; 
    color: #fff; 
    border:none;
}
.active-plan .plan-footer a:hover{ 
    background: #EEEEEE; 
    color: #333333; 
    border:1px solid #45BA76;
}
.offers{
    position: absolute;
    top: 0;
    right: 0;
}
.offers span{
    z-index: 9;
    width: 180px;
    height: 32px;
    padding: 0 20px;
    font-size: 11px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    box-shadow: 0px 2px 5px #888888;
    background: #8BC34A;
    border-top: 5px solid #8BC34A;
    border-bottom: 5px solid #8BC34A;
    transform: rotate(41deg);
    position: absolute;
    right: -60px;
    top: 12px;
}
/**********Footer*************/
.india, .usa{
    padding: 10px;
    background-color: #ffffff0d;
    box-shadow: 0px 0px 3px 1px #fffefe94;
    margin-bottom: 15px;
	}
footer{
	background-color:#283140;
	color:#fff;
	padding:50px 0 0;
	}
footer a{
	color:#ddd; 
}
footer ul{
	padding-left:20px;
    list-style: circle;
    color: #fff;
	}	
footer ul li a{
	color:#ddd;
	font-size:15px;
}
footer address{
	margin-bottom:0;
}
footer h4{
	color:#fff;
	font-size:17px;
}
footer h3{
	margin-top:0;
}
footer h2{
	font-size:22px;
}
footer h2:after{
    display: block;
    height: 0;
    content: "";
    border-bottom: 3px solid rgba(255,255,255,0.3);
    width: 70px;
    margin-top: 8px;
}
footer .form-control{
	padding-left:33px;
	background-color:transparent;
	color:#fff;
}
footer .enq label{
	position:absolute;
	padding:2px 0px 0 11px;;
}
footer .footer-below {
    padding: 15px 0;
    background-color: #ffffff30;
    margin-top: 10px;
}
ul.footer-menu{
	list-style:none;
	padding-left:0;
    margin-bottom: 0;
	}
ul.footer-menu li{
	display:inline-block;

	}	
ul.footer-menu li a{
	border-right:1px solid #404040;
	padding:0 6px;
	}
/**************************/
#portfolio .item {  
    padding: 20px;
}
#portfolio .owl-nav {  
     position: absolute; 
     top: 50%; 
	 left: 0; 
	 right: 0;
	 width: 100%; 
	 max-width: 835px; 
	 margin: -35px auto 0;
}
#portfolio .owl-prev, #portfolio .owl-prev { 
    display: inline-block;
}
#portfolio .owl-prev {  
    float: left;
}
#portfolio .owl-next {  
    float: right;
}	
.img-outer{
	padding:0 25px 25px;
}
.web-icon{
	width:23%;
	display:inline-block;
	float:left;
	}
/*****************/
@media (min-width: 768px) {
.bg-menu{
    background-color: #fff;
    border-top: 1px solid #ddd;
    padding: 7px 0;
	}
.bottom-menu ul{
	list-style:none;
	padding-left: 0;
	}
.bottom-menu ul li{
	display: inline-block;
    vertical-align: top;
    width: 18.2%;
    font-weight: 300;
    position: relative;
    line-height: 13px;
    color: rgba(0,0,0,.6);
    float: left;
    border-right:1px solid #ddd;
	margin-right:15px;
	cursor:pointer;
	}
	
.bottom-menu ul li:last-child{
	border-right:none;
	margin-right:0;
	}	
.bottom-menu ul li a{
	color:#333;
	}	
.bottom-menu ul li span{
    vertical-align: top;
    padding-left: 15px;
    text-align: left;
    display: inline-block;
    font-style: normal;
    padding-top: 6px;
	line-height: 19px;
	}	

	
.bottom-menu .dropdown-menu > li{
	float:none !important;
    display: initial;
	border-right:none;
	margin-right:0;
	}
.bottom-menu .dropdown:hover .dropdown-menu	{
	display:block;
	}
.bottom-menu .dropdown-menu > li > a:hover, .bottom-menu .dropdown-menu > li > a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #ff5a5f;
}	
.animated.slideUp{
	margin-top:62px;
	}	
.paddingLR {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.navbar-right{
	margin-right: 0;
	}
}
	
/*****************************/
.coloum-1 {
    width: 50%;
    border-right: 1px solid #ebebeb;
}
.coloum-2 {
    width: 50%;
}

.content-part {
    padding: 20px 0px 20px 0px;
    width: 570px !important;
    float: right !important;
    max-width: 90%;
}
.content-part-left {
    padding: 20px 0px 20px 30px;
    width: 570px !important;
    float: left !important;
    max-width: 90%;
}
.content {
    border-bottom: 1px dotted #ebebeb;
    display: flex;
    width: 100%;
	padding:0;
}
/*.bg_hover:hover{
	background-color:#dddddd2e;
}*/
.coloum-1 h3 a, .coloum-2 h3 a{
	color:#fff;
	}
.coloum-1 .more, .coloum-2 .more{
	border-color:#fff;
	color:#fff;
	}	
/*.color{
	background-color: rgba(237, 70, 54, .9);
    color: #fff;
	}*/
.software-color {
	background-color: rgba(237, 70, 54, .9);
    color: #fff;
	}
.web-color {
	background-color: rgb(33, 150, 243);
    color: #fff;
	}
.crm-color {
	background-color: rgba(154, 66, 150, .9);
    color: #fff;
	}
.app-color {
	background-color: rgba(83, 183, 87, .9);
    color: #fff;
	}	
.seo-color {
	background-color: rgb(0, 188, 212);
    color: #fff;
	}
.multimedia-color {
	background-color: rgb(233, 30, 99);
    color: #fff;
	}

@media (min-width: 1024px) {
  .bottom-menu ul li span{
	  font-size:14px;
  }  	
}

@media (max-width: 812px) {
 .bottom-menu ul li span{
	  font-size:10px;
  }
}

@media (max-width: 768px) {
.content{
	display: block;
	}
.coloum-1, .coloum-2{
	width:100%;
 }
.content-part, .content-part-left{
	float:none !important;
	}
.content-part{
    padding: 20px 0px 20px 30px;
	}
.container{
	padding-right: 30px;
    padding-left: 33px;
} 	
}

/* Mini height screens */
@media only screen and (max-height: 480px){
.getintouch{
    bottom:3px; 
    padding: 25px 15px; 
}
.getintouch.active{ 
    bottom:10px; 
}
.getintouch p{ 
    font-size: 12px; 
    margin:3px 0 14px; 
}
.getintouch input, .getintouch textarea{ 
    padding:6px 8px; 
    font-size: 13px; 
}
.getintouch textarea{ 
    min-height: 20px; 
}
.getintouch button{ 
    padding:5px; 
    font-size: 13px; 
}
.getintouch a{ 
    margin-top:10px; 
    font-size: 12px; 
 }

}
@media only screen and (max-height: 340px){
.getintouch{ 
    bottom:0; 
    padding: 7px 14px; 
}
.getintouch.active{ 
    bottom:5px; 
}
.getintouch p{ 
    font-size: 12px; 
    margin:3px 0 10px; 
  }

}
