﻿@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700');


body { color:#333; font-family: 'Montserrat', sans-serif; font-size:12px;}
.CommonCellHeader {background-color:#424242;color:orange;}
.SurveyBtn{color: #FFF;background-color: #69B417;border-color: #5c9d14;}

.row.no-gutters {
   margin-right: 0;
   margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
   padding-right: 0;
   padding-left: 0;
}

/*Add Custom Css For Theme style */
.serviceBox{
    border: 1px solid #ccc;
    padding: 15px 15px 15px 15px;
    position: relative;
    transition: all 0.5s ease 0s;
	min-height: 260px;
    margin-bottom: 30px;
	text-align:center;
}
.serviceBox:hover{
    border-color: #0E6484;
}
.serviceBox:before,
.serviceBox:after{
    content: "";
    display: block;
    width: 50px;
    height: 5px;
    background: #0E6484;
    position: absolute;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.serviceBox:before{
    top: -3px;
}
.serviceBox:after{
    bottom: -3px;
}
.serviceBox:hover:before,
.serviceBox:hover:after{
    left: 45%;
    opacity: 1;
}
.serviceBox .service-icon{
    text-align:center;
    font-size: 45px;
    color: #0E6484;
    opacity: 0.5;
    transition: all 0.5s ease-in 0s;
}
.serviceBox:hover .service-icon{
    opacity: 1;
}
.serviceBox .title{
    font-size: 16px;
    font-weight: 700;
    color: #0E6484;
    margin-bottom: 15px;
}
.serviceBox .description{
    font-size: 13px;
    color: #333;
    line-height: 20px;
}
@media only screen and (max-width: 990px){
    .serviceBox{ margin-bottom: 30px; }
}

/* [ Header ]*/

.main-header{
	position: relative;
	padding-top: 110px;
	background-image: url('../img/header-bg.png');
	background-size: cover;
	background-position: bottom right;
	background-repeat: no-repeat;
}

.main-header .header-content {
	text-align: left;
	padding-bottom: 30px;
}

.main-header .header-content .title{
	color: #fff;
	font-size:36px;
	font-weight: 600;
}
.header-content h3{ font-size:21px; color:#fff;}
.header-content ul{ margin:20px 0; padding:0px; list-style:none;}
.header-content ul li {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 5px;
    padding-left: 20px;
}
.header-content li:before {
    font-family: 'FontAwesome';
    position: absolute;
    content: '\f14a';
    left: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

.main-header .image{
	/*animation-name: translateY;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;*/
}
.img-fluid {
    max-width: 100%;
    height: auto;
}

/*Section Divider */
.content-lead p:after{ border-top:0;}
#about{ background:#e8eded;}
.section-head {   
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.section-head h2 {
    font-size: 36px;
    line-height: 36px;
	color:#20303c;
    margin-bottom: 0;
    text-transform: capitalize;
}
.section-head p {
    margin-bottom: 0;
    margin-top: 22px;
    color: #767676;
}
.section-divider {
  height: 8px;
  width: 162px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
}
.section-divider .left {
  position: absolute;
  height: 2px;
  width: 70px;
  background-color: #0E6484;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
.section-divider-white .left{background-color: #fff;}

.section-divider .right {
  content: '';
  position: absolute;
  height: 2px;
  width: 70px;
  background-color: #0E6484;
  right: 0;
  top: 50%;
  margin-top: -1px;
}
.section-divider-white .right{  background-color: #fff;}
.section-divider span {
  position: absolute;
  height: 8px;
  width: 8px;
  background-color: #0E6484;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.section-divider-white span {background-color: #fff;}
.section-divider span:before {
  content: '';
  height: 4px;
  width: 4px;
  background-color: #0E6484;
  left: -7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  position: absolute;
}
.section-divider-white span:before{background-color: #fff;}
.section-divider span:after {
  content: '';
  height: 4px;
  width: 4px;
  background-color: #0E6484;
  right: -7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  position: absolute;
}
.section-divider-white span:after{background-color: #fff;}

/*		[ Animation ]		*/
@keyframes translateY {
	0%   {
		transform: translateY(-30px);
	 }

	50%  {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-30px);
	}
}
/* Pricing Area */
.pricing-area {
  position: relative; }

.pricing-area-bg {
  background-size: cover;
  mask-image: url(../img/1.png);
  -webkit-mask-image: url(../img/1.png);
  -webkit-mask-size: 1600px 480px;
  mask-size: 1600px 480px;
  height: 480px;
  position: relative;
  overflow:hidden;
  }
  .pricing-area-bg::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient(-4deg, #0E6484 42%, #0091c7 69%, #13b1ec 96%);
    background-image: -webkit-linear-gradient(-4deg, #0E6484 42%, #0091c7 69%, #13b1ec 96%);
    background-image: -ms-linear-gradient(-4deg, #0E6484 42%, #0091c7 69%, #13b1ec 96%);
    opacity: 0.949;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)"; }
	.pricing-content {
    margin-top: -24.0625rem;
}
.pricing-single span {
    display: block;
    font-size:21px;
    font-weight: 600;
    margin: 0.4375rem 0 5.6875rem;
}
.pricing-content {
  margin-top: -34%; }
  @media (max-width: 767px) {
    .pricing-area-bg img {
      height: 525px;
      object-fit: cover; } }

.pricing-area .pricing-title h2 {
  max-width: 650px;
  color:#fff;
  margin-left: auto;
  margin-right: auto; }
.padding_all10{ padding:20px 10%; }

  @media (max-width: 767px) {
	  .padding_all30{ padding:30px 5%; }
    .pricing-content {
      margin-top: -26.5625rem; } }

.pricing-box-area {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px; 
 }

@media (min-width: 768px) and (max-width: 991px) {
  .pricing-box-area {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 767px) {
    .pricing-box-area {
      -ms-grid-columns: 1fr [1];
      grid-template-columns: repeat(1, 1fr); } }

.pricing-box {
  background-color: #fff;
  background-image: url(../img/3.png);
  background-repeat: no-repeat;
  background-position: center top;
  padding: 3.4375rem 0.9375rem 2.5rem;
  border-radius: 10px;
  position: relative; }
  .pricing-box::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    z-index: -1;
    background: rgba(57, 79, 236, 0.2); }
  .pricing-box:nth-child(2) {
    background-image: url(../img/4.png); }
  .pricing-box:nth-child(3) {
    background-image: url(../img/6.png); }
	
	.pricing-box:nth-child(4) {
    background-image: url(../img/5.png); }

.pricing-single {
  text-align: center; }
  .pricing-single h2,
  .pricing-single span {    }
  .pricing-single h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 0; color:#fff;}
    @media (max-width: 767px) {
      .pricing-single h2 {
        font-size: 2.5rem; } }
  .pricing-single span {
    display: block;
    font-size: 21px;
    font-weight: 600;
    margin:0 0px 70px 0;  color:#fff;}
  .pricing-single h3 {
    font-size: 21px;
    font-weight: 400;
	color:#0e6484;
	font-family:Lato, sans-serif; }
.pricing-single ul{ margin:0px; padding:0px; list-style:none;}
.price-list li {
  display: block;
  padding: 8px 0;
  margin-bottom: 0; border-bottom:solid 1px #ddd; background:#f9f9f9; }
  .price-list li:nth-child(2n){ background:#fff;}
.pricing-box a.btn {
    font-size: 14px;
    display: inline-block;
    background-color: #F057BE;
    padding: 0.8125rem 1.875rem;
    text-transform: uppercase;
    color:#fff;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    letter-spacing: 0.5px;
}
.pricing-box a.btn {
  margin-top: 1.5rem; }
  .pricing-box a.btn:hover {
    background-color: #f057bc; }
.pricing-single ul{ min-height:580px;} /*min-height:580px; Change Smurti */

.pricing-box:nth-child(2) a.btn {
  background-color: #579413; }

.pricing-box:nth-child(3) a.btn {
  background-color: #0E6484; }
 
 .pricing-box:nth-child(4) a.btn {
  background-color: #7719aa; }
  
 .fun-fact-section {
    padding-top: 0;
    padding-bottom: 40px;
}
#contactus{ background:#f5f5f5;}
.box > .icon { text-align: center; position: relative; }
		.box > .icon > .image { position: relative; z-index: 2; margin: auto; width: 88px; height: 88px; border: 8px solid white; line-height: 88px; border-radius: 50%; background: #0E6484; vertical-align: middle; }
		.box > .icon:hover > .image { background: #69B417; }
		.box > .icon > .image > i { font-size: 36px !important; color: #fff !important; }
		.box > .icon:hover > .image > i { color: white !important; }
		.box > .icon > .info { margin-top: -24px; background: rgba(0, 0, 0, 0.04); border: 1px solid #e0e0e0; padding: 15px 0 10px 0; min-height:163px;}
		.box > .icon:hover > .info { background: rgba(0, 0, 0, 0.04); border-color: #e0e0e0; color: white; }
		.box > .icon > .info > h3.title { font-size: 16px; color: #222; font-weight: 700; }
		.box > .icon > .info > p { font-size: 13px; color: #666; line-height: 1.5em; margin: 20px;}
		.box > .icon > .info > p a{ color:#666; text-decoration:none; font-size: 13px;}
		.box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a { color: #222; }
		.box > .icon > .info > .more a {  font-size: 12px; color: #222; line-height: 12px; text-transform: uppercase; text-decoration: none; }
		.box > .icon:hover > .info > .more > a { color: #fff; padding: 6px 8px; background-color: #63B76C; }
		.box .space { height: 30px; }
		footer{ padding:10px 0 15px 0; background-color:#f5f5f5;}
		.parsley-errors-list li { color: #f7c919;}
		@media only screen and (max-width: 768px)
		{
			.contact-form
			{
				margin-top:25px; 
			}

			.btn-send
			{
				width: 100%;
				padding:10px; 
			}

			.second-portion
			{
				margin-top:25px; 
			}
			.pricing-area-bg{  height:280px !important;}
			.pricing-single ul{ min-height:inherit !important;}
			
		}