/*****
*
*
*Author Name : Mostafizur Rahman
*Author URI : http://mostafiz.me/
*Version : 1.1
*Description : This is a responsive HTML & Bootstrap template developed by Mostafizur Rahman
*Template URI : http://mostafiz.me/demo/doctor/
*
*
****/

body {
    margin: 0;
    padding: 0;
    font-family: 'BenchNine', sans-serif;
    /*letter-spacing: 0.3px;
	    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    */
}
li {
    list-style: none;
}
a:hover,
a:visited,
a {
    text-decoration: none;
}
h1,
h2 {
    text-transform: uppercase;
    font-weight: bold;
}

/*header area*/

.top-header {
    background: #fff !important;
    position: fixed;
    width: 100%;
    z-index: 99999;
    float: left;
}
.header-backup {
    width: 20px;
    height: 119px;
    background: transparent;
    margin: auto;
}
.top-header img.logo {
    margin-bottom: 25px;
    /*margin-top: -15px;*/
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 0;
    margin-top: 8px;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
}

.container-fluid {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.navbar-collapse {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.nav-bar {
    margin-top: 29px;
}
.navbar-toggle span {
    color: #fff;
}
ul.nav {
    margin: 0;
    padding: 0;
}
.navbar-default .navbar-nav>li>a {
    font-size: 20px;
    color: #dc3f2a;
    text-transform: uppercase;
    transition: all .2s ease 0s;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    -ms-transition: all .2s ease 0s;
    padding: 8px 8px;
    font-weight: bold;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #f1ac2c;
    border-bottom: 4px solid #f1ac2c;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
    
}
li a.active {
    color: #f1ac2c !important;
    border-bottom: 4px solid #f1ac2c;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
    margin-top: 4px;
}

/*----- Bottom Level -----*/
.menu li:hover .sub-menu {
	z-index:1;
	opacity:1;
}
.sub-menu {
	width: 190%;
	padding: 5px 0px;
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: -1;
	opacity: 0;
	transition: opacity linear 0.15s;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
	background: #eee;
}
.sub-menu li {
	display: block;
	font-size: 18px;
	color: #1a2742;
    text-transform: uppercase;
}
.sub-menu li a {
	padding: 10px 30px;
	display: block;
}
.sub-menu li a:hover, .sub-menu .current-item a {
	background: #e7e7e7;
	font-size: 18px;
	color: #1a2742;
    text-transform: uppercase;
}

.arrow {
	font-size: 15px;
	margin-top: -10px !important;
}
/*slider area*/

.slider-row {
    margin: 0;
    padding: 0;
}
.slider-wrapper {
    margin: 0;
    padding: 0 !important;
    background: #000 !important;
}
.carousel-caption .title {
    font-size: 60px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
    background: #f1ac2c;
    padding: 20px 15px 15px 15px;
    display: inline-block;
    margin-bottom: 20px;
}

.carousel-caption .description {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
    background: #dc3f2a;
    display: inline-block;
    padding: 14px 7px 7px 7px;
}

.carousel-caption p {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
}
.carousel-caption button {
    width: 240px;
    height: 60px;
    background: #dc3f2a;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    border: 0;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
}
.carousel-caption button:hover {
    background: #1a2742;
}

.all-width button:hover {
    background: #1a2742;
}

.carousel-control {
    width: 5%;
}
.carousel-inner {
    background: -webkit-linear-gradient(left, #000, #1a2742);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, #000, #1a2742);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, #000, #1a2742);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to left, #000, #1a2742);
    /* Standard syntax */
}
.item {
    position: relative;
}
.carousel-caption {
    position: absolute;
    text-align: left;
    left: 12%;
    line-height: 1;
    top: 50%;
    margin-top: 0px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    font-size: 18px;
    padding: 5px;
    background: #fff;
    border-radius: 50%;
    color: transparent;
    margin-left: 0;
    margin-top: 50px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    font-size: 18px;
    padding: 5px;
    background: #fff;
    border-radius: 50%;
    color: transparent;
    margin-right: 0;
    margin-top: 50px;
}

.logo2 {
	position: relative;
	top: 20%;
}

/*about area*/

.about h2 {
    font-size: 70px;
    color: #f1ac2c;
    margin-top: 50px;
}

.about h2 .red {
    font-size: 70px;
    color: #dc3f2a;
    margin-top: 50px;
}

.about button {
    width: 180px;
    height: 50px;
    text-align: center;
    background: #dc3f2a;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    border: 0;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    margin-bottom: 40px; 
}
.carousel-caption button:hover {
    background: #1a2742;
}

.about h4 {
    font-size: 18px;
    color: #1a2742;
    margin-bottom: 45px;
    font-family: 'Open Sans', sans-serif;
}

.about p {
    font-size: 16px;
    color: #1a2742;
    font-family: 'Open Sans', sans-serif;
    padding: 0 25px;
    padding-bottom: 0px;
    padding-bottom: 30px;
}

#whois h4 {
    text-align: left !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.about-img img {
    width: 100%;
}
.single-about-detail {
    position: relative;
}
.pentagon-text h1 {
    font-size: 60px;
    color: #383838;
    margin-top: 0;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
    position: absolute;
    left: 15%;
    width: 50px;
    top: -6%;
}

.pentagon-text img {
    margin-top: 0;
    width: 70px;
    height: 70px;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
    position: absolute;
    left: 15%;
    width: 50px;
    top: -6%;
}

.pentagon-text {
    width: 70px;
    height: 52px;
    background: #fff;
    position: relative;
    top: -30px;
    left: 43%;
}
.pentagon-text:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 34px solid transparent;
    border-right: 35px solid transparent;
    border-bottom: 15px solid #fff;
}
.pentagon-text:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 0;
    height: 0px;
    border-left: 36px solid transparent;
    border-right: 34px solid transparent;
    border-top: 15px solid #fff;
}
.about-details {
    background: #f1ac2c;
    border-top: 2px solid #fff;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
}
.about-details h3 {
    font-size: 36px;
    color: #fff;
    margin-top: 0;
}
.about-details p {
    font-size: 13px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    padding: 0 25px;
    padding-bottom: 30px;
}
.single-about-detail:hover .about-details {
    background: #1a2742;
}
.single-about-detail:hover .pentagon-text h1 {
    color: #1a2742;
}

/*service area*/

.service {
    background: url(../img/pattern.jpg);
    background-repeat: repeat-y;
    margin-top: 40px;
}
.service h2 {
    font-size: 70px;
    color: #fff;
    margin-top: 70px;
    margin-bottom: 20px;
}
.service h4 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 70px;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
    font-size: 16px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
}
.single-service-img {
    width: 205px;
    height: 125px;
    background: #fff;
    position: relative;
    left: 50%;
    margin-left: -100px;
}
.single-service-img:before {
    content: "";
    position: absolute;
    top: -42px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 102px solid transparent;
    border-right: 104px solid transparent;
    border-bottom: 42px solid #fff;
}
.single-service-img:after {
    content: "";
    position: absolute;
    bottom: -42px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 102px solid transparent;
    border-right: 102px solid transparent;
    border-top: 42px solid #fff;
    z-index: 10;
}
.service-img {
    width: 200px;
    height: 123px;
    background: #dc3f2a;
    position: relative;
    top: 1px;
    left: 2px;
}
.service-img:before {
    content: "";
    position: absolute;
    top: -40px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-bottom: 40px solid #dc3f2a;
}
.service-img:after {
    content: "";
    position: absolute;
    bottom: -39px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-top: 40px solid #dc3f2a;
    z-index: 999;
}
.single-service h3 {
    margin-top: 56px;
    color: #fff;
    padding-bottom: 90px;
    font-size: 30px;
}
.service-img img.quality {
    left: 26%;
    top: 11%;
}
.service-img img.rapidity {
    left: 26%;
    top: 11%;
}
.service-img img.efficiency {
    left: 26%;
    top: 11%;
}
.service-img img.transparency {
    left: 26%;
    top: 11%;
}
.service-img img {
    position: absolute;
}

/*team section*/

.team {
    /*padding-bottom: 60px;*/
}
.team h2 {
    font-size: 70px;
    color: #f1ac2c;
    margin-top: 50px;
    margin-bottom: 20px;;
}
.team h4 {
    font-size: 16px;
    color: #1a2742;
    margin-top: 0;
    margin-bottom: 45px;
    font-family: 'Open Sans', sans-serif;
}

.team h2 .red {
    font-size: 70px;
    color: #dc3f2a;
    margin-top: 50px;
}

.single-member {
    margin: 0;
    padding: 0;
}
.person img {
    width: 100%;
}
.person-detail {
    padding: 10px;
    background: #dc3f2a;
    position: relative;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
}
.arrow-top {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #dc3f2a;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    bottom: -10px;
    left: 46%;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
}
.arrow-bottom {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #dc3f2a;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    top: -9px;
    left: 46%;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
}
.person-detail h3 {
    font-size: 26px;
    color: #fff;
}
.person-detail p {
    font-size: 13px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}
.single-member:hover .person-detail {
    background: #1a2742;
}
.single-member:hover .arrow-top {
    background: #1a2742;
}
.single-member:hover .arrow-bottom {
    background: #1a2742;
}

/*contact section*/

.contact-caption {
    background: #1a2742;
}
.contact-heading h2 {
    color: #fff;
    font-size: 70px;
}
.contact-info {
    padding-left: 40px;
}
.contact-info h3 {
    padding-left: 0;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #dc3f2a;
    padding-bottom: 12px;
    margin-bottom: 0;
}
.contact-form h3 {
    padding-left: 0;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #dc3f2a;
    padding-bottom: 12px;
    margin-bottom: 0;
}
.contact-info ul {
    margin: 0;
    padding: 0;
}
.contact-info ul li {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;
}
.contact-info i.fa {
    font-size: 16px;
    padding-right: 12px;
    width: 25px;
    height: 38px;
}
.contact-info ul li span {
    font-weight: bold;
}
.contact-form input {
    width: 100%;
    height: 40px;
    background: #fff;
    font-size: 13px;
    color: #084a5c;
    font-family: 'Open Sans', sans-serif;
    padding: 12px;
    border: 0;
    margin-bottom: 12px;
}
.contact-form textarea {
    font-family: 'Open Sans', sans-serif;
    padding: 12px;
    width: 100%;
    height: 140px;
    border: 0;
    margin-bottom: 12px;
}
.info-detail {
    border-top: 1px solid #dc3f2a;
    padding-top: 15px;
}
.form {
    border-top: 1px solid #dc3f2a;
    padding-top: 15px;
    text-align: right;
}
.contact-form input.submit-btn {
    width: 180px;
    height: 50px;
    float: right;
    font-size: 24px;
    color: #fff;
    background: url(../img/btn-bg.jpg);
    background-repeat: no-repeat;
    padding: 0;
    font-family: 'BenchNine', sans-serif;
    font-weight: bold;
}
.contact-form {
    padding-right: 40px;
}

.text-danger {
    color: #e74c3c;
    text-align: left !important;
    font-size: 18px !important;
}

.alert-danger {
    color: #e74c3c;
    text-align: left !important;
    font-size: 18px !important;
}

/*gmap*/

#map {
    height: 830px;
}

#map2 {
    height: 830px;
}

.contact-map {
    height: 640px;
    margin-bottom: 100px;
}

.map {
    position: relative;
    overflow: hidden;
}

.contact-map {
	margin-top: 40px;
}

.contact {
    position: absolute;
    width: 100%;
    height: 830px;
    margin-top: 0px;
    left: 0;
    margin-top: -830px;
    background: rgba(0, 0, 0, 0.51);
}

.contact-caption {
    margin-top: 120px;
}

/*footer*/

.footer-para {
    margin: 0;
    padding: 0;
    margin-left: 30px;
}
.footer p {
    font-size: 14px;
    color: #666;
    /*font-family: 'Open Sans', sans-serif;*/
    font-weight: 600;
    margin: 0;
    padding: 25px 0;
    font-family: 'Open Sans', sans-serif;
}
.footer a i.fa {
    font-size: 24px;
    color: #b1b1b1;
    padding: 22px 10px;
}
.footer a i.fa:hover {
    color: #42b3e5;
}
.carousel-inner {
    position: relative;
}

/*======================css for carousel=========================*/

.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;
    opacity: 1;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, 0) 100%);
}

@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);
    }
}

/* just for demo purpose */

html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
    height: 100%;
}

/******************************
responsive area
********************************/


/* md */

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-default .navbar-nav>li>a {
        font-size: 18px;
        padding: 8px 8px;
    }
    .carousel-caption h1 {
        font-size: 120px;
    }
    .carousel-caption p {
        font-size: 32px;
    }
    .carousel-caption button {
        width: 215px;
        height: 55px;
        font-size: 26px;
    }
    .carousel-caption .title {
	    font-size: 50px;
	    padding: 15px 10px 10px 10px;
	}

	.carousel-caption .description {
	    font-size: 40px;
	    padding: 14px 7px 7px 7px;
	}
    h2 {
        font-size: 75px !important;
    }
    h4 {
        /*font-size: 22px !important;*/
    }
    .person-detail h3 {
        font-size: 22px;
    }
    .person-detail p {
        font-size: 12px;
    }
    .welcome h2 {
	    font-size: 40px !important;
	}
	
	.welcome h2 .red {
	    font-size: 40px !important;
	}
}

/* sm */

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-default .navbar-nav>li>a {
        font-size: 18px;
        padding: 6px 6px;
    }
    .carousel-caption h1 {
        font-size: 90px;
    }
    .carousel-caption p {
        font-size: 30px;
    }
    .carousel-caption button {
        width: 180px;
        height: 50px;
        background: #dc3f2a;
        color: #fff;
        font-size: 22px;
    }
    .carousel-caption .title {
	    font-size: 40px;
	    padding: 15px 10px 10px 10px;
	}
	.carousel-caption .description {
	    font-size: 30px;
	    padding: 14px 7px 7px 7px;
	}
    h2 {
        font-size: 70px !important;
    }
    h4 {
        /*font-size: 18px !important;*/
    }
    #map {
        height: 1050px;
    }
	
	#map2 {
        height: 1050px;
		margin-top: 460px;
    }
    .contact {
        margin-top: -1050px;
        height: 1050px;
    }
    .contact-caption {
        margin-top: 110px;
    }
    .welcome h2 {
	    font-size: 40px !important;
	}
	
	.welcome h2 .red {
	    font-size: 40px !important;
	}
}

/* xs */

@media (min-width: 480px) and (max-width: 767px) {
    .header-logo img {
        /*margin-top: 20px;*/
    }
    .about h4 {
	    font-size: 14px !important;	
	}
    .navbar-default .navbar-nav>li>a {
        font-size: 18px;
    }
    .navbar-default .navbar-nav>li>a:hover {
	    border-bottom: none;
	}
	li a.active {
	    border-bottom: none;
	}
    .carousel-caption {
        margin-top: -40px;
    }
    .carousel-caption h1 {
        font-size: 75px;
    }
    .carousel-caption .title {
	    font-size: 34px;
	    padding: 15px 10px 10px 10px;
	    margin-bottom: 10px;
	}
	.carousel-caption .description {
	    font-size: 24px;
	    padding: 14px 7px 7px 7px;
	}
    .carousel-caption p {
        font-size: 25px;
    }
    .carousel-caption button {
        width: 160px;
        height: 40px;
        font-size: 20px;
    }
    #map {
        height: 1120px;
    }
	
	#map2 {
        height: 1120px;
		margin-top: 500px;
    }
    .contact {
        height: 1120px;
        margin-top: -1120px;
    }
    /*h2 {
        font-size: 70px !important;
    }
    h4 {
        font-size: 21px !important;
    }*/
    .contact-info ul {
        margin-left: 4px;
    }
    .contact-info i.fa {
        width: 25px;
    }
    .contact-caption {
        margin-top: 140px;
    }
    .sub-menu {
		width: 100%;
	}
	.navbar-default .navbar-nav>li>a:hover {
	    border-bottom: none;
	}
	li a.active {
	    border-bottom: none;
	}
	.welcome h2 {
	    font-size: 40px !important;
	}
	
	.welcome h2 .red {
	    font-size: 40px !important;
	}
}

/* XS Portrait */

@media (max-width: 479px) {
    .top-header img.logo {
        margin: -10px 10px 20px 10px;
    }
    .header-logo {
        margin-top: 20px !important;
    }
    .navbar-default .navbar-toggle {
        border-color: #fff;
        margin-top: -7px;
        right: 5%;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 18px;
        text-align: left;
    }
    .navbar-default .navbar-nav>li>a:hover {
	    border-bottom: none;
	}
	li a.active {
	    border-bottom: none;
	}
    .header-backup {
        height: 80px;
    }
    .carousel-caption {
        margin-top: -60px;
    }
    .carousel-caption h1 {
        font-size: 20px;
    }
    .carousel-caption .title {
	    font-size: 24px;
	    padding: 5px 3px 3px 3px;
	    margin-top: 20px;
	}
	.carousel-caption .description {
	    font-size: 16px;
	    padding: 5px 3px 3px 3px;
	}
    .carousel-caption p {
        font-size: 12px;
    }
    .carousel-caption button {
        width: 90px;
        height: 23px;
        font-size: 16px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-top: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-top: 30px;
    }
    .about h2 {
        font-size: 50px;
        color: #f1ac2c;
        margin-top: 30px;
    }
    .about h2 .red {
        font-size: 50px;
    }
    .service h2 {
        font-size: 50px;
        margin-top: 40px;
    }
    .team h2 {
        font-size: 50px;
        margin-top: 40px;
    }
    
    .team h2 .red {
        font-size: 50px;
    }
    /*h4 {
        font-size: 18px !important;
    }*/
    .contact-caption {
        margin-top: 38%;
    }
    #map {
        height: 950px;
    }
	
	#map2 {
        height: 950px;
		margin-top: 320px;
    }
    .contact {
        height: 950px;
        margin-top: -950px;
    }
    .contact-heading h2 {
        font-size: 50px;
        text-align: left;
        margin-left: 15px;
    }
    .contact-info h3 {
        margin-left: 8px;
        font-size: 25px;
        padding-bottom: 8px;
    }
    .info-detail {
        margin-left: 8px;
    }
    .contact-info ul li {
        font-size: 14px;
    }
    .contact-info i.fa {
        font-size: 13px;
        width: 20px;
        height: 18px;
    }
    .contact-info,
    .contact-form {
        padding: 10px;
    }
    .contact-form h3 {
        font-size: 25px;
        padding-bottom: 8px;
        margin-bottom: 0;
        margin-right: 0px;
    }
    .footer a i.fa {
        font-size: 18px;
        padding: 25px 7px;
    }
    .footer p {
        font-size: 14px;
    }
    .wthree_head_section h2 {
	    font-size: 50px;
	}
	
	.services h2 {
	    font-size: 50px;
	}
	
	.services h2 .red {
	    font-size: 50px;
	}
	
	.welcome h2 {
	    font-size: 40px !important;
	}
	
	.welcome h2 .red {
	    font-size: 40px !important;
	}
}

/* 
///////////////////////////////////////////////////
9.0 FOOTERS
///////////////////////////////////////////////////
*/
.fh5co-footer-style-1,
.fh5co-footer-style-2,
.fh5co-footer-style-3 {
  padding: 5em 0;
}
@media screen and (max-width: 768px) {
  .fh5co-footer-style-1,
  .fh5co-footer-style-2,
  .fh5co-footer-style-3 {
    padding: 3em 0;
  }
}

.fh5co-footer-style-1 {
  padding-top: 0;
  padding-bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.fh5co-footer-style-1 .p-b {
  padding-bottom: 20px;
}
.fh5co-footer-style-1 .fh5co-subscribe {
  padding: 7em 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.fh5co-footer-style-1 .fh5co-subscribe > .fh5co-overlay {
  position: absolute;
  background: #000;
  opacity: .45;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.fh5co-footer-style-1 .fh5co-subscribe .form {
  position: relative;
  z-index: 3;
}
.fh5co-footer-style-1 .fh5co-subscribe .form h2 {
  color: #fff;
}
.fh5co-footer-style-1 .fh5co-subscribe .form p {
  color: rgba(255, 255, 255, 0.8);
}
.fh5co-footer-style-1 .fh5co-subscribe .form p:last-child {
  margin-bottom: 0;
}
.fh5co-footer-style-1 .fh5co-subscribe .form-group {
  position: relative;
}
.fh5co-footer-style-1 .fh5co-subscribe .form-group i {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -10px;
  color: #fff;
}
.fh5co-footer-style-1 .fh5co-subscribe .form-control {
  padding-left: 45px;
  padding-right: 30px;
  box-shadow: none;
  border: none;
  background: rgba(255, 255, 255, 0.15);
  height: 52px;
  color: #fff;
  -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;
}
.fh5co-footer-style-1 .fh5co-subscribe .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.fh5co-footer-style-1 .fh5co-subscribe .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.fh5co-footer-style-1 .fh5co-subscribe .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.fh5co-footer-style-1 .fh5co-subscribe .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.fh5co-footer-style-1 .fh5co-subscribe .form-control:focus, .fh5co-footer-style-1 .fh5co-subscribe .form-control:active {
  background: rgba(255, 255, 255, 0.2);
}
.fh5co-footer-style-1 .fh5co-subscribe .btn {
  margin-top: 3px;
  height: 52px;
}
.fh5co-footer-style-1 .fh5co-footer-inner {
  padding: 7em 0;
  font-family: "Open Sans", Arial, sans-serif;
}
.fh5co-footer-style-1 .fh5co-footer-inner .copyright {
  margin-bottom: 20px !important;
  line-height: 1.5;
}
.fh5co-footer-style-1 .fh5co-footer-inner .fh5co-logo {
  margin-bottom: 20px;
}
.fh5co-footer-style-1 .fh5co-footer-inner .fh5co-logo a {
  padding: 15px 15px;
  background: rgba(0, 0, 0, 0.07);
  font-size: 40px;
  color: #4d4d4d;
  font-weight: 700;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font-family: "Montserrat", Arial, sans-serif;
}
.fh5co-footer-style-1 .fh5co-footer-inner .fh5co-logo a:hover, .fh5co-footer-style-1 .fh5co-footer-inner .fh5co-logo a:focus {
  text-decoration: none;
}
.fh5co-footer-style-1 .fh5co-footer-inner h3 {
  font-size: 19px;
  font-weight: 400;
  margin-bottom: 20px;
  font-family: "Open Sans", Arial, sans-serif;
}
.fh5co-footer-style-1 .fh5co-footer-inner p {
  color: #b3b3b3;
  font-size: 15px;
  font-weight: 40;
  font-family: "Open Sans", Arial, sans-serif;
}
.fh5co-footer-style-1 .fh5co-footer-inner p:last-child {
  margin-bottom: 0;
}
.fh5co-footer-style-1 .fh5co-footer-inner .links {
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 15px;
}
.fh5co-footer-style-1 .fh5co-footer-inner .links li {
  list-style: none;
  font-family: "Open Sans", Arial, sans-serif;
}
.fh5co-footer-style-1 .fh5co-footer-inner .links li a {
  font-size: 14px;
  color: gray;
}
.fh5co-footer-style-1 .fh5co-footer-inner .links li a:hover {
  text-decoration: none;
  color: #1784fb;
}
.fh5co-footer-style-1 .fh5co-footer-inner .fh5co-social {
  text-align: right;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .fh5co-footer-style-1 .fh5co-footer-inner .fh5co-social {
    text-align: left;
  }
}
.fh5co-footer-style-1 .fh5co-footer-inner .fh5co-social a {
  margin-right: 15px;
  margin-bottom: 10px;
  font-size: 20px;
  color: #333333;
}
.fh5co-footer-style-1 .fh5co-footer-inner .fh5co-social a:hover {
  text-decoration: none;
  color: #1784fb;
}

.fh5co-footer-style-2 {
  background: #232939;
}
.fh5co-footer-style-2 .fh5co-logo {
  color: #fff;
  font-size: 24px;
  font-family: "Montserrat", Arial, sans-serif;
  margin-bottom: 0px;
}
@media screen and (max-width: 480px) {
  .fh5co-footer-style-2 .fh5co-logo {
    text-align: center;
  }
}
.fh5co-footer-style-2 .fh5co-logo > span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 768px) {
  .fh5co-footer-style-2 .fh5co-logo > span {
    display: block;
  }
}
.fh5co-footer-style-2 a {
  color: rgba(255, 255, 255, 0.5);
}
.fh5co-footer-style-2 a:hover {
  color: white;
}
.fh5co-footer-style-2 .footer-style-2-link {
  text-align: right;
}
.fh5co-footer-style-2 .footer-style-2-link > a {
  display: none;
}
@media screen and (max-width: 992px) {
  .fh5co-footer-style-2 .footer-style-2-link {
    text-align: left;
  }
}
.fh5co-footer-style-2 .footer-style-2-link ul {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .fh5co-footer-style-2 .footer-style-2-link ul {
    margin-bottom: 30px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .fh5co-footer-style-2 .footer-style-2-link ul {
    margin-bottom: 20px;
  }
}
.fh5co-footer-style-2 .footer-style-2-link ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}
@media screen and (max-width: 480px) {
  .fh5co-footer-style-2 .footer-style-2-link ul li {
    display: block;
  }
}
.fh5co-footer-style-2 .footer-style-2-link ul li a {
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 480px) {
  .fh5co-footer-style-2 .footer-style-2-link ul li a {
    padding: 4px 0;
    display: block;
  }
  
}
.fh5co-footer-style-2 .footer-style-2-link ul li a:hover {
  color: white;
}

.fh5co-footer-style-3 {
  background: #1a2742;
  font-size: 15px;
}
.fh5co-footer-style-3 .fh5co-footer-widget {
  margin-bottom: 30px;
}
.fh5co-footer-style-3 .fh5co-logo {
  color: #fff;
  font-size: 24px;
  font-family: "Montserrat", Arial, sans-serif;
  margin-bottom: 40px;
}
.fh5co-footer-style-3 .fh5co-logo .logo {
  /*padding: 7px 15px;
  background: rgba(255, 255, 255, 0.1);*/
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.fh5co-footer-style-3 .fh5co-copyright {
  font-size: 20px;
}
.fh5co-footer-style-3 h3 {
  color: #fff;
  font-size: 34px;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .fh5co-footer-style-3 h3 {
    margin-bottom: 20px;
  }
}
.fh5co-footer-style-3 p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
.fh5co-footer-style-3 a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
}
.fh5co-footer-style-3 a:hover {
  color: white;
}
.fh5co-footer-style-3 .btn {
  border-color: #dc3f2a;
  color: white;
  border-radius: 0px;
  background: #dc3f2a;
  font-size: 16px;
}

.fh5co-footer-style-3 .btn:hover {
  background: #dc3f2a;
}

.fh5co-footer-style-3 .fh5co-links {
  padding: 0;
  margin: 0;
}
.fh5co-footer-style-3 .fh5co-links li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
}
.fh5co-footer-style-3 .fh5co-links.fh5co-social .icon {
  font-size: 17px;
  margin-right: 5px;
  top: 2px;
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.fh5co-footer-style-3 .fh5co-made {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 4em;
}
.fh5co-footer-style-3 .fh5co-made p {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 34px;
}

.fh5co-footer-style-3 .fh5co-made p .red {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 60px;
  color: #dc3f2a;
}

.fh5co-footer-style-3 .fh5co-made p:last-child {
  margin-bottom: 0;
}
.fh5co-footer-style-3 .fh5co-made p .heart {
  color: #fb4f59;
}

.fh5co-contact ul {
    margin: 0;
    padding: 0;
}
.fh5co-contact ul li {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;
}
.fh5co-contact i.fa {
    font-size: 16px;
    padding-right: 12px;
    width: 25px;
    height: 38px;
}
.fh5co-contact ul li span {
    font-weight: bold;
}

@media screen and (max-width: 768px) {
  .fh5co-footer-style-3 .fh5co-made p {
	  font-family: "Montserrat", Arial, sans-serif;
	  font-size: 28px;
	}
	
	.fh5co-footer-style-3 .fh5co-made p .red {
	  font-family: "Montserrat", Arial, sans-serif;
	  font-size: 40px;
	  color: #dc3f2a;
	}
}

@media screen and (max-width: 480px) {
  .fh5co-footer-style-3 .fh5co-made p {
	  font-family: "Montserrat", Arial, sans-serif;
	  font-size: 22px;
	}
	
	.fh5co-footer-style-3 .fh5co-made p .red {
	  font-family: "Montserrat", Arial, sans-serif;
	  font-size: 30px;
	  color: #dc3f2a;
	}
}


/*-- services-bottom --*/
.services-bottom {
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
}

.w3_agile_stats_grid-top {
	margin-bottom: 20px;
}

.banner-dott1 {
    padding: 10px 0 50px 0;
    background: #1a2742;
    margin-bottom: 50px;
}
h3.w3l_header.two {
    color: #fff;
}
h3.w3l_header.two span{
    color: #fff;
}
p.tho {
    color: #fff;
}
/*-- counter--*/
.agile_count_grid_left {
    float: left;
    width: 35%;
    text-align: center;
}

.wthree_head_section h2 {
    font-size: 70px;
    color: #fff;
    margin-top: 70px;
    text-align: center;
    margin-bottom: 40px;
}

.agile_count_grid_left span,.agile_count_grid_right p {
	font-size:2em;
}

.wthree_head_section p {
    font-size: 16px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    padding: 0 25px;
        padding-bottom: 0px;
    padding-bottom: 0px;
    padding-bottom: 30px;
}

.w3_agile_stats_grid .counter {
	font-size: 26px;
}

.agile_count_grid_right {
    float: left;
    margin-left: 0em;
    width: 60%;
    text-align: center;
}
.agile_count_grid_left span.fa-car{
	    font-size: 1.9em;
		line-height: 40px;
}
.agile_count_grid_left span.glyphicon.glyphicon-user{
	    font-size: 1.9em;
		line-height: 35px;
}
.agile_count_grid_left span.glyphicon.glyphicon-heart-empty{
	    font-size: 1.9em;
		line-height: 40px;
}
span.fa.fa-trophy{
	    font-size: 1.9em;
		line-height: 45px;
}
.agile_count_grid_right p{
	color: #fff;
    font-weight: bold;
}
/*.w3_agile_stats_grid h4 {
    font-size: 1.3em;
    color: #ffcc54;
    margin: 1em 0 0;
    text-transform:uppercase;
    letter-spacing: 3px;
    position: relative;
    text-align: center;
}*/
.agile_count_grid_left span {
    color:#f1ac2c;
    top: 5px;
}

.w3_agile_stats_grid h4 {
	color: #1a2742;
	font-size: 30px;
	text-align: center;
	font-weight: 600;
}

.w3_agile_stats_grid {
    background: #dc3f2a;
    padding: 2em 1em;
}
/*-- //counter--*/

/* services */
.services h2 {
    font-size: 70px;
    color: #f1ac2c;
    margin-top: 50px;
    text-align: center;
}

.services h2 .red {
    font-size: 70px;
    color: #dc3f2a;
    margin-top: 50px;
}

.services p {
    font-size: 16px;
    color: #1a2742;
    font-family: 'Open Sans', sans-serif;
    padding: 0 25px;
        padding-bottom: 0px;
    padding-bottom: 0px;
    padding-bottom: 30px;
    text-align: center;
}

.heading p {
    text-align: center;
    color: #000;
    line-height: 26px;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 50px;
}
.grid1 {
    text-align: center;
    background: #e0e0e0;
    background: #ffc107;
	background:#1a2742;
    padding: 25px 40px;
    -webkit-box-shadow: 0 0 40px #aaa;
    -moz-box-shadow: 0 0 40px #aaa;
    box-shadow: 0 0 40px #aaa;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
	-webkit-box-shadow:0px 1px 8px 0px rgba(158, 158, 158, 0.75);
	-moz-box-shadow:0px 1px 8px 0px rgba(158, 158, 158, 0.75);
	box-shadow:0px 1px 8px 0px rgba(158, 158, 158, 0.75);
}

.services #red {
	background: #dc3f2a;
}

.services #blue {
	background: #1a2742;
}

.services #yellow {
	background: #f1ac2c;
}

.grid1:hover {
    /*background: #dc3f2a;*/
}

.services-container {
	margin-top: -60px;
}

.grid1 h4 {
    font-size: 24px;
    text-transform: uppercase;
    /*margin: 25px 0 20px;*/
    color: #dc3f2a;
    font-weight: 600;
}
.grid1 p {
    font-size: 14px;
    letter-spacing: .5px;
    color: #ffffff;
}

.grid1 img {
	width: 80px;
	height: 80px;
}

.services {
    /*padding: 5em 0;*/
}
.services .heading h3 ,.services .heading p{
    color: #fff;
}
.services-top-grids {
    margin-bottom: 30px;
}
.grid1 i.fa {
    font-size: 40px;
    color: #146eb4;
}
.grid-container {
    margin-top: 20px;
}
/* //services */

/*-- welcome --*/
.welcome {
	padding: 3em 0; 
}

.welcome h2 {
    font-size: 40px;
    color: #f1ac2c;
    margin-top: 10px;
}

.welcome h2 .red {
    font-size: 40px;
    color: #dc3f2a;
    margin-top: 10px;
}

.welcome_left p {
    line-height: 1.8em;
    font-size: 16px;
	color: #1a2742;
	font-family: 'Open Sans', sans-serif;
}  
h3.agileits-title{
    color: #333;
    font-size: 2.5em;
    font-weight: 700;
    margin-bottom: .7em;
    margin-top: .4em;
    line-height: 0.9em;
}
.w3ls-title h3.agileits-title {
    display: inline-block;
}
.w3ls-title {
    text-align: center;
}
.welcome_left h4 {
    text-transform: capitalize;
    border-left: 3px solid #dc3f2a;
    padding-left: 1em;
    margin: 0 0 1em;
    font-size: 19px;
	color: #1a2742;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
}
/*-- //welcome --*/

/*-- welcome video --*/
.bannerbottomleft img {
    width: 100%;
     padding: 0;
	 opacity: 0.9;

}
.bannerbottomleft{
    padding: 0;
    position: relative;
}
.video-grid-single-page-agileits img {
    width: 100%;
}
#video {
	position: relative;
	background: #ed1b2e;
	width: 100%;
	margin:0px auto;
}

#video img,
#video iframe { display: block;width:100%; }

/*#play{
    position: absolute;
       top:45%;
    left: 44%;
    width:64px;
    height:64px;
    cursor: pointer;
    background: #03C5E2 url('../images/play-button.png') no-repeat 0px 0px;
    background-size: auto, cover;
    z-index: 9;
    border-radius: 50%;
}

.video_agile_player {
    padding: 0;
}*/
/*-- //welcome video --*/

/*-- about-team --*/
.team-row-agileinfo {
  padding-bottom: 60px;
}
.thumbnail.team-agileits {
  border: none;
  text-align: center;
  border-radius: 0;
  position: relative;
  margin: 0;
  padding: 0;
}
.team .w3agile-caption {
  padding: 1.5em;
  width: 100%;
  background: #fff;
  border-top: 3px solid #dc3f2a;
  z-index: 9;
-webkit-box-shadow: 0px 2px 3px #ccc;
-moz-box-shadow: 0px 2px 3px #ccc; 
  box-shadow: 0px 2px 3px #ccc;
height: 35%;
-webkit-transition: .5s all;
-moz-transition: .5s all; 
transition: .5s all;
background: #1a2742;
}

.team .w3agile-caption p {
	color: #f1ac2c;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}

.team .w3agile-caption h6 {
    color: #dc3f2a;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}

.team .w3agile-caption h5 {
  font-weight: 600;
  font-size: 1.6em;
  margin-bottom: 5px;
  margin-top: -8px;
  font-size: 15px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
}
.team .social-w3lsicon {
  padding: 1em;
  margin-top: 0.5em;
  background: #dc3f2a;
  -webkit-transition: .5s all;
  -moz-transition: .5s all;
  transition: .5s all;
  -webkit-box-shadow: 0px 6px 11px #8e8e8e;
  -moz-box-shadow: 0px 6px 11px #8e8e8e;
  box-shadow: 0px 6px 11px #8e8e8e;
} 
.social-w3lsicon a span.fa {
  font-size: 1.1em;
  color: #fff;
  margin: 0 .5em;
-webkit-transition:.5s all;
-moz-transition:.5s all; 
transition:.5s all;
}
.social-w3lsicon a:hover span.fa{ 
  color: #3b5998; 
}
.social-w3lsicon a:hover span.fa.fa-twitter{   
color:#1da1f2 !important;
}
.social-w3lsicon a:hover span.fa.fa-google-plus{
color:#f76957 !important;
}
.social-w3lsicon a:hover span.fa.fa-dribbble{
color:#ea4c89 !important;
}

@media screen and (max-width: 1080px){
  .team .social-w3lsicon {
    margin-top: 0em;
  }
}

@media screen and (max-width: 991px){
  .team .social-w3lsicon {
      margin-top: .5em;
  }
}

@media screen and (max-width: 900px){
	.thumbnail.team-agileits {
	  margin: 0 0 3em 0;
	}
}

@media screen and (max-width: 640px){
  h4.title2-w3ls {
    font-size: 14px;
    word-spacing: 9px;
  }
  .agile-gallery-info {
    padding: 8px 10px;
  }
}

/*-- //about-team --*/