/*

TemplateMo 573 EduWell

https://templatemo.com/tm-573-eduwell

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */

/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

h2{
 font-size:2.5rem !important;   
}

h3{
 font-size:2.2rem !important;   
}

h4{
    font-size:2rem !important;
}

h5{
 font-size:1.8rem !important;   
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Domine';
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 20px;
  line-height: 25px;
  color: #4a4a4a;
}

* p{
    text-align:justify;
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Domine';
}

::selection {
  background: #dc8cdb;
  color: #fff;
}

::-moz-selection {
  background: #dc8cdb;
  color: #fff;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.main-button-gradient a {
  font-size: 13px;
  color: #fff;
  background: rgb(219,138,222);
  background: linear-gradient(-145deg, rgba(219,138,222,1) 0%, rgba(246,191,159,1) 100%);
  padding: 12px 30px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
}

.main-button-gradient a:hover {
  background: rgb(219,138,222);
  background: linear-gradient(-145deg, rgba(219,138,222,1) 0%, rgba(246,191,159,1) 100%);
  opacity: 0.9;
}

.white-button a {
  font-size: 13px;
  color: #dc8cdb;
  background-color: #fff;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
}

.white-button a:hover {
  opacity: 0.9;
}

.text-button a {
  font-size: 14px;
  font-weight: 500;
  color: #dc8cdb;
  text-decoration: underline !important;
  transition: all .3s;
}

.text-button a:hover {
  opacity: 0.75;
}

section {
  margin-top: 140px;
}

#contact-section {
  padding-top: 20px;
}

.section-heading {
  position: relative;
  z-index: 2;
  padding-top: 20px;
  margin-top: 0px;
  text-align: center;
  margin-bottom: 60px;
}

.section-heading h6 {
  font-size: 13px;
  text-transform: uppercase;
  color: #7a7a7a;
  font-weight: 600;
}

.section-heading h4 {
  margin-top: 10px;
  line-height: 40px;
  font-size: 28px;
  font-weight: 900;
  text-transform: capitalize;
  color: #111;
}

.section-heading h4 em {
  font-style: normal;
  color: #dc8cdb;
}

.section-heading p {
  margin-top: 30px;
}


/* 
---------------------------------------------
header
--------------------------------------------- 
*/
.background-header {
  background:#fff;
  height: 80px!important;
  position: fixed!important;
  top: 0!important;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

.header-area {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  height: 110px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 150px;
  background: transparent;
  margin-top:20px;
  border-bottom:1.5px solid #A9ABAE;
  border-bottom-right-radius:40px;
}

.header-area .main-nav .logo {
  width: 160px;
  height: 130px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-area .main-nav .logo img{
	width:100%;
	height:100%;
}

.header-area .main-nav .doc-logo {
  width: 180px;
  height: 140px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: right;
  margin-top:10px;
  margin-right:-110px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position:relative;
}

.header-area .main-nav .doc-data {
	float:right;
	right:0;
	background:#48AC6E;
	margin-top:64.5px;
	padding:10px 10px 7px 65px ;
	border-radius:15px;
	position:relative;
}

.header-area .main-nav .doc-data h5{
	color: #fff;
    font-size: 1.3rem !important;
    line-height: 2rem;
}

.header-area .main-nav .doc-data p{
	text-align:right;
	font-size:15px;
	line-height:18px;
	color:#fff;
}

.header-area span.consult{
	position:relative;
	float:right;
}
.header-area .consult h6{
	background: #363A63;
    color: #fff;
    padding: 4px 30px;
	margin-top: 1px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.header-area .consult h6 a{
    color:#fff;
}
.header-area .consult h6 a:hover{
    color:#48AC6E;
}
.background-header .main-nav .logo {
  line-height: 75px;
}

.background-header .nav {
  margin-top: 100px !important;
}

.header-area .main-nav .nav {
  float:left;
  margin: 100px 2% 0 5%;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 400;
  font-size: 18px;
  text-transform: capitalize;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #34345E!important;
  opacity: 0.75;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #363A63!important;
  opacity: 1;
}

.header-area .main-nav .nav li.has-sub {
  position: relative;
  padding-right: 15px;
}

.header-area .main-nav .nav li.has-sub:after {
  font-family: 'Domine';
  content: "\f107";
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: 5px;
  top: 12px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu {
  position: absolute;
  width: 140px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 40px;
  border-radius: 5px;
  opacity: 0;
  transition: all .3s;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 12px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.has-sub ul li a:hover {
  background: #fff;
  color: #dc8cdb!important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.has-sub ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.has-sub:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #363A63;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #363A63;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #363A63;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #363A63;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #363A63;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #363A63;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #363A63;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #363A63;
}

.header-area.header-sticky {
  min-height: 190px;
}

.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a {
  color: #848688;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 7px;
    padding-right: 7px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #48AC6E!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #48AC6E!important;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
    transition: all 0s;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    height: auto;
  }
  .header-area .main-nav .nav li.has-sub:after {
    color: #3B566E;
    right: 30px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}


/* 
---------------------------------------------
banner
--------------------------------------------- 
*/

section.main-banner {
  margin-top: 0px;
}

.main-banner {
  padding-top: 180px;
}

.main-banner .right-image {
  margin-top:20px;
  margin-left: 30px;
  padding-right:60px;
  position: relative;
  z-index: 2;
}

.main-banner #firstSection{
    padding:0px 100px;
}

.main-banner .right-image img {
  position: relative;
  z-index: 2;
}

.main-banner .right-image::after {
    position: absolute;
    background-image: url(../images/web/down_arrow.png);
    background-size: 100%;
    width: 50px;
    height: 73px;
    content: '';
    right: -34%;
    bottom: 0;
    z-index: 1;
}

.main-banner .header-text{
	padding-left:60px;
	padding-top:40px;
}

.main-banner .header-text::after {
    position: absolute;
    background-image: url(../images/web/Brain2.png);
    background-size: 100%;
    width: 150px;
    height: 210px;
    content: '';
    left: 185px;
    top: 230px;
    z-index: 1;
}

.main-banner .header-text h6 {
  position: relative;
  z-index: 2;
  font-size: 17px;
  font-weight: 500;
  text-transform: capitalize;
  color: #777777;;
}

.main-banner .header-text h2 {
    position: relative;
    z-index: 2;
    margin-top: 20px;
    font-size: 45px !important;
    color: #363A63;
    line-height: 57px;
}

.main-banner .header-text h2 em {
  font-style: normal;
  color: #48AC6E;
  font-weight:bold;
}

.main-banner .header-text h2 bg {
  font-style: normal;
  background: #48AC6E;
  color:#fff;
  letter-spacing:1px;
  padding:0px 10px;
  font-weight:bold;
  line-height: 0;
}

.main-banner .header-text p {
  padding-left:30px;
}

.main-banner .main-button-gradient {
  position: relative;
  z-index: 2;
}


/*
---------------------------------------------
services
---------------------------------------------
*/ 

#services{
	background:#363A63;
	padding:150px;
}

#services .header-text{
	padding:0px 70px 0px 60px;
}

#services .header-text:after{
	position: absolute;
    background-image: url(../images/web/Brain1.png);
    background-size: 100%;
    width: 380px;
    height: 560px;
    content: '';
    top:800px;
	right:0px;
    z-index: 1;
}

#services h2{
	color:#fff;
}

#services h4{
	color:#48AC6E;
	margin:6px 0px;
}
#services h4:before{
	content: ' \255F';
}
#services p{
	color:#fff;
}

#weOffer{
	padding:60px 160px;
	margin-bottom:100px;
}

#weOffer .heading{
	margin-bottom:40px;	
}

#weOffer .heading h2{
	padding:22px 0px;
	border-bottom: 3px solid #48AC6E;
}

#weOffer .heading h2 span{
	background:#A9ABAE;
	padding:20px 30px;
	color:#fff;
	font-size:40px;
}

#weOffer .offerText{
    padding:10px;
}

#weOffer .offerText h5{
	color:#48AC6E;
	padding:10px 0px;
}

#weOffer .offerText p{
	font-size:18px;
}

#weOffer .offerText a{
	padding:6px 15px;
	color:#fff;
	background:#48AC6E;
	border-radius:25px;
	font-size:20px;
}
#weOffer .offerText a:hover{
	background:#363A63;
}

#weOffer .weofferRow:after{
	position: absolute;
    background-image: url(../images/web/Brain1.png);
    background-size: 100%;
    width: 450px;
    height: 600px;
    content: '';
    top: 1650px;
    right: 20px;
}

#gtku{
	background:#fff;
	padding:140px 160px;
	margin-top:0;
}

#gtku .heading h2 span{
	background:#A9ABAE;
	padding:15px 40px;
	color:#fff;
	font-size:40px;
}

#gtku .header-text p{
	margin-top:40px;
}

#gtku .heading::after {
    position: absolute;
    background-image: url(../images/web/down_arrow.png);
    background-size: 100%;
    width: 50px;
    height: 73px;
    content: '';
    top:550px;
    right:20px;
	opacity:0.7;
    z-index: 1;
}

#gtku .header-text:after{
	position: absolute;
    background-image: url(../images/web/Brain1.png);
    background-size: 100%;
    width: 170px;
    height: 280px;
    content: '';
    top:300px;
	right:300px;
    z-index: 1;
}

#doctor{
	background:#48AC6E;
	margin-top:0;
	padding:130px 250px;
}

#gtku{
    padding:130px 250px;
}

@media (max-width: 1260px) {
    #doctor{
    	padding:60px 10px !important;
    }
    #weOffer {
        padding: 60px 10px !important;
    }
    #contact {
        padding: 60px 10px !important;
    }
    #gtku {
        padding: 60px 10px;
    }
}
@media (max-width: 991px){
    .header-area .main-nav {
        min-height: 100px;
    }
    .header-area .main-nav .logo {
        width: 100px !important;
        height:auto !important;
    }
    .header-area .main-nav .nav {
        margin: 50px 2% 0 5%;
    }
    .header-area .main-nav .doc-data{
        margin-top:15px;
    }
    .header-area .main-nav .doc-data h5 {
        font-size: 1rem !important;
    }
    .header-area .main-nav .doc-data p {
        font-size: 12px;
    }
    .header-area .main-nav .doc-logo{
        width:130px;
        margin-top:0px;
    }
    .main-banner #firstSection{
        padding:0px 10px;
    }
}
@media (max-width: 768px){
    * h2{
        font-size:1.8rem !important;
    }
    * h5{
        font-size:1.3rem !important;
    }
    .main-banner .header-text {
        padding-left:10px;
    }
    .header-area .main-nav .doc-data{
        display:none;
    }
    .header-area .main-nav .doc-logo{
        display:none;
    }
    .main-banner #firstSection{
        padding:0px 10px;
    }
    #gtku .heading h2 span, #weOffer .heading h2 span, #contact1 .heading h2 span {
        font-size:32px;
    }
    #contact .query{
    	padding-left:10px;
    }
    #contact form{
        padding-left:10px;
    }
}
#doctor .header-text p{
	color:#fff;
	padding-right:40px;
}

#doctor .right-image{
	margin-left:10%;
}

#doctor .right-image .image{
	width:250px;
	height:250px;
}
#doctor .right-image .image img{
	width:100%;
	height:100%;
}

#doctor .right-image .doc-data{
	margin-top:12px;
}

#doctor .right-image .doc-data h5{
	color:#fff;
	margin-bottom:5px;
}

#doctor .right-image .doc-data p{
	color:#fff;
	font-size: 19px;
    line-height: 24px;
}

#contact{
	background:#48AC6E;
	padding:140px 160px;
	margin-top:0;
}

#contact .heading{
	color:#fff;
}

#contact .right-image iframe{
	padding:50px 20px;
	border-radius:25px;
}

#contact .header-text{
	border-bottom:2px solid #fff;
	padding-bottom:15px;
	margin-bottom:15px;
	width:55%;
}

#contact .header-text .image{
	width:180px;
	height:140px;	
}

#contact .header-text .image img{
	width:100%;
	height:100%;
}

#contact .address p{
	color:#fff;
	font-size:20px;
	letter-spacing:1px;
	line-height:24px;
}

#contact .address ul{
	list-style-type:none;
	color:#fff;
	margin-top:15px;
	letter-spacing:1px;
}

#contact .address ul li a{
	color:#fff;
	font-size:20px;
	letter-spacing:1px;	
}

#contact .address ul li a:hover{
	color:#A9ABAE;
	
}

#contact .query{
	color:#fff;
	padding-left:50px;
	padding-bottom:20px;
}

#contact form .form-control {
    display: block;
    width: 100%;
    padding: 0.500rem 0.75rem;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin:15px 0px;
}

#contact form{
    padding-left:40px;
}

#contact form .form-control::placeholder{
    color:#fff;
}

.contact-button{
    text-align:center;
}

.contact-button a{
    background:#fff;
    margin-top:10px;
    color:#48AC6E;
}

.contact-button a:hover{
    background:#48AC6E;
    color:#fff;
}