@font-face {
    font-family:'candara';
    src:url("../fonts/candara.eot");
    src:url("../fonts/candara.ttf") format("truetype");
    font-weight:400;
    font-weight: normal \9;
    font-style:normal;
}

body {
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
    color: #444;
    margin: 0 auto !important;
    font-size: 14px;
    line-height: 24px;
}

header {
    -webkit-box-shadow: 0px 0.5px 10px #111;
    -moz-box-shadow: 0px 0.5px 10px #111;
    -o-box-shadow: 0px 0.5px 10px #111;
    box-shadow: 0px 0.5px 10px #111;
    top:0;
	position: fixed;
	z-index: 999;
	width: 100%;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

header.nav-up{
	top: -38px;
}

header .topBar {
    background: #192536;
    color: #f6b332;
    padding: 7px;
}

header .topBar .tagLine {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    text-transform: lowercase;
    font-size: 10px;
}

header .topBar .tagLine li{
	color: #f8fafb;
    font-family: "Montserrat";
    font-size: 13px;
}

header .topBar .socila-links, footer .socila-links {
    float: right;
    list-style: none;
    margin: 0;
}

header .topBar .socila-links li, footer .socila-links li{
    display: inline-block;
}

header .topBar .socila-links a, footer .socila-links li a{
    display: block;
    padding: 0 3px;
    color: #f6b332;
}

header .topBar .socila-links a:hover{
    color: #fff;
}

header .logo {
    background: url(../images/logo.png) no-repeat;
    width: 330px;
    height: 85px;
    margin: 0 10px;
    float: left;
    background-size: 100% 100%;
}


.headerMenus {
    background: #f8fafb;
}

.headerMenus .menuNav {
	float: right;	
}
.headerMenus .menuNav li {
    float: left;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.headerMenus .menuNav li a {
    color: #192536;
    text-transform: capitalize;
    padding: 27px 15px;
    display: block;
    font-size: 13px;
}

.menuNav > ul > li > a{
    border-top: 5px solid #f8fafb;
}

.menuNav > ul > li:hover > a,.menuNav > ul > li.active > a{
    border-top: 5px solid #f6b332;
}

/* .headerMenus .menuNav li:not(.submenu):hover,
.menuNav li.active,.inner-submenu li.active {
    background: #334c71;
} 

.headerMenus .menuNav li:not(.submenu):hover a,
.menuNav li.active a,.inner-submenu li.active a {
    color: #f8fafb;
}*/

.headerMenus .menuNav li.submenu > ul > li:hover{
    background: #334c71;
}

.headerMenus .menuNav li.submenu > ul > li:hover a{
    color: #fff;
}

.headerMenus .menuNav li.submenu:not(.active):hover a{
    color: #334c71;
}

.headerMenus .menuNav li.submenu:not(.active):hover ul li:hover a{
    color: #fff;
}

.inner-submenu li.active {
    background: #334c71;
}

.inner-submenu li:not(.active):hover{
    background: #f7f7f7;
}

.inner-submenu li.active a {
    color: #f8fafb;
}

.headerMenus .menuNav li.submenu,.headerMenus .menuNav li.inner-submenu{
	position: relative;
}

.headerMenus .menuNav li.submenu > ul > li.submenu.inner-submenu > a,
.headerMenus .menuNav li.submenu > ul > li.submenu.inner-submenu > ul li a{
    color: #334c71 !important;
}

.headerMenus .menuNav li.submenu > ul > li.submenu.inner-submenu > ul li:hover a{
    color: #fff !important;
}

.headerMenus .menuNav li.submenu > ul,.headerMenus .menuNav li.inner-submenu > ul{
    width: 200px;
    background: #f8fafb;
    position: absolute;
    list-style: none;
    /*display: none;*/
	opacity: 0;
	transform: translateY(-5%);
	-webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
	pointer-events: none;
}

.headerMenus .menuNav li.submenu:not(.active):hover{
	background: #eee;
}

.headerMenus .menuNav li.submenu:hover > ul,.headerMenus .menuNav li.inner-submenu:hover > ul{
	/*display: block;*/
	opacity: 1;
	transform: translateY(0%);
	pointer-events: auto;
}

.headerMenus .menuNav li.inner-submenu > ul{
	transform: translateX(-5%);
	right:-200px;
	top:0px;
}

.headerMenus .menuNav li.inner-submenu i{
	line-height: 22px;
	color: #334c71;
	float: right;
}
.headerMenus .menuNav li.inner-submenu:hover > ul{
	opacity: 1;
	transform: translateX(0%);
	pointer-events: auto;
}

.headerMenus .menuNav li.submenu > ul li{
    float: none;
    border-left: 3px solid #f6b332;
    border-bottom: 1px solid #e8e8e8;
}

.headerMenus .menuNav li.submenu > ul li a{
    padding: 10px;
    font-size: 13px;
   	color: #192536;
}

header.nav-up .logo {
    width: 206px;
    height: 53px;
    background-size: 100% 100%;
    margin: 0 5px;
}

header.nav-up .headerMenus .menuNav  > ul > li > a{
	padding: 12px 15px;
}

.inner-submenu li{
	float: none;
    border-left: 3px solid #f6b332;
    border-bottom: 1px solid #e8e8e8;
}

.inner-submenu li:first-child{

    border-top: 1px solid #e8e8e8;
}

.inner-submenu li a{
	padding: 10px;
    font-size: 13px;
   	color: #192536;
   	display: block;
}

.flexslider {
    overflow: hidden;
    margin: 115px 0 0;
    border: 0;
}

.flex-caption {
    width: 100%;
    margin-bottom: 0;
    padding: 15px;
    left: 0;
    bottom: 0;
    background: #192536;
    color: #f6b332;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
}

section.blocks{
	margin: 20px 0;
	padding: 30px 0;
}

section.blocks.last{
	margin: 20px 0 0 0;
}

section.blocks .intro-para{
	line-height: 28px;
    font-size: 20px;
    padding: 60px;
    background: #f7f7f7;
    border-radius: 5px;
    margin-bottom: 45px;
}

.whatwedo{
	background: #f1f1f1;
}

.intro .section-title, .whatwedo .section-title, .clientList .section-title{
	position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.intro .section-title:before, .whatwedo .section-title:before, .clientList .section-title:before {
    content: "";
    position: absolute;
    top: 48px;
    left: 0;
    width: 50px;
    height: 4px;
    background: #f6b332;
}

.intro .section-title:before {
    left: 50%;
    margin-left: -25px;
}

.whatwedo .box .box-item {
    position: relative;
    min-height: 250px;
    border-left: 1px solid #e8e8e8;
    overflow: hidden;
    float: left;
    width: 25%;
    text-align: center;
    padding: 40px 20px;
}
.whatwedo .box .box-item > i{
	color: #f6b332;
}

.whatwedo .box .box-item:not(:first-child) p{
	 padding: 30px 0;
}

.whatwedo .box .box-item:first-child{
	text-align: left;
	padding: 20px;
    border-left: 0;
}

.whatwedo .box .box-item:last-child{
	border-right: 1px solid #e8e8e8;
}

.whatwedo .box .box-item .readmoreLink{
	text-transform: uppercase;
	color: #444;
}

.whatwedo .box .box-item .readmoreLink:hover{
	text-decoration: underline;
	font-weight: bold;
}

footer .footerContact{
	background: #192536;
	color: #f8fafb;
	padding: 20px;
    font-size: 12px;
}

footer .footerContact .socila-links{
	float: none;
}

footer .footerContact .socila-links li a,footer .socila-links li a:hover{
	color: #f8fafb;
}


.fooAddress li,.quickLinks li {
    padding: 5px 0;
    overflow: hidden;
}

.fooAddress li:first-child,.quickLinks li:first-child {
    padding-top: 0;
}

.fooAddress li i {
    display: block;
    float: left;
    line-height: 20px;
    margin-right: 10px;
}

.fooAddress li .text {
    display: block;
    float: left;
    width: 85%;
}

.footer-social-links .facebook{
	color: #3b579d;
}

.footer-social-links .twitter{
	color: #55acee;
}

.footer-social-links .instagram{
	color: #ab3a91;
}
.quickLinks li a{
	color: #f8fafb;
}

.quickLinks li a:hover{
	text-decoration: underline;
}

.copyright{
	background: #090d13;
	color: #f8fafb;
	padding: 5px 0;
	text-align: center;
	font-size: 12px;
}

.copyright p{
	margin: 0;
}

.copyright span{
	color: #f6b332;
}

section.page-title{
	position: relative;
    /* padding: 150px 0px; */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    margin: 115px 0 0;
    height: 360px;
    position: relative;
}

section.page-title:before {
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    opacity: 0.3;
}

section.page-title.services{
	background-image: url("../images/banner/services.jpg");
}

section.page-title.sap-services01{
	background-image: url("../images/banner/sap-services01.jpg");
}

section.page-title.sap-services02{
    background-image: url("../images/banner/sap-services02.jpg");
}

section.page-title.sap-services03{
	background-image: url("../images/banner/sap-services03.jpg");
}

section.page-title.sap-services04{
    background-image: url("../images/banner/sap-services04.gif");
    background-size: contain;
    background-position: center left;
}

section.page-title.services01{
    background-image: url("../images/banner/services01.jpg");
    background-position: top center;
}

section.page-title.products{
	background-image: url("../images/banner/products.jpg");
}

section.page-title.clients{
	background-image: url("../images/banner/clients.jpg");
}

section.page-title.contact{
    background-image: url("../images/banner/contact-us.jpg");
}

section.page-title.pt-technews{
	background: #55a4cd url("../images/banner/technews.png") no-repeat;
    background-size: contain;
    background-position: center center;
}

section.page-title h1{
    /*color: #f6b332;*/
    color: #f7f7f7;
    position: absolute;
    text-shadow: -1px 1px 0px #111;
    background: rgba(255,255,255,0.4);
    width: 450px;
    padding: 5px;
    margin: 0;
    font-size: 25px;
}

section.page-title h1.left-top{
    top: 90px;
    border-right: 7px solid #f6b332;
}

section.page-title h1.left-bottom{
    bottom: 90px;
    border-right: 7px solid #f6b332;
}

section.page-title h1.right-top{
    top: 90px;
    right: 0;
    border-left: 7px solid #f6b332;
}

section.page-title h1.right-bottom{
    bottom: 90px;
    right: 0;
    border-left: 7px solid #f6b332;
}

section.blocks h2{
	color: #f6b332;
	margin: 20px 0 15px 0;
}

section.blocks h3{
    color: #f6b332;
    margin: 20px 0 10px 0;
    line-height: 30px;
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: 5px;
}

img {
    vertical-align: middle;
}

form .input-2,form .input-1{
	float: left;
	width: 100%;
}
form .input-2 .inputtype{
	width: 48%;
}

form .inputtype{
	margin-bottom: 20px;
	float: left;
	width: 100%;
}

form .inputtype input[type=text]{
	float: left;
	width: 100%;
	height: 35px;
	line-height: 35px;
	margin-bottom: 0;
}

form .inputtype textarea{
	float: left;
	width: 100%;
	line-height: 35px;
	height: 75px;
	margin-bottom: 0;
}
form .input-2 .inputtype.left{
	margin-right: 2%;
}
form .input-2 .inputtype.right{
	margin-left: 2%;
}

form .headline{
	margin-top:0;
	color: #f6b332;
	font-size: 18px;clear: both;
    line-height: 18px;
}

form .submit-btn{
	width: 100%;
	background: #f6b332;
	color: #fff;
	font-size: 14px;
}

form .submit-btn:hover{
	background: #fff;
	color: #f6b332;
}

.map-canvas{
	margin: 50px 0 0 0;
}

.tooltip-inner {
  background: #fa9928;
  max-width: 200px;
  padding: 6px 9px;
  color: #fff;
  text-align: center;
  border-radius: 2px;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #fa9928;
}

.clientList .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
    padding-top: 10px;
}
.clientList .owl-theme .owl-nav {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 100%;
    right: 0;
    margin: 0;
    margin-bottom: 36px;
}

.client-carousel.owl-carousel .owl-item{
    padding: 3px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.clientList .owl-theme .owl-nav [class*=owl-] {
    color: #c5c5c5;
    font-size: 24px;
    margin: 0;
    padding: 0;
    background-color: transparent;
    height: 40px;
    width: 40px;
    border: 2px solid #f7f7f7;
    line-height: 36px;
    text-align: center;
    margin-left: 10px;
    display: inline-block;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

.clientList .owl-theme .owl-nav [class*=owl-]:hover {
    color: #fa9928;
    border: 2px solid #fa9928;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

/*** 

====================================================================
    Main Slider style
====================================================================

***/

.main-slider{
    position:relative;
    z-index: 10;

    font-family: 'Montserrat', sans-serif;
}

.main-slider .tp-caption{
    z-index:5;
}

.main-slider .tp-dottedoverlay{
    background-color:rgba(0,0,0,0.60) !important;   
}

.main-slider h2{
    font-weight:800;
    line-height:1.4em;
    color:#ffffff;
    font-size:30px !important;
    text-transform:capitalize;
    letter-spacing:1px;
}

.main-slider h3{
    font-weight:700;
    line-height:1.4em;
    color:#ffffff;
    font-size:16px;
    letter-spacing:2px;
}

.main-slider .text{
    font-weight:400;
    line-height:1.8em;
    color:#ffffff;
    font-size:16px;
}

.main-slider .tp-caption .theme-btn{
    border-width: 2px !important;
    color:#ffffff;
}

.main-slider .tp-caption .theme-btn.btn-style-one:hover,
.main-slider .tp-caption .theme-btn.btn-style-three:hover{
    color: #f7b432;
}

.main-slider .tp-caption{
    z-index:5;
}

.main-slider .slide-overlay{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.40);  
}

.main-slider .tp-bannertimer,
.main-slider .tp-dottedoverlay{
    display:none !important;
}

.main-slider .tp-bullets.preview3 .bullet{
    background:none !important;
    width:10px !important;
    height:10px !important;
    border:3px solid #f7b432!important;
    border-radius:50%!important;
    margin:0px 7px;
}

.main-slider .tp-bullets.preview3 .bullet:hover,
.main-slider .tp-bullets.preview3 .bullet.selected{
    background:#f7b432 !important;
}

.main-slider .tparrows.preview3,
.main-slider .tparrows.preview3{
    background:none !important;
    width:60px !important;
    overflow:hidden;
    margin-top:0px !important;
    height:70px !important;
    
}

.main-slider .tparrows.preview3::after{
    top:0px;
    background:rgba(255,255,255,0.30);
    color:#ffffff;
    font-size:18px;
    height:70px !important;
    line-height:70px;
    width:50px !important;
    border:none;
    padding:0px;
    border-radius:2px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.main-slider .tparrows.tp-leftarrow.preview3::after{
    content: '\f104';
    font-family:'FontAwesome';
}

.main-slider .tparrows.tp-rightarrow.preview3::after{
    content: '\f105';
    font-family:'FontAwesome';
}

.main-slider .tparrows.preview3.tp-leftarrow{
    left:30px !important;
}

.main-slider .tparrows.preview3.tp-rightarrow{
    right:30px !important;
}

.main-slider .tparrows.preview3:hover::after{
    background:#f7b432;
    border-color:#f7b432;
}

.main-slider .tparrows.preview3 .tp-arr-iwrapper{
    visibility:hidden;
    opacity:0;
    display:none;   
}

.orangetext{
    color: #f6b332;
    font-size: 20px;
}

.orange-btn{
    padding: 8px 35px;
    line-height: 24px;
    text-transform: uppercase;
    background: #f7b432;
    color: #ffffff !important;
    letter-spacing: 1px;
    border: 2px solid #f7b432;
    font-size: 13px;
    font-weight: 700;
}

.technews{
    background: #f6b332;
    -webkit-transform: rotate(90deg);
    position: fixed;
    right: -46px;
    top:580px;
    z-index: 999;
    color: #fff;
    padding: 10px 20px;
}

/* !# Form Validation #!*/
input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  border: 1px solid #468847;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  border: 1px solid #B94A48;
}

.invalid-message{
    color: #B94A48;
}

.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;

  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}


/* !# Responsive styles #!*/
@media (min-width: 1200px) {
}

@media (max-width: 1024px) and (min-width: 768px) {
    .headerMenus .menuNav {
        width: 100%;
        float: none;
        display: none;
        position: relative;
        z-index: 9999;
        margin: 85px 0 0;
    }
    
    .mobile-menu{
        background: url(../images/mobile-menu.png) no-repeat;
        width: 48px;
        height: 48px;
        float: right;
        background-size: 100% 100%;
        margin: 18px 0 0 0;
    }
    .nav-up .mobile-menu{
        margin: 10px 0;   
    }

    header.nav-up .logo {
        margin: 5px 0;
    }


    .headerMenus .menuNav li.inner-submenu > ul{
        left: 10px;
        top: 0px;
        right: 0;
        position: relative;
        transition: none;
        opacity: 1;
    }


    .headerMenus .menuNav li.inner-submenu > ul{
        width: 190px;   
    }

    /* .headerMenus .menuNav li.submenu > ul, .headerMenus .menuNav li.inner-submenu > ul
    {
        position: relative;
        display: none;
        opacity: 1;
        transform: none; 
    } */

    .main-slider h2{
        font-size: 16px !important;
    }
}

@media (max-width: 768px) {
}

@media only screen and (max-width: 767px) {
    header .logo {
        width: 206px;
        height: 53px;
        background-size: 100% 100%;
        margin: 0 5px;
    }
    .mobile-menu{
        background: url(../images/mobile-menu.png) no-repeat;
        width: 32px;
        height: 32px;
        float: right;
        background-size: 100% 100%;
        margin: 12px 10px 0;
    }

    .main-content .inner-submenu{
        display: none;  
    }
    
    .main-content .callableNum{
        color: #f6b332;
    }

    .headerMenus .menuNav {
        width: 100%;
        float: none;
        display: none;
        position: relative;
        z-index: 9999;
        margin: 53px 0 0;
    }
    .headerMenus .menuNav li {
        float: none;
    }
    .headerMenus .menuNav li a{
        padding: 10px 15px;
        border-top: 0;
    }
    .menuNav > ul > li:hover > a, .menuNav > ul > li.active > a{
        border: 0;
        border-left: 5px solid #f6b332;   
    }

    .headerMenus .menuNav li.submenu > ul, .headerMenus .menuNav li.inner-submenu > ul
    {
        width: 100%;
        position: relative;
        display: none;
        opacity: 1;
        transform: none; 
    }
    .headerMenus .menuNav li.submenu > ul li{
        border-left: 0;
    }

    .headerMenus .menuNav li.inner-submenu > ul{
        left: 20px;
        top: 0px;
    }

    .headerMenus .container{
        padding: 0;
    }

    /* Main page */
    .main-slider{
        margin-top: 96px !important;
    }
    section.blocks {
        margin: 10px 0;
        padding: 10px 0;
    }

    section.blocks h2{
        font-size: 120%;
    }

    section.page-title{
        margin: 90px 0 0;
    }
    
    section.page-title h1{
        width: 100%;
    }

    .technews{
        top: 50%;
    }
    .whatwedo .box .box-item{
        float: none;
        width: 100%;
        min-height: initial;
        border-top: 1px solid #e8e8e8;
        border-bottom: 1px solid #ccc;
        border-left: 0;
    }
    .whatwedo .box .box-item:last-child{
        border-bottom: 0;
    }
    .whatwedo .box{
        width: 95%;
        margin: 0 auto;
    }
    .whatwedo .box .box-item:not(:first-child) p{
        padding: 10px 0;
    }


    .main-slider h2{
        font-size: 11px !important;
        width: 75%;
    }

    /* Footer */
    .footerContact .callableNum{
        color: #f8fafb;
    }

    .img-thumbnail{
        margin: 0 auto 10px auto;
        width: 90%;
        display: inherit;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
}

@media (min-width: 320px) and (max-width: 579px) {
}

@media (min-width: 320px) and (max-width: 400px) {

}

@media (min-width: 360px) and (max-width: 767px) {

}
