@import url('https://fonts.googleapis.com/css?family=Poiret+One|Pompiere|Rouge+Script|Wire+One|Lato:300,400,600');
#main-slider {
	position: relative;
}
.no-margin {
	margin: 0;
	padding: 0;
}
#main-slider .carousel .carousel-content {
	margin-top: 70px;
}
#main-slider .carousel .slide-margin {
	margin-top: 20px;
}
#main-slider .carousel h2 {
	color: #fff;
}
#main-slider .carousel .btn-slide {
	padding: 8px 20px;
	background: #1d3678;
	color: #fff;
	border-radius: 4px;
	margin-top: 25px;
	display: inline-block;
}
#main-slider .carousel .slider-img {
	text-align: right;
	position: absolute;
}
#main-slider .carousel .item {
	background-position: 50%;
	background-repeat: no-repeat;
	left: 0 !important;
	opacity: 0;
	top: 0;
	position: absolute;
	width: 100%;
	max-width: 1920px;
	display: block !important;
	height: 550px;
	-webkit-transition: opacity ease-in-out 500ms;
	-moz-transition: opacity ease-in-out 500ms;
	-o-transition: opacity ease-in-out 500ms;
	transition: opacity ease-in-out 500ms;
}
#main-slider .carousel .item:first-child {
	top: auto;
	position: relative;
}
#main-slider .carousel .item.active {
	opacity: 1;
	-webkit-transition: opacity ease-in-out 500ms;
	-moz-transition: opacity ease-in-out 500ms;
	-o-transition: opacity ease-in-out 500ms;
	transition: opacity ease-in-out 500ms;
	z-index: 1;
}
#main-slider .prev,  #main-slider .next {
	position: absolute;
	top: 50%;
	background-color: #1c1c1c;
	color: #fff;
	display: inline-block;
	margin-top: -25px;
	height: 40px;
	line-height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 4px;
	z-index: 5;
	opacity:0.5;
}
#main-slider .prev:hover,  #main-slider .next:hover {
	background-color: #1d3678;
}
#main-slider .prev {
	left: 10px;
}
#main-slider .next {
	right: 10px;
}
#main-slider .carousel-indicators li {
	width: 20px;
	height: 20px;
	background-color: #fff;
	margin: 0 15px 0 0;
	position: relative;
}
#main-slider .carousel-indicators li:after {
	position: absolute;
	content: "";
	width: 24px;
	height: 24px;
	border-radius: 100%;
	background: rgba(0, 0, 0, 0);
	border: 1px solid #FFF;
	left: -3px;
	top: -3px;
}
#main-slider .carousel-indicators .active {
	width: 20px;
	height: 20px;
	background-color: #1d3678;
	margin: 0 15px 0 0;
	border: 1px solid #1d3678;
	position: relative;
}
#main-slider .carousel-indicators .active:after {
	position: absolute;
	content: "";
	width: 24px;
	height: 24px;
	border-radius: 100%;
	background: #1d3678;
	border: 1px solid #1d3678;
	left: -3px;
	top: -3px;
}
#main-slider .active .animation.animated-item-1 {
	-webkit-animation: fadeInUp 300ms linear 600ms both;
	-moz-animation: fadeInUp 300ms linear 600ms both;
	-o-animation: fadeInUp 300ms linear 600ms both;
	-ms-animation: fadeInUp 300ms linear 600ms both;
	animation: fadeInUp 300ms linear 600ms both;
}
#main-slider .active .animation.animated-item-2 {
	-webkit-animation: fadeInUp 600ms linear 900ms both;
	-moz-animation: fadeInUp 600ms linear 900ms both;
	-o-animation: fadeInUp 600ms linear 900ms both;
	-ms-animation: fadeInUp 600ms linear 900ms both;
	animation: fadeInUp 600ms linear 900ms both;
}
#main-slider .active .animation.animated-item-3 {
	-webkit-animation: fadeInUp 900ms linear 1200ms both;
	-moz-animation: fadeInUp 900ms linear 1200ms both;
	-o-animation: fadeInUp 900ms linear 1200ms both;
	-ms-animation: fadeInUp 900ms linear 1200ms both;
	animation: fadeInUp 900ms linear 1200ms both;
}
#main-slider .active .animation.animated-item-4 {
	-webkit-animation: fadeInUp 1200ms linear 1500ms both;
	-moz-animation: fadeInUp 1200ms linear 1500ms both;
	-o-animation: fadeInUp 1200ms linear 1500ms both;
	-ms-animation: fadeInUp 1200ms linear 1500ms both;
	animation: fadeInUp 1200ms linear 1500ms both;
}
#carousel-slider {
	position: relative;
}
#carousel-slider .carousel-indicators {
	bottom: -25px;
}
#carousel-slider .carousel-indicators li {
	border: 1px solid #ffbd20;
}
#carousel-slider a i {
	border: 1px solid #777;
	border-radius: 50%;
	font-size: 28px;
	height: 50px;
	padding: 8px;
	position: absolute;
	top: 50%;
	width: 50px;
	color: #777;
}
#carousel-slider a i:hover {
	background: #bfbfbf;
	color: #fff;
	border: 1px solid #bfbfbf;
}
#carousel-slider  .carousel-control {
	width: inherit;
}
#carousel-slider .carousel-control.left i {
	left: -25px
}
#carousel-slider .carousel-control.right i {
	right: -25px;
}
#carousel-slider  .carousel-control.left,  #carousel-slider  .carousel-control.right {
	background: none;
}
#main {
	background: url(../images/slider/main2.png);
}
#main h1 {
	display: none !important;
}
#main h2 {
	display: none !important;
}

.font_h1 {
	clear: both;
  font-family: "Exo", sans-serif;
  line-height: 1.4em;
  color: #1d1d1f;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
}
.font_h2 {
 clear: both;
  font-family: "Exo", sans-serif;
  line-height: 1.4em;
  color: #1d3678 !important;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;

}
.carousel-content p {
 clear: both;
  font-family: 'Rouge Script', cursive;
  color: #424242 !important;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-size:32px;
  line-height:normal  !important;
  margin-bottom:15px;
}

@media (min-width: 768px) and (max-width: 991px) {                                              
#main-slider .carousel h1 {
    font-size: 25px;
  }

  #main-slider .carousel h2 {
    font-size: 20px;
}
#main-slider .carousel h1 {
    font-size: 25px;
  }

  #main-slider .carousel h2 {
    font-size: 20px;
  
  }
}                            
@media (max-width: 767px) {   
.qoute-box .form-grp {
	float: left;
	width: 100% !important;
	margin-left:0px !important;
	padding: 12px 0;
}                                                          
#main-slider .carousel-indicators li {width:15px; height:15px;}
	#main-slider .carousel-indicators li:after { width:15px; height:15px;border:0px !important;}
	#main-slider .carousel-indicators .active{width:12px; height:12px;}
	#main-slider .carousel-indicators .active:after {width:15px; height:15px; border:0px !important;}

#main-slider .carousel .item {
		height:300px;
		
	}
	#main-slider .carousel .carousel-content {
  margin-top: 5px;
}

#main-slider .carousel .slide-margin{
  margin-top: 4px;
}

#main-slider .carousel h2 {
  color: #fff;
}

 #main-slider .carousel h1 {
    font-size: 25px;
  }

  #main-slider .carousel h2 {
    font-size: 18px;
  }
   #main-slider .carousel p {
    font-size: 20px;
    margin-bottom:10px !important;
  }
}



.btn{border-radius:0px !important;}

/* ICON */
.ro-social li {
  display: inline-block;
  margin-right: 2px;
  margin-left: 2px;
	padding-top:12px;
  font-size: 30px !important;
  color:#FFF;
   }
  .ro-social li a:hover {
    color: #ffcc00; }

/* BUTTON */
.ro-btn-1 {
  transition: all 0.4s;
  display: inline-block;
  padding: 15px 40px;
  font-size: 12px;
  font-weight: 700;
  outline: none;
  word-spacing: 2px;
  line-height: 1.2;
  text-align: center;
  background-color: transparent;
  border: 0;
  background-color: #84C340;
  color: #FFFFFF; }
  .ro-btn-1:hover {
    background-color: #444444;
    color: #FFFFFF; }

.ro-btn-2 {
  transition: all 0.4s;
  display: inline-block;
  padding: 15px 40px;
  font-size: 12px;
  font-weight: 700;
  outline: none;
  word-spacing: 2px;
  line-height: 1.2;
  text-align: center;
  background-color: transparent;
  border: 0;
  background-color: #444444;
  color: #FFFFFF; }
  .ro-btn-2:hover {
    background-color: #84C340;
    color: #FFFFFF; }

.ro-btn-3 {
  transition: all 0.4s;
  display: inline-block;
  padding: 15px 40px;
  font-size: 12px;
  font-weight: 700;
  outline: none;
  word-spacing: 2px;
  line-height: 1.2;
  text-align: center;
  background-color: transparent;
  border: 0;
  background-color: #FFFFFF; }
  .ro-btn-3:hover {
    background-color: #84C340;
    color: #FFFFFF; }

.ro-btn-bd-1 {
  transition: all 0.4s;
  display: inline-block;
  padding: 15px 40px;
  font-size: 12px;
  font-weight: 700;
  outline: none;
  word-spacing: 2px;
  line-height: 1.2;
  text-align: center;
  background-color: transparent;
  border: 0;
   }
  .ro-btn-bd-1:hover {
    background-color: #84C340;
    border-color: #84C340;
    color: #FFFFFF; }

.ro-btn-bd-2 {
  transition: all 0.4s;
  display: inline-block;
  padding: 15px 40px;
  font-size: 12px;
  font-weight: 700;
  outline: none;
  word-spacing: 2px;
  line-height: 1.2;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 14px 39px;
  border: 1px solid #444444;
  background-color: #FFFFFF; }
  .ro-btn-bd-2:hover {
    background-color: #84C340;
    border-color: #84C340;
    color: #FFFFFF; }

.ro-btn-bdr-1 {
  transition: all 0.4s;
  display: inline-block;
  padding: 15px 40px;
  font-size: 12px;
  font-weight: 700;
  outline: none;
  word-spacing: 2px;
  line-height: 1.2;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 14px 39px;
  border: 1px solid #444444;
  border-radius: 20px;
  background-color: #EEEEEE; }

.ro-btn-bdr-2 {
  transition: all 0.4s;
  display: inline-block;
  padding: 15px 40px;
  font-size: 12px;
  font-weight: 700;
  outline: none;
  word-spacing: 2px;
  line-height: 1.2;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 14px 39px;
  border: 1px solid #444444;
  background-color: #84C340;
  border-radius: 20px; }


.social-side {
  width: 200px;
  height: 220px;
  position: fixed;
  margin-top: 30px;
  perspective: 1000px;
  left:-40px;
  z-index:9999999999999999999999999999 !important;
}

.social-side li a {
  display: block;
  height: 40px;
  width: 60px;
  background: #c52d2f;
  border-bottom: 1px solid #333;
  font: normal normal normal  16px/20px  'FontAwesome', 'Source Sans Pro', Helvetica, Arial, sans-serif;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  padding: 10px;
  text-decoration: none;
  text-align: center;
  transition: background .5s ease .300ms;
  
}

.social-side li:first-child a:hover { background: #3b5998 }
.social-side li:nth-child(2) a:hover { background: #00acee }
.social-side li:nth-child(3) a:hover { background: #ea4c89 }
.social-side li:nth-child(4) a:hover { background: #dd4b39 }

.social-side li:first-child a { border-radius: 0 5px 0 0 }
.social-side li:last-child a { border-radius: 0 0 5px 0 }
    
.social-side li a span {
  width: 100px;
  float: left;
  text-align: center;
  background: #222;
  color: #fff;
  margin: -25px 74px;
  padding: 8px;
  transform-origin: 0;
  visibility: hidden;
  opacity: 0;
  transform: rotateY(45deg);
  border-radius: 5px;
  transition: all .5s ease .300ms;
  
}

.social-side li span:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: -20px;
  top: 7px;
  border-left: 10px solid transparent;
  border-right: 10px solid #222;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
}

.social-side li a:hover span {
  visibility: visible;
  opacity: 1;
  transform: rotateY(0)
}

/*
* = 4 qoute box styles
*/

.qoute-box {
	background:#eee;
	padding: 30px 0;
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
	margin-bottom:25px;
}
.qoute-box .title-box {
	width: 210px;
}
.qoute-box .form-grp {
	float: left;
	width: 236px;
	padding: 12px 0;
}
.qoute-box .form-grp + .form-grp {
	margin-left: 20px;
}
.qoute-box .submit-box {
	width: 160px;

}
.qoute-box .thm-btn {
	padding-left: 34px;
	padding-right: 34px;
	padding-top: 12px;
	padding-bottom: 12px;
}
.qoute-box .title-box {
	font-size: 26px;
	color: #222;
	font-family: 'Bitter';
	font-weight: 500;
}
.qoute-box .title-box span {
	color: #c72a17;
}
.qoute-box input {
	width: 100%;
	border: 1px solid #E5E5E5;
	outline: none;
	padding: 11px 15px;
}

.thm-btn {
	border: none;
	outline: none;
	display: inline-block;
	background: #c72a17;
	color: #fff;
	font-size: 14px;
	font-family: 'Lato' sans-serif;
	text-transform: uppercase;
	font-weight: bold !important;
	padding: 15px 32px 14px 32px !important;
	text-decoration: none !important;
	transition: all .3s ease !important;
	letter-spacing:normal;
}
.thm-btn:hover {
	color: #fff;
	background: #326f9c;
}
input::placeholder {
font-size: 14px;
	font-family: 'Lato' sans-serif;
}