/*

Tooplate 2112 Brunch

https://www.tooplate.com/view/2112-brunch

*/

html, body {
  height: 100%;
  background-color: #fff;
  font-family: 'Montserrat', sans-serif;
}

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

p {
  font-size: 13px;
  color: #7a7a7a;
  line-height: 22px;
  margin: 0px;
}

.white-border-button a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(0,0,0,0.5);
  padding: 8px 10px;
  border: 1px solid rgba(0,0,0,0.5);
  border-radius: 24px;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: all 0.1s;
}

.white-border-button a:hover {
  background-color: #4169e1;
  border: 0px;
  color: #fff;
}

.blue-border-button a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(0,0,0,0.5);
  padding: 8px 10px;
  border: 1px solid rgba(0,0,0,0.5);
  border-radius: 24px;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: all 0.1s;
}

.blue-border-button a:hover {
  background-color: #4169e1;
  border: 0px;
  color: #fff;
}

.blue-button a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  padding: 12px 20px;
  background-color: #ff5349;
  border-radius: 24px;
  letter-spacing: 0.5px;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all 0.3s;
}

.blue-button a:hover {
  background-color: transparent;
  border: 1px solid #fff;
}

/* Header Style */

.cf:before, 
.cf:after {
  content: '';
  display: table;
  visibility: hidden;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

#mysocial-icons {
  padding:0;
  position: fixed;
  top: 8px;
  right: 550px;
  transform: translateY(-0%);
  z-index: 199;
}
.mysocial-icons {
  margin:0;
  padding:0;
  list-style:none;
}
.mysocial-icons li {
  display: block;
  margin: 10px 0px;
}
.mysocial-icons li a {
  width:22px;
  height:22px;
  display:inline-block;
  line-height:1px;
  text-align:center;
  background: transparent;
  color: rgba(65,105,225,0.2);
  font-size:20px;
}
.mysocial-icons li a:hover {
  color:rgba(65,105,225,1);

}



#myscroll {
  padding:0;
  position: fixed;
  bottom: 12vh;
  transform: translateY(-0%);
  right:0;
  z-index: 199;
}
.myscroll {
  margin:0;
  padding:0;
  list-style:none;
  cursor: pointer;
}

.myscroll img{
  background : transparent;
  opacity:0.3;
}
.myscroll img:hover{

  opacity:1;
}


#header {
  width: 100%;
  overflow: visible;
  position: fixed;
  z-index: 10;
  background-color: rgba(255,255,255,1); /*transparent;*/
}

.inner-header #header {
  background-color: #ff5349;
  height: 10px; /* 110 is changed to 10*/
  position: relative;
}

.inner-header #header .menu {
  margin-top: 1px;
  background-color:  rgba(255,83,73,0); 
}

#header .col-md-12 {
  padding-left: 0px;
  padding-right: 0px;
}

#primary-nav-button {
  background: transparent; /* this hides all the menu text. */
  display: none;
  position: absolute;
  border: none;
  bottom: 0;
  right: 30px;
  top: 0px;
  width: 60px;
  height: 10px;
  z-index: 11;
  padding: 0;
  outline: none;
  text-decoration: none;
  color:  rgba(65,105,225,1); 
  text-align: center;
  font-weight: bold;
  font-size: 0;
}

#primary-nav-button:hover {
  background: rgba(65,105,25,0);
}

#primary-nav-button.selected {
  background: rgba(165,105,225,0); 
}

#primary-nav-button:before {
  /* content: 'Ã¢ËœÂ°'; */
  content: '\2261';
  display: inline-block;
  background-color:   rgba(0,0,0,0); /* both are okay. */
  font-size: 36px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: rgba(65,105,225,1);
  speak: none;
  border: none;
}

#header .logo {
  float: left;
  margin-left: 1px;
  margin-bottom: 1px;
  z-index: 200;
}

#header .logo img {
  /* width: 100%; */
  height: 48px!important;
  overflow: hidden;
  margin-top: 1px; /* placement of the white-logo here*/
}

.menu {
  float: right;
  margin-right: 3px;
  margin-left: 3px;
  margin-top: 1px;
  margin-bottom: 1px;
  background-color:  rgba(255,255,255,1); /* #FFF;  the menu background on the full width mode will be blue. */
}

.menu li {
  float: left;
  margin-left: 10px;
  position: relative;
  line-height: 100px;
}

.menu li:last-child {
  margin-right: 0;
}

.menu .sub-menu li {
  width: 100%;
  margin-left: 0px;
}

.menu li a {
  display: block;
  text-decoration: none;
}

#primary-nav li a {
  color: rgba(65,105,225,1); ;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 50px;
  padding: 1px 20px;
  font-size: 13px;
  font-weight: 700;
  transition: all 0.5s;
}
#primary-nav .sub-menu li a {
  font-size: 12px;
  font-weight: 500;
  color: rgba(65,105,225,1); 
}
#primary-nav li > a:hover,
#primary-nav li.selected > a {
  color: rgba(255,83,73,1); 
}

.sub-menu li a {
  line-height: 40px!important;
  font-size: 12px!important;
  font-weight: 500;
  color: rgba(65,105,225,1); 
}

.downarrow {
  background: none;
  display: inline-block;
  padding: 0;
  text-align: center;
  min-width: 3px;
}

.sub-menu .downarrow {
  position: absolute;
  right: 0;
  top: 12px;
  font-size: 18px;
  padding-right: 10px;
}

.downarrow:before {
  content: '\25be';
  color: inherit;
  display: block;
  font-size: 1em;
  line-height: 1.1;
  width: 1em;
  height: 1em;
}

.menu .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  max-height: 1000px;
}

.menu .sub-menu li {
  line-height: 40px;
}

.menu .sub-menu.hide {
  display: none;
}

#primary-nav .sub-menu {
  top: 50px;
  background: rgba(255,255,255,1); /* #FFF; */
  min-width: 160px;
  z-index: 200;
}

#primary-nav.mobile .menu {
  margin: 1px;
  box-shadow: 0px 5px 10px rgba(0,0,0,0);
}

#primary-nav .sub-menu li {
  border-bottom: 1px solid rgba(65,105,225,0.1);
}

#primary-nav .sub-menu li:last-child {
  border-bottom: 0;
}

#primary-nav .sub-menu .downarrow:before {
  content: '\25b8';
}

#primary-nav.mobile {
  display: none;
  position: absolute;
  top: 50px;
  background: rgba(65,105,225,0); 
  width: 200px;
  right: 60px;
  
  z-index: 999999;
}

#primary-nav.mobile .menu {
  text-align: center;
  width: 100%;
}

#primary-nav.mobile li {
  width: 100%;
  margin: 0;
  border-bottom: 1px solid rgba(65,105,225,0.1);
}

#primary-nav.mobile li:first-child  {
  width: 100%;
  margin: 0;
}

#primary-nav.mobile li.selected > a {
  border-bottom: 1px solid rgba(65,105,225,0.1);
}

#primary-nav.mobile li:last-child {
  border: none;
}


#primary-nav.mobile .sub-menu {
  top: 0px;
  float: left;
  position: relative;
  width: 100%;
}

#primary-nav.mobile .sub-menu .downarrow {
  top: 15px;
  position: absolute;
  right: 15px;
}

.mobile .downarrow,
.mobile .sub-menu .downarrow {
  position: absolute;
  top:42px;
  right: 25px;
}

#primary-nav.mobile .sub-menu .downarrow:before {
  content: '\25be';
}
#primary-nav-button.mobile {
  display: inline-block;
  height: 1px;
}



/* Page Heading Style */

.heading-page {
  background-color: #4169e1;/*343e55;*/
  padding: 20px 0px;
  text-align: left;
} 

.heading-page h2 {
  margin-top: 0px;
  font-size: 22px;
  color: #fff;
}

.heading-page .line-dec {
  width: 25px;
  height: 3px;
  background-color: #ff5349;
}

/* Page Heading Style1 */

.heading-page1 {
  background-color: #fff;/*343e55;*/
  padding: 10px 0px;
  text-align: left;
} 

.heading-page1 h21 {
  margin-top: 20px;
  font-size: 22px;
  color: #4169e1;
}

.heading-page1 .line-dec1 {
  width: 25px;
  height: 3px;
  background-color: #ff5349;
}

/* Services Style */

.services {
  padding: 20px 10px;
}

.services .service-item {
  border: 1px solid rgba(0,0,0,0.2);
  padding: 15px;
  margin-bottom: 15px;
}

.services .service-item .icon {
  width: 24px;
  height: 24px;
  display: inline-block;
}

.services .service-item .icon img {
  max-width: 100%;
  overflow: hidden;
}

.services .service-item h2 {
  font-size: 19px;
  font-weight: 700;
  color: rgba(0,0,0,0.5);
  margin-top: 10px;
  margin-bottom: 5px;
}

.services .service-item p {
  color: rgba(0,0,0,0.8);
  font-size: 14px;
}

/* Accordions Style */

.accordion li {
  position: relative;
  margin-top: -1px;
}
.accordion li a {
  border: 1px solid rgba(0,0,0,0.2);
}
.accordion li:last-child a {
  
}
.accordion li p {
  display: none;
}
.accordion a {
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.5px;
  color: rgba(0,0,0,0.4);
  text-transform: uppercase;
  user-select: none;
  padding: 15px 20px;
  text-decoration: none;
}
.accordion a:after {
  width: 15px;
  height: 15px;
  background-color: rgba(0,0,0,0.2);
  border-radius: 50%;
  position: absolute;
  right: 10px;
  content: " ";
  top: 22.5px;
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.accordion p {
  margin-top: -1px;
  padding: 10px;
  border: 1px solid rgba(0,0,0,0.2);
  color: rgba(0,0,0,0.8);
  font-size: 14px;
}

a.active {
  color: #4169e1;
}

a.active:after {
  background-color: #4169e1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}



/* Subscribe Form Style */

.subscribe-form {
  margin-top: 100px;
  background-color: #4169e1;
  text-align: center;
  padding: 80px 0px;
}

.subscribe-form .col-md-4 {
  padding-left: 0px;
  padding-right: 0px;
}

.subscribe-form h4 {
  padding: 0px 0px;
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 45px;
  color: #fff;
  line-height: 30px;
  font-weight: 400;
}

.subscribe-form input {
  font-size: 13px;
  padding-left: 15px;
  border-radius: 22px;
  height: 44px;
  line-height: 44px;
  outline: none;
  border: 1px solid #fff;
  max-width: 100%;
  width: 100%;
  margin-bottom: 20px;
  color: #fff;
  background-color: rgba(255,255,255,0.1);
}

.subscribe-form button {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: #4169e1;
  padding: 12px 20px;
  background-color: #fff;
  border-radius: 24px;
  letter-spacing: 0.5px;
  outline: none!important;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all 0.3s;
}

.subscribe-form button:focus {
  outline: none;
}

.subscribe-form button:hover {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}


/* Contact Intro Style */

.contact-intro {
  text-align: left;
  margin-top: 100px;
  margin-bottom: 110px;
}

.contact-intro h2 {
  margin-top: 0px;
  font-size: 24px;
  color: #ff5349;
  font-weight: 700;
  line-height: 30px;
}

.contact-intro span {
  font-size: 13px;
  color: #5a5a5a;
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
  margin-top: 15px;
}

.contact-intro .blue-border-button {
  margin-top: 35px;
}


/* Contact Style */

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

.contact-form .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

.contact-form .container-fluid .col-md-4 {
  padding-left: 0px;
  padding-right: 0px;
}

.contact-form .container-fluid .col-md-8 {
  padding-left: 0px;
  padding-right: 0px;
}

.contact-form .container-fluid .right-content .col-md-4 {
  padding-left: 15px;
  padding-right: 15px;
}

.contact-form .container-fluid .right-content .col-md-8 {
  padding-left: 15px;
  padding-right: 15px;
}

.contact-form .container-fluid .right-content .col-md-12 {
  padding-left: 15px;
  padding-right: 15px;
}

.contact-form #map {
  margin-bottom: -105px;
}

.contact-form .text-content {
  background-color: #ff5349;
  display: block;
  text-align: center;
}

.contact-form .text-content .inside-content {
  position: absolute;
  top: 50%;
  padding: 0px 10%;
  transform: translate(0, -50%) 
}

.contact-form .text-content .inside-content h4 {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  font-weight: 400;
}

.contact-form .text-content {
  background-color: #ff5349;
  height: 450px!important;
}

.contact-form .text-content h4 {
  margin-top: 0px;
}

.contact-form .right-content {
  background-color: #4169e1;
  width: 100%;
  height: 450px;
  padding-top: 60px;
}

.contact-form {
  text-align: left!important;
}

.contact-form input {
  font-size: 13px;
  margin-bottom: 30px;
  padding-left: 15px;
  border-radius: 22px;
  height: 44px;
  line-height: 44px;
  outline: none;
  border: 1px solid #cdcdcd;
  max-width: 100%;
  width: 100%;
  color: #7a7a7a;
  outline: none!important
  background-color: #fff;
}

.contact-form input:focus {
  outline: none;
}

.contact-form textarea {
  font-size: 13px;
  padding-left: 15px;
  border-radius: 22px;
  height: 160px;
  max-height: 200px;
  line-height: 30px;
  outline: none;
  border: 1px solid #cdcdcd;
  max-width: 100%;
  width: 100%;
  margin-bottom: 30px;
  color: #7a7a7a;
  outline: none!important
  background-color: #fff;
}

.contact-form button {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  padding: 12px 20px;
  background-color: #ff5349;
  border-radius: 24px;
  letter-spacing: 0.5px;
  outline: none!important;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all 0.3s;
}

.contact-form button:focus {
  outline: none;
}

.contact-form button:hover {
  background-color: transparent;
  border: 1px solid #ff5349;
  color: #ff5349;
}


/* Banner Style */

.banner .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

.banner .col-md-2 {
  padding-left: 0px;
  padding-right: 0px;
}

.banner .col-md-5 {
  padding-left: 0px;
  padding-right: 0px;
}

.banner .left-content {
  background-color: #fff;
 height:100vh; /*height: 800px;*/
  display: block;

  text-align: right;
}

.banner .left-content .inside-content {
  position: absolute;
  top: 50%;
  padding: 0px 5%;
  transform: translateY(-50%) ;

	  display:block;
    text-align: center;
	left:5vw;
	margin:auto;
}

.banner .left-content .inside-content h4 {
  font-size: 20px;
  color: rgba(0,0,0,0.5);
  line-height: 40px;
  font-weight: 600;
  display: inline-block;
}
.banner .left-content .inside-content h4a {
  font-size: 20px;
  color: #ff5349;
  line-height: 40px;
  font-weight: 600;  
  display: inline-block;
}
.banner .left-content .inside-content h4b {
  font-size: 20px;
  color: #4169e1;
  line-height: 40px;
  font-weight: 600;  
  display: inline-block;
}

.banner .left-content .inside-content .white-border-button {
  margin-top: 30px;
}

.banner .center-image {
  height:100vh; /*height: 800px;*/
  width: 100%;
  display: block;
  background: #fff; /* Old browsers */
  background: -moz-linear-gradient(left, #fff 50%, #fff 50%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #fff 50%,#fff 50%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #fff 50%,#fff 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fff',GradientType=1 ); /* IE6-9 */
  }

.banner .center-image .inside-content {
  position: absolute;
  top: 50vh;
  left: 00%;
  transform: translate(-00%, -50%) 
}

.banner .center-image .inside-content img {
  width: 100%;
  overflow: hidden;
  text-align: left;
}
.banner .center-image .scroll-down {
  display: inline-block;
  position: absolute;
  top: 50vh;
  left: 50%;
  transform: translateX(-50%);

}

.banner .center-image .scroll-down img{
  height: 24px!important;
  overflow: hidden;
  text-align: left;

}

.banner .right-content {
  background-color: #fff;
  height:100vh; /*height: 800px;*/
  display: block;
  text-align: left;
}

.banner .right-content .owl-theme {
  position: absolute;
  /* bottom: 23%;*/
  top: 50vh;
  padding: 0px 10%;
  transform: translate(0, -50%) 
}

.banner .right-content .owl-nav {
  display: none;
}

.banner .right-content .owl-dots {
  margin-top: 14px;
  text-align: right;
}

.banner .right-content .owl-dots .owl-dot span  {
  width: 10px;
  height: 10px;
  background-color: rgba(0,0,0,0.2)!important;
  display: inline-block;
  border-radius: 50%;
  margin: 0 3px;
}

.banner .right-content .owl-dots .active span {
  background-color: #4169e1!important;
}

.banner .right-content .owl-dots button {
  outline: none;
}

.banner .right-content .item {
  margin-right: 2px;
}

.banner .right-content .item p {
  font-size: 20px;
  /*font-style: italic;*/
  color: rgba(0,0,0,0.7);
  line-height: 30px;
}
.banner .right-content .item p1 {
  font-size: 20px;
  /*font-style: italic;*/
  color: #4169e1;
  line-height: 35px;
}


/* Template Presentation Style */

.template-presentation {
  background-color: #ffffff;/*343e55;*/
  padding-top: 30vh;
  height:100vh;
}

.template-presentation .left-image img {
  max-width:50vw;
  max-height:100vh;
  overflow: hidden;

}

.template-presentation .right-content {
  margin-top: 60px;
  text-align: left;
}

.template-presentation .right-content img {
  max-height: 100%;
  overflow: hidden;
}

.template-presentation .right-content h4 {
  font-size: 18px;
  margin-top: 25px;
  color: rgba(0,0,0,0.7);/* #4169e1;*/
  line-height: 30px;
  font-weight: 400;
}

.template-presentation .right-content .blue-button {
  margin-top: 30px;
}


/* Right & Left Image Post Style */

.left-right-image {
  padding: 100px 0px;
}

.left-right-image .right-image {
  padding-bottom: 50px;
}

.left-right-image .left-image {
  padding-top: 50px;
}

.left-right-image .image img {
  max-width: 100%;
  overflow: hidden;
}

.left-right-image h2 {
  margin-top: 25px;
  font-size: 24px;
  color: #ff5349;
  font-weight: 700;
  line-height: 30px;
}

.left-right-image span {
  font-size: 13px;
  color: #5a5a5a;
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
  margin-top: 15px;
}

.left-right-image .blue-border-button {
  margin-top: 35px;
}



/* Video Style */

.video .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

.video .container-fluid .col-md-4 {
  padding-left: 0px;
  padding-right: 0px;
}

.video .container-fluid .col-md-8 {
  padding-left: 0px;
  padding-right: 0px;
}

.video .text-content {
  background-color: #ff5349;
  display: block;
}

.video .text-content .inside-content {
  position: absolute;
  top: 50%;
  padding: 0px 10%;
  transform: translate(0, -50%) 
}

.video .text-content .inside-content h4 {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  font-weight: 400;
}

.video .text-content {
  background-color: #ff5349;
  height: 500px;
}

.video .text-content h4 {
  margin-top: 0px;
}

.video .text-content .white-border-button {
  margin-top: 30px;
}

#video-container  {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
}

#video-container video,
.video-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  visibility: visible !important;
}

#video-container .video-overlay {
  z-index: 9999;
  background: rgba(255,255,255,0.9); /*rgba(65,105,225,0.5);*/
  background-image: url('../img/mask_transparent_logo.png');
  background-size: 4px 4px;
  width: 100%;
}

#video-container .video-overlay-image{
  display:flex;
  align-items: center;
}
#video-container .video-overlay-image::before{
  content: "";
  background-image: url('../img/smallcirclelogo.png');
  background-repeat: no-repeat;
  background-size: 24px 24px;
  position: absolute;
  top : 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 1;
  z-index: 10000;
}


#video-container .video-content {
  z-index: 99999;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}


#video-container .video-content .inner {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column wrap;
}


#video-container .video-content .inner a {

  display: inline-block;
  text-align: center;
  line-height: 70px;
  color: transparent;
  background-color: transparent;
  font-size: 18px;
  border-radius: 50%;
  text-align: center;
}



#video-container .video-content .inner h5 {
  font-size: 64px;
  color:  rgba(0,0,0,0.8);
  line-height: 80px;
  font-weight: 800;
  text-align: center;
}

/* Footer Style */

footer {
  text-align: center;
  padding: 100px 0px;
}

footer .footer-item h2 {
  margin-bottom: 25px;
  margin-top: 0px;
  font-size: 14px;
  color: #3a3a3a;
  text-transform: uppercase;
  font-weight: 700;
}

footer .footer-item ul li {
  display: block;
  margin-bottom: 8px;
}
footer .footer-item ul li:last-child {
  margin-bottom: 0px;
}


footer .footer-item ul li a {
  font-size: 13px;
  color: #7a7a7a;
  text-decoration: none;
  transition: all 0.5s;
}

footer .footer-item ul li a:hover {
  color: #ff5349;
}

footer .footer-item ul.social-icons {
  margin-top: 18px;
}

footer .footer-item ul.social-icons li {
  display: inline-block;
  margin-bottom: 0px;
  margin-right: 5px;
}

footer .footer-item ul.social-icons li a {
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  background-color: rgba(65,105,225,0.4);
  color: #fff;
  text-align: center;
  border-radius: 50%;
  transition: all 0.5s;
}

footer .footer-item ul.social-icons li a:hover {
  background-color: #4169e1;
}

.sub-footer {
  background-color: #fff;
  text-align: center;
}

.sub-footer p {
  color: rgba(0,0,0,0.7);
  margin: 0px;
  padding: 10px 3px;
  display:inline-block;
  vertical-align:bottom;
  font-size:15px;
}

.sub-footer a {
  color: rgba(0,0,0,0.5);
  display:inline-block;
  
}

.sub-footer img {

  display:inline-block;
  
  vertical-align:bottom;
  height:32px!important;
}
.sub-footer a:hover {
  color: #4169e1;
}


.sub-footer ul.social-icons {
  display: inline-block;
  padding: 1px 3px;
  margin-top: 1px;
}

.sub-footer ul.social-icons li {
  display: inline-block;
  margin-bottom: 1px;
  margin-right: 5px;
}

.sub-footer ul.social-icons li a {
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  text-align: center;
  border-radius: 50%;
  transition: all 0.5s;
}

.sub-footer ul.social-icons li a:hover {
  background-color: #4169e1;
}


/*  start of text type effect */

.blinktext {
	
  display: inline-block;
}


/*  end of text type effect */
@media (max-width:767px) {

  .banner .left-content {
    text-align: center;
    height:40vh!important;
  }

  .banner .left-content .inside-content {
	  display:block;
	  position:absolute;
    text-align: center;
    top: 70%!important;
	right:15vw;
    transform: translateY( -70%);
	margin:auto;

  }
  .banner .left-content .inside-content h4 {
    font-size: 16px;
    color: rgba(0,0,0,0.5);
    line-height: 20px;
    font-weight: 500;
  }  
  .banner .left-content .inside-content h4a {
  font-size: 16px;
  color: #ff5349;
  line-height: 20px;
  font-weight: 500;  
  display: inline-block;
}

.banner .left-content .inside-content h4b {
  font-size: 16px;
  color: #4169e1;
  line-height: 20px;
  font-weight: 500;  
  display: inline-block;
}
  .banner .left-content .inside-content .white-border-button {
    margin-top: 12px;
  }
  .banner .center-image {
    height: 20vh!important; /*50vh;*/
	/*width:100%!important;*/
    background: #fff; /* Old browsers */
    background: -moz-linear-gradient(top, #fff 50%, #fff 50%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fff 50%,#fff 50%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fff 50%,#fff 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fff',GradientType=1 ); /* IE6-9 */
  }

  
  .banner .center-image .inside-content {
    position: absolute;
    top: 00%;
    left: 00%;
    transform: translate(-00%, -00%);

  }
.banner .center-image .scroll-down {
  top: 270px!important;
}
  .banner .center-image .inside-content img {
    height: 20vh;
	width:20vh;
	transform: translateX(calc(50vw - 10vh));
   }
  .banner .right-content {
    height:40vh!important;/*height: 100px!important;*/
  }

  .banner .right-content .owl-theme {
    text-align: left;
    top: 50%!important;
  }

  .banner .right-content .owl-theme .owl-dots {
    text-align: left;
  }
  
  .banner .right-content .item p {
    font-size: 15px;
    /*font-style: italic;*/
    color: rgba(0,0,0,0.7);;
    line-height: 20px;
  }
  .banner .right-content .item p1 {
    font-size: 17px;
    /*font-style: italic;*/
    color: #4169e1;
    line-height: 20px;
  }
  
  .template-presentation {
  padding-top: 30vh!important;
  height:100vh;
}

.template-presentation .left-image img {
	display:block;
  max-width:90vw!important;
  max-height:50vh!important;
  width:auto;
  height:auto;
  left:200px;
}


.template-presentation .right-content img {
  max-width: 00%!important;
  overflow: hidden;
}

.template-presentation .right-content h4 {
  font-size: 14px!important;
  margin-top: 10px!important;
  line-height: 18px!important;
}

  #video-container  {

  height: 100vh;

}

#video-container .video-content .inner h5 {
  font-size: 40px;
  font-weight: 800;
}
  footer .footer-item {
    text-align: center;
  }
  .sub-footer p {
  color: rgba(0,0,0,0.7);
  font-size:10px;
  }
}

@media (max-width:992px) {

  .contact-intro {
    text-align: left!important;
  }
#mysocial-icons {

  top: 10px;
  right: 100px;
}
  .services .service-item {

	padding: 5px;
	margin-bottom: 10px;
  }

  .contact-form {
    text-align: left!important;
  }

  .contact-form .text-content .inside-content{
    text-align: center;!important;
  }

  .contact-form .right-content {
    height: auto;
    padding-bottom: 60px;
  }

  .banner .left-content {
    height:100vh;/*height: 500px;*/
  }
  
  .banner .left-content .inside-content {
    top: 50%;
  }
  
  .banner .left-content .inside-content h4 {
    font-size: 16px;
    color: rgba(0,0,0,0.5);
    line-height: 20px;
    font-weight: 500;
  }
  .banner .left-content .inside-content h4a {
  font-size: 16px;
  color: #ff5349;
  line-height: 20px;
  font-weight: 500;  
  display: inline-block;
}

.banner .left-content .inside-content h4b {
  font-size: 16px;
  color: #4169e1;
  line-height: 20px;
  font-weight: 500;  
  display: inline-block;
}
  .banner .center-image {
    height:100vh;/*height: 500px;*/
  }

  .banner .right-content {
    height:100vh;/*height: 500px;*/
  }
  .banner .right-content .owl-theme {
    text-align: left;
    top: 50%;
  }
  .banner .right-content .item p {
    font-size: 15px;
    /*font-style: italic;*/
    color: rgba(0,0,0,0.7);;
    line-height: 20px;
  }
  .banner .right-content .item p1 {
    font-size: 17px;
    /*font-style: italic;*/
    color: #4169e1;
    line-height: 20px;
  }

  
  .template-presentation {
    text-align: left;
  padding-top: 10vh;
height:100vh;
}

.template-presentation .left-image img {
	display:block;
  max-width:100vw;
  max-height:55vh;
  margin:auto;

}
  .template-presentation .right-content {
    margin-top: 0px;
    text-align: left;
    margin-bottom: 80px;
  }
.template-presentation .right-content img {
  max-width: 00%!important;
  overflow: hidden;
}
.template-presentation .right-content h4 {
  font-size: 16px;
  margin-top: 15px;
  line-height: 20px;
}
  .left-right-image .right-image {
    text-align: left;
    border-bottom: 1px solid rgba(65,105,225,0.1);
    padding-bottom: 70px;
  }

  .left-right-image .right-image .blue-border-button {
    margin-bottom: 30px;
  }

  .left-right-image .left-image {
    text-align: left;
  }

  .video {
    text-align: center;
  }

  .video .text-content {
    height: 300px;
  }

  .video .text-content .inside-content {
    text-align: center;
    width: 100%;
  }

.banner .center-image .scroll-down {
  top: 350px;
}
  footer {
    text-align: center;
    padding: 100px 0px 40px 0px;
  }

  footer .footer-item {
    margin-bottom: 60px;
  }

  .sub-footer p {
  color: rgba(0,0,0,0.7);
  font-size:12px;
  }
}