﻿body {
}

/*about*/
.breadcrum {
    background-color: #337ab7;
    font-variant-caps: all-small-caps;
    font-family: 'Open Sans';
    font-weight: bold;
    
    border-radius: 0;
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    padding: 5px 0 5px;
    min-height: 40px;
    text-transform: uppercase;
}

.banner.page-title.bg-our-clients {
    background: url(../img/abtbg.jpg);
    background-position-y: 80%;
    background-size: cover;
}
    .banner.page-title {
    display: table;
    height: 280px;
    position: relative;
    width: 100%;
}
        .banner.page-title .banner-cell {
            display: table-cell;
            vertical-align: middle;

        }

        .banner.page-title h1 {
            margin: 0 auto;
            max-width: 1240px;
            padding: 0 20px;
            position: relative;
            text-align: center;
        }

.section .section-lead header {
    color: #757575;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-top:100px;
}

.section .section-lead hr {
    border: 2px solid #2B2B2B;
    
    height: 2px;
    width: 75px;
}

    .footer-bottom
{
    background-color : #000000;
    padding:4px 10px;
    color:white;
}

.text-left 
{
    text-align:left;
}

.text-right 
{
    text-align:right;
}

.footer-bottom-anchor
{
    text-decoration-line:none;
    font-size :12px;
    font-weight:bold;
}

.color-primary {
    color: #337ab7;
}

.color-white {
    color: #fff;
}

.color-dark {
    color: #000;
}

.bg-dark {
    background-color:#000;
}
.pd-t-15 { padding-top:15px;
}

.pd-l-15 {
    padding-left: 15px;
}

.pd-l-25 {
    padding-left:25px;
}

.pd-t-25{padding-top:25px;}

.pd-b-10{padding-bottom:10px;}

.pd-b-25 {
    padding-bottom: 25px;
}

/*footer*/
.footer {
	background-color: #0d0d0d;
	height: auto;
	padding-bottom: 30px;
	position: relative;
	width: 100%;
	border-top: 1px solid #DDDDDD;
}

.footer h4 {
	border-bottom: 1px solid #337ab7;
	color: #337ab7;
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
	padding: 40px 0 10px;
	/*text-transform: uppercase;*/
}
.footer ul {
	font-size: 13px;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 15px;
	color: #337ab7;
}
.footer ul li a {
	padding: 0 0 5px 0;
	display: block;
}
.footer a {
	color: #337ab7;
}
.supportLi h4 {
	font-size: 20px;
	font-weight: lighter;
	line-height: normal;
	margin-bottom: 0 !important;
	padding-bottom: 0;
}

/*social*/
.icon-circle .fa{
    font-size           : 15px;
    color               : #e84700;
    margin              : 0 auto;
    height              : 50px;
    width               : 50px;
    border-radius       : 50%;
    border              :2px solid #e84700;
    line-height         : 50px;
    cursor              : pointer;
    -webkit-transition  : all  ease-in-out 0.35s;
    -moz-transition     : all  ease-in-out 0.35s;
    -o-transition       : all  ease-in-out 0.35s;
    -ms-transition      : all  ease-in-out 0.35s;
    transition          : all  ease-in-out 0.20s,background-color ease-in-out 0.05s;
}

.icon-circle  .fa:hover{
    background-color        : #e84700;    
    color                   : #fff;
    border                  : 1px solid #e84711;
    -moz-box-shadow         : inset 0px 0px 0px 5px #ffffff;
    -o-box-shadow           : inset 0px 0px 0px 5px #ffffff;
    -ms-box-shadow          : inset 0px 0px 0px 5px #ffffff;
    -webkit-box-shadow      : inset 0px 0px 0px 5px #ffffff;
    box-shadow              : inset 0px 0px 0px 5px #ffffff;
    -ms-transform           : scale(1.2,1.2); 
    -webkit-transform       : scale(1.2,1.2);
    -moz-transform          : scale(1.2,1.2); 
    -o-transform            : scale(1.2,1.2); 
    transform               : scale(1.2,1.2);  
}

.icon-circle  i:before{
    margin-left         : 0px;
    font-size           : 20px;
}

@media (min-width:320px) and (max-width:768px) {
 .icon-circle .fa{
    font-size           : 15px;
    color               : #e84700;
    margin              : 0 auto;
    height              : 40px;
    width               : 40px;
    border-radius       : 50%;
    border              :2px solid #e84700;
    line-height         : 40px;
    cursor              : pointer;
    -webkit-transition  : all  ease-in-out 0.35s;
    -moz-transition     : all  ease-in-out 0.35s;
    -o-transition       : all  ease-in-out 0.35s;
    -ms-transition      : all  ease-in-out 0.35s;
    transition          : all  ease-in-out 0.20s,background-color ease-in-out 0.05s;
}

.icon-circle  .fa:hover{
    background-color        : #e84700;    
    color                   : #fff;
    border                  : 1px solid #e84711;
    -moz-box-shadow         : inset 0px 0px 0px 5px #ffffff;
    -o-box-shadow           : inset 0px 0px 0px 5px #ffffff;
    -ms-box-shadow          : inset 0px 0px 0px 5px #ffffff;
    -webkit-box-shadow      : inset 0px 0px 0px 5px #ffffff;
    box-shadow              : inset 0px 0px 0px 5px #ffffff;
    -ms-transform           : scale(1.2,1.2); 
    -webkit-transform       : scale(1.2,1.2);
    -moz-transform          : scale(1.2,1.2); 
    -o-transform            : scale(1.2,1.2); 
    transform               : scale(1.2,1.2);  
}

.icon-circle  i:before{
    margin-left         : 0px;
    font-size           : 20px;
}   
}

.ifacebook .fa{
    color               :#3B5998;
    border              :2px solid #3B5998;
}

.ifacebook .fa:hover{
    background-color        : #3B5998;    
    color                   : #fff;
    border                  : 1px solid #3B5998;
}

.itwittter .fa{
    color               : #33ccff;
    border              :2px solid #33ccff;
}

.itwittter .fa:hover{
    background-color        : #33ccff;    
    color                   : #fff;
    border                  : 1px solid #33ccff;
}

.igoogle .fa{
    color               : #BD3518;
    border              :2px solid #BD3518;
}

.igoogle .fa:hover{
    background-color        : #BD3518;    
    color                   : #fff;
    border                  : 1px solid #BD3518;
}

.iLinkedin .fa{
    color               : #007bb7;
    border              :2px solid #007bb7;
}

.iLinkedin .fa:hover{
    background-color        :#007bb7;    
    color                   : #fff;
    border                  : 1px solid #007bb7;
}

.round {
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 50%; 

  /* Firefox 1-3.6 */
  -moz-border-radius: 50%; 
  
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 50%; 
  color: #337ab7;
border: 2px solid #337ab7;
padding: 5px;
}

.borderdsh {
   /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 5px; 
   /* Firefox 1-3.6 */
  -moz-border-radius: 5px; 
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 5px; 
    border:2px dashed #b1a7a7;
    padding:15px;
    margin:20px;
}

.borderdsh:hover{
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.17);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.17);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.17);
}

/*choose us*/
        .chooseus {
            background-image:url('img/whychooseus/whychooseus1.jpg'); background-repeat:no-repeat;
            background-attachment: fixed;
            background-size: 100% 100%;
            opacity: 0.7;
            filter: alpha(opacity=70); /* For IE8 and earlier */
        }

        .services {
            background-image:url('../img/home-bg.png'); background-repeat:no-repeat;
            background-attachment: fixed;
            background-size: 100% 100%;
            background-color:#eee;
        }

         /*services*/
        .grid3-container {
            padding:15px;
            display:block;
            box-sizing:border-box;
        }
        .sub-block{
            border-radius:20px;padding:25px;
            background: #ffffff none repeat scroll 0 0;
            box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
            text-decoration: none;
            transition:all 0.2s ease-in-out 0s;
        }
        .sub-block:hover{
            background-color:#f2f2f2;
            border: 1px solid #337ab7;
            padding-bottom:10px
        }

.sub-block-card {
       text-align: center;
    height: 119px;
    text-overflow:ellipsis;
    /* Required for text-overflow to do anything */
    white-space:initial;
    overflow: hidden;
    font-size:16px;
    

}

        .more-button {
            background-color: #fea84b;
            border: 0 none;
            border-radius: 30px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
            color: #ffffff;
            display: inline-block;
            font-size: 16px;
            padding: 10px 30px;
            text-align: center;
            text-decoration: none;
        }

        /*index*/
/* Remove the navbar's default margin-bottom and rounded borders */
.navbar {
    margin-bottom: 0;
    border-radius: 0;
}

/* Add a gray background color and some padding to the footer */
.footer {
    padding: 25px;
}

/*Carousel*/
body {
    font-family: 'Lato', sans-serif;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.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;
}

@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);
        }
}

.carousel-caption {
    text-shadow: 0 1px 4px rgba(0,0,0,.9);
    font-size: 17px
}

    .carousel-caption h3 {
        font-size: 30px;
        font-family: 'Lato', sans-serif;
    }

html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
    height: 100%;
}

.item:nth-child(1) {
    background: url('http://xanimateacademy.com/img/slider/xanimate1.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.item:nth-child(2) {
    background: url('http://xanimateacademy.com/img/slider/xanimate2.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.item:nth-child(3) {
    background: url('http://xanimateacademy.com/img/slider/xanimate3.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.item:nth-child(4) {
    background: url('http://xanimateacademy.com/img/slider/xanimate4.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.item:nth-child(5) {
    background: url('http://xanimateacademy.com/img/slider/xanimate5.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.item:nth-child(6) {
    background: url('http://xanimateacademy.com/img/slider/xanimate6.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.item:nth-child(7) {
    background: url('http://xanimateacademy.com/img/slider/xanimate7.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.item:nth-child(8) {
    background: url('http://xanimateacademy.com/img/slider/xanimate8.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
/*services*/
.grid3-container {
    padding: 15px;
    display: block;
    box-sizing: border-box;
}

.main-h4 {
    font-family: "franklin-gothic-urw-cond-n7","franklin-gothic-urw-cond",Arial,sans-serif;
    font-size:21px;
    font-weight:700;
    text-transform: uppercase;
}

.sub-block {
    border-radius: 20px;
    padding: 25px;
    background: ##301934 none repeat scroll 0 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
}

    .sub-block:hover {
        background-color: #f2f2f2;
        border: 1px solid #337ab7
    }

.more-button {
    background-color: #fea84b;
    border: 0 none;
    border-radius: 30px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
}
     

/*Testimonials*/
.tooltiptext {
    margin-right: 50px;
    background-color: #337ab7;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 15px;
    /*position: absolute;
    z-index: 1;*/
    bottom: 150%;
    left: 10%;
    margin-left: -60px;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #337ab7;
    /*margin-top: -52px;*/
    margin-left: 25%;
}

.testimg {
    border: 2px solid #337ab7;
    padding: 5px;
    height: 125px;
    width: 125px;
}

/*maps*/
.map-responsive {
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
    height: 0;
}

    .map-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

.w3-light-grey, .w3-hover-light-grey:hover, .w3-light-gray, .w3-hover-light-gray:hover {
    color: #000 !important;
    background-color: #f1f1f1 !important;
}

.w3-card, .w3-card-2 {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    position:relative;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card-title {
    position: absolute;
    font-size: 24px;
    font-weight: bold;
    color: #337ab7;
    top: 25%;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    text-align:center;
}
