@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');
/*************************/


/*************************/
/* Preloader */
#preloader {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#6c1116; /* change if the mask should have another color then white */
    z-index:999999; /* makes sure it stays on top */
}
#status {
    width:100%;
    height:100%;
    position:absolute;
    left:0; /* centers the loading animation horizontally one the screen */
    top:0; /* centers the loading animation vertically one the screen */
    background-image:url(../images/loading.webp); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:0; /* is width and height divided by two */
}


body{
 	font-family: 'Outfit', sans-serif;
	font-size:18px;
	font-style: normal;
	line-height: 24px;
	font-weight:400;
	color: #5C5C5C;
	text-decoration: none;
	text-rendering:geometricPrecision;
	margin:0px;
	 -webkit-font-smoothing:antialiased;
 	-moz-osx-font-smoothing:grayscale;
	padding:0;
	overflow-x: hidden;
}




* {
    -webkit-box-sizing: border-box;
       -mox-box-sizing: border-box;
            box-sizing: border-box;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

::selection {
        background: #00B8D0 /* Safari */
		color:#000;
        }
::-moz-selection {
        background: #00B8D0; /* Firefox */
		color:#000;
}


a {
	color: #434343;
	text-decoration: none;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	}
	
a:hover {
	color: #00B8D0;

	}
p {
	margin:0 0 30px 0;
	clear:left;
	padding:0;
	}
	
	
h1, h2, h3, h4 {
	margin:0 0 25px 0;
	padding:0;
	font-weight:normal;	
}
	

hr {
	margin:0  0 80px 0;
	height:0;
	border:0;
	border-top:1px solid #ccc;
	float:left;
	width:100%;
	position:relative;
}
.transparent-ruler{
	border-top:1px solid rgba(255,255 ,255 ,0.11);
	}
 

.heading {
	font-size:40px;
	line-height:40px;
	font-weight:800;
	color:#000;
 
}
 
	
.subheading {
	font-size:24px;
	line-height:40px;
}
.subtitle{
	color:#14285E;
	font-size:22px;
	font-weight:500;
	line-height:30px;
}

.bold, strong{
	font-weight:800;
}

.normal{
	font-weight:400;
}
 
 .lined, .lined-left{
	position:relative;
	float:left;
	width:100%;
	padding:0 0 25px 0;
	margin:0 0 25px 0;
	text-align:center;
}
.lined-left{
	text-align:left;
}
.lined:after{
	position:absolute;
	left:50%;
	bottom:0;
	content:'';
	background-color:#00B8D0;
	width:50px;
	height:2px;
	margin-left:-25px;
}
.lined-left:after{
	left:0;
	margin-left:0;
 
}

   
img{
	border:0;
}	

a img {
	border: 0;
	}

 .link{
}
 .link a{
    color:#fff;
    font-size:14px;
	text-transform:uppercase;
    height:40px;
    line-height:40px;
    padding:18px 70px 18px 30px;
    font-weight:400;
    background-color:#00B8D0;
   /* border-radius:5px;*/
    position:relative;
	background-image:url(../images/arrow.png);
    background-repeat:no-repeat;
    background-position:85% center;
}
 .link a:hover{
    background-color:#000;
	color:#fff;
 
} 
.list{
	margin:0 0 25px 0;
	padding:0;
	list-style:none;
	width:100%;
	float:left;
	
}
 
.list li{
	margin:0;
	padding:5px 0 5px 40px;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: left 7px;
	background-size:25px;
	list-style-position:inherit;
	line-height:26px;
	
}
 

	
/****************TEXT ALINGS*********/

.caps{
	text-transform:uppercase;
}
.justify{
	text-align:justify;
}

.text-center{
	text-align:center;
}
.text-right{
	text-align:right;
}

.justify{
	text-align:justify;
}
.text-white{
	color:#fff;
}
.text-green{
	color:#00B8D0;
}
.text-light{
	font-weight:300 !important;
}
 
/*--------------------------BIG SCREEN DEFAULT-----------------------------------*/


.brand-double-line{
	position:absolute;
	top:32px;
	left:0;
	background-color:#FFF;
	width:100%;
	height:20px;
	border-top:7px solid #00B8D0;
	border-bottom:7px solid #00B8D0;
	z-index:-1;
}

header{
    width:100%;
	position:relative;
	float:left;
	z-index:19;
 	background-color:#FFF;
}
.header-outer{
	background-color:#fff;
	width:100%;
	float:left;
	padding:10px 10px;
}

header.smaller{
    position:fixed;	
	left:0;
	top:0;
    -webkit-box-shadow:0 2px 5px 0 rgba(50,50,50,.32);
    -moz-box-shadow:0 2px 5px 0 rgba(50,50,50,.32);
    box-shadow:0 2px 5px 0 rgba(50,50,50,.32)
}

.logo{
	float:left;
	position:relative;
	}
	
	
.logo img{
	vertical-align:middle;
	display:block;
	width:150px;
}
.f-logo{
	display: inline-block;
	width: 300px;
	height: auto;
	background-color: #6c1116;
	border-radius: 5px;
	margin: 0 auto;
	margin-bottom: 27px;
	line-height: 0;
	padding: 7px 10px;
}
.f-logo-white{
	background-color: #fff;
}
.f-logo img{
	max-width: 100%;
	max-height: 150px;
	}


 header.smaller .logo img{
 	width:100px;
	margin-top:10px;
 }
 
.top-right{
	float:right;
 
	}
.social{
	float:right;
	font-size:20px;
	position:relative;
	top:10px;
}	
.social a{
	width:46px;
	height:46px;
	line-height:46px;
	text-align:center;
	border-radius:50%;
	display:inline-block;
	color:#fff;
}	

.social a i{
	margin:0;
}
.fb{
	background-color:#3B5999;
}
.insta{
	background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf)
}
 
 /************intro*******************/
 
 .intro-logo{
	width:300px;
	height:300px;
	position:absolute;
	top:50%;
	left:50%;
	z-index:4;
	background-color:#fff;
	border:10px solid #00B8D2;
	border-radius:50%;
	margin:-150px 0 0 -150px;
	background-image: url(../images/orient-shipping-logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:200px;
 }

 .intro-wrap {
	width:100%;
	height:100vh;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	position:relative;
	overflow-x:hidden;
 
}
 .intro-wrap:before{
  	width:2px;
	height:100%;
	position:absolute;
	background-color:#fff;	
	left:50%;
	top:0;
	z-index:2;
	content:'';
	margin: 0 0 0 -1px;
  }
  
 .intro-wrap  a{
 	color:#fff;
	
 }
  .intro-wrap  a:hover{
 	color:#00B8D2;
 }

.intro-head{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:9;
	text-align:center;
	font-size:50px;
	padding: 0px 0;
	line-height:40px;
	opacity: 1;
	color:#fff;
	/* background-color: #6c1116; */
}
.intro-head img {
width: 25%;
    max-width: 228px;
    padding: 7px 13px 9px 13px;
    background: #6c1116;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
}
.intro-head span{
	position:relative;
	display:inline-block;
	padding:0 25px;
}

.intro-head span:before, .intro-head span:after{
	position:absolute;
	top:7px;
	left:-10000px;
	width:10000px;
	height:7px;
	border-top:7px solid #00B8D0;
	border-bottom:7px solid #00B8D0;
	z-index:-1;
	content:'';
}
.intro-head span:after{
	left:auto;
	right:-10000px;
}

 
.division-box{
	width:50%;
	position:relative;
	display:flex;
	background-repeat: no-repeat;
	background-position: center  center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	font-family: 'BROADW_1';
	font-size:30px;
	line-height:normal;
}
 
 
.feeder-text, .ff-text{
	position:absolute;
	top:50%;
	left:63px;
	padding:25px 120px 25px 25px;
	text-align:right;
	color:#fff;
	z-index:2;
	width:100%;
	margin-top:-38px;
}
 .ff-text{
 		padding:0 2px 15px 120px;
		text-align:left;
	    margin-top:50px;
		left:-63px;
	}
 

.feeder-text .icon-circle{
	position:absolute;
	top:0;
	right:25px;
}

.ff-text  .icon-circle{
	position:absolute;
	top:0;
	left:25px;
	
}
.outer-bx{}
 .intro-wrap  a:hover .icon-circle{
	background-color:#000;
 }
 
 .row-middle, .row-bottom{
	 width:100%;
	 float:left;
	 text-align:center;
	 padding:20px 0;
	 
 
 }
 .row-middle{
  
 }
 .row-bottom{
 	top:auto;
	bottom:100px;
	margin-top:0;
 }
 
.button-row{
	width:100%;
	float:left;
	color:#fff;
	font-weight: 800;
    text-transform: uppercase;
	font-size:22px;
	text-align:center;
	
}
.button-row a{
	display:inline-block;
	padding: 12px 30px;
	border:2px solid #fff;
	border-radius:5px;
	margin:5px;
	color:#fff;
	position: relative;
	z-index: 3;
	font-size: 16px;
	font-weight: 500;
	background-color: #6c1116;
}
.button-row a span{
		position: relative;
	z-index: 3;
	}
.button-row a:after{
	content: '';
	position: absolute;
	top:0;
	left:0;
	width: 0;
	height: 100%;
	background: #000;
	z-index: 1;
	  -webkit-transition: all 700ms ease-in-out;
    -moz-transition: all 700ms ease-in-out;
    transition: all 700ms ease-in-out;
    border-radius:5px;

	}
.button-row a:hover:after{
	width: 100%;
}
.button-row a:hover{
	/*background-color:#000;*/
/*	border:2px solid #000;*/
	
	color:#6c1116;
}
 .button-row a img{
	 width:47px;
 	 vertical-align:middle;
	 margin:0;
	 margin-right: 7px;
 }
 
.feeder-bg{
	background-image:url(../images/parallax/feeder-bg.jpg);
	}
.ff-bg{
	background-image:url(../images/parallax/ff-bg.jpg);
	}
.intro-bg{
	width:100%;
	height:100vh;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	position:relative;
	overflow-x:hidden;
	background-image:url(../images/parallax/intro-bg.jpg);
		background-position: center  center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	}
	
 .main-wrapper{
 	display: flex;
 	width: 100%;
 	height: 100vh;
 	/*gap: 1px;*/
 }
  .main-wrapper-in{
 	width:50%;
 	height: 100%;
 	display: flex;
 	align-items: center;
 	justify-content: flex-end;
 	text-align: center;
 	padding: 100px;
 	color: #fff;
 	flex-direction: column;
 }
 .uppercase{
 	text-transform: uppercase;
 }
 .bg1{
 background-image:url(../images/bg1.webp);
		background-position: center  center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;		
 }
 .bg2{
 background-image:url(../images/bg2.jpg);
		background-position: center  center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;		
 }
 /**************banner settings**************/
.grid-wrap {
	width:100%;
	height:580px;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
 
}

.flex-box{
	width:16.66666666666667%;
	background-color:#000;
	position:relative;
	display:table;
	padding:25px;
	text-align:center;	
	background-repeat: no-repeat;
	background-position: center  center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.flex-box:hover{
	padding:50px 25px;
	background-position: center -5px;
	background-color:#00B8D0;
}


.flex-box a{
 
}
.flex-box .child{
	vertical-align:bottom;
	position:relative;
	z-index:2;
}
.flex-box:after{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	content:'';
	background-color:rgba(0, 0, 0 ,0.5);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.flex-box:hover:after{
	background-color:rgba(0, 0, 0 ,0.1);
	}
.flex-box h2{
	font-size:18px;
	font-weight:800;
	text-transform:uppercase;
	color:#fff;
	width:100%;
	margin:15px 0 0 0;
}
.icon-circle{
	width:75px;
	height:75px;
	background-color:#00B8D0;
	border-radius:50%;
	display:inline-block;
	 
}
.icon-circle img{
	width:100%;
	display:block;
}


.bx1{
	background-image:url(../images/parallax/1.jpg);
}
.bx2{
	background-image:url(../images/parallax/2.jpg);
}
.bx3{
	background-image:url(../images/parallax/3.jpg);
}
.bx4{
	background-image:url(../images/parallax/4.jpg);
}
.bx5{
	background-image:url(../images/parallax/5.jpg);
}
.bx6{
	background-image:url(../images/parallax/6.jpg);
}
  /**************banner settings**************/
 
 	
.container{
	width:1300px;
	margin:0 auto;
	position:relative;
	z-index:2;
}
section{
	width:100%;
	float:left;
	margin:0;
	padding:0;
	position:relative;	
}

.gradiant-bg-blue{
	color:#fff;
	background-image: linear-gradient(to right, #0E1C47 , #172D68);
	}


.jarallax {
    position: relative;
    /*background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;*/
	background-repeat: no-repeat;
	background-position: center  center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/*background-attachment:fixed;*/
}

 
 .invi{}
 /********************INDEX PAGE SETTINGS*************/
 
 
 
 

.para-pad{
	width:100%;
	float:left;
	padding:0 150px;
}
.counting-box{
	width:100%;
	float:left;
	color:#14285E;
	font-size:16px;
	padding:0 0 50px 0;
	text-align:center;
	margin:0 0 50px 0;
	border-bottom:1px solid #CACFDB;
}
.counting-box ul, .counting-box ul li{
	width:100%;
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
.counting-box ul li{
	padding:0 60px;
	font-size:14px;
	width:25%;
	border-right:1px solid #14285E;
}
.counting-box ul li:last-child{
	border-right:0;
	}

.counting-box ul li h2{
	position:relative;
	font-weight:normal;
	line-height:normal;
	font-size:64px;
	font-weight:500;
	color:#14285E;
  	padding:0 0 10px 0;
  	margin:10px 0 0 0;

} 
/*************************Background colors****/

.gray-bg{
	background-color:#E7E7E7;
	background-image: url(../images/pattern.png);
  }
  
 .dark-gray-bg{
  background-color:#8297BA;
  }
  
 
 
/********************************/
 
 
.inner-banner{
	width:100%;
	height:400px;
	position:relative;
	float:left;
	margin:0;
	background-repeat: no-repeat;
	background-position: center  center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	overflow:hidden;
	 
}

.inner-banner .child{
	vertical-align:bottom;
}
 
.inner-banner:before{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	content:'';
	opacity:0.8;
	background-color:rgba(0, 0, 0,0.4);
 
}


.inner-banner h2{
	font-size:30px;
	line-height:30px;
	font-weight:normal;
	color:#FFF;
	margin:0 0 20px 0;
	position:relative;
	z-index:1;

}
 
.breadcrumb{
	width:100%;
	float:left;
	font-size:14px;
	position:relative;
	color: #FFF;
	margin:0 0 25px 0;

}

.breadcrumb ul{
	width:100%;
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
.breadcrumb ul li{
	display:inline-block;
	float:left;
	margin:0;
	padding:0 35px 0 15px;
	list-style:none;
	background-image: url(../images/arrow-white.png);
	background-repeat: no-repeat;
	background-position: right 5px;
	line-height:normal;
}
.breadcrumb ul li:last-child{
	background-image: none;
	 
	}
.breadcrumb ul li:first-child{ 
	padding:0 35px 0 0 !important;
	}


.breadcrumb a{
	color: #FFF;
	 
	}
.breadcrumb a:hover{
	color:#385F9F;
	}
	
/*********BANNER**************/
.ff-banner-1{
	background-image: url(../images/banners/ff-banner-1.jpg);
}
.ff-banner-2{
	background-image: url(../images/banners/ff-banner-2.jpg);
}

.ff-banner-3{
	background-image: url(../images/banners/ff-banner-3.jpg);
}

.ff-banner-4{
	background-image: url(../images/banners/ff-banner-4.jpg);
}
.ff-banner-5{
	background-image: url(../images/banners/ff-banner-5.jpg);
}

.ff-banner-6{
	background-image: url(../images/banners/ff-banner-6.jpg);
}

.banner1{
	background-image: url(../images/banners/banner1.jpg);
}

.banner2{
	background-image: url(../images/banners/banner2.jpg);
}

.banner3{
	background-image: url(../images/banners/banner3.jpg);
}

.banner4{
	background-image: url(../images/banners/banner4.jpg);
}

.banner5{
	background-image: url(../images/banners/banner5.jpg);
}

.banner6{
	background-image: url(../images/banners/banner6.jpg);
}
 

 
/*************** HOVER STYLE ***************/


 .hover-style{
    width:100%;
     float:left;
     position:relative;
     overflow:hidden;
     -webkit-transition: all 600ms ease-in-out;
     -moz-transition: all 600ms ease-in-out;
     transition: all 600ms ease-in-out;
}
 .hover-style::before, .hover-style:after {
     position: absolute;
     top: 10px;
     right: 10px;
     bottom: 10px;
     left: 10px;
     content: '';
     opacity: 0;
     -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
     transition: opacity 0.35s, transform 0.35s;
     z-index:3 !important;
}
 .hover-style::before {
     border-top:1px solid #fff;
     border-bottom:1px solid #fff;
     -webkit-transform: scale(0,1);
     transform: scale(0,1);
}
 .hover-style::after {
     border-right:1px solid #fff;
     border-left:1px solid #fff;
     -webkit-transform: scale(1,0);
     transform: scale(1,0);
}
 .hover-style:hover::before, .hover-style:hover::after {
     opacity: 1;
     -webkit-transform: scale(1);
     transform: scale(1);
}
 .hover-style img {
     position: relative;
     width:100%;
	 display:block;
     transition: 0.5s ease;
     -o-transition: 0.5s ease;
     -webkit-transition: 0.5s ease;
}
 .hover-style:hover img {
     -webkit-transform:scale(1.1);
     -moz-transform:scale(1.1);
     -o-transform:scale(1.1);
     -ms-transform:scale(1.1);
     transform:scale(1.1);
}
.hover-style i{
	width:50px;
	height:50px;
	line-height:50px;
	color:#fff;
	font-size:20px;
	background-color:#172E69;
	position:absolute;
	left:50%;
	top:50%;
	z-index:5;
	text-align:center;
	margin:-25px 0 0 -25px;
	opacity:0;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.hover-style:hover i{
	opacity:0.9;

} 


.logos, .logos ul, .logos ul li, {
	width:100%;
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
.logos ul li{
	width:25%;
	float:left;
	padding:5px;
	margin:0;
	list-style:none;
}
.logos ul li img{
	width:100%;
	display:block;
	border: 1px solid #ccc;
} 
  
 .corner-rounded{
 	  border-radius:10px;
}


.iconic img{
	position:absolute;
	left:0;
	display:block;
	}
.iconic{
	width:100%;
	float:left;
	position:relative;
	padding:25px 0 25px 120px;
	line-height:24px;
	color:#fff;
	border-bottom:1px solid rgba(255, 255 ,255, 0.2);
}
.iconic .icon{
	position:absolute;
	width:80px;
	height:80px;
	position:absolute;
	left:0;
	top:30px;
    border-radius:50%;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.iconic:hover{
	 
}
.iconic:hover .icon{
	background-color:#8297BA;
}	
.iconic .icon img{
	width:100%;
	display:block;
}
.iconic h2{
	font-size:24px;
	text-transform:uppercase;
	line-height:normal;
	font-weight:500;
	padding:0;
	line-height:normal;
	margin:0 0 10px 0;

}  
.smd2 .iconic:last-child{
	border-bottom:0;

}
 .gallery .smd4{
	padding:10px !important;
	float:left;
}
 
.certificates{
	display:inline-block;
	
}

.display-box{
	width:100%;
	float:left;
	box-shadow: 0 15px 33px 0 rgba(0,0,0,0.17);
	padding:30px 35px;
	background-color:#00B8D0;
	color:#fff;
	min-height:275px;
	position:relative;
	font-size:18px;
	line-height:22px;
	}
.display-box h2{
	font-size:20px;
	line-height:30px;
	text-transform: uppercase;
	border-bottom:1px solid #fff;
	color:#fff;
	font-weight:500;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
}

.border-bottom{
	border-bottom:1px solid #ccc;
	width:100%;
	float:left;
	display:block;
	margin-bottom:50px;
}

.table{
	width:100%;
	border: 1px solid #ccc;
	border-collapse:collapse;
}
.table td{
	width:100%;
	border: 1px solid #ccc;
	border-collapse:collapse;
	padding:10px 20px;
}
.table-head{
	background-color:#00B8D0;
	color:#000;
	font-size:16px;
	font-weight:500;
	
}
/************footer************/
 
.footer{
	width:100%;
	float:left;
	position:relative;
	padding:50px 0;
	font-size:16px;
	color:#fff;
	background-color:#00B8D0;
	text-align:center;
 
 }
 
 
.footer:before{
	position:absolute;
	top:-28px;
	left:0;
	background-color:#fff;
	width:100%;
	height:7px;
	border-top:7px solid #00B8D0;
	border-bottom:7px solid #00B8D0;
 
	content:'';
}
.space{
	display:inline-block;
	margin:0 10px;
}
 .footer h2{
	font-size:24px;	
	line-height:normal;
	margin:0 0 20px 0;
	padding:0;
	line-height:normal;
	font-weight:300;
} 
.footer a{
	color: #fff;
	}
.footer a:hover{
	color:#000;
	}

  
.copyright{
	width:100%;
	float:left;
	padding:20px 0;
	border-top:1px solid #385F9F;
	font-size:14px;
	color:#fff;
	margin-top:50px;
	
}


.copyright a{
	color:#FFF;
}
.copyright a:hover{
	color:#385F9F;
}
.copy{
	float:left;
}

.slash{
	display:inline-block;
	padding:0 20px;
}


.add{
	width:100%;
	float:left;
	position:relative;
	padding:0 0 0 40px;
	margin:0 0 10px 0;
	min-height:45px;
 
}
.add i{
	position:absolute;
	left:0;
	top:5px;
	color:#FFF;
	font-size:16px;
}
.ext{
	display:inline-block;
	position:relative;
	margin-top:10px;
}	
.circle{
	width:30px;
	height:30px;
	background-color:#00B8D0;
	text-align:center;
	color:#385F9F;
	line-height:30px !important;
	 
}



/**********forms**************/

form{
	margin:0;
	padding:0;
}

*:focus {  
	outline: none;
}
	
.fieldset{
	border-radius:5px;
	width:100%;
	height:auto;
	padding:15px 20px;
	background-color:#FFF;
	display:block;
	border:1px solid rgba(0, 0, 0, 0.2);
	font-weight:400;
	margin:0;
	color: #2C2C2C;
	font-size:16px;	
	font-family: 'Outfit', sans-serif;
   	float:left;
}




.sendbutton{
	 
	width:auto;
	height:auto;
	border:0;
	outline:0;
	margin:0;
	display:inline-block;
	color:#fff;
	font-size:24px;
	font-weight:600;
	font-family: 'Outfit', sans-serif;
	cursor:pointer;
	vertical-align:top;
	padding:15px 25px;
	text-align:center;
	background-color:#00B8D0;
}

.sendbutton:hover{
	background-color:#000;
 

	}
	
::-webkit-input-placeholder {
   color: #7D7D7D !important;
}

:-moz-placeholder { /* Firefox 18- */
   color: #7D7D7D !important;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #7D7D7D !important;
}

:-ms-input-placeholder {  
   color: #7D7D7Df !important;
}



/*********medea query 1180**************************************/



@media only screen and (max-width: 1300px) {

.container{
	width:100%;
	float:left;
	padding:0 20px;
}

 
header, header.smaller{
    position:relative;
	float:left;
	left:auto;
	top:auto;
	padding:5px 0 0 0 ;
	background-color:#FFF;
	-webkit-box-shadow:inherit;
    -moz-box-shadow:inherit;
    box-shadow:inherit;
}

 
 
.logo img{
	width:100px;
	display:inline-block;
}
 
.para-pad{
	padding:0 20px;
}
 .social{
	top:0;
	right:30px;
}
 
}
/***********************980px *************************************/

@media only screen and (max-width: 1024px) {


.counting-box ul li{
	padding:10px;
	width:50%;
	font-size:12px;
	line-height:18px;
}

.counting-box ul li h2{
	font-size:30px;
  	margin:0 0 15px 0;

}

}


@media only screen and (max-width: 980px) {
 
 .main-wrapper-in {
    padding: 50px;
}


}






/***********************767px *************************************/
@media only screen and (max-width: 768px) {

 .intro-head {
    width: 100%;
    position: static;
    }
 .main-wrapper {
    flex-direction: column;
	height: auto;
	padding: 60px 0;
}

.main-wrapper-in {
    width: 100%;
/*    height: calc(50vh - 33px);*/
    padding: 30px;
        justify-content: center;
    }  

	.f-logo {
		width: 100%;
	}
 
}


/***********************640 px *************************************/

@media only screen and (max-width: 640px) {

body{
	font-size:14px;
}

      
  .division-box{
	width:100%;
	height:50vh;
}
 .inner-banner .child{
	vertical-align:middle;
}
.inner-banner h2{
	font-size:20px;
	line-height:20px;
	margin:0 0 15px 0;
}
 
.breadcrumb{
	font-size:11px;
	margin:0 0 15px 0;

}
.breadcrumb ul li{
	padding:0 20px 0 15px;
	background-position: right 2px;
	background-size:15px;
}


.breadcrumb ul li:first-child{ 
	padding:0 25px 0 0 !important;
	}
	
 .heading {
	font-size:30px;
	line-height:40px;
 
 
}

 .gallery .smd4{
	width:50% !important;
 
}
 
.inner-banner{
	 
	height:300px;
}

.space{
	width:100%;
	margin:0;
}
.brand-double-line{
	display:none;
	}
}


/***********************480 px *************************************/

@media only screen and (max-width: 480px) {

   .intro-wrap:before{
  	width:100%;
	height:10px;
	left:0;
	top:50%;
	margin:  -5px 0 0 0;
  }
 
}


@media only screen and (max-width: 360px) {


}


@media only screen and (max-width: 320px) {


}