@charset "utf-8";
/* css document */
@font-face {
    font-family: 'Century Gothic';
    src: local('Century Gothic'), url('fonts/GOTHIC.ttf') format('opentype');
}
body{
	font-family: 'Century Gothic';
	font-size: 16px;
	font-weight: normal;
	background-color: #e1f4fd;
}
a:hover, a:focus, a:active{
	color: inherit;
	text-decoration: none;
}
img {
	max-width: 100%;
}
h1{
	font-family: 'Century Gothic';
	color:  #a2238f;
}
h1{
	margin-top: 10px;
	margin-bottom: 30px;
}
/*Header*/
.navbar{
	border-radius: 0px;
}
.menu-bar{
	background-color: #293998;
	border-color: transparent;
	margin-bottom: 0px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #008fd5;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
.navbar-nav {
	float: none;	
	width: 100%;
	display: table;
}
.navbar-nav > li{
	float: none;
	position: relative;
	display: table-cell;
	text-align: center;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}
.logo{
	padding: 5px 0;
}
.contact-block{
	background-color: #dcddde;
}
.phone i, .mail i{
	color: #293998;
	font-size: 24px;
	font-weight: 600;
	padding: 10px 10px;
}
.phone a, .mail a{
	color: #a2238f;
	font-size: 16px;
	font-weight: 600;
}
/*End Header*/
.background{
	background-color: #fff;
	padding-top:20px;
}
.ih-item.circle.effect1 .spinner{
	border: 10px solid #C757A1;
	border-right-color: #0095DA;
	border-bottom-color: #0095DA;
}
.ih-item.circle{
	margin: auto;
	margin-bottom: 20px;
}
.content-home p{
	padding: 0 40px;
}
.content-home{
	margin: 20px 0;
}
.col1 .col-sm-4{
	padding-right: 0px;
}
.col2 .col-sm-4{
	padding-left: 0px;
	padding-right: 0px;
}
.col3 .col-sm-4{
	padding-left: 0px;
}
.home-content.text-left{
	padding-left: 30px;
}
.home-content.text-center{
	margin: 50px 0 20px;
}
.home-content p{
	padding-left: 0px;
}
.home-content ol li {
	padding: 10px 0;
}
.home-content img{
	padding: 4px;
	border: 1px solid #dfdfdf;
	margin-top: 10px;
}
.footer-bar{
	background-color:#a2238f;
	color: #fff; 
}
.footer-bar h4{
	margin-top: 0px;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	padding:10px 0;
}
.address-footer{
	background-color: #f2fafe;
}
.address-footer img{
	margin: 20px 0; 
	max-width: 100%;
}
.map img {
	border-radius: 50%;
	border: 2px solid #a2238f;
}
.contact-footer{
	margin: 26px 0;
}
.contact-footer .fa.fa-phone {
	width: 32px;
	height: 32px;
	background: #2a3a97;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	color: #fff;
	padding-top: 6px;
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 10px;
}
.contact-footer .fa.fa-envelope {
	width: 32px;
	height: 32px;
	background: #2a3a97;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	color: #fff;
	padding-top: 6px;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 10px;
}
.contact-footer a, 
.contact-footer a:focus,
.contact-footer a:active{
	text-decoration: none;
	color: #333;margin-bottom: 5px;
}
.footer-menu {
	margin: 20px 0;
}
.footer-menu ul {
	display:inline-block;
	margin: 0;
	list-style-type: none;
}
.footer-menu ul li{
	float: left;
}
.footer-menu ul li a{
	padding: 15px 10px;
	color: #333;
	text-transform: uppercase;
}
.copyright {
	background-color:#404041;
	color: #fff;
	font-size: 14px;
}
.copyright a {
	color: #fff;
}
.copyright p{
	padding:10px 0;
	margin: 0;
}

/*Image Top*/
.image-content{
	padding: 50px;
	text-align: center;
	position: relative;
}
.image-content:before{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
	content: '';
}
.image-content.about, .image-content.team,
.image-content.services, .image-content.testimonial,
.image-content.gallery, .image-content.contact{
	background: url(images/s1.jpg) fixed;
}
.image-content .h1{
	color: #fff;
	position: relative;
	z-index: 999;
}
blockquote p:last-child{
	margin: 0px;
}
/*About Us*/
.about-us{
	padding: 0 20px 20px;
}

/*Our Team*/
.our-team{
	
	padding:0 20px 20px 20px;
}
.our-team img{
	border: 1px solid #dfdfdf;
	padding: 4px;
}

/*Services*/
.services-text{
	padding: 20px;
}
.services-text .h1{
	color: #a2238f;
	font-size: 28px;
}
.services-text .h2{
	font-size: 20px;
	padding-left: 10px;
	font-weight: 600;
}
.services-text p{
	padding-left: 10px;
}
/*Testimonials*/
.testimonials{
	padding: 0 20px;
}
.testimonials blockquote {
    background: #f8f8f8;
    border: none;
    color: #666;
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
    padding: 15px;
    position: relative;
}
.testimonials blockquote::after, .testimonials blockquote::before {
    bottom: 0;
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    right: 0;
    width: 0;
}
.testimonials blockquote::before {
    border-bottom: 20px inset #fff;
    border-left: 15px inset transparent;
    border-right: 0 solid transparent;
}
.testimonials blockquote::after {
    border-color: #3993D4 #fff #fff;
    border-style: solid;
    border-width: 20px 20px 0 0;
}
.testimonials span.testimonials-name {
    color: #3993D4;
    font-size: 16px;
    font-weight: 300;
}
.testimonials span {
    margin-left: 10px;
}
.testimonials span.testimonials-post {
    color: #656565;
    font-size: 12px;
}
/*Gallery*/
.gallery-images ul{
	list-style: none;
	padding-left: 10px;
}

/*Contact-us*/
.contact-address address,
.contact-us-link a{
	font-size: 14px;
}
.contact-image img{
	margin-top: 50px;
}
.contact-address .h4{
	padding-top: 5px;
	font-weight: 600;
	margin: 0;
}
.divider{
	position: relative;
	padding: 10px 0;
}
.divider::after, .divider::before {
    position: absolute;
    bottom: -1;
    left: 50%;
    display: block;
    width: 35px;
    border-bottom: 2px solid;
    content: "";
}
.divider::before {
    margin-left: -37px;
    border-color: #a2238f;
}
.divider::after {
    margin-left: 3px;
    border-color: #293998;
}
.contact-address hr{
	width: 96%;
	margin-top: 40px;
	margin-bottom: 0;
}
input[type="text"],
textarea,
input[type="submit"]{
	margin: 0 0 20px 0;
}
.enquiry-form{
	padding: 20px;
}
.form-control{
	height: 40px;
	border-radius: 0px;
}
.reference {
    padding: 15px;
    border: 1px solid #dfdfdf;
    margin: 15px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.1);
}
.reference h4{
	color: #293998;
	font-weight: 600;
}
.reference a{
	color: #A2238F;
	font-weight: 600;
}

      .form-control {
            height: 50px;
        }

        textarea.form-control {
            height: 150px;
        }

        .submit-icon {
            display: none;
        }

        .submit-icon.rotating-show {
            display: inline-block;
            vertical-align: middle;
        }

        @-webkit-keyframes rotating

        /* Safari and Chrome */
            {
            from {
                -webkit-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                transform: rotate(0deg);
            }

            to {
                -webkit-transform: rotate(360deg);
                -o-transform: rotate(360deg);
                transform: rotate(360deg);
            }
        }

        @keyframes rotating {
            from {
                -ms-transform: rotate(0deg);
                -moz-transform: rotate(0deg);
                -webkit-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                transform: rotate(0deg);
            }

            to {
                -ms-transform: rotate(360deg);
                -moz-transform: rotate(360deg);
                -webkit-transform: rotate(360deg);
                -o-transform: rotate(360deg);
                transform: rotate(360deg);
            }
        }

        .rotating {
            -webkit-animation: rotating 2s linear infinite;
            -moz-animation: rotating 2s linear infinite;
            -ms-animation: rotating 2s linear infinite;
            -o-animation: rotating 2s linear infinite;
            animation: rotating 2s linear infinite;
        }

        .contact-form-sec {
            box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        }

        .form-btn {
            background: #3498db;
            border: none;
            padding: 15px 35px;
            margin: 0;
            position: relative;
            display: inline-block;
        }

        .form-btn:hover,
        .form-btn:focus {
            background: #737373;
            color: #fff;
        }
/*Media Querries*/
@media (min-width: 1200px){
	.phone a, .mail a {

    font-size: 22px;
}
}
@media(max-width:1024px){
	.background{
	padding-left: 5px;
	padding-right: 30px;
	}
}
@media(max-width: 992px){
	body{
		font-size: 14px;
	}
	.navbar-default .navbar-nav > li > a {
    color: #fff;
    padding: 20px 16px;
	}
	.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
	}
	.phone, .mail {
    text-align: center;
	}
	.map img{
		margin: 10px;
	}
}
@media(max-width: 767px){
	h1{
		font-size: 28px;
	}
	.navbar-nav {
		float: none;	
		width: 100%;
		display: block;
		margin: 7.5px 0px;
	}
	.navbar-nav > li{
		float: none;
		position: relative;
		display: block;
		text-align: center;
	}
	.navbar-default .navbar-nav > li > a{
	padding: 10px 15px;
	}
	.phone , .mail{
	position: relative;
	border:1px solid #293998;
	padding: 5px 5px 5px 60px;
	margin:5px auto;
	border-radius: 4px;
	text-align: left;
	min-height: 60px;
	}
	.phone i, .mail i {
	font-size: 40px;
	padding:0;
	position: absolute;
	left: 5px;
	top: 8px;
	}

	.footer-menu ul {
	float: none;
    list-style-type: none;
    text-align: center;
    padding-left: 0;
	}
	.col1 .col-sm-4{
	padding-right: 15px;
	}
	.col2 .col-sm-4{
		padding-left: 15px;
		padding-right: 15px;
	}
	.col3 .col-sm-4{
		padding-left: 15px;
	}
	.home-content{
		padding-left: 0px;
	}
	.home-content.text-left {
    padding-left: 20px;
	}
	.home-content h2{
		font-size: 26px;
	}
	.home-content ol {
		padding: 0 10px;
	}
	.home-content.text-center {
    margin: 10px 0;
	}
	.home-content img {
    margin: 0 15px 10px;
    max-width: 90%;
	}
	.our-team {
    margin: 20px;
	}
	.footer-menu ul li {
    float: none;
    display: inline-block;
    padding: 5px;
    border: 1px solid #293998;
    margin-bottom: 4px;
}
	.footer-menu ul li a{
	padding: 0px;
	}
}
