/* cmsms stylesheet: Main Defaults modified: Tuesday, February 28, 2017 2:02:44 PM */
a,.tp-caption a.btn:hover {
	color: #67b0d1;
}
.top-nav-collapse {
	background: #022e88;
}

.top-nav-collapse a {
         color: #fff;        
}

.navbar-custom ul.nav ul.dropdown-menu li a:hover {
	color: #022e88;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #67b0d1;
}

.widget-avatar .avatar:hover {
    border: 5px solid #67b0d1;
}

.bg-skin {
	background: #022e88;
}

form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus {
	border-color: #022e88;
}

footer {
    background-color: #022e88;
}

.btn-skin {
  color: #fff;
  background-color: #022e88;
  border-color: #022e88;
}
/* cmsms stylesheet: Main Styles modified: Thursday, February 9, 2023 7:05:05 PM */
 
   
      

    

body {
    width: 100%;
    Height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: 'Lato',sans-serif;
    font-weight: 400;
    font-size: 1.5 em;
    color: #666;
    /* background-color: #fff; */
}

html {
    width: 100%;
    height: 100%;
    margin: 0px 0px 0px 0px;
}

h1,
h2,
h4,
h5,
h6 {
    margin: 0 0 10px;
    text-transform: uppercase;
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

.slogan h4 {
    color: #3fd6f0 !important;
    text-shadow: -1px 1px 1px #022e88;
    margin: 1% 5% 30px;
    text-transform: none !important;
 /* font-family: Montserrat,sans-serif; */
    font-family: 'Dancing Script', cursive;
    font-size: 250% !important;
    font-weight: 700;
    line-height: 125% !important;
    letter-spacing: 1px;
}

.slogan h5 {
    color: #fff !important;
    margin: 0 0 30px;
    text-transform: uppercase;
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}


.section_titles h2 {
      font-family: 'Dancing Script', cursive;
      margin: 10% 0px 4% 0px;
      text-transform: none;
      font-weight: 600;
      letter-spacing: 0px; 

}


p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.6em;
}

p.lead {
    font-weight: 600;
}

a {
    color: #022e88;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #36414c;
}

.light {
    font-weight: 400;
}

.fa-1x {
    font-size:15px !important;
}

/* To top link, shows on scroll */

.totoplink a	{
	display: none;
	z-index: 999; 
	position: fixed;
	right: 20px;
	bottom: 20px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: rgba(0,0,0,.3);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.totoplink i {
	font-size: 20px;
	color: white;
}

.totoplink a:hover	{
	background-color: #022e88;
}


.navbar {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);

}

.navbar-brand {
  font-family: 'Dancing Script', cursive;
  font-weight: 500;
  height: 40px;
  padding: 5px 10px;
  font-size: 32px;
  line-height: 1em;
}

.navbar-brand a { color: #36414c;
    
}

.navbar-brand a:focus {
    text-decoration: none;
    color: #022e88;
}

.navbar-brand h1{
    color: #fff;
  font-size: 20px;
  line-height: 40px;
}

.navbar-brand:focus {
    outline: 0;
    color: #fff;
}

.nav.navbar-nav {
   background-color: rgba(2,46,136,.9); 
}

.navbar-custom.top-nav-collapse .nav.navbar-nav {
   background-color: rgba(2,46,136,.9); 
}


.navbar-custom ul.nav li a {
    font-size:13px !important;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.navbar-custom.top-nav-collapse ul.nav li a {
        -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #fff;
}

.navbar-custom ul.nav ul.dropdown-menu {
      border-radius: 0;
}

.navbar-custom ul.nav ul.dropdown-menu li {
    border-bottom: 1px solid #f5f5f5;

}

.navbar-custom ul.nav ul.dropdown-menu li:last-child{
    border-bottom: none;
}

.navbar-custom ul.nav ul.dropdown-menu li a {
    padding: 10px 20px;
}

.navbar-custom ul.nav ul.dropdown-menu li a:hover {
    background: #fefefe;
}

.navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a {
    color: #666;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
} 

.navbar-toggle {
    padding: 4px 6px;
    font-size: 14px;
    color: #fff;
   background-color: rgba(2,46,136,.9); 

}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
   background-color: rgba(2,46,136,.9); 
}


/* loader */
#preloader {
    background: #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}


#loaderInner {
    background:#000 url("../img/spinner.gif") center center no-repeat;
    height: 60px;
    left: 50%;
    margin: -50px 0 0 -50px;
    position: absolute;
    top: 50%;
    width: 60px;
}

@keyframes boxSpin{
  0%{
    transform: translate(-10px, 0px);
  }
  25%{
    transform: translate(10px, 10px);
  }
  50%{
    transform: translate(10px, -10px);
  }
  75%{
    transform: translate(-10px, -10px);
  }
  100%{
    transform: translate(-10px, 10px);
  }
}


@keyframes shadowSpin{
  0%{
    box-shadow: 10px -10px #36414c, -10px 10px #022e88;
  }
  25%{
    box-shadow: 10px 10px #36414c, -10px -10px #022e88;
  }
  50%{
    box-shadow: -10px 10px #36414c, 10px -10px #022e88;
  }
  75%{
    box-shadow: -10px -10px #36414c, 10px 10px #022e88;
  }
  100%{
    box-shadow: 10px -10px #36414c, -10px 10px #022e88;
  }
}

#load {
    z-index: 9999;
  background-color: #d4d4d4;
  opacity: 0.75;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin: -5px auto 0 auto;
  left: 0;
  right: 0;
  border-radius: 0px;
  border: 5px solid #d4d4d4;
  box-shadow: 10px 0px #d4d4d4, 10px 0px #01FF70;
  animation: shadowSpin 1s ease-in-out infinite;
}

/* misc */
hr {
  margin-top: 10px;
  border-top: 1px solid rgba(2,46,136,.9);
  width: 60%;
}

/* margins */
.marginbot-0{margin-bottom:0 !important;}
.marginbot-10{margin-bottom:10px !important;}
.marginbot-20{margin-bottom:20px !important;}
.marginbot-30{margin-bottom:30px !important;}
.marginbot-40{margin-bottom:40px !important;}
.marginbot-50{margin-bottom:50px !important;}

/* ===========================
--- General sections
============================ */

.intro-section {
    padding-top: 1%;
    padding-bottom: 10%;
    display:block;
    position:relative;
    z-index:120;
}

.about-section {
    padding-top: 2%;
    padding-bottom: 35%;
    display:block;
    position:relative;
    z-index:120;
}

.portfolio-section {
    padding-top: 2%;
    margin-bottom: 25%;
    display:block;
    position:relative;
    z-index:120;
}

.service-section {
    padding-top: 2%;
    padding-bottom: 25%;
    display:block;
    position:relative;
    z-index:120;
}

.page-content-section {
    padding-top: 2%;
    padding-bottom: 2%;
    display:block;
    position:relative;
    z-index:120;
}

.contact-section {
    padding-top: 2%;
    padding-bottom: 25%;
    display:block;
    position:relative;
    z-index:120;
}



.section-heading h2 {
    font-size: 400%;
}
.section-heading i {
    margin-bottom: 5%x;
}


/* --- section bg var --- */

.bg-white {
    background: #fff;
}

.bg-gray {
    background: #f8f8f8;
}

.bg-about {
    background: #CCE5FF;
}


.bg-services {
    background: #f8f8f8;
}

.bg-contact {
    background: #CCE5FF;
}

.bg-dark {
    background: #575757;
}

/* --- section color var --- */

.text-light {
    color: #fff;
}
/* ===========================
--- Buttons
============================ */

#SubmitButton
   {
       align-content: center; 
       background: #022e88; 
       font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; 
       font-size: 1.60em; 
       border-bottom-left-radius: 5px; 
       border-top-left-radius: 5px; 
       border-bottom-right-radius: 5px; 
       border-top-right-radius: 5px; 
       height: 50px; 
       width: 170px; 
       border: none; 
       color: white; 
       font-weight: 500; 
       letter-spacing: 1px; 
       cursor: pointer;
}
#SubmitButton:hover
{
       background: #999; 
}

#MoreButton
   {
       align-content: center; 
       background: #022e88; 
       font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; 
       font-size: 15px; 
       border-bottom-left-radius: 5px; 
       border-top-left-radius: 5px; 
       border-bottom-right-radius: 5px; 
       border-top-right-radius: 5px; 
       height: 40px; 
       width: 180px; 
       border: none; 
       color: white; 
       font-weight: 500; 
       letter-spacing: 1px; 
       cursor: pointer;
}
#MoreButton:hover
{
       background: #999; 
}


/* ===========================
--- Slideshow
============================ */

.swiper-slide {
  text-align: center;
  font-size: 24px;
  background: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  margin: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.slider-caption,
.video-caption {
  font-weight: 300;
  line-height: 1.4;
  opacity: 1;
}

.slider-caption h2,
.video-caption h2 {
  display: none;
  font-size: 48px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2;  
  margin-top: 0;
  -webkit-animation-delay: .3s;
	-moz-animation-delay: .3s;
	animation-delay: .3s;
}

.slider-caption p,
.video-caption p {
  display: none;
  font-size: 18px;
  -webkit-animation-delay: .5s;
	-moz-animation-delay: .5s;
	animation-delay: .5s;
}
.swiper-next, .swiper-prev {
  position: absolute;
  top: 50%;
  left: 0;
  cursor: pointer;
  z-index: 10;
  margin-top: -26px;
  background-color: rgba(0,0,0,0.15);
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 0 3px 3px 0;
  -webkit-transition: background-color .25s ease-in-out;
  -o-transition: background-color .25s ease-in-out;
  transition: background-color .25s ease-in-out;
}

.swiper-next {
  left: auto;
  right: 0;
  border-radius: 3px 0 0 3px;
}

.swiper-next:hover, .swiper-prev:hover {
  background-color: rgba(0,0,0,0.45);  
}

.swiper-next i, .swiper-prev i {
  line-height: 50px;
  width: 34px;
  height: 52px;
  color: #DDD;
  color: rgba(255,255,255,0.6);
  text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
  font-size: 34px;
  text-align: center;
  margin-left: 7px;
  -webkit-transition: color .25s ease-in-out;
  -o-transition: color .25s ease-in-out;
  transition: color .25s ease-in-out;
}

.swiper-next:hover i, .swiper-prev:hover i {
  color: #F6F6F6;
  color: rgba(255,255,255,.95);
}

.swiper-next i {
  margin-left: 12px;
}
/* ===========================
--- Intro
============================ */

.intro_logo {
    width:35%;
    padding-top: 0;
}

#intro.intro {
    padding:6% 0 0 0;
}

.intro .slogan {
    padding-top: 30px;
    text-align: center;

}

.intro .page-scroll {
    text-align: center;
}

.brand-heading {
    font-size: 40px;
}

.intro-text {
    font-size: 18px;
}

.intro .slogan h2 {
    color: #fff;
    text-shadow: none;
    font-size: 50px;
    line-height: 100px;
    font-weight: 600;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-family: Montserrat, sans-serif;
    background-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    text-transform: uppercase;
    border-width: 0px;
    border-color: #000;
    border-style: none;
    text-shadow: -1px 0 1px #000;
}

.intro .slogan h4 {
    color: #3fd6f0 !important;
 /* text-transform: uppercase; */
    font-family: 'Dancing Script', cursive;
}


/* ===========================
--- About
============================ */

.boxed-grey {
    background: #fff;
    padding: 20px;
    overflow: auto;
    position: relative;
}

.team h5 {
    margin-bottom: 10px;
    overflow: auto;
    position: relative;
}

.team p.subtitle {
    margin-bottom: 10px;
    overflow: auto;
    position: relative;
}

.avatar {
    margin-bottom: 20px;
    width: 30%;
    height: auto;
    display: block;
    float: left;
    overflow: auto;
    position: relative;
}

.avatar2 {
    margin-bottom: 20px;
    width: 30%;
    height: auto;
    display: block;
    /* overflow: auto;
	float:inherit;
    position: relative; */
}

.team p.mainContent {
    margin: 10px 0 10px 10px;
    padding-left: 10px;
    text-align: justify;
    overflow: auto;
    position: relative;
}

.team-social {
    margin-left: 0;
    padding-left: 0;

}

.team-social {
    text-align: center;
}

.team-social li{
    display: inline-block;
    margin:0 !important;
    padding:0;
}


.team-social a{
    margin:0;
    padding:0;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #3bbec0;
    color: #fff;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.team-social a i{
    text-align: center;
    font-size: 20px;
    margin:0;
    padding:0;
}
.team-social .social-pinterest a{background: #ff000c;}
.team-social .social-instagram a{background: #c52786;}
.team-social .social-facebook a{background: #3873ae;}
.team-social .social-twitter a{background: #62c6f8;}
.team-social .social-dribble a{background: #d74980;}
.team-social .social-deviantart a{background: #8da356;}
.team-social .social-google a{background: #000;}
.team-social .social-vimeo a{background: #51a6d3;}

.team-social .social-pinterest a:hover{background: #d68d90;}
.team-social .social-instagram a:hover{background: #e7a1cb;}
.team-social .social-facebook a:hover{background: #4893ce;}
.team-social .social-twitter a:hover{background: #82e6ff;}
.team-social .social-dribble a:hover{background: #f769a0;}
.team-social .social-deviantart a:hover{background: #adc376;}
.team-social .social-google a:hover{background: #333;}
.team-social .social-vimeo a:hover{background: #71c6f3;}


/* ===========================
--- Services
============================ */

  /*  #services .services-icon {
    margin-bottom: 20px;
} */

#services i {
    margin-bottom: 10px !important;
}


#services .mainContent {
    margin: 10px !important;
}

#services .mainContent p {
    margin: 0px 0px 8% 0px !important;
  /* 	padding-left: 10px; */
    text-align: justify;
   /* overflow: auto;
    position: relative; */
}

#services .mainContent h3 {
    margin: 0px 0px 5px 0px !important;
    text-align: left;
    font-family: Montserrat,sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #022e88;
}

#services h5 {
    text-decoration: underline;
    margin: 10px 0px;
}

#services li {
    text-align: left;
}

#services ul {
    margin: 0px 0px 8% 0px;
    text-align: left;
}
#services .boxed-grey {
    background: #fff;
    padding: 20px 20px 0px 20px;
    overflow: auto;
    position: relative;
}



============================*/
/* CGBlog 
================================================== */
.CGBlogGrid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
.CGBlogSummary {
 background-color: transparent;
}
.CGBlogSummaryLink h4 {
	font-size: 24px;
	margin: 10px 0;
	}
	.CGBlogSummaryLink h4 a {
		color: #333;		
  }
	.CGBlogSummaryLink h4 a:hover {
    text-decoration: none;
    color: #022e88;
  }
.CGBlogSummaryField {
	position: relative;
	text-align: center;
}
.CGBlogSummaryField img {
	width: 100%;
}
.CGBlogSummaryField .image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity:0;
	overflow:hidden;
}
.CGBlogSummaryField:hover .image-overlay {
	opacity:1;
	background-color: rgba(255,255,255,.7);
}
.CGBlogSummaryField .image-overlay .overlay-icon {
  width:70px;
  height:70px;
  display:block;
  border-radius: 50%;
  opacity:0;
  background-color: #022e88;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;      
  position: absolute;
  top: -70px;
  left: 50%;
  margin-left: -35px;
  margin-top: 0;
}
.CGBlogSummaryField:hover .image-overlay .overlay-icon {
  opacity:0.85;
  top: 50%;
  margin-top: -35px;				
}
.CGBlogSummaryField .image-overlay .overlay-icon i {
  font-size: 28px;
  color:white;
  margin: 20px 0 0 2px;
}
.CGBlogSummaryInfo {
	padding: 10px 0 0;
  overflow: hidden;
  line-height: 120%;
}
.CGBlogSummaryPostdate,
.CGBlogSummaryCategory,
.CGBlogSummaryAuthor,
.CGBlogSummaryComments {
  font-size: 14px;
  font-family: 'Crete Round', serif;
	color: #aaa;
	display: inline-block;
	margin-right: 10px;
}
.CGBlogDetailInfo .fa {
  margin-right: 4px;
}

/* CGBlog main blog page */
.blog .CGBlogSummary {
	margin-bottom: 40px;
	border-bottom: 2px solid #F2F2F2;
}
.blog p + .CGBlogSummary {
  margin-top: -30px;
}
.blog .CGBlogSummarySummary {
	margin: 20px 0 30px 0;
}
.blog .CGBlogSummarySummary p {
  line-height: 140%;
}
.blog .CGBlogSummarySummary p:last-child {
	margin-bottom: 0;
}
.blog .CGBlogSummaryLink h4 {
	font-size: 20px;
  line-height: 120%;
  font-weight: 600;
}
.blog .CGBlogGrid--grid-3 .CGBlogSummaryLink h4 {
  font-size: 16px;
}
.blog .CGBlogSummaryInfo {
	padding: 0;
}
.blog .CGBlogSummaryField {
	margin-bottom: 30px;
}
.blog section.mainContent {
	padding: 40px 0;
}
.browsecat {
	margin-bottom: 30px;
}
.browsecat ul {
	list-style-type: none; 
	margin: 0;
	padding-left: 20px;
	line-height: 200%;
}
.browsecat > ul {
	margin: 0;
	padding: 0;
}
.browsecat ul li {
	padding: 0;
}
.browsecat h4 {
	font-size: 18px;
}

/* Blog detail page */
h3.CGBlogPostDetailTitle {
	font-size: 36px;
	font-weight: 400;
	padding-bottom: 12px;
	line-height: 130%;
	margin: 30px 0 0;
}
.CGBlogPostDetailSummary {
	margin-bottom: 30px;
	font-weight: 600;
}
.CGBlogPostDetailSummary p:last-child {
	margin-bottom: 0;
}
.CGBlogDetailInfo {
	margin: 0 0 20px 0;
	overflow: hidden;
}
.CGBlogDetailField {
	margin-bottom: 30px;
}
.CGBlogDetailField img {
  width: 100%;
}
.CGBlogPostDetailContent {
	margin-bottom: 30px;
}
.CGBlogPostDetailContent h3 {
	margin-bottom: 10px;
}
.prevblogarticle {
	float: left;
}
.nextblogarticle {
	float: right;
}
.blog-pagination {
	text-align: center;
	padding: 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
}
.blog-pagination span {
	width: 30px;
	height: 30px;
}
.blog-pagination span a,
.blog-pagination span.first-nolink,
.blog-pagination span.prev-nolink,
.blog-pagination span.next-nolink,
.blog-pagination span.last-nolink {
	color: #fff;
	position: relative;
	width: 30px;
	height: 30px;
	display: inline-block;
}
.blog-pagination .left {
	float: left;
}
.blog-pagination .right {
	float: right;
}
.blog-pagination span a:hover {
	color: #fff;
}
.blog-pagination span a:before,
.blog-pagination span.first-nolink:before,
.blog-pagination span.prev-nolink:before,
.blog-pagination span.next-nolink:before,
.blog-pagination span.last-nolink:before {
	position: absolute;
	top: 0px;
	left: 6px;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 24px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	color: #ddd;
}
.blog-pagination span a:before {
  color: #666;
}
.blog-pagination span a:hover:before {
  color: #022e88;
}
.blog-pagination span.prev a:before,
.blog-pagination span.prev-nolink:before {
  content: "\f104";
}
.blog-pagination span.first a:before,
.blog-pagination span.first-nolink:before {
  content: "\f100";
}
.blog-pagination span.next a:before,
.blog-pagination span.next-nolink:before {
  content: "\f105";
}
.blog-pagination span.last a:before,
.blog-pagination span.last-nolink:before {
  content: "\f101";
}

/* CGFeedback - comments
================================================== */

.cgfeedback_addcomment fieldset {
  margin: 40px 0;
}

.cgfeedback_addcomment fieldset legend {
  border: none;
  font-weight: 400;
}

.cgfeedback_addcomment .row {
  margin-bottom: 12px;
}

.cgfeedback_addcomment label {
  font-weight: 600;
}

.cgfeedback_addcomment input[type="text"],
.cgfeedback_addcomment input[type="email"],
.cgfeedback_addcomment input[type="password"],
.cgfeedback_addcomment textarea {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.cgfeedback_addcomment input:focus,
.cgfeedback_addcomment textarea:focus,
.cgfeedback_addcomment select:focus,
.cgfeedback_addcomment checkbox:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.cgfeedback_addcomment textarea {
  min-height: 240px;
  overflow: auto;
}

.CGBlogSummaryComments {
  margin-bottom: 0;
}

.CGBlogSummaryComments.home {
  color: #666;
}

.CGBlogSummaryComments .feedback_ratings_item {
  display: inline-block;
  margin-right: 10px;
  color: #aaa;
}

.CGBlogSummaryComments .feedback_ratings_item .fa {
  color: #022e88;
  opacity: 0.8;
}

.CGBlogSummaryComments > div {
  display: inline-block;
}

.cgfeedback_summary_item {
  border-bottom: 1px solid #ccc;
  padding: 25px 0;
}
.cgfeedback_summary_item .row {
  padding: 1px 0;
}
.cgfeedback_summary_item .row:last-child {
  margin-top: 14px;
}
.cgfeedback_summary_item .title {
  font-weight: 600;
  margin-right: 12px;
}
.cgfeedback_summary_item .fa {
  color: #022e88;
  opacity: 0.8;
}
/* ===========================
--- Contact
============================ */

form#contact-form .form-group label {
    text-align: left !important;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}
form#contact-form input,form#contact-form select,form#contact-form textarea {
    border-radius: 0;
    border: 1px solid #eee;
  -webkit-box-shadow: none;
          box-shadow:  none;
}

form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.input-group-addon {
  background-color: #fefefe;
  border: 1px solid #eee;
  border-radius: 0;
}

.widget-contact {
    text-align: left;
}


.company-social {
    margin-left: 0;
    padding-left: 0;
    margin-top: 10px;
}

.company-social {
    text-align: left;
}

.company-social li{
    display: inline-block;
    margin:0 !important;
    padding:0;
}


.company-social a{
    margin:0;
    padding:0;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #3bbec0;
    color: #fff;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.company-social a i{
    text-align: center;
    font-size: 20px;
    margin:0;
    padding:0;
}
.company-social .social-pinterest a{background: #ff000c;}
.company-social .social-instagram a{background: #c52786;}
.company-social .social-facebook a{background: #3873ae;}
.company-social .social-twitter a{background: #62c6f8;}
.company-social .social-dribble a{background: #d74980;}
.company-social .social-deviantart a{background: #8da356;}
.company-social .social-google a{background: #000;}
.company-social .social-vimeo a{background: #51a6d3;}

.company-social .social-pinterest a:hover{background: #d68d90;}
.company-social .social-instagram a:hover{background: #e7a1cb;}
.company-social .social-facebook a:hover{background: #4893ce;}
.company-social .social-twitter a:hover{background: #82e6ff;}
.company-social .social-dribble a:hover{background: #f769a0;}
.company-social .social-deviantart a:hover{background: #adc376;}
.company-social .social-google a:hover{background: #333;}
.company-social .social-vimeo a:hover{background: #71c6f3;}


/* ===========================
--- CG Calendar
============================ */

.fc table {
  margin: 0;
}

.fc-event {
  border-radius: 2px !important;
  cursor: pointer;
}

.fc-state-default.fc-corner-left {
  border-top-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}

.fc-state-default.fc-corner-right {
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
}

.fc-state-default { 
  background-color: #f5f5f5;
  background-image: none !important;
  background-repeat: no-repeat !important;
}

.fc-state-active, .fc-state-down {
  background-color: #6c757d !important;
  border-color: rgba(0,0,0,.5) #6c757d #6c757d #6c757d !important;
  color: white !important;
  text-shadow: none !important;
  box-shadow: inset 0 1px 0px rgba(0,0,0,.5) !important;
}

.fc-state-disabled {
  cursor: default !important;
}

.fc-basic-view .fc-body .fc-row {
  min-height: 8rem !important;
}

.fc-basic-view .fc-day-number {
  font-size: 24px;
}

.calendar-event {
  background-color: white;
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 1px;
  display: flex;
}

.calendar-event.detail {
  background-color: rgba(255,255,255,.8); 
}

.calendar-list-nav {
  margin-bottom: 20px;
}

.calendar-list .calendar-event {
  box-shadow: inset 0 -2px 0 rgba(0,0,0,.1);
}

.calendar-details {
  margin: 20px 0;
}

.calendar-details-title,
.calendar-summary-title {
  font-weight: 600;
}

.calendar-cur {
  margin: 0 10px;
}

.calendar-date-from {
  font-size: 14px;
  font-family: 'Crete Round', serif;
  color: #aaa;
}

.calendar-event.detail .calendar-date-from {
  color: #888;
}

.calendar-event h1 a,
.calendar-event h2 a,
.calendar-event h3 a,
.calendar-event h4 a,
.calendar-event h5 a,
.calendar-event h6 a {
  color: #333;
}

.calendar-event h1 a:hover,
.calendar-event h2 a:hover,
.calendar-event h3 a:hover,
.calendar-event h4 a:hover,
.calendar-event h5 a:hover,
.calendar-event h6 a:hover {
  color: #022e88;
}

.calendar-fields {
  max-width: 200px;
  width: 100%;
  margin-right: 20px; 
}

.calendar-fields--detail {
  max-width: 360px;
}

.calendar-with-image .fc h1,
.calendar-with-image .fc h2,
.calendar-with-image .fc h3,
.calendar-with-image .fc h4,
.calendar-with-image .fc h5,
.calendar-with-image .fc h6,
.calendar-with-image .fc th,
.calendar-with-image .fc td,
.calendar-with-image .fc-day-number {
  color: white !important;
}

.calendar-with-image .fc th,
.calendar-with-image .fc td {
  background-color: rgba(255,255,255,.06);
}

.calendar-with-image .fc-state-highlight .fc-day-number {
  color: black !important;
}

/* ===========================
--- Footer
============================ */

footer {
    text-align: center;
    padding: 25px 0 ;

}

footer p {
    color: #f8f8f8;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    color: #fff;
    text-decoration: underline;
}

/* ==========================
Parallax
============================= */
/* 
#parallax1{
    background-image: url("http://www.claritydesignstudios.com/rooks/img/parallax/1.jpg");
}

#parallax1:after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0.7;
    z-index: -1;
}


#parallax2{
    background-image: url("http://www.claritydesignstudios.com/rooks/img/parallax/2.jpg");

}

#parallax2:after  {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0.7;
    z-index: -1;
}
*/

/* ===========================
--- Elements
============================ */

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.btn-circle {
    margin-top: 0px !important;
    width: 50px;
    height: 50px;
    border: 2px solid #CCE5FF;
    border-radius: 50%;
    font-size: 25px; 
    margin-bottom: 5%;
    color: #CCE5FF;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle.btn-dark {
    border: 2px solid #666;
    border-color: #666;
    color: #CCE5FF;
    background-color: #666;
}


.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #CCE5FF;
    background: rgba(2,46,136,.9);
}

.btn-circle.btn-dark :hover,
.btn-circle.btn-dark :focus {
    outline: 0;
    color: #CCE5FF;
    background: ;
}

.btn-circle.btn-dark :hover i,
.btn-circle.btn-dark :focus i{
    color: #CCE5FF;
    background: ;
}

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}


#text {
    color: #fff;
    background: #ffcc00;
}

 /* #map {
    height: 500px;
} */


.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
  color: #CCE5FF;
  background-color: #666;
  border-color: #666;
}


.btn-default:hover,
.btn-default:focus {
    border: 1px solid #28c3ab;
    outline: 0;
    color: #000;
    background-color: #28c3ab;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
}
/*.speech-bubble
  {
   width: 100%;
   height: auto;
   padding: 10px;
   background: #666;
   color: #F9F9F9;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   border-radius: 10px;
  }
  .speech-bubble:after
  {
   content: "";
   border: solid 10px transparent;
   border-top-color: #666; 
   border-bottom: 0;
   width: 0;
   height: 0;
   overflow: hidden;
   display: block;
   position: relative;
   bottom: -20px;
   margin: auto;
  }*/
 blockquote {
    font-style: italic;
    margin: 0.25em 0;
    padding: 0.25em 40px 0.25em;
    line-height: 1.45;
    position: relative;
    color: #666;
    border: 0;
}
blockquote:before {
    font-family: Georgia, serif;
    display: block;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: 10px;
    top: -20px;
    color: #666;
}
blockquote cite {
color: #666;
font-size: 14px;
display: block;
margin-top: 5px;
}
 
blockquote cite:before {
content: "\2014 \2009";
}
.name {
    margin-top: 1.5em;
    margin-left: 2em;
}
.video {
    border: 4px solid #666;
}
/* Media queries */

@media(min-width:767px) {

    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
   background-color: rgba(2,46,136,.9); 
    }

    .top-nav-collapse a {
        /* padding: 15px 15px 8px 15px; */
     
        color: #fff;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }

    .intro {
        height: 100%;
        padding: 0;
    }

    .brand-heading {
        font-size: 100px;
    }


    .intro-text {
        font-size: 25px;
    }


}

@media (max-width:2561px) {
.intro_logo {
    width:28%;
    padding-top: 0;
}

@media (max-width:1280px) {
.intro_logo {
    width:20%;
    padding-top: 0;
}

@media (max-width:1920px) {

.intro_logo {
    width:55%;
    padding-top: .25%;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.slogan h4 {
    color: #3fd6f0 !important;
    text-shadow: -1px 1px 1px #022e88;
    margin: 2% 1% 30px 1%;
    text-transform: none !important;
 /* font-family: Montserrat,sans-serif; */
    font-family: 'Dancing Script', cursive;
    font-size: 220% !important;
    font-weight: 700;
    line-height: 125% !important;
    letter-spacing: 1px;
}
}

@media (max-width:768px) {

.intro_logo {
    width:80%;
    padding-top: 10%;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.navbar-brand {
  font-family: 'Dancing Script', cursive;
  font-weight: 500;
  height: 40px;
  padding: 5px 8px;
  font-size: 28px;
  line-height: 1em;
}


/*.slogan { 
          margin-bottom: 12%;
{ */

    .team.boxed-grey {
        margin-bottom: 30px;
    }

    .boxed-grey {
        margin-bottom: 30px;
    }

     .top-nav-collapse {
	color: #fff;
      } 
     .top-nav-collapse a {
	color: #fff;
      } 

    .navbar-custom .nav.navbar-nav {
   background-color: rgba(2,46,136,.9); 
    }

    .navbar.navbar-custom.navbar-fixed-top {
        margin-bottom: 30px;

    }

    .tp-banner-container {
        padding-top:40px;
	color: #fff;
    }


}

@media (max-width:480px) {

.about-section {
    padding-top: 8%;
    padding-bottom: 5%;
    display:block;
    position:relative;
    z-index:120;
}

.service-section {
    padding-top: 8%;
    padding-bottom: 5%;
    display:block;
    position:relative;
    z-index:120;
}

.contact-section {
    padding-top: 8%;
    padding-bottom: 5%;
    display:block;
    position:relative;
    z-index:120;
}


.slogan h4 {
    color: #3fd6f0 !important;
    text-shadow: -1px 1px 1px #022e88;
    margin: 2% .5% 30px .5%;
    text-transform: none !important;
 /* font-family: Montserrat,sans-serif; */
    font-family: 'Dancing Script', cursive;
    font-size: 220% !important;
    font-weight: 700;
    line-height: 125% !important;
    letter-spacing: 1px;
}

.slogan h5 {
    color: #36414c;
    margin-bottom: 0px;
    padding-bottom: 0px;
    text-transform: uppercase;
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

.intro {
    /* width:20%; */
    position:relative;
    background-size: cover;
    margin-bottom: 25%;
} 

.intro_logo {
    width:80%;
    padding-top: 10%;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.slogan { 
          margin-bottom: 12%;
{

.intro .slogan h2 {
    color: #fff;
    text-shadow: none;
    font-size: 50px;
    line-height: 70px;
    font-weight: 600;
    -webkit-text-size-adjust: 60%;
    text-size-adjust: 60%;
    font-family: Montserrat, sans-serif;
    background-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    text-transform: uppercase;
    border-width: 0px;
    border-color: #000;
    border-style: none;
    text-shadow: -1px 0 1px #000;
}

     .top-nav-collapse {
	color: #fff;
      } 
     .top-nav-collapse a {
	color: #fff;
      } 

    .navbar-custom .nav.navbar-nav {
   background-color: rgba(2,46,136,.9); 
    }

    .navbar.navbar-custom.navbar-fixed-top {
        margin-bottom: 30px;

    }

    .tp-banner-container {
        padding-top:40px;
	color: #fff;
    }

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.btn-circle {
   /* width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 12px;  */
    border: 2px solid #CCE5FF;
    color: #CCE5FF;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

    .page-scroll a.btn-circle {
   /* width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 12px;  */
      border: 2px solid #CCE5FF;
    }

}
