/*
Theme Name: Marecar
Theme URI: https://marecar.com/
Author: 6Solve
Author URI: https://6solve.com/
Description: Main theme for marecar.com
Version: 1.0
Tags: marecar,banner,animation
*/
@font-face{
	font-family: "Raleway-Regular";
    src: url("./assets/fonts/Raleway-Regular.ttf");  
}
@font-face{
	font-family: "DINPro-Light";
    src: url("./assets/fonts/DINPro-Light.ttf");  
}
@font-face{
	font-family: "DINPro-Bold";
	src: url("./assets/fonts/DINPro-Bold.ttf");  
}

/*navbar*/
h1,h2,h3,h4{
	font-family: 'DINPro-Bold';
}
p,h5{
	font-family: 'Raleway-Regular';
}
.text-white{
	color: #fff;
}
.text-dark{
	color: #3c3e3c;
}
.text-blue, .banner-bg-color a:hover, .banner-bg-color p:hover, .contact p:hover{
	color: #6f64ff;
}
.mid-gray, .mid-gray:hover{
	color: #fff !important;
	font-size: 12px;
}
.banner-1 h1{
	font-size: 75px;
}
.contact-nav{
	border: 1px solid #fff !important;
}
.nav-item a h4{
	text-transform: uppercase;
}

    .box {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -75px;
    margin-left: -100px;
    width: 300px;
    height: 150px;
    border-radius: 5px;
    }
    
    .info {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: Arial, Tahoma;
    font-size: 32px;
    }
    .navbar-toggler:focus,
    .navbar-toggler:active {
        outline: 0;
    }
    
    .navbar-toggler span {
        display: block;
        background-color: #fff;
        height: 3px;
        width: 30px;
        margin-top: 6px;
        margin-bottom: 4px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        position: relative;
        opacity: 1;
     }
     .navbar-toggler span:nth-child(1),
     .navbar-toggler span:nth-child(3) {
        -webkit-transition: transform .35s ease-in-out;
        -moz-transition: transform .35s ease-in-out;
        -o-transition: transform .35s ease-in-out;
        transition: transform .35s ease-in-out;
     }
     .navbar-toggler:not(.collapsed) span:nth-child(1) {
         position: absolute;
         top: 8px;
         -webkit-transform: rotate(135deg);
         -moz-transform: rotate(135deg);
         -o-transform: rotate(135deg);
         transform: rotate(135deg);
         opacity: 0.9;
     }
     .navbar-toggler:not(.collapsed) span:nth-child(2) {
         height: 12px;
         visibility: hidden;
         background-color: transparent;
     }
     .navbar-toggler:not(.collapsed) span:nth-child(3) {
         position: absolute;
         top: 8px;
         -webkit-transform: rotate(-135deg);
         -moz-transform: rotate(-135deg);
         -o-transform: rotate(-135deg);
         transform: rotate(-135deg);
         opacity: 0.9;
     }

     /*custom*/
     
     .navbar-nav{
        background-color: rgba(0, 59, 91, 0.9);
     }
     .navbar{
        box-shadow: none !important;
    }
    .icon-dropdown{
        display: flex !important;
    }
    .icon-dropdown::after{
        top: 14px;
        position: relative;
        left: 0px;
    }
    
    .navbar-collapse{
        position: absolute;
        top: 0px;
        width: 100%;
    }
    .navbar-dark .navbar-brand, .navbar-toggler{
        z-index: 111;
    }

    .icon-dropdown::after{
        display: none !important;
    }
    
	.navbar-toggler.collapsed{
		border: 1px solid #fff !important;
		padding: 2px 7px 4px 7px !important;
		margin-right: 10px;
	}
	
	.navbar-toggler{
		border: 1px solid #fff !important;
		padding:3px 7px 6px 7px !important;
		margin-right: 10px;
		position: relative;
		top: -8px;
	}
/*navbar-end*/

/*section*/
.bg-1{
    background: url('../images/banner-1.png') no-repeat center center; 
    background-size: cover; 
}
.bg-2{
    background: url('../images/banner-2.png') no-repeat center center; 
    background-size: cover; 
	background-position: bottom;
}
.bg-3{
    background: url('../images/banner-3.png') no-repeat center center; 
    background-size: cover; 
}
.bg-4{
    background: url('../images/banner-4.png') no-repeat center center; 
    background-size: cover; 
}
.first-banner{
    top: 35%;
    left: 0%;
    width: 100%;
    margin-left: 0px;
    margin-top: 0px;
}
.banner-1 p{
    width: 140vh;
    font-size: 28px;
}
.banner-1 h2{
    font-size: 60px;
}

.second-banner{
    top: 35%;
    left: 0%;
    width: 100%;
    margin-left: 0px;
    margin-top: 0px;
}
.banner-2 p{
    width: 140vh;
    font-size: 28px;
}
.banner-2 h2{
    font-size: 60px;
}
.banner-2 h3{
    font-size: 60px;
}

.third-banner{
    top: 37%;
    left: 0%;
    width: 100%;
    margin-left: 0px;
    margin-top: 0px;
}
.banner-3 h2, .banner-4 h2{
    font-size: 60px;
}
.banner-text p{
    font-size: 16px;
}

.fourth-banner{
    top: 37%;
    left: 7%;
    width: 50%;
    margin-left: 0px;
    margin-top: 0px;
}
.banner-4 p, .banner-bg-color a, .banner-bg-color p, .contact p{
    font-size: 20px;
}
.banner-bg-color p, .contact p{
	font-family: 'arial';
}
.banner-bg-color p{
	padding-top: 10px;
}
.banner-4{
    align-items: start !important;
}
.navbar-brand img{
	top: -1px;
    position: relative;
}

.fifth-banner{
    top: 45%;
    left: 0%;
    width: 100%;
    margin-left: 0px;
    margin-top: 0px;
}
.banner-bg-color{
    /*background-color: #ccc;*/
    width: 100%;
    padding: 40px 80px;
}
.banner-bg-color h2{
    font-size: 45px;
}
.banner-bg-color h5{
    margin-bottom: -5px;
}
.banner-5 h2{
    font-size: 55px;
}
/*.fifth-bg{
    background-color: #f5f1f1;
}*/

iframe{
    width: 100%;
    height: 100%;
}
/*end-of-section*/
.down-arrow-animation-banner-1{
    position: relative;
    top: 75%;
}
 .down-arrow-animation-banner-2{
    position: relative;
    top: 35%;
}
.down-arrow-animation-banner-3{
    position: relative;
    top: -20%;
}
.down-arrow-animation-banner-4{
    position: relative;
    top: 10%;
    left: 35%;
}
.chevron {
    position: absolute;
    width: 28px;
    height: 8px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
  }
  
  .chevron:first-child {
    animation: move 3s ease-out 1s infinite;
  }
  
  .chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
  }
  
  .chevron:before,
  .chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #fff;
  }
  
  .chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
  }
  
  .chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
  }
  
  @keyframes move {
    25% {
      opacity: 1;
  
    }
    33% {
      opacity: 1;
      transform: translateY(30px);
    }
    67% {
      opacity: 1;
      transform: translateY(40px);
    }
    100% {
      opacity: 0;
      transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
  }

/*footer*/
footer{
    position: fixed;
    margin-bottom: 0;
    bottom: 0px;
    width: 100%;
	background-color:#3c3e3c;
	padding: 5px 0px 5px 0px;
}
/*end-of-footer*/

/*animation*/

#return-to-top {
    position: relative;
    bottom: 30px;
    right: 40px;
	border: 1px solid #fff;
    background: transparent;
    height: 30px;
    width: 30px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 7px;
    height: 30px;
    width: 30px;
    top: -15px;
    font-size: 17px;
    -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;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
	cursor: pointer;
}
#return-to-top:hover i {
    color: #fff;
}
.fa-arrow-up:before{
	animation: arrup 1.2s ease-in-out infinite;
}
.image {
    display: block;
    height: 150px;
    overflow: hidden;
    width: 300px;
}
.image .inner {
    background-size: cover;
    display: block;
    height: 100%;
    transform: scale(1, 1);
    transition: transform 0.4s;
}
.image:hover .inner {
    transform: scale(1.05, 1.05);
}
.navbar-toggler.contact-css span {
	background-color: #000;
}

.animated-button{
	background: transparent !important;
	border: 1px solid #fff;

}
.animated-button:hover{
	color: #003b5b !important;
    background-color: #fff !important;
	transition: all 1s ease;
}
	
.arrow-container {
  width: 25px;
  /* cubic-bezier-easing = sine / mehr Beispiele: https://easings.net/ */
  animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
  cursor: pointer;
  height: 20px;
}
.arrow-down {
  height: 6px;
  transform-origin: 0% 0%;
  border-radius: 5px;
}
	@keyframes bounce {
50% {
    transform: translateY(-15px);
  }
}
.animatable {
    /* initially hide animatable objects */
    visibility: hidden;
    /* initially pause animatable objects their animations */
    -webkit-animation-play-state: paused;   
    -moz-animation-play-state: paused;     
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;   
    animation-play-state: paused; 
  }
  /* show objects being animated */
  .animated {
    visibility: visible;
    
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
  
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -ms-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
  }
  /* CSS Animations (extracted from http://glifo.uiparade.com/) */
  @-webkit-keyframes fadeInDown {
      0% {
          opacity: 0;
          -webkit-transform: translateY(-20px);
      }	100% {
          opacity: 1;
          -webkit-transform: translateY(0);
      }
  }
  @-moz-keyframes fadeInDown {
      0% {
          opacity: 0;
          -moz-transform: translateY(-20px);
      }
      100% {
          opacity: 1;
          -moz-transform: translateY(0);
      }
  }
  @-o-keyframes fadeInDown {
      0% {
          opacity: 0;
          -o-transform: translateY(-20px);
      }
      100% {
          opacity: 1;
          -o-transform: translateY(0);
      }
  }
  @keyframes fadeInDown {
      0% {
          opacity: 0;
          transform: translateY(-20px);
      }
      100% {
          opacity: 1;
          transform: translateY(0);
      }
  }
  @-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}
@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(20px);
	}
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-o-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	60% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
	60% {
		-webkit-transform: translateX(20px);
	}
	80% {
		-webkit-transform: translateX(-5px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
	60% {
		-moz-transform: translateX(20px);
	}
	80% {
		-moz-transform: translateX(-5px);
	}
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
	60% {
		opacity: 1;
		-o-transform: translateX(20px);
	}
	80% {
		-o-transform: translateX(-5px);
	}
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes bounceInLeft {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}
	60% {
		transform: translateX(20px);
	}
	80% {
		transform: translateX(-5px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
@-webkit-keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
	60% {
		-webkit-transform: translateX(-20px);
	}
	80% {
		-webkit-transform: translateX(5px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes bounceInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
	60% {
		-moz-transform: translateX(-20px);
	}
	80% {
		-moz-transform: translateX(5px);
	}
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes bounceInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
	60% {
		-o-transform: translateX(-20px);
	}
	80% {
		-o-transform: translateX(5px);
	}
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes bounceInRight {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}
	60% {
		transform: translateX(-20px);
	}
	80% {
		transform: translateX(5px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
@-webkit-keyframes moveUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(40px);
	}	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes moveUp {
	0% {
		opacity: 1;
		-moz-transform: translateY(40px);
	}
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes moveUp {
	0% {
		opacity: 1;
		-o-transform: translateY(40px);
	}
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes moveUp {
	0% {
		opacity: 1;
		transform: translateY(40px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.animated.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}
.animated.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

  .animated.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
.animated.bounceInRight {
	-webkit-animation-name: bounceInRight;
	-moz-animation-name: bounceInRight;
	-o-animation-name: bounceInRight;
	animation-name: bounceInRight;
}
.animated.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	-moz-animation-name: bounceInLeft;
	-o-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}
.animated.moveUp {
	-webkit-animation-name: moveUp;
	-moz-animation-name: moveUp;
	-o-animation-name: moveUp;
	animation-name: moveUp;
}
@keyframes circlebounce {
	 from {
		 transform: translate3d(0, -15px, 0);
	}
	 to {
		 transform: translate3d(0, 15px, 0);
	}
}
.banner-5 h2 span, .banner-1 h2 span {
	position: relative;
	display: inline-block;
	padding-bottom: 4px;
	padding-top: 10px;
}
.banner-5 h2 span::after, .banner-1 h2 span::after {
	content: "";
	display: block;
	width: 75%;
	height: 3px;
	position: absolute;
	bottom: -3px;
	left: 50%;
	background-color: #fff;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.banner-5 h2 i {
	font-style: normal;
	position: absolute;
	width: 100%;
	left: 0;
	font-size: 80px;
	opacity: .1;
	line-height: .8;
	text-align: center;
}
.banner-1 h1 span, .banner-2 h3 span, .banner-3 h2 span, .carousal-bg h2 span, .banner-4 h2 span {
	position: relative;
	display: inline-block;
	padding-bottom: 4px;
	padding-top: 10px;
}
.banner-1 h1 span::after, .banner-2 h3 span::after, .banner-3 h2 span::after, .carousal-bg h2 span::after, .banner-4 h2 span::after {
	content: "";
	display: block;
	width: 75%;
	height: 3px;
	position: absolute;
	bottom: -5px;
	left: 50%;
	background-color: #fff;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
	.navbar-toggler.navbar-color.collapsed span{
		background-color: #3c3e3c !important;
		border: 1px solid #3c3e3c !important;
	}
	.navbar-toggler.navbar-color.collapsed{
		border: 1px solid #3c3e3c !important;
	}
.scroll-color{
	background-color: rgba(0, 59, 91, 0.9);
	height: 47px;
	
}
.left-scrollspy .fa-chevron-up, .left-scrollspy .fa-chevron-down{
	display: none;
}
 /*.fifth-bg{
	   background-image: url(../images/bg.jpg);
	}*/
/*about us*/
.scroll_animation h1{
	text-transform: uppercase;
}
.aboutus-image{
	top: 0;
	left: 0;
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	position: sticky;
}
.aboutus-content{
	padding: 10px 30px 10px 30px;
}

.half-circle {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 5px solid #e5dcca;
	animation: circlebounce 2s cubic-bezier(0.645, 0.045, 0.355, 1) alternate infinite;
}
.circle{
	width: 65px;
    height: 65px;
	border: 5px solid #e5dcca;
	border-radius: 50%;
	float: left;
	animation: circlebounce 2s cubic-bezier(0.645, 0.045, 0.355, 1) alternate-reverse infinite;
}
.aboutus-title{
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	float: left;
	position: absolute;
	top: 50%;
	color: #fff;
	font-size: 50px;
}
.aboutus-heading{
	width: 85%;
	text-align: center;
	float: left;
}
.abt-cnt1,.abt-cnt4{
	background-color: #f5f6f6;
	padding: 15px 15px 10px 15px;
}
.abt-cnt2,.abt-cnt3{
	background-color:#f1f1f1;
	padding: 15px 15px 10px 15px;
}
.abt-cnt1:hover,.abt-cnt2:hover,.abt-cnt3:hover,.abt-cnt4:hover{
	box-shadow: #9a9c9c7d 0px 0px 20px 0px;
	position: relative;
	z-index: 10;
}
.abt-cnt1 img,.abt-cnt2 img,.abt-cnt3 img,.abt-cnt4 img{
	margin-bottom: .5rem;
}
.abt-copywrite{
	font-size: 12px;
}
/*end-of-about us*/
/*Our business*/
.our-business-image,.governance-image{
	top: 0;
	left: 0;
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	position: sticky;
}
.our_business-title{
	text-transform: uppercase;
    width: 50%;
    text-align: center;
    float: left;
    position: absolute;
    top: 40%;
    color: #fff;
    margin-left: 23%;
	font-size: 50px;
}
.our-business-heading{
	width: 95%;
	text-align: center;
	float: left;
}
.business-hcircle{
	float:right;
}
.our-business-content{
	padding: 0px 30px;
}
.world-map{
	padding: 35px;
	width: 100%;
	height: 100%;
}
.content-center{
	width: 100%;
	align-items: center;
	justify-content: center;
	display: grid;
}
.poweredby{
	display: none;
}
/*corporate governance*/
.growth-img{
	position: relative;
	top: -200px;
}
.building-img{
	position: relative;
	top: -100px;
}
.shake-hand-img{
	position: relative;
	top: -115px;
}
.governance-content{
	padding: 0px 30px;
}
.corporate-title{
	text-transform: uppercase;
    width: 50%;
    text-align: center;
    float: left;
    position: absolute;
    top: 40%;
    color: #fff;
    margin-left: 23%;
	font-size: 50px;
}
	
/*.governance-bg{
	top: 0;
	left: 0;
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}*/
/*media query*/

/*contact*/
.contact-title{
	font-size: 30px;
}
.third-banner .victoria-four, .third-banner h5, .third-banner h4,
 .ban-4-desp, .carousal-space h5, .carousal-space h4, .carousal-space .victoria-four{
	display: none;
}
.contact-bg a{
	font-weight: 400 !important;
}
.align-ipad{
	padding-bottom: 0px !important;
}
.align-ipad p{
	padding: 0px 15px;
}
.marc-ban-4{
	display: block;
	color: #fff;
	font-size: 28px;
}
.marc-ban-4:hover{
	text-decoration: underline;
	color: #fff;
}
.fourth-banner h2{
	margin-bottom: 35px;
}
.carousel-dot{
	bottom: 0px;
}
.abt-cnt1, .abt-cnt2, .abt-cnt3, .abt-cnt4{
	height: 325px;
}
.abt-cnt4{
	display: none;
}


   @media (min-width: 320px) and (max-width: 767px){ 
   .ext-link{
	   width: 20px;
		top: -2px;
		position: relative;
		left: 5px;
   }
   .navbar-brand img{
	   width: 120px !important;
   }
   .banner-1 h1{
		font-size: 40px;
	}
	.banner-2 h3{
		font-size: 40px;
	}
	.abt-cnt1, .abt-cnt2, .abt-cnt3, .abt-cnt4{
		margin: 15px;
	}
   .down-arrow-animation-banner-3a .col-12{
	    position: relative;
		top: -10px;
   }
   .marc-ban-4{
	   font-size: 18px;
   }
   .ban-4-con{
		font-size: 14px;
		text-align: center;
		color: #fff;
		margin-bottom: 0px !important;
	}
	.logo-resize,.contact-logo{
		width: 120px;
	}
	
	.aboutus-title{
		font-size: 35px;
	}
	.contact h5{
		margin-bottom: 7px;
		padding-top: 7px;
	}
	.contact{
		padding: 9px 35px;
		margin-bottom: 30px !important;
	}
	.contact-text{
		font-size: 28px !important;
	}
	.contact-loca-text{
		font-size: 28px !important;
	}
	.contact-copy-text{
		font-size: 14px !important;
	}
	.contact-text i {
		font-size: 50px !important;
	}
   .corporate-title{
	   font-size: 35px;
	   width: 65%;
	   margin-left: 20%;
   }
	.building-img {
		position: relative;
		top: -64px;
		left: 50%;
	}
	.growth-img {
		position: relative;
		top: -97px;
		left: 34%;
	}
	.shake-hand-img {
		position: relative;
		top: -72px;
		left: 50%;
	}
	.our_business-title{
		width: 65%;
		margin-left: 20%;
		font-size: 35px;
	}
	.aboutus-content{
		top: 20px;
	}
	
	body,html{
		overflow-y: scroll !important;
	}
	.aboutus-heading{
		width: 100%;
	}
	   
	.aboutus-image{
		width: 100%;
		position: relative;
	}
	#return-to-top{
		right: 0px !important;
	}
     
   .banner-5 h2 i {
	   font-size: 50px;
   }
   iframe{
		width: 100%;
	}
	
   .banner-bg-color h5 {
		margin-bottom: -10px;
		padding-top: 7px;
	}
   .banner-bg-color a {
		font-size: 16px !important;
	}
    .copy-write{
	   text-align: center;
   }
    .h-carousal{
        position: relative;
        top: 14%;
    }
    .m-carousal{
        position: relative;
        top: 14%;
    }
    .carousal-space{
        padding: 30px;
		height: 200px;
    }
	.carousel-indicators{
		bottom: -10px !important;
	}
    .carousal-bg{
        padding: 0px 20px;
		position: relative;
        top: 10%;
    }
    .down-arrow-animation-banner-2{
        position: relative;
        top: 75%;
        left: -6%;
    } 
    .down-arrow-animation-banner-4 {
        position: relative;
        top: 130%;
		left: -9%;
    }
    .down-arrow-animation-banner-3a {
        position: relative;
        top: 13%;
        left: 8%;
		width: 32% !important;
    }
    .left-scrollspy{
        display: none !important;
    }
    .dropdown-toggle::after{
        border-top: 7px solid;
        border-right: 7px solid transparent;
        border-bottom: 0;
        border-left: 7px solid transparent;
    }
    .icon-dropdown::after {
        top: 12px;
        position: relative;
        left: 6px;
    }
    .second-banner{
        width: 240px !important;
    }
	 .first-banner {
		top: 0% !important;
		left: 0% !important;
		background: #00000069;
		height: 100%;
		width: 100% !important;
	}
    .footer-align{
        align-items: center;
        justify-content: center;
        display: grid;
		font-size: 14px;
    }
    .banner-1 p{
        width: unset;
        font-size: 23px;
    }
    .banner-1 h2, .banner-3 h2{
        font-size: 30px;
    }
    .banner-2 p {
        width: unset;
        font-size: 15px;
    }
    .first-banner, .second-banner{
        left: 18%;
    }
    .third-banner {
        top: 22%;
        left: 0%;
        width: 100%;
    }
    .banner-4 h2, .banner-5 h2 {
         font-size: 28px;
    }
    .banner-5 p{
        font-size: 16px;
		padding-top: 10px;
    }
	.banner-bg-color p{
		padding-top: 15px;
	}
    .fourth-banner {
        top: 28%;
		left: 9%;
		width: 90% !important;
    }
    .banner-bg-color {
        padding: 9px 10px;
    }
    .fifth-banner{
        top: 40%;
    }
    .banner-text p, .banner-4 p{
        font-size: 15px;
    }
	.down-arrow-animation-banner-1 {
		left: -6%;
		top: 40%;
	}
	.aboutus-content {
		padding: 0px 15px 0px 15px;
	}
    
   }
   
    
   @media (min-width: 768px) and (max-width: 991px) {
	.aboutus-content .col-md-6.order-3{
		margin-left: 25% !important;
	}
	.banner-1 h1{
		font-size: 60px;
	}
	#return-to-top{
		right: 0px !important;
	}
	.ext-link{
		top: -2px;
		position: relative;
		left: 5px;
	}
	.ban-4-con{
		font-size: 18px;
		text-align: center;
		margin: 25px auto;
		width: 70%;
	}
	.aboutus-title{
		font-size: 65px;
	}
	.contact {
		padding: 55px 25px 300px 30px;
	}
	.our_business-title{
		width: 60%;
		font-size: 70px;
		margin-left: 20%;
	}
	.corporate-title{
		width: 100%;
		margin-left: 0%;
	}
	   body,html{
		overflow: scroll !important;
	}
	.aboutus-content {
		top: -50px;
	}
	.aboutus-heading {
		position: relative;
		left: 8%;
	}
	.half-circle{
		margin-left: 15px;
		margin-top: 15px;
	}
	 
	.arrow-container{
		position: relative;
		top: 30%;
	}
    .nav-item h4{
        font-size: 40px;
    }
    .icon-dropdown::after {
        top: 25px;
        position: relative;
        left: 4px;
    }
    .dropdown-toggle::after{
        border-top: 10px solid;
        border-right: 10px solid transparent;
        border-bottom: 0;
        border-left: 10px solid transparent;
    }
    .banner-1 p, .banner-2 p{
        width: unset;
        font-size: 23px;
    }
    .banner-text p {
        font-size: 16px;
    }
    .align-ipad{
        padding-left: 50px;
    }
    .fourth-banner {
        width: 80%;
    }
    .banner-4 p{
        font-size: 25px;
    }
    .banner-4 h2 {
        font-size: 55px;
    }
    .footer-align p{
        font-size: 16px;
    }
	.full-screen-scroller .fss-dotted-scrollspy{
		left: 30px;
	}
	.banner-2 p{
		padding: 59px;
	}
	.down-arrow-animation-banner-1 {
		top: 215%;
	}
	.down-arrow-animation-banner-2 {
		top: 150%;
	}
	.down-arrow-animation-banner-3 {
		top: 30%;
	}
	.down-arrow-animation-banner-4 {
		top: 180%;
		left: 3%;
	}
	.third-banner {
		top: 41%;
	}
	.fifth-banner {
		top: 37%;
	}
	iframe {
		width: 100%;
		height: 215%;
	}
 }
 @media (max-width: 1025px) {
		.animatable{
			visibility: visible !important;
		}
		body,html{
			overflow-y: scroll !important;
		}
		.cover-video{
		width: auto !important;
		height: 100% !important;
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.navbar-toggler.navbar-color.collapsed span {
		background-color: #fff !important;
		border: 1px solid #fff !important;
	}
	.navbar-toggler.navbar-color.collapsed {
		border: 1px solid #fff !important;
	}
 }
   @media (min-width: 992px) and (max-width: 1199px) {
	.aboutus-content .col-md-6.order-3{
		margin-left: 25% !important;
	}
	#return-to-top{
		right: 0px !important;
	}
	.align-ipad{
		padding: 0px 60px;
	}
	.ban-4-con{
		font-size: 25px;
		text-align: center;
		margin: 25px auto;
		width: 70%;
	}
	.aboutus-title{
		font-size: 85px;
	}
	.navbar-nav{
        flex-direction: column !important;
    }
	.navbar-nav{
        height: 100vh;
        align-items: center;
        justify-content: center;
    }
	iframe{
		height: 700px;
	}
	.corporate-title{
		width: 55%;
		font-size: 85px;
	}
	.our_business-title{
		width: 55%;
		font-size: 85px;
		margin-left: 20%;
	}
	.our-business-heading{
		width: 100%;
	}
	.half-circle{
		margin-left: 15px;
		margin-top: 15px;
	}
	.aboutus-heading {
		width: 92%;
	}
	 
	.banner-2 p{
		padding: 60px;
	}
	.down-arrow-animation-banner-1 {
		top: 250%;
	}
	.down-arrow-animation-banner-2 {
		top: 170%;
	}
	.down-arrow-animation-banner-3 {
		top: 13%;
	}
	.down-arrow-animation-banner-4 {
		left: 13%;
		top: 225%;
	}
    .nav-item {
        padding: 20px 12px;
    }
	.nav-item a h4{
		font-size: 50px;
	}
    .banner-1 p, .banner-2 p{
        width: unset;
        font-size: 33px;
    }
    .banner-1 h2, .banner-2 h2 {
        font-size: 75px;
    }
    .banner-2 h3 {
        font-size: 50px;
    }
    .navbar-toggler.collapsed {
        position: relative;
        top: -9px !important;
    }
    .footer-align p{
        font-size: 22px;
    }
    .banner-text p {
        font-size: 25px;
    }
    .banner-text h4 {
        font-size: 32px;
    }
    .banner-3 h2{
        font-size: 70px;
    }
    .fourth-banner {
        width: 70%;
    }
    .banner-4 h2 {
        font-size: 66px;
    }
    .banner-4 p{
        font-size: 30px;
    }
    .banner-5 h2 {
        font-size: 65px;
    }
   }
    

   @media (min-width: 1200px) { 
	#return-to-top{
		right: 10px !important;
		top: 30px;
	}
	.ext-link{
		position: relative;
		top: -5px;
	}   
   .aboutus-content .col-md-6.order-3{
		margin-left: 25% !important;
	}
   .navbar-nav {
	   justify-content: center !important;
   }
	.first-banner {
		top: 0% !important;
		left: 0%;
		background: #00000069;
		height: 100%;
		width: 100%;
	}
	.ban-4-con{
		font-size: 18px;
		text-align: center;
		margin: 25px auto;
		width: 70%;
	}
   .navbar-nav{
        flex-direction: row !important;
    }
    .drop-submenu:hover .dropdown-menu{
        display: block !important;
    }
    .nav-item{
         padding: 25px 33px;
    }
	.aboutus-scroll{
		min-height: 700px;
	}
	
   }

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.banner-text p {
		font-size: 18px;
	}
	.banner-1 h2, .banner-2 h2, .banner-3 h2,.banner-4 h2,.banner-5 h2 {
		font-size: 45px;
	}
	.banner-1 p, .banner-2 p,.banner-4 p{
		font-size: 25px;
	}
	.footer-align p {
		font-size: 18px;
	}
	.aboutus-content .col-md-6.order-3{
		margin-left: 25% !important;
	}
	
}
@media only screen and (min-device-width : 1024px) and (max-device-width : 1366px) and (orientation : landscape) {
   .banner-2 p {
		width: 100%; 
		padding: 5%;
	}
}


   @media (max-width: 768px) {
    .navbar-toggler.collapsed{
        position: relative;
        top: -5px;
    }
    .nav-item{
       text-align: center;
    }
    .drop-submenu{
        align-items: center;
        justify-content: center;
        display: grid;
    }
    .navbar-nav{
        height: 100vh;
        align-items: center;
        justify-content: center;
    }
    .navbar .dropdown-menu{
        position: unset !important;
    }
    
   }

   @media (min-width: 992px) {
	.ext-link{
		top: -2px;
		position: relative;
		left: 5px;
	}
	.contact-bg a{
		font-size: 20px !important;
	}
	.align-ipad .banner-text:nth-child(1), .align-ipad .banner-text:nth-child(2){
		border-right: 1px solid #fff;
	}
    .navbar-toggler.collapsed{
        position: relative;
        top: -12px;
    }
   }

   /*Extended media-query*/
  .scroll-open{
	overflow-y: visible !important;
  }	  
   