.pull-left{
	float: left;
}

.pull-right{
	float: right;
}


.header-section {
    background: #ffffff;
    box-shadow: 0px 1px 4px #133d5b;
    /*position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;*/
}

.header-top {
    background: #f4f4f4;
    height: 38px;
    border-bottom: 1px solid #9e46204d;
}

.call-header a {
    color: #9e4620;
    font-size: 15px;
    font-weight: 600;
    line-height: 38px;
}

.call-header i.fa {
    margin-right: 5px;
}

.header-link ul {
    margin: 0;
}

.header-link ul li {
    line-height: 38px;
}

.header-link ul li a {
    color: #9e4620;
    font-size: 15px;
    font-weight: 600;
}

.header-link i.fa {
    margin-right: 5px;
}

.header-middle {
    height: 74px;
    background: #ffffff;
}

.header-middle .logo {
    /*line-height: 58px;*/
    padding: 8px 0px;
}

.header-middle .logo a {
    font-size: 24px;
    color: #133d5b;
    font-weight: 600;
    line-height: 54px;
}

/*.header-middle .logo a img {
    width: 52px;
}*/

.header-middle .menu ul{
	margin: 0;
}

.header-middle .menu ul li {
    display: inline-block;
    margin-left: 2px;
    padding: 20px 15px;
    transition: all 0.3s ease;
}

.header-middle .menu ul li:last-child{
	padding-right: 0px;
}

.header-middle .menu ul li a {
    color: #e36913;
    font-size: 18px;
    font-weight: 600;
    display: block;
    line-height: 34px;
}

/*.header-middle .menu ul li:hover{
	background: #e36913;
}

.header-middle .menu ul li:hover a{
	color: #ffffff;
}*/

.header-bottom {
    padding: 4px 0px;
}

.header-text-animation a {
    display: flex;
    align-items: center;
}

.header-text-animation a marquee a {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #ff0000;
    text-decoration: underline;
}
























.header-info_area a {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}

.header-info_area a i.fa.fa {
    margin-right: 7px;
    font-size: 16px;
}

nav.text-right {
    float: right;
}



.content-section {
    padding-top: 40px;
    padding-bottom: 20px;
}

.content-section .content h2 {
    font-size: 30px; 
    font-weight: 700;
    text-align: center;
    margin: 0;
    padding-bottom: 15px;
    position: relative;
}

.content-section .content p {
    font-size: 17px;
    color: #000000;
    text-align: justify;
    margin: 0;
}

.jb-slide-item-blk {
    padding: 0px 15px;
}

.section-Enterprise {
    background: #e36913;
    margin-top: 40px;
    overflow: hidden;
}



.section-Enterprise .it-infrastructure {
    padding: 40px 25px;
}

.it-infrastructure-blk {
    background: #0084c5;
}

.it-infrastructure h2 {
    font-size: 21px;
    color: #ffffff;
    margin: 0px;
    text-align: center;
    padding-bottom: 16px;
}

.it-infrastructure p {
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    margin: 0;
}

.about-section-area {
    padding: 50px 0px;
}


.footer-widgets img {
    width: 154px;
}

.footer-bottom_area .copyright a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    display: block;
    transition: all 0.3s;
}

.footer-bottom_area .copyright a:hover{
    color: #ffffff !important;
}

/*************** accordian **********************/

.accordion {
    cursor: pointer;
    width: 100%;
    border: none;
    outline: none;
    transition: 0.4s;
}

/*.active, .accordion:hover {
  background-color: #ccc; 
}*/

.panel {
    padding: 15px 0px 0px 0px;
    display: none;
    overflow: hidden;
}

.panel p {
    margin: 0;
    font-size: 16px;
    color: #ffffff;
}















.footer-widgets img {
    width: 150px;
}

.footer-widgets p {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 6px 0px;
}

.footer-widgets .button-color {
    color: #20488a;
}

.footer-widgets .button-color-blk {
    color: #227302;
}

.footer-widgets .button-color-abc {
    color: #a41a4a;
}


