/*
  Theme Name: Name - Multipurpose HTML Template
  Author: 
  Support: admin@gmail.com
  Description: Creative  HTML5 template.
  Version: 1.0
*/

/* CSS Index 
-----------------------------------
1. Theme default css
2. header
3. slider
4. about-area
5. features-box
6. department
7. team
8. video-area
9. counter
10. footer 
*/




/*----------------------------------------------------------------------*/
/* 1. Theme default css */
/*----------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Arapey:400,400i');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900');

/* font-family: 'Arapey', serif; */
/* font-family: 'Poppins', sans-serif; */
 body {
	font-family: 'PT Sans', sans-serif;
	font-weight: normal;
	font-style: normal;
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.fix {
	overflow: hidden
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}
a:focus,
a:hover {
	color: #2B96CC;
	text-decoration: none;
}
a,
button {
	color: #1696e7;
	outline: medium none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif; 
	font-weight: normal;
	color: #313131;
	margin-top: 0px;
	font-style: normal;
	font-weight: 400;
	text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
	font-weight: 500;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	color: #7e7e7e;
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
.separator {
	border-top: 1px solid #f2f2f2
}







/*----------------------------------------------------------------------*/
/* side menu  */
/*----------------------------------------------------------------------*/
.header-area.open{
	margin-left: 325px;
	transition: 0.9s;
  }
.slider-area.open{
    margin-left: 275px;
    transition: 0.9s;
}
.slick-dots.hidden{
    visibility: hidden;
    transition: 0.3s;
}
.service-area.open{
    margin-left: 300px;
    transition: 0.9s;
}
.about-us-area.open{
    margin-left: 300px;
    transition: 0.9s;
}
.testiominal-bg.open{
    margin-left: 375px;
    transition: 0.9s;
}
.locat-area.open{
    margin-left: 300px;
    transition: 0.9s;
}
.contact-bg.open{
    margin-left: 200px;
    transition: 0.9s;
}
.side-bar {
	position: fixed;
	left: 0;
	top: 0;
	width: 80px;
	height: 100%;
	background-color: #fff;
	color: #fff;
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.15);
	min-height: 600px;
	transition: all 0.9s;
	z-index: 99;
}
.side-bar.active {
	width: 380px;
    /* opacity: 0.8; */
    transition: 0.7s;
}
.nav-logo {
	position: absolute;
	content: "";
	top: 0;
	left: -21px;
	display: none;
	transition: 0.9s;
	right: 0;
	transform: translateY(-160%);
}
.logo-show{
    display: inline-table;
    transition: right 0.9s;
    cursor: pointer;
}
.nav-logo a {
    display: block;
    cursor: pointer;
}
.nav-logo a img {
	transition: 0.9s;
}
.side-bar .menu {
	position: absolute;
	top: 140px;
	right: 100%;
    transition: right 0.9s;
    opacity: 1;
}
.menu ul li {
	margin: 10px 0;
}
.side-bar.active .menu {
    right: 34%;
}
.side-bar .menu a {
	font-size: 24px;
	line-height: 40px;
	color: #000;
	font-family: poppins;
	font-weight: 300;
}
.side-bar .menu li > a:hover {
   transition:color 0.3s;
}

.side-bar .menu li > a:hover {
    color:#279af3;
    
}
.ico.ico-bars {
    display: inline-block;
    width: 30px;
    height: 20px;
    position: relative;
    cursor: pointer;
}
.ico.ico-bars.block{
    display: block;
}
.ico.ico-bars > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #000;
	transition: top 0.2s, bottom 0.2s, transform 0.3s cubic-bezier(0.585, -0.6, 0.43, 1.65), visibility 0s .3s;
}
.ico.ico-bars > div:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}
.ico.ico-bars > div:first-child {
    transform-origin: top left;
}
.ico.ico-bars > div:last-child {
    top: auto;
    bottom: 0;
    transform-origin: bottom left;
}
.ico.ico-bars:hover div:first-child {
    top: -2px;
}
.ico.ico-bars:hover div:last-child {
    bottom: -2px;
}
.ico.ico-bars.done div:first-child {
    top: -2px;
    transform: rotate(45deg);
}
.ico.ico-bars.done div:last-child {
    bottom: -2px;
    transform: rotate(-45deg);
}

.ico.ico-bars.done div:nth-child(2) {
    visibility: hidden;
    transition: visibility 0s 0s;
}
.side-bar .ico.ico-bars {
	margin: 51px 0px 0px 25px;
}
.side-bar p {
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	margin: 205px 0 0px 26px;
	font-size: 16px;
}
#main{
    margin-left: 0;
    transition: 0.5s;
}



/*----------------------------------------------------------------------*/
/* header */
/*----------------------------------------------------------------------*/
header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.header-area .logo a {
    display: inline-block;
    cursor: pointer;
}
.header-area .logo a img {
	cursor: pointer;
}
.social-icon ul li {
	display: inline-block;
	margin-right: 20px;
}

.social-icon ul li i {
	padding: 50px 0;
	font-size: 25px;
	color: #fff;
}
.fa-google-plus-g::before {
	content: "\f0d5";
	cursor: pointer;
}
.fa-facebook-f::before {
	content: "\f39e";
	cursor: pointer;
}
.fa-linkedin-in::before {
	content: "\f0e1";
	cursor: pointer;
}






/*----------------------------------------------------------------------*/
/* slider-area */
/*----------------------------------------------------------------------*/
.slider-wrapper{
    height: 100vh;
}

.slider-wrapper.header-slide-1{
	background-image: url(../img/header_slider/header-section-slider-1.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.slider-wrapper.header-slide-2{
	background-image: url(../img/header_slider/header-section-slider-2.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.slider-wrapper.header-slide-3{
	background-image: url(../img/header_slider/header-section-slider-3.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.slider-wrapper.header-slide-4{
	background-image: url(../img/header_slider/header-section-slider-4.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.btn {
	padding: 8px 47px;
	background: #344151;
	color: #fff;
	font-size: 19px;
	font-family: 'Poppins', sans-serif;
	border-radius: 8px;
	font-weight: 600;
	letter-spacing: 1.1px;
}

.slider-inner {
	padding-top: 80px;
}
.slider-inner h2 {
	margin-bottom: 60px;
	color: #fff;
}
.slider-area .slick-dots li {
    display: inline-block;
}
.slider-area .slick-dots li button {
	height: 17px;
	width: 17px;
	margin: 0 5px;
	border-radius: 50%;
	background: #269af3;
	border: 1px solid #fff;
	font-size: 0;
}
.slick-dots {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
    bottom: 35px;
    visibility: visible;
}
.slider-area .slick-dots .slick-active button {
	background: #fff;
}
.slider-area .slider-active .slick-list .slick-track #slick-slide01 {
	width: 1349px;
}








/*----------------------------------------------------------------------*/
/* service area */
/*----------------------------------------------------------------------*/
.service-area{
	height: 100vh;
}
.service-area.pb-200 {
	padding-bottom: 174px;
}
.service-area.pt-200 {
	padding-top: 155px;
}
.service-title {
	margin-left: 51px;
}
.service-title h1 {
	font-size: 46px;
	color: #000;
	margin-bottom: 35px;
  }
  .service-title p {
	font-size: 31px;
	color: #2a2a2a;
	line-height: 57px;
	font-weight: 300;
	padding: 0 45px;
	font-family: poppins;
}

/* about us */
.about-us-area{
    height: 100vh;
}

.single-slider.slide-1{
	background-image: url(../img/about_us/about-us-slider-1.jpg);
	background-size: cover;
	background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
}
.single-slider.slide-2{
	background-image: url(../img/about_us/about-us-slider-2.jpg);
	background-size: cover;
	background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
}
.single-slider.slide-3{
	background-image: url(../img/about_us/about-us-slider-3.jpg);
	background-size: cover;
	background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
}
.slider-inner span {
	font-size: 68px;
	color: #fff;
	font-weight: 800;
  }
  .slider-inner p {
	font-size: 20px;
	color: #fff;
	line-height: 35px;
	margin: 0;
} 
.slider-inner p:nth-child(3) {
	margin-bottom: 35px;
  }
.about-us-area .slick-dots li {
	display: inline-block;
}
.about-us-area .slick-dots li button {
	height: 17px;
	width: 17px;
	margin: 0 5px;
	border-radius: 50%;
	background: #269af3;
	border: 1px solid #fff;
	font-size: 0;
}
.slick-dots {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 35px;
}
.about-us-area .slick-dots .slick-active button {
	background: #fff;
}
.slick-dotted.slick-slider {
	margin-bottom: 0px;
}


/*----------------------------------------------------------------------*/
/* testimonial-area */
/*----------------------------------------------------------------------*/
.section-title{
	position: relative;

}
.section-title h2::before {
	position: absolute;
	content: "";
	width: 90px;
	height: 3px;
	background: #394251;
	bottom: 0;
	left: -7px;
	right: 0px;
	margin: auto;
	z-index: 88;
	top: 58px;
}
.testiominal-bg{
	height: 90vh;
	background-color: #f0f5f8;
}
#testimonial{
	position: relative;
}
.testimonial-area {
	width: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translatey(-50%);
	-moz-transform: translatey(-50%);
	-ms-transform: translatey(-50%);
	-o-transform: translatey(-50%);
	transform: translatey(10%);
}
.testimonial-area .testimonial-active {
    position: relative;
	width: 100%;
	max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
}
.testimonial-area .arrow {
    display: block;
    position: absolute;
    color: #000;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;    
    -ms-transition: all .3s ease-in-out;    
    -moz-transition: all .3s ease-in-out;    
    -o-transition: all .3s ease-in-out;    
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}
.testimonial-area .arrow:before {
	cursor: pointer;
}
.testimonial-area .arrow:hover {
color: #279af3;
}
.testimonial-area .arrow.left {
left: 10px;
display: none;
}
.testimonial-area .arrow.right {
   right: 10px;
   display: none;
}
.testimonial-area .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
		height: 12px;
}
.testimonial-area .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #000;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;    
    -ms-transition: all .5s ease-in-out;    
    -moz-transition: all .5s ease-in-out;    
    -o-transition: all .5s ease-in-out;    
    transition: all .5s ease-in-out;
		position: relative;
}
.testimonial-area .dots .dot.active,
.testimonial-area .dots .dot:hover {
    background: #279af3;
    border-color: #279af3;
}
.testimonial-area .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;   
    -moz-animation: testim-scale .5s ease-in-out forwards;   
    -ms-animation: testim-scale .5s ease-in-out forwards;   
    -o-animation: testim-scale .5s ease-in-out forwards;   
    animation: testim-scale .5s ease-in-out forwards;   
}
.testimonial-area .content {
    position: relative;
	overflow: hidden;
}
.testimonial-area .content > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}
.testimonial-area .content > div.inactive {
    opacity: 1;
}
.testimonial-area .content > div.active {
    position: relative;
    opacity: 1;
}
.testimonial-area .content div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}
.testimonial-area .content div h2 {
    color: #279af3;
    font-size: 1em;
    margin: 15px 0;
}
.testimonial-area .content div p {
	font-size: 1.15em;
	color: #000;
	width: 60%;
	margin: auto;
}
.testimonial-area .content div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;            
    -moz-animation: testim-show .5s ease-in-out forwards;            
    -ms-animation: testim-show .5s ease-in-out forwards;            
    -o-animation: testim-show .5s ease-in-out forwards;            
    animation: testim-show .5s ease-in-out forwards;            
}

.testimonial-area .content div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;    
    -moz-animation: testim-content-in .4s ease-in-out forwards;    
    -ms-animation: testim-content-in .4s ease-in-out forwards;    
    -o-animation: testim-content-in .4s ease-in-out forwards;    
    animation: testim-content-in .4s ease-in-out forwards;    
}

.testimonial-area .content div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;    
    -moz-animation: testim-content-in .5s ease-in-out forwards;    
    -ms-animation: testim-content-in .5s ease-in-out forwards;    
    -o-animation: testim-content-in .5s ease-in-out forwards;    
    animation: testim-content-in .5s ease-in-out forwards;    
}

.testimonial-area .content div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;            
    -moz-animation: testim-hide .5s ease-in-out forwards;            
    -ms-animation: testim-hide .5s ease-in-out forwards;            
    -o-animation: testim-hide .5s ease-in-out forwards;            
    animation: testim-hide .5s ease-in-out forwards;            
}

.testimonial-area .content div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;        
    -moz-animation: testim-content-out .4s ease-in-out forwards;        
    -ms-animation: testim-content-out .4s ease-in-out forwards;        
    -o-animation: testim-content-out .4s ease-in-out forwards;        
    animation: testim-content-out .4s ease-in-out forwards;        
}
.testimonial-area .content div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;    
    -moz-animation: testim-content-out .5s ease-in-out forwards;    
    -ms-animation: testim-content-out .5s ease-in-out forwards;    
    -o-animation: testim-content-out .5s ease-in-out forwards;    
    animation: testim-content-out .5s ease-in-out forwards;    
}
@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #000;
        box-shadow: 0px 0px 0px 0px #000;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #000;        
        box-shadow: 0px 0px 10px 5px #000;        
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #279af3;        
        box-shadow: 0px 0px 10px 5px #279af3;        
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #279af3;        
        box-shadow: 0px 0px 0px 0px #279af3;        
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #000;
        box-shadow: 0px 0px 0px 0px #000;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #000;        
        box-shadow: 0px 0px 10px 5px #000;        
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #279af3;        
        box-shadow: 0px 0px 10px 5px #279af3;        
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #279af3;        
        box-shadow: 0px 0px 0px 0px #279af3;        
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #000;
        box-shadow: 0px 0px 0px 0px #000;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #000;        
        box-shadow: 0px 0px 10px 5px #000;        
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #279af3;        
        box-shadow: 0px 0px 10px 5px #279af3;        
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #279af3;        
        box-shadow: 0px 0px 0px 0px #279af3;        
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #000;
        box-shadow: 0px 0px 0px 0px #000;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #000;        
        box-shadow: 0px 0px 10px 5px #000;        
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #279af3;        
        box-shadow: 0px 0px 10px 5px #279af3;        
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #279af3;        
        box-shadow: 0px 0px 0px 0px #279af3;        
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #000;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #000;        
    }

    70% {
        box-shadow: 0px 0px 10px 5px #279af3;        
    }

    100% {
        box-shadow: 0px 0px 0px 0px #279af3;        
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -webkit-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -moz-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -ms-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -o-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);        
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        transform: scale(1);       
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        transform: scale(0);
    }
}




/*----------------------------------------------------------------------*/
/* locat-area */
/*----------------------------------------------------------------------*/
.locat-info {
	margin-left: 51px;
}
.locat-img {
	margin-left: 51px;
}
.locat-info h3 {
	margin-top: 60px;
	font-size: 25px;
	line-height: 40px;
}
.locat-info p {
	margin-top: 60px;
	font-size: 23px;
	line-height: 45px;
	margin-bottom: 50px;
}
.locat-img img {
	width: 100%;
}


/*----------------------------------------------------------------------*/
/* contact area */
/*----------------------------------------------------------------------*/
.contact-bg{
	background-color: #279af3;
}
.contact-area h2{
	color: #fff;
}
.contact-info ul li {
	margin-bottom: 15px;
}
.contact-icon {
	float: left;
}
.contact-text {
	margin-left: 40px;
	color: #fff;
}
.contact-icon i {
	color: #fff;
	font-size: 18px;
}
  .contact-form input {
	margin-bottom: 15px;
	height: 50px;
}
.contact-form textarea {
	margin-bottom: 20px;
}
.contact-form {
	margin-left:  30px;
	margin-right:  30px;
	position: relative;
}
.contact-form::before {
	position: absolute;
	content: "";
	height: 285px;
	width: 2px;
	background: #fff;
	bottom: -20px;
	left: -50px;
	right: 0px;
}

.sent{
    text-align: center;
    padding:10px;
    background:#79c879;
    color:#fff;
    margin-bottom:10px;
    display:none;
    border-radius: .25rem;
  }

.error{
    text-align: center;
    padding:10px;
    background:#ff2a2ac5;
    color:#fff;
    margin-bottom:10px;
    display:none;
    border-radius: .25rem;

}

div[class^="contact"] a{ 
    color: #fff;
}