@import "fonts/fonts.css";


html{
	scroll-behavior: smooth;
}


/*-------------------------------*/

.BoxHeight{
	height: 40px;
}


/*-------------------------------*/

.MainHeader{
	position: absolute;
	width: 100%;
	margin: auto;
	z-index: 9999;
	padding-top: 20px;
}

.MainHeader .Logo{
	padding-top: 5px;
}

.sticky {
	background-color:#073556;
  position: fixed;
  top: 0;
  width: 100%;
  padding-bottom:20px;
}

.sticky + .content {
  padding-top: 102px;
}
@media (min-width: 666px) and (max-width: 1280px) {



}


@media (min-width: 320px) and (max-width: 660px) {
	
.MainHeader{
	position: relative;
	background-color: #0A416A;
	padding: 10px 0px;
}

.MainHeader img{
	display: none;
}

}



/*-------------------------------*/

.NavigationBar{
	font-family: Montserrat-Medium;
	float: right;
	margin-top: 10px;
	margin-bottom: -10px;
}

.NavigationBar .navbar-inverse{
	background-color: transparent;
	border: none;
	text-transform: uppercase;
}

.NavigationBar .navbar-header a{
	display: none;
}

.NavigationBar  .navbar-inverse ul li a{
	color: #FFFFFF;
	transition: 1s ease all;
}


.NavigationBar  .navbar-inverse ul li a:hover{
	color: #FFFFFF;
	background-color: #00A7E5;
	border-radius: 5px;
}


.NavigationBar  .navbar-inverse ul li ul  li a{
	color: #000000;
	font-size:12px;
	padding:15px;
}


.NavigationBar  .navbar-inverse ul li ul  li a:hover{
	border-radius:0px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-left-color: #000000;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
@media (min-width: 666px) and (max-width: 1280px) {

.NavigationBar{
	margin-top: 0px;
}


.NavigationBar .navbar-inverse{
	margin-bottom: -30px;
}

.NavigationBar  .navbar-inverse ul li a{
	font-size: 12px;
}


}


@media (min-width: 320px) and (max-width: 660px) {
	

.NavigationBar{
	float: none;
	margin-top: 2px;
}

.NavigationBar .navbar-inverse{
	margin-bottom: 0px;
	background-color: #0A416A;
}

.NavigationBar .navbar-inverse .navbar-toggle{
	background-color: #00ACED;
}

.NavigationBar .navbar-header a{
	display: block;
	width: 50%;
	margin-top: -10px;
}


}

/*------------------------------------------------------*/

.HomeAbout{
	font-family: Montserrat-Medium;
	background-image: url(../img/bg.jpg);
	background-size: cover;
	background-position: center;
	margin-top:-10px;
}


.HomeAbout h1{
	font-family: Montserrat-Bold;
	color:#00A7E5;
	margin-top: -5px;
}


.HomeAbout .Bar{
	background-color:#000000;
	height: 5px;
	width: 20%;
	border-radius: 20px;
}

.HomeAbout .AboutDetails{
	padding-top: 100px;
}

.HomeAbout .Link{
	padding-top: 40px;
}

.HomeAbout .Link a{
	background-color:#000000;
	color: #FFFFFF;
	font-size: 16px;
	padding: 15px 40px;
	transition: 1s ease all;
}

.HomeAbout .Link a:hover{
	background-color:#00A7E5;
	text-decoration: none;
}

.HomeAbout .Link .fa{
	padding-left: 10px;
}

@media (min-width: 666px) and (max-width: 1280px) {


.HomeAbout h1{
	font-size: 30px;
}

.HomeAbout .AboutDetails{
	padding-top: 0px;
	font-size: 12px;
}

.HomeAbout .Link{
	padding-top: 20px;
}

.HomeAbout .Link a{
	font-size: 14px;
	padding: 10px 40px;
}

}


@media (min-width: 320px) and (max-width: 660px) {
	

.HomeAbout h1{
	font-size: 30px;
}

.HomeAbout .AboutDetails{
	padding-top: 0px;
	font-size: 12px;
}

.HomeAbout .Link{
	padding-top: 20px;
	padding-bottom: 30px;
}

.HomeAbout .Link a{
	font-size: 14px;
	padding: 10px 40px;
}


}

/*------------------------------------------------------*/

.HomeOurPassion{
	font-family: Montserrat-Medium;
	background-image: url("../img/our-passion.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
    position: relative;
	color: #FFFFFF;
}

.HomeOurPassion::before{
  background-color: rgba(0, 0, 0, 0.37);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}

.HomeOurPassion h1{
	font-family: Montserrat-Bold;
}

.HomeOurPassion h3{
	font-family: Montserrat-Bold;
	font-size:30px;
}

.HomeOurPassion p{
	font-size:16px;
}

.HomeOurPassion ul{
	list-style-type:none;
}

.HomeOurPassion ul span{
	font-size: 20px;
	padding-right: 10px;
}

@media (min-width: 666px) and (max-width: 1280px) {

.HomeOurPassion h1{
	font-size: 35px;
}

.HomeOurPassion h4{
	font-size: 17px;
}

}


@media (min-width: 320px) and (max-width: 660px) {

.HomeOurPassion{
background-position: auto;
}

.HomeOurPassion{
	font-size: 12px;
}

.HomeOurPassion h1{
	font-size: 22px;
}

.HomeOurPassion h4{
	font-size: 15px;
}

}

/*------------------------------------------------------*/

.HomeTagline{
	font-family: Montserrat-Bold;
	background-color:#00ACED;
	color:#ffffff;
	text-align:center;
}

.HomeTagline h1{
	font-size:28px;
}

@media (min-width: 666px) and (max-width: 1280px) {


.HomeTagline{
	font-size:25px;
}
}


@media (min-width: 320px) and (max-width: 660px) {

.HomeTagline{
	font-size:18px;
}

}

/*------------------------------------------------------*/

.HomeServicesArea{
	font-family: Montserrat-Medium;
}

.HomeServicesArea h1{
	font-family: Montserrat-Bold;
	text-align: center;
}

.HomeServicesArea .ServiceTitle h2{
	font-family: Montserrat-Bold;
	text-align: center;
	font-size: 35px;
}

.HomeServicesArea h2{
	font-size: 20px;
}

.HomeServicesArea .Bar{
	background-color:#00A7E5;
	height: 4px;
	width:10%;
	margin: auto;
	border-radius: 20px;
}

.HomeServicesArea h5{
	text-align: center;
}

.HomeServicesArea .Box{
	box-shadow: 5px 5px 5px 5px #EEEEEE;
	padding: 30px;
	border-radius: 20px;
	margin-bottom: 50px;
	min-height: 340px;
	transition: 1s ease all;
}

.HomeServicesArea .Box:hover{ 
}

.HomeServicesArea .Box:focus{ 
	outline: none;
}

.HomeServicesArea .Box a{
	color: #000000;
}

.HomeServicesArea .Box a:hover{
	color: #000000;
	text-decoration: none;
}

.HomeServicesArea .Box a:focus{
	outline: none;
}

.HomeServicesArea .Box .Details{
	padding: 0px 10px;
	font-size: 12px;
}


.HomeServicesArea .Box .Details2{
	padding: 0px 10px;
	font-size: 12px;
	min-height:400px;
}

.HomeServicesArea .Box .Details2 h2{
	min-height:50px;
}

.HomeServicesArea .Box h4{
	font-family: Montserrat-Bold;
}

.HomeServicesArea .Box .Link{
	padding: 10px 0px;
	text-align: right;
}

@media (min-width: 666px) and (max-width: 1280px) {

.HomeServicesArea h1{
	font-size: 35px;
}


.HomeServicesArea .Box{
	box-shadow: 5px 5px 5px 5px #EEEEEE;
	padding: 20px;
	border-radius: 20px;
	transition: 1s ease all;
}


}


@media (min-width: 320px) and (max-width: 660px) {

.HomeServicesArea h1{
	font-size: 25px;
}

.HomeServicesArea .Bar{
	width:20%;
}

.HomeServicesArea h5{
	font-size: 13px;
}

	
}



/*------------------------------------------------------*/

.ClientsLogo{
	font-family: Montserrat-Medium;
	background-color: #f7f7f7;
	padding-top: 30px;
	padding-bottom: 60px;
}

.ClientsLogo h1{
	font-family: Montserrat-Bold;
	text-align: center;
}

.ClientsLogo .Bar{
	background-color:#00A7E5;
	height: 4px;
	width:10%;
	margin: auto;
	border-radius: 20px;
}

.ClientsLogo .slick-slide {
    margin: 0px 10px;
	padding: 10px;
}
.HomeBlogs .slick-slide {
    margin: 0px 10px;
	padding: 10px;
}

.ClientsLogo img{
   width: 100%;
	border: #EEEEEE 2px solid;
	border-radius: 5px;
	padding: 15px;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*------------------------------------------------------*/

.HomeCounter{
	font-family: Montserrat-Medium;
	background-image: url("../img/counter-bg.jpg");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	color: #FFFFFF;
	text-align: center;
	padding: 40px 0px;
}


.HomeCounter .customer-p{
	font-size: 12px;
	margin-top: -10px;
}

.HomeCounter .CountNumber{
	font-family: Montserrat-Bold;
	font-size: 35px;
}

@media (min-width: 666px) and (max-width: 1280px) {


}


@media (min-width: 320px) and (max-width: 660px) {


.HomeCounter .CountNumber{
	font-size: 20px;
}
	
}


/*------------------------------------------------------*/

.PageHeader{
	font-family: Montserrat-Bold;
	background-image: url("../img/page-bg.jpg");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	padding-top: 180px;
	padding-bottom: 40px;
	font-size: 35px;
	color: #FFFFFF;
}

.PageHeader .Bar{
	background-color: #FFFFFF;
	height: 5px;
	width: 10%;
	border-radius: 20px;
}

@media (min-width: 666px) and (max-width: 1280px) {


.PageHeader{
	padding-bottom: 50px;
}

}


@media (min-width: 320px) and (max-width: 660px) {

.PageHeader{
	padding-bottom: 70px;
	font-size: 20px;
}

.PageHeader .Bar{
	width: 20%;
}
}



/*------------------------------------------------------*/

.PageContentArea{
	font-family: Montserrat-Medium;
}

.PageContentArea h3{
	font-family: Montserrat-Bold;
	color: #00A7E5;
}

/*------------------------------------------------------*/

.VisionMission{
	font-family: Montserrat-Medium;
	background-image: url("../img/vision-mission-bg.jpg");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

.VisionMission .Box{
	background-color: #FFFFFF;
	padding: 40px;
	padding-top: 20px;
	opacity: 0.9;
	height: 250px;
}

.VisionMission .Box h3{
	font-family: Montserrat-Bold;
}

@media (min-width: 666px) and (max-width: 1280px) {


.VisionMission .Box{
	height: 320px;
}


}


@media (min-width: 320px) and (max-width: 660px) {

.VisionMission .Box{
	height: 320px;
	margin-bottom: 30px;
}


}

/*------------------------------------------------------*/

.OurTeam{
	font-family: Montserrat-Medium;
}


.OurTeam .Box {
	background-position: center;
    position: relative;
    width: 100%;
    max-width: 100%;
	padding-top: 120px;
	height: 500px;
	color: #FFFFFF;
}

.OurTeam .Box::before{
  background-color: rgba(0, 0, 0, 0.37);
  content: '';
  display: block;
  position: absolute;
    width: 100%;
    max-width: 100%;
	padding-top: 100px;
	height: 500px;
  bottom: 0; 
}

.OurTeam .overlay {
  position: absolute; 
  bottom: 0; 
  background: #60609C;
  background: #60609C; /* Black see-through */
  width: 100%;
  height: 500px;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
	padding-top: 120px;
	color: #FFFFFF;
}

.OurTeam .Box:hover .overlay {
  opacity: 0.9;
}

.OurTeam .Box .designation {
  font-size:14px;
}


/*------------------------------------------------------*/

.PortfolioArea{
	font-family: Montserrat-Medium;
}

.PortfolioArea .filter{
	padding: 20px;
}

.PortfolioArea img{
	box-shadow: 5px 5px 5px 5px #EEEEEE;
	padding: 20px;
}

@media (min-width: 666px) and (max-width: 1280px) {



}


@media (min-width: 320px) and (max-width: 660px) {

	.PortfolioArea .btn{
		font-size: 12px;
	}
	
}


/*-----------------------------------------*/

.AboutServices{
  font-family: "Lato", sans-serif;
	padding:40px 0px;
}

.AboutServices ul li{
  font-size: 12px;
}

.AboutServices h1{
	font-weight: bold;
  color: #00A7E5;
}

.AboutServices h3{
	font-weight: bold;
}

.AboutServices .Bar{
  background-color: #00A7E5;
	height: 5px;
	width: 20%;
	margin-bottom: 40px;
}

@media (min-width: 666px) and (max-width: 1280px) {


.AboutServices img{
  padding-top: 50px;
}

.AboutServices h3{
  font-size: 18px;
}

.AboutServices .Bar{
	height: 4px;
	margin-bottom: 20px;
}
	
.AboutServices p{
  font-size: 11px;
}
	
.AboutServices .Image{
  padding-top: 0px;
}

}


@media (min-width: 320px) and (max-width: 660px) {

.AboutServices h1{
  font-size: 30px;
}
	
.AboutServices h3{
  font-size: 18px;
	padding-top: 20px;
}

.AboutServices .Bar{
	height: 4px;
	margin-bottom: 20px;
}
	
.AboutServices p{
  font-size: 11px;
}

}

/*-----------------------------------------*/

.ServicesContent{
	background-image: url("../img/services/marketing-02.jpg");
	background-position: center;
	background-attachment: fixed;
    font-family: "Lato", sans-serif;
	padding: 80px 0px;
}

.ServicesContent .container{
	background-color: #FFFFFF;
	padding: 30px;
}

.ServicesContent h3{
	font-weight: bold;
}

.ServicesContent .Bar{
  background-color: #00A7E5;
	height: 5px;
	width: 10%;
	margin-bottom: 40px;
}

@media (min-width: 666px) and (max-width: 1280px) {

.ServicesContent h6{
	font-size: 13px;
}

.ServicesContent h3{
	font-size: 25px;
}

.ServicesContent .Bar{
	height: 4px;
	width: 20%;
	margin-bottom: 10px;
}

.ServicesContent p{
	font-size: 11px;
}

.ServicesContent img{
	padding-top: 80px;
}


}


@media (min-width: 320px) and (max-width: 660px) {
	
.ServicesContent h6{
	font-size: 13px;
}

.ServicesContent h2{
	font-size: 25px;
}

.ServicesContent h3{
	font-size: 25px;
}

.ServicesContent .Bar{
	height: 4px;
	width: 20%;
	margin-bottom: 10px;
}

.ServicesContent p{
	font-size: 11px;
}

}
/*-----------------------------------------*/

.ServicesArea{
    font-family: "Lato", sans-serif;
	background-color: #00A7E5;
	padding: 70px 0px;
}

.ServicesArea .container{
	background-color: #FFFFFF;
	padding: 30px;
}

.ServicesArea h3{
	font-weight: bold;
}

.ServicesArea .Bar{
  background-color: #FDB515;
	height: 5px;
	width: 10%;
	margin-bottom: 40px;
}

@media (min-width: 666px) and (max-width: 1280px) {

.ServicesArea h6{
	font-size: 13px;
}

.ServicesArea h3{
	font-size: 25px;
}

.ServicesArea h2{
	font-size: 25px;
}

.ServicesArea .Bar{
	height: 4px;
	width: 20%;
	margin-bottom: 10px;
}

.ServicesArea p{
	font-size: 11px;
}

.ServicesArea img{
	padding-top: 80px;
}


}


@media (min-width: 320px) and (max-width: 660px) {
	
.ServicesArea h6{
	font-size: 13px;
}

.ServicesArea h2{
	font-size: 25px;
}

.ServicesArea h3{
	font-size: 25px;
}

.ServicesArea .Bar{
	height: 4px;
	width: 20%;
	margin-bottom: 10px;
}

.ServicesArea p{
	font-size: 11px;
}

}
/*------------------------------------------------------*/

.ServicesContentBottom{
	background-image: url("../img/services/marketing-03.jpg");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
    font-family: "Lato", sans-serif;
	padding: 80px 0px;
}

.ServicesContentBottom .container{
	background-color: #FFFFFF;
	padding: 30px;
}

.ServicesContentBottom h3{
	font-weight: bold;
}

.ServicesContentBottom .Bar{
  background-color: #00A7E5;
	height: 5px;
	width: 10%;
	margin-bottom: 40px;
}

@media (min-width: 666px) and (max-width: 1280px) {

.ServicesContentBottom h6{
	font-size: 13px;
}

.ServicesContentBottom h3{
	font-size: 25px;
}

.ServicesContentBottom h2{
	font-size: 25px;
}

.ServicesContentBottom .Bar{
	height: 4px;
	width: 20%;
	margin-bottom: 10px;
}

.ServicesContentBottom p{
	font-size: 11px;
}

.ServicesContentBottom img{
	padding-top: 80px;
}


}


@media (min-width: 320px) and (max-width: 660px) {
	
.ServicesContentBottom h6{
	font-size: 13px;
}

.ServicesContentBottom h3{
	font-size: 25px;
}

.ServicesContentBottom h2{
	font-size: 25px;
}

.ServicesContentBottom .Bar{
	height: 4px;
	width: 20%;
	margin-bottom: 10px;
}

.ServicesContentBottom p{
	font-size: 11px;
}

}
/*------------------------------------------------------*/


.Packages h2 {
  font-size: 1.6em;
  display: inline;
  text-transform: uppercase;
}
.Packages h3 {
  font-size: 1.6em;
  display: inline;
  text-transform: capitalize;
}
.Packages em {
  font-style: normal;
  text-decoration: underline;
  font-size: 1.7rem;
}
.Packages section {
  text-align: justify !important;
  text-justify: distribute-all-lines;
  font-size: 0 !important;
}
section > * {
  text-align: left;
  font-size: medium;
}
section:after {
  content: '';
  display: inline-block;
  width: 100%;
}
section > div {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  width: 24%;
  margin-bottom: 1.9%;
}
@media only screen and (max-width: 529px) {
  section > div {
    width: 100%;
    margin-bottom: 1.9%;
  }
}
.price-package {
  padding-top: 25px;
  margin-bottom: 10px;
  text-align: center;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
}
.price-package .package-name {
  font-size: 1.4rem;
}
@media only screen and (max-width: 529px) {
  .price-package {
    padding-top: 1rem;
  }
}
.price-package .package-price {
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  margin-top: 25px;
}
@media only screen and (max-width: 529px) {
  .price-package .package-price {
    margin-top: 1rem;
  }
}
.price-package .package-price .price {
  position: relative;
  display: inline-block;
}
.price-package .package-price .price sup {
  font-size: 1.6rem;
  position: absolute;
  top: 6px;
  left: -12px;
}
.price-package .package-price .price span {
  font-size: 3.5rem;
}
.price-package .package-price .term {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding-top: 6px;
}
.price-package .package-price .term sup {
  font-size: 1.7rem;
  display: block;
  padding: 0;
}
.price-package .package-price .term span {
  font-size: 1rem;
  display: block;
  margin-top: -3px;
}
.price-package .package-features {
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  margin-top: 16.666666666667px;
}
.price-package .package-features ul {
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.price-package .package-features ul li {
  margin: 20px auto;
  padding: 0;
}
@media only screen and (max-width: 529px) {
  .price-package .package-features ul li {
    margin: 10px auto;
  }
}
.price-package .sign-up {
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  padding: 16.666666666667px 0;
  margin-top: 16.666666666667px;
  width: 100%;
  outline: none;
  border: none;
  cursor: pointer;
}
.price-package .package-arrow {
  width: 0;
  height: 0;
  margin: 0 auto 12.5px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 8px solid;
}
@media only screen and (max-width: 529px) {
 
}
.average .price-package {
  background-color: #009a86;
}
.average .price-package .package-name {
  color: white;
}
.average .price-package .package-price {
  background-color: #66CAA6;
  color: white;
}
.average .price-package .package-features {
  background-color: #e0f2ed;
  color: #009a86;
}
.average .price-package .sign-up {
  background-color: #009a86;
  color: white;
  transition: background-color 0.5s ease;
}
.average .price-package .sign-up:hover {
  background-color: #66CAA6;
}
.average .price-package .sign-up:active {
  background-color: #e0f2ed;
}
.average .price-package .package-price .package-arrow {
  border-top-color: #009a86;
}
.average .price-package .package-features .package-arrow {
  border-top-color: #66CAA6;
}
.average .price-package .sign-up .package-arrow {
  border-top-color: #e0f2ed;
}


/*------------------------------------------------------*/

.HomeBlogs{
	font-family: Montserrat-Medium;
}

#BlogsHome{
	background-color:#F7F8FA;
}

.HomeBlogs h1{
	font-family: Montserrat-Bold;
	color:#0A416A;
	text-align: center;
}

.HomeBlogs h2{
	font-size: 18px;
	height: 50px;
}

.HomeBlogs .Bar{
	background-color:#000000;
	height: 5px;
	width: 10%;
	margin: auto;
	border-radius: 20px;
}

.HomeBlogs .Box{
	box-shadow: 5px 5px 10px 10px #eeeeee;
}

.HomeBlogs .Box a{
	color: #000000;
}

.HomeBlogs .Box a:hover{
	color: #000000;
	text-decoration: none;
}

.HomeBlogs .Details{
	padding: 10px 20px;
	font-size: 12px;
}

.HomeBlogs .Details h4{
	font-family: Montserrat-Bold;
	color:#00ACED;
}

.HomeBlogs .Details .Link{
	border-top: #EEEEEE 1px solid;
	padding-top: 10px;
	margin-top: 10px;
	text-align: center;
	transition: 1s ease all;
}

.HomeBlogs .Details .Link:hover{
	color:#00ACED;
}

.list-item {
	margin-bottom: 50px;
}

.simple-pagination ul {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	text-align: center;
}

.simple-pagination li {
	display: inline-block;
	margin-right: 5px;
}

.simple-pagination li a,
.simple-pagination li span {
	color: #666;
	padding: 5px 10px;
	text-decoration: none;
	border: 1px solid #EEE;
	background-color: #FFF;
	box-shadow: 0px 0px 10px 0px #EEE;
}

.simple-pagination .current {
	color: #FFF;
	background-color: #0A416A;
	border-color: #0A416A;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
	background: #00ACED;
}

@media (min-width: 666px) and (max-width: 1280px) {


.HomeBlogs .Details{
	font-size: 11px;
}

.HomeBlogs .Details h4{
	font-size: 16px;
}


}


@media (min-width: 320px) and (max-width: 660px) {



.HomeBlogs h1{
	font-size: 25px;
}

.HomeBlogs .Bar{
	width: 20%;
}

.HomeBlogs .Box{
	margin-bottom: 30px;
}
	
}


/*------------------------------------------------------*/

.BlogDetails{
	font-family: Montserrat-Medium;
	font-size: 15px;
}

.BlogDetails h3{
	font-family: Montserrat-Bold;
	color: #0A416A;
	padding-bottom: 15px;
	text-transform: capitalize;
}

.BlogDetails .Date{
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
}

.BlogDetails .Date .fa{
	color: #0A416A;
	font-size: 18px;
	padding-right: 10px;
}

.BlogDetails .LatestNews{
}

.BlogDetails .LatestNews h3 {
	font-family: Montserrat-Bold;
	color: #0A416A;
	padding-bottom: 0px;
}

.BlogDetails .Bar{
	background-color: #000000;
	width: 20%;         
	height: 4px;     
	border-radius: 20px;
	margin-top: -5px;                                                                          
}

.BlogDetails .AddToAny{
	text-align: right;
	padding-top:3px;
	padding-bottom: 8px;
}

.BlogDetails .AddToAny .fa{
	color: #000000;
}

.BlogDetails .Box{
	box-shadow: 5px 5px 5px 5px #EEEEEE;
	padding: 5px;
	margin-bottom: 20px;
}

.BlogDetails .Box img{
	padding-right: 10px;
}

.BlogDetails .Box h2{
	font-family: Montserrat-Bold;
	color: #0A416A;
	font-size: 14px;
}

.BlogDetails .BlogText{
	font-size: 15px;
}

.BlogDetails .Box p{
	font-size: 11px;
	margin-top: -5px;
}

.BlogDetails .Box a{
	color: #000000;
}

.BlogDetails .Box a:hover{
	color: #000000;
	text-decoration: none;
}


@media (min-width: 666px) and (max-width: 1280px) {


.BlogDetails{
	font-size: 12px;
}

.BlogDetails h3{
	font-size: 20px;
}

.BlogDetails .Box h5{
	font-size: 11px;
}

.BlogDetails .Box p{
	font-size: 9px;
}

.BlogDetails .Box a{
	color: #000000;
}


}


@media (min-width: 320px) and (max-width: 660px) {

.BlogDetails{
	font-size: 12px;
}

.BlogDetails h3{
	font-size: 17px;
}

}


/*------------------------------------------------------*/

.SiteMap{
	font-family: Montserrat-Medium;
	font-size: 18px;
}

.SiteMap span {
 padding-right: 10px;
	font-size: 20px;
}

.SiteMap ul {
  list-style-type: none;
}

.SiteMap ul li{
  padding: 20px 0;
}

.SiteMap b{
  color: #00ACED;
  font-size: 25px;
}

.SiteMap a {
  color: #000000;
}

.SiteMap a:hover{
  color: #00ACED;
  text-decoration: none;
}

/*------------------------------------------------------*/

.ContactUs{
	font-family: Montserrat-Medium;
}


.ContactUs .ContactDetails{
	padding: 60px;
}

.ContactUs h3{
	font-family: Montserrat-Bold;
	padding-bottom: 10px;
}

.ContactUs table tr td{
	padding-top: 5px;
}


.ContactUs .BorderTop{
	background-color: #000000;
	height: 50px;
	width: 40%;
	margin-left: auto;
}

.ContactUs .ContactForm{
	background-color: #00ACED;
	padding: 40px;
	padding-top: 20px;
	color: #FFFFFF;
}

.ContactUs label{
	font-weight: 400;
	margin: 5px 0px;
}

.ContactUs input{
	background-color: transparent;
	width: 100%;
	height: 50px;
	border: #137232 0px solid;
	border-bottom: #FFFFFF 1px solid;
	border-radius: 0px;
	color: #FFFFFF;
}

.ContactUs input:hover{
	border: #FFFFFF 0px solid;
	border-bottom: #FFFFFF 1px solid;
}

.ContactUs input:focus{
	outline: none;
}

.ContactUs textarea{
	background-color: transparent;
	width: 100%;
	border: #137232 0px solid;
	border-bottom: #FFFFFF 1px solid;
	border-radius: 0px;
	color: #FFFFFF;
}

.ContactUs textarea:hover{
	border: #FFFFFF 0px solid;
	border-bottom: #FFFFFF 1px solid;
}

.ContactUs textarea:focus{
	outline: none;
}

.ContactUs button{
	font-family: Montserrat-Bold;
	background-color: #FFFFFF;
	color: #00ACED;
	font-size: 16px;
	width: 250px;
	height: 45px;
	border-radius: 0px;
	float: right;
	transition:  1s ease all;
}

.ContactUs button:hover{
	background-color: #000000;
	color: #00ACED;
}

@media (min-width: 666px) and (max-width: 1280px) {


.ContactUs .ContactDetails{
	padding: 30px;
	padding-top: 70px;
}

.ContactUs table tr td{
	font-size: 12px;
}


.ContactUs .BorderTop{
	width: 50%;
}


.ContactUs button{
	font-size: 14px;
	width: 200px;
}

}


@media (min-width: 320px) and (max-width: 660px) {



.ContactUs .ContactDetails{
	padding: 20px;
}


.ContactUs table tr td{
	font-size: 12px;
}


.ContactUs .BorderTop{
	width: 50%;
}

.ContactUs .ContactForm{
}

.ContactUs label{
	padding-top: 10px;
}
	
}

/*---------------------------------------------------*/

.FooterForm {
    font-family: Montserrat-Regular;
    background-color: #F9FAFA;
    text-align: center;
}

.FooterForm h2 {
    font-family: Montserrat-Bold;
}

.FooterForm input[type="text"], [type="email"], select {
    border: #BCBDC0 2px solid;
    background-color: transparent;
    width: 100%;
    height: 45px;
	padding-left: 20px;
}

.FooterForm input[type="text"], [type="email"], select:hover {
    border: #BCBDC0 2px solid;
    background-color: transparent;
}

.FooterForm input[type="text"], [type="email"], select:focus {
    outline: none;
}

.FooterForm input[type="text"], [type="email"], select:focus:hover {
    outline: none;
}

.FooterForm textarea {
    border: #BCBDC0 2px solid;
    background-color: transparent;
    width: 100%;
	padding-left: 20px;
}

.FooterForm textarea:hover {
    border: #BCBDC0 2px solid;
    background-color: transparent;
}

.FooterForm textarea:focus {
    outline: none;
}

.FooterForm textarea:focus:hover {
    outline: none;
}

.FooterForm .btn {
    font-family: montserrat-regular;
    border: #00ACED 0px solid;
    background-color: #00ACED;
    width: 250px;
    height: 55px;
    border-left: #00ACED 1px solid;
    color: #FFFFFF;
	font-size: 20px;
    border-radius: 0px;
	float:right;
	transition: 1s ease all;
}

.FooterForm .btn:hover {
    border: #000000 0px solid;
    background-color: #000000;
    border-left: #000000 1px solid;
    color: #00ACED;
}

@media (min-width: 666px) and (max-width: 1280px) {}

@media (min-width: 320px) and (max-width: 740px) {
    .FooterForm .Box {
        width: 100%;
    }
}



/*------------------------------------------------------*/

.Footer{
	font-family: Montserrat-Medium;
	background-color: #000000;
	color:#FFFFFF;
	font-size: 14px;
	padding: 30px 0px;
}

.Footer ul {
  list-style-type: none;
	padding-left: 0px;
}

.Footer ul li{
  padding:5px 0;
}

.Footer a{
	color: #FFFFFF;
}

.Footer  a:hover{
	color: #FFFFFF;
	text-decoration: none;
}


.Footer  .ContactLinks .fa{
	padding-right: 5px;
	padding-top: 5px;
}

.Footer  .Box{
	background-color: #FFFFFF;
	padding: 5px;
	color: #000000;
	margin-bottom: 5px;
}

.Footer  .Box h4{
	font-size: 11px;
	height: 60px;
}

.Footer  .SocialLinks{
	padding-top: 10px;
}

.Footer  .ContactLinks .SocialLinks .fa{
	color:#00ACED;
	font-size: 25px;
	padding-right: 6px;
}

.Footer  .Copyright{
	border-top: #5F5F5F 1px solid;
	margin-top: 20px;
	padding-top: 22px;
}

.Footer  .Copyright span{
	float: right;
}

@media (min-width: 666px) and (max-width: 1280px) {


.Footer{
	font-size: 11px;
}

.Footer  .ContactLinks .fa{
	font-size: 14px;
	padding-right: 2px;
}

}


@media (min-width: 320px) and (max-width: 660px) {

.Footer  .Copyright{
	text-align: center;
}

.Footer  .Copyright span{
	float: none;
}


}

/*------------------------------*/

#myBtn {
	background-color: transparent;
	border: none;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
}




/*---------------------------------------------------*/



.FixedLinks .icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.FixedLinks .icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.FixedLinks .icon-bar a:hover {
  background-color: #000;
}

.FixedLinks .Phone {
  background: #00ACED;
  color: white;
}

.FixedLinks .Whatsapp {
  background: #0DC242;
  color: white;
}

/*-------------------------------*/

 .headerSlides .item {
  position: relative;
	font-family: Montserrat-Medium;
} 
.headerSlides  .item a{
 color:#ffffff;
}
.headerSlides  .item a:hover{
 color:#ffffff;
 text-decoration:none;
}
.headerSlides  .item a:focus{
 color:#ffffff;
 text-decoration:none;
}
.headerSlides  .item img {
  width: 100%;
  object-fit: cover;
}
.headerSlides  .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6); 
  align-items: center;
    z-index: -1;
}
.headerSlides  .item .cover .header-content {
  position: relative;
  padding: 36px;
  overflow: hidden;

}
.headerSlides  .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
.headerSlides  .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}
.headerSlides  .item .cover .header-content h1 {
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
}
.headerSlides  .item .cover .header-content h4 {
  font-size: 14px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}
.headerSlides  .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.headerSlides  .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.headerSlides  .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.headerSlides  .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
.headerSlides  .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.headerSlides  .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
.headerSlides  .owl-nav .owl-prev:focus {
  outline: 0;
}
.headerSlides  .owl-nav .owl-prev:hover {
  background: #000 !important;
}
.headerSlides  .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.headerSlides  .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
.headerSlides  .owl-nav .owl-next:focus {
  outline: 0;
}
.headerSlides  .owl-nav .owl-next:hover {
  background: #000 !important;
}
.headerSlides:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
.headerSlides:hover .owl-next {
  right: 0px;
  opacity: 1;
}

.headerSlides  .item .MobViewSlide{
	  display:none
}
@media (min-width: 666px) and (max-width: 1280px) {

.headerSlides  .item .cover .header-content h2 {
  font-size: 25px;
}
.headerSlides  .item .cover .header-content h1 {
  font-size: 36px;
  margin: 5px 0 20px;
}
}
.headerSlides  .item .cover img {
  width: 140px;
  
}
.headerSlides  .item .cover a {
  
	display:inline-block;
  
}

@media (min-width: 320px) and (max-width: 660px) {


.headerSlides  .item .cover .header-content {
  padding: 26px;
}

.headerSlides  .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 25px;
}
.headerSlides  .item .cover .header-content h1 {
  font-size: 12px;
  margin: 5px 0 20px;
}
.headerSlides  .item .cover img {
  width: 100px;
  
}
}


/*---------------------------------------------------*/

.HomeAboutUs {
	font-family: montserrat-Medium;
	font-size: 16px;
}

.HomeAboutUs .HomeAboutDetails{
	box-shadow: 5px 5px 20px 20px #EEEEEE;
	padding: 40px;
	padding-left: 50px;
	padding-right: 50px;
	position: relative;
	margin-left: -100px;
	background-color: #FFFFFF;
	margin-top: 60px;
}

.HomeAboutUs h2 span{
	font-family: montserrat-bold;
	color:#00ACED;
}


@media (min-width: 666px) and (max-width: 1280px) {

.HomeAboutUs{
	padding-bottom: 30px;
	font-size: 12px;
}

.HomeAboutUs img{
	padding-top: 40px;
}

.HomeAboutUs .HomeAboutDetails{
	margin-left: -40px;
}

.HomeAboutUs h2{
	font-size: 20px
}

}


@media (min-width: 320px) and (max-width: 740px) {
	
	
.HomeAboutUs .HomeAboutDetails{
	padding-left: 20px;
	padding-right: 30px;
	margin-left: 0px;
}


.HomeAboutUs h2{
	font-size: 20px
}
	
}



/*------------------------------------------------------*/

.FAQS{
	font-family: Montserrat-Medium;
}

.FAQS .Heading{
	font-family: Montserrat-Bold;
	text-align: center;
	font-size: 40px;
}

.FAQS .Bar{
	background-color:#00A7E5;
	height: 4px;
	width:10%;
	margin: auto;
	border-radius: 20px;
}


.FAQS span{
	color:#073556;
	float:right;
}


@media (min-width: 666px) and (max-width: 1280px) {

.FAQS h2{
	font-size: 35px;
}



}


@media (min-width: 320px) and (max-width: 660px) {

.FAQS h2{
	font-size: 25px;
}

.FAQS .Bar{
	width:20%;
}

	
}

/*------------------------------------------------------*/

.HomeBenifits{
	font-family: Montserrat-Medium;
	background-color: #073556;
	color: #FFFFFF;
	font-size: 15px;
}

.HomeBenifits h2{
	font-family: Montserrat-Bold;
	color: #00ACED;
	font-size:35px;
}

@media (min-width: 666px) and (max-width: 1280px) {

.HomeBenifits{
	font-size: 12px;
}

.HomeBenifits h2{
	font-size: 35px;
}

}


@media (min-width: 320px) and (max-width: 660px) {


.HomeBenifits{
	font-size: 12px;
}

.HomeBenifits h2{
	font-size: 35px;
}
	
}


/*---------------------------------------*/

.InnerPageCarousel .carousel-caption{
	display:none;
}

.InnerPageCarousel .carousel-indicators li{
	background-color: #ffffff;
	border:none;
	width:30px;
	height:5px;
}

.InnerPageCarousel .carousel-indicators li.active{
	background-color: #00ACED;
	border:none;
}