/*CUSTOM STYLES*/

.i_dharmachakra {
    font-size: 45px !important;
    color: #E29819 !important; 
    -webkit-animation: rotation 15s infinite linear;
}
  
@-webkit-keyframes rotation {
    from {-webkit-transform: rotate(0deg);} to {-webkit-transform: rotate(359deg);}
}

body { 
-webkit-font-smoothing: subpixel-antialiased;
/*font-family: 'Signika', sans-serif;*/
font-family: 'Poppins', sans-serif;
font-size: 16px;
}


.mb-20 {
    margin-bottom: 20px;
}

.p-f16 p {
    font-size:16px;
}
.gray-text p{
 color:#616161;   
}

.skyblue-bg {
    background: #f8f7ff;
}

.ai-bg {
    background-image: url(https://www.arinahshipping.in/circuit1.png),url(https://www.arinahshipping.in/circuit2.png);
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
}

a {
    text-decoration:none !important;
} 
 
 .em_bar {
    background: #9B50DB none repeat scroll 0 0;
    height: 2px;
    margin: 0 auto 5px;
    width: 62px;
}
.em_bar_bg {
    height: 5px;
    width: 90px;
    background: #cbbded;
    margin: 20px auto;    margin-left: -12px;
    position: relative;
    border-radius: 30px;
}
.em_bar_bg:before {
    content: '';
    position: absolute;
    left: 0;
    top: -2.7px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
 /*   background: #0C5ADB;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;  */
}
@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
            transform: translateX(88px);
  }
}

@keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
            transform: translateX(88px);
  }
}


/*header*/
.inner-banner-area {
    background: url(https://www.arinahshipping.in/Footer-03.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.innter-title {
        padding: 0 20px;
}

.inner-banner-area .innter-title h2 {
  /*  font-family:'Playfair Display', serif;*/
width:100%;
/*text-transform: uppercase; */
margin: 0 0 20px;
    font-weight: 500;
    font-size: 48px;
    color: #ffffff !important;
 /*   padding-bottom: 75px;*/
    padding-top: 190px;
    text-align: center;
} 


nav>.container {
/*  margin-top: 20px; */
  overflow: hidden;
}
 

.navbar {
	margin-bottom:0 !important; 
}

.navbar-nav li a:hover, .navbar-nav li.active a {
    color: #fff;
    font-weight: bold;
    background-color: transparent !important;
  }

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #262626 !important;
}

/*custom button*/ 
.custom-btn {
    cursor:pointer;
    border: 1px solid #0c5adb; 
    text-transform:capitalize;
    background: #0c5adb;
    padding: 16px 32px;
    font-size: 18px;
    font-weight: 500;  
    z-index: 1;
    border-radius: 5px;
    color: #fff;
}
.custom-btn:hover {
    border:1px solid #0c5adb;
    background: #0c5adb !important;  
    font-weight: 500!important;  
    color: #fff!important;
}

#getaquote {
    color:white !important;
    letter-spacing: 2px;
    font-size: 16px; 
    margin-bottom: 0;
    padding: 14px;
}

/* button-4  */
.btn-4 {
 /* border: 1px solid;*/
  overflow: hidden;
  position: relative;
}
  span {
    z-index: 20;
  }
  
  .btn-4::after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: -10;
  } 

.btn-4:hover::after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  } 



section  {
	padding: 60px 50px;
}

 h2 {
     font-family: 'Spectral', serif;
/*	 text-transform:uppercase; */
/*text-align:left;*/
margin-bottom:30px;
	 color: #584848 !important;
	 background: url(https://www.arinahshipping.in/title-bg.png) no-repeat scroll center bottom rgba(0, 0, 0, 0);
  /*  float: left;*/
    width: 100%;
    font-size: 40px;
    font-weight: bold !important;
    letter-spacing: 1px;
 /*   padding-bottom: 25px;*/ 
 }

.parallax {
  /* The image used */
  background-image: url('https://www.arinahshipping.in/bg_4.jpg');

  /* Full height */
  height: 500px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

  .carousel-control.right, .carousel-control.left {
    background-image: none !important;
    color: #F3B54A;
  }
  .carousel-indicators li {
    border-color: red;
  }
  .carousel-indicators li.active {
    background-color: red;
  }
  .testimo  {
	  margin: 70px 0;
  }
  

/* Style the tab */
.tab {
  overflow: hidden;
  border: none;
  background-color: transparent;
}

/* Style the buttons inside the tab */
.tab button {
    margin-right:10px;
	border-radius:30px;
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 12px 30px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: red;
}

/* Create an active/current tablink class */
.tab button.active {
 background: #f05;
    background: -moz-linear-gradient(45deg,#ff0055 0%,#ff6600 100%);
    background: -webkit-gradient(left bottom,right top,color-stop(0%,#ff0055),color-stop(100%,#ff6600));
    background: -webkit-linear-gradient(45deg,#ff0055 0%,#ff6600 100%);
    background: -o-linear-gradient(45deg,#ff0055 0%,#ff6600 100%);
    background: -ms-linear-gradient(45deg,#ff0055 0%,#ff6600 100%);
    background: linear-gradient(45deg,#ff0055 0%,#ff6600 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0055',endColorstr='#ff6600',GradientType=1 );
    color: #fff;
}

/* Style the tab content */
.tabcontent {
	margin-top: 20px;
  display: none;
  padding: 6px 12px;
  border: none;
  border-top: none;
}







/* Style for accordin */

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.accordion.active, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.accordion.active:after {
  content: "\2212";
}

.panel {
  margin-bottom: 10px;
  padding: 0 18px;
  background-color: #f8f7ff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/* these ZOOM styles are for the demo, but are not required for the plugin */
.zoom p {
	 position:absolute; top:3px; right:28px; color:#555; font:bold 13px/1 sans-serif;
}
		.zoom {
			display:inline-block;
			position: relative;
		}
		
		/* magnifying glass icon */
		.zoom:after {
			content:'';
			display:block; 
			width:33px; 
			height:33px; 
			position:absolute; 
			top:0;
			right:0;
			background:url(icon.png);
		}

		.zoom img {
			display: block;
		}

		.zoom img::selection { background-color: transparent; }

		#ex2 img:hover { cursor: url(https://www.arinahshipping.in/grab.cur), default; }
		#ex2 img:active { cursor: url(https://www.arinahshipping.in/grabbed.cur), default; }