body {
	font-family: Barlow;
}

.wapper {
	margin-top: 110px;
}
.wapper.sub_added{
    margin-top: 175px;
}
section ol {
    list-style: circle;
    padding-left: 2rem;
}
.sticky,
header {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

header {
	width: 100%;
	position: fixed;
	z-index: 999;
	top: 0;
}

header.sticky {
	margin-top: -40px;
}
.menu_sub {
    padding: 2rem 0px;
    background: #45494e;
    color: #fff;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.menu_sub h4{ color: #fff; margin: 0 }
.menu_sub ul{ display: block; text-transform: capitalize; margin: 0}
.menu_sub ul li{ float: left; }
.menu_sub ul a{ margin:0 10px; color: #fff; }
.menu_sub .left{ float: left; }
.menu_sub .right{ float: right; }

.sticky_sub .menu_sub{box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);}
header .top .col-xs-8 {
	-ms-flex: 100%;
	flex: 100%;
	max-width: 100%
}

header .top ul li {
	margin-right: 8px
}

header .top .social_link ul {
	float: right
}

header .top .social_link .btn {
	color: #24427a;
	padding: .1rem .5rem;
	background: #fff;
	border-radius: 3px;
	line-height: 1px;
}

header .menu ul li,
.menu ul li a,
header .social_link ul li,
header .top {
	position: relative
}

header .top {
	padding: .5rem 0;
	font-size: 1rem;
	background: linear-gradient(125deg, #1335a1 68%, #45494e 0%);
	z-index: 1;
}

header .top ul {
	padding: 0;
	margin: 0
}

header .top ul li {
	float: left;
	margin-right: 15px
}

header .top ul li:last-child {
	margin-right: 0
}

header .top ul li a {
	color: #fff
}

header .top ul li.br {
	border-right: 1px solid #fff;
	height: 1.2em;
	margin-top: .2rem
}

header .top ul li a i {
	margin-top: 4px;
	float: left;
	margin-right: 2px
}
header .main-container {
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

header .main-container .head .menu ul {
	display: flex;
	margin: 0;
	width: auto;
}

header .main-container .head .menu ul li {
	float: left;
	position: relative;
}

header .main-container .head .menu ul li a {
	padding: 28px 15px;
	float: left;
	position: relative;
	font-weight: 500;
	line-height: 1rem;
	text-transform: capitalize;
}

header .main-container .head .menu ul li a,
header .main-container .head .menu ul li.active li a,
header .main-container .head .menu ul li:hover li a {
	color: #999;
}

header .main-container .head .menu ul li.active a,
header .main-container .head .menu ul li.active li.active a,
header .main-container .head .menu ul li:hover a,
header .main-container .head .menu ul li:hover li a:hover {
	color: #0059ff
}

header .main-container .head .menu ul li ul {
	z-index: 10;
}

header .main-container .head .menu ul li ul,
header .main-container .head .menu ul li a,
header .main-container .head .menu ul li a:after {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

header .main-container .head .menu ul li a:after {
	border-bottom: 4px solid;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
	width: 0%;
}

header .main-container .head .menu ul li:hover a:after {
	opacity: 1;
	width: 100%;
}

header .main-container .head .menu ul li ul {
	position: absolute;
	width: 200px;
	top: 68px;
	left: 0;
	background: #fff;
	display: block;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
	opacity: 0;
	visibility: hidden;
	padding: 10px 0;
}

header .main-container .head .menu ul li ul:before {
	content: "";
	border-top: 4px solid #0067e7;
	position: absolute;
	width: 100%;
	top: 0;
}

header .main-container .head .menu ul li:hover ul {
	opacity: 1;
	visibility: visible;
}

header .main-container .head .menu ul li ul li {
	width: 100%;
}

header .main-container .head .menu ul li ul li a {
	width: 100%;
	font-weight: normal;
	font-size: .88rem;
	padding: 6px 15px;
}

header .main-container .head .menu ul li:hover ul li a:after,
header .main-container .head .menu ul li ul li:hover a:after {
	display: none;
}

header .main-container .head .logo {
	float: left;
	width: auto;
	position: relative;
}

header .main-container .head .logo a span {
	margin-top: 25px;
	float: left;
	font-size: 1.7rem;
	font-family: sans-serif;
	letter-spacing: -0.8px;
	font-weight: 500;
}

header .main-container .head .menu button {
	top: 7px;
}

header .main-container .head .logo img {
	width: 56px;
	float: left;
	padding: 0;
	margin: 10px 0 6px 0px;
	max-width: 100%;
}


/** SLide **/

section {
	position: relative;
	width: 100%;
	float: left;
	padding: 6rem 0;
}

.slide {
	background: linear-gradient(125deg, #2c3ba9 51%, #45494e 0%);
	background-image: url(../img/slide/slide_1.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed
}

.slide .inner {
	min-height: 25rem;
	padding: 4rem 0;
}

.slide .inner h1 {
    font-size: 3.5rem;
    color: #ffd400;
    font-family: arial;
    font-weight: 700;
    padding-top: 0;
    margin-bottom: 2rem;
}

.slide .inner h1 span {
	color: #1335a1;
	font-weight: 400;
	font-size: 80%;
	text-shadow: 1px 2px 2px #fde428;
}

.slide .btn {
	padding: .7rem 1.8rem;
	margin: 0 auto;
	float: none;
}

.btn.btn-p {
	color: #fff;
	border: 1px solid #1335a1;
	font-size: 1.3rem;
	background:#3e4dc0;
	border-radius: 6px;
}

.btn {
	line-height: unset;
	padding: 12px 25px 12px 25px;
}

.btn,
.btn:hover {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	height: auto;
}

.btn.btn-o {
	background: #fde428;
	opacity: 1;
	box-shadow: none;
	border-width: 1px;
	border-style: solid;
	border-color: #d9c218;
	border-color: RGBA(217, 194, 24, 1);
	border-radius: 5px;
	color: #002e5b;
	font-size: 1.2rem;
}

.btn.btn-o:hover {
	background: #002e5b;
	color: #fde428;
	border-color: #002e5b;
}


.btn.btn-p:hover{

	background: #fde428;
	color: #002e5b;
	border-color: #d9c218;
}
.btn i {
	margin-right: 8px;
}

.callin {
	padding: 1.5rem 0px;
	background-image: url(../img/light-wool.png);
	background-repeat: repeat;
	background-position: 0 0;
	background-attachment: fixed;
	background-blend-mode: overlay;
	background-color: #fde428;
}

.callin h2 a {
	font-weight: 600;
	font-size: 110%;
}

.callin .quote a.btn {
	position: relative;
	top: 3rem;
	border: 0px ;
}
.callin .quote a.btn.btn-p:hover {
	background:#1335a1;
	color: #fff;
}

.home_service {
    background: linear-gradient(115deg, #0034da 52%, #0085e3 93%);
    background: url(../img/poster_2.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
.home_service ul {
    display: flex;
}
.home_service ul li {
    padding: 10px;
    width: 20%;
}
.home_service ul li span {
    background: #fff;
    width: 100%;
    float: left;
    padding: 4px;
    border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.home_service ul li span:hover{
    box-shadow: 1px 1px 30px -4px #333;
}
.home_service ul li .head{
    padding: 0;
    font-size: 1.2rem;
}
.home_service ul li .head:hover{

    box-shadow: none;
}
.home_service ul li .head i {
    width: 100%;
    float: left;
    font-size: 150%;
}

.home_service ul li .head i,.home_service ul li .head{

    background: #1335a1;
    background: -webkit-linear-gradient(45deg, #3682f3, #000000);
    background: -moz-linear-gradient(45deg, #3682f3, #000000);
    background: linear-gradient(80deg, #3682f3, #000000);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}


.about .img {
    position: relative;
    border:6px solid #073be3;
}
.about .img img{}
.about .img:after {
    content: "";
    background: #fde428;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 14px;
    top: 14px;
    z-index: -1;
}
.title{ text-transform: capitalize; }
.title span{ 
font-size: 75%;
background: #007bff;
background: -webkit-linear-gradient(45deg, #007bff, #1637a3);
background: -moz-linear-gradient(45deg, #007bff, #1637a3);
background: linear-gradient(45deg, #007bff, #1637a3);
-webkit-background-clip: text;
-moz-background-clip: text;
-webkit-text-fill-color: transparent;
-moz-text-fill-color: transparent;
position: relative;
 }
.title.v1 span {
    color: #fff;
    -webkit-text-fill-color: #fff;
    background: none;
}
.title.v1 { color: #ffd400  }
.title.v1 span:after {
    background: #fff;
}
.title span:after {
    content: "";
    width: 3px;
    height: 3px;
    position: absolute;
    margin-left: 3px;
    bottom: 4px;
    background: -webkit-linear-gradient(45deg, #007bff, #1637a3);
    background: -moz-linear-gradient(45deg, #007bff, #1637a3);
    background: linear-gradient(45deg, #007bff, #1637a3);
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.title:hover span:after,section:hover .title span:after{ width: 25px; }

	h4 {
    color: #005aff;
}
	h4 span{ 
    font-weight: 100;
    font-size: 80%; }
	.home_offer{  }
	.home_offer ul .head{
    font-size: 1.5rem;
    font-weight: 500;
}
	.home_offer ul{ display: block; 
    background: #fff;
    padding: 15px 0;}
    .box{ 
    border:6px solid #073be3;
    position: relative; }
    .box:after{
    content: "";
    background: #fde428;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 14px;
    top: 14px;
    z-index: -1;}
    .home_offer ul li{
    font-weight: 100;    padding: 10px;
}
.bt-group .btn{ 
    padding: 5px 25px;
    font-size: 1.1rem;
}

.copy{ padding: 1rem 0px; }
.copy .right{ text-align: right;  }
footer {
    padding: 6rem 0px;
    position: relative;
    background: #333;
    padding-bottom: 2rem;
    background: url(../img/poster_3.jpg);
    background-position: center;
    background-size: cover;
}
footer .callnote {
    position: relative;
    margin-top: -10rem;
    padding: 2rem 1rem;
    text-align: center;
    background: #ffcb37;
    border: 8px solid #333;
}

footer h4 {
    color: #fde428;
}
footer .callnote h2{
	color: #000;
}
footer .callnote h2 a{ color: #fff; }
footer .contant{ color: #fff; margin-top:2rem; }
footer img{width: 48px;margin-right:10px;float: left;}
footer ul li a{ color: #fff }
footer ul li a:hover{ 
    color: #fde428; }

.loader {
    opacity: 1;
    background: linear-gradient(128deg, #1335a1 50%, #45494e 0%);
}
.loader .load {
    background: url(../img/logo-light.png);
    background-size: contain;
    width: 150px;
    height: 150px;
    background-repeat: no-repeat;
}
.loader .load svg:not(:root) {
    overflow: hidden;
    display: none;
}

.about .iimg{ position: absolute; }
.list_download,.side_link{ text-transform: capitalize; }

ul.courier {
    padding-left: 15px;
    list-style: circle;
}
  ul.courier li {
    padding-left: 0px;
    position: relative;
    margin-bottom: 5px;
}
iframe{ 
    width: 100%;
    min-height: 15rem;}

@media (min-width: 1400px) {
	.container {
		max-width: 1340px;
	}
	section {
	    padding: 10rem 0;
	}
}

@media(min-width: 999px) and (max-width: 1200px) {
	header .main-container .head .menu ul li a {
		padding: 28px 8px;
		font-size: 0.9rem;
	}
	.about .iimg {
	    bottom: -50px;
	}
}

@media(min-width: 999px) {
	header .main-container .head .menu button {
		display: none;
	}
	.sticky_sub .menu_sub {
    padding: 1rem 0px;
}
}

@media(max-width: 998px) {
	.about .iimg{
    max-width: 213px;
    top: -190px;
    right: 0;
}
	.menu_sub h4 b{ display: none; }
	.menu_sub h4 span { width: 100%; float: left; font-size: 13px; padding-top: 10px; }
	.menu_sub ul{ padding-top: 1rem; }
	.home_service ul {
    display: block;
	}
	.home_service ul li{ 
	width: 33.3%;
    margin-bottom: 0;
    float: left;
	}
	.callin .quote {
		padding: 1rem 0px;
		text-align: center;
	}
	.callin .quote a.btn {
		top: 0rem;
	}
	header .top {
		background: linear-gradient(125deg, #1335a1 64%, #45494e 0%);
	}
	header .head {
		padding:10px 0;
	}
	header .main-container .head .logo img {
		margin: 4px 0 0px 0px;
	}
	header .main-container .head .logo a span {
		margin-top: 18px;
	}
	header .main-container .head .menu {
		position: inherit;
	}
	header .main-container .head .menu ul {
		display: table;
		visibility: visible;
		margin: 0;
		width: 320px;
		float: left;
		position: absolute;
		top: 108px;
		right: 0;
		background: #fff;
		padding: 15px 0;
		margin-left: 0px;
		font-size: 1.2rem;
		z-index: 10;
		height: 100%;
		box-shadow: 0 2px 15px -2px rgba(36, 66, 122, .41);
	}
	.hide-menu header .main-container .head .menu ul {
		opacity: 0;
		visibility: hidden;
	}
	.hide-menu header .main-container .head .menu ul,
	header .main-container .head .menu ul {
		-webkit-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
	}
	header .main-container .head .menu ul li {
		width: 100%;
		border-top: 1px solid #f7f7f7a1;
	}
	.menu ul li:first-child {
		border-top: 0;
	}
	header .main-container .head .menu ul li ul {
		position: relative;
		opacity: 1;
		visibility: visible;
		top: 1px;
		width: 100%;
		box-shadow: none;
		margin-bottom: 1px;
		border-top: 0;
		padding-top: 0;
		padding-left: 15px;
	}
	header .main-container .head .menu ul li ul {
		-webkit-transition: all .0s ease-in-out;
		-o-transition: all .0s ease-in-out;
		transition: all .0s ease-in-out;
	}
	header .main-container .head .menu ul li a,
	header .main-container .head .menu ul li ul li a {
		font-size: 1rem;
		padding: .5rem 1.5rem;
		float: left;
		width: 100%;
	}
	header .main-container .head .menu ul li ul:before,
	header .main-container .head .menu ul li a:after {
		display: none;
	}
	.wapper,.wapper.sub_added{
		margin-top: 0px;
	}
	header {
		position: relative;
		box-shadow: 0 -7px 10px 6px rgba(0, 0, 0, .41);
	}
}

@media (max-width: 767px) {
	section {
    padding: 4rem 0;
}
.about .iimg{top: -143px;}

.menu_sub {
    padding: 1.4rem 0px;
}
	.menu_sub .left {
    float: left;
    width: 100%;
    text-align: center;
}
	.menu_sub p{ font-size: 13px; }
	.menu_sub ul li:first-child a{ margin-left: 0 }
	.menu_sub ul {
    text-align: center;
}
	.menu_sub ul li {
    display: inline-block;
    float: none;
}
	.menu_sub .right{ width: 100%; text-align: center; }
    	.about .img{ display: none; }
    	.home_offer{ padding-bottom: 0px; }
    	.home_offer .mob_p {
		    padding:4rem 15px;
		    margin-top: 4rem;
		    background: linear-gradient(125deg, #1335a1 45%, #fde428 0%);
		}
		.home_offer .mob_p h4 {
		    color: #fff;
		}
		.slide {
    background-position: center;
}
	.callin h2 a {
		width: 100%;
		float: left;
	}
	.callin {
		text-align: center;
	}
	.slide .inner {
		min-height: 18rem;
		padding: 1rem 0;
	}
	header .main-container .head .menu button {
		top: 10px;
	}
	.min_d_hid {
		display: none;
	}
	header .top {
		background: #1335a1;
	}
	header .main-container .head .menu ul {
		width: 100%;
		margin-left: 0;
		top: 94px;
		width: 90%;
		left: 5%;
	}
	.hide-menu header .main-container .head .menu ul {
		opacity: 1;
		visibility: visible;
		margin-left: -105%;
	}
	header .main-container .head .menu ul,
	.hide-menu header .main-container .head .menu ul {
		-webkit-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
	}
	.home_service ul li{ 
		width:100%;
	}
	.home_service ul li{ 
	width: 100%;
    margin-bottom: 0;
    float: left;
	}
     .slide .inner h1 {
    font-size: 2.5rem;
	}

	footer .callnote {
	    margin-top: -3rem;
	    padding: 1rem 1rem;
	}
	footer{ padding:4rem 0px;
    padding-bottom: 0rem;
	}
	footer .callnote h2{ font-size: 1rem; }
	footer .callnote h2 a{ width: 100%;text-align: center; }
	footer .contant{ float: left; margin-top: 2rem; }
	.copy .right,.copy{ text-align: center;  }
	.loader {
	    opacity: 1;
	    background: linear-gradient(128deg, #1335a1 50%, #45494e 0%);
	}
	.loader .load {
    background: url(../img/logo-light.png);
    background-size: contain;
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
}
	svg:not(:root) {
	    overflow: hidden;
	    display: none;
	}
}

@media (min-width:576px) and (max-width: 767px) {
	header .main-container .head .menu ul {
		top: 108px;
	}
}

@media (max-width:576px) {
	header .main-container .head .menu ul {
		top: 94px;
	}
	header .main-container .head .logo img {
		width: 50px;
	}
	header .top ul li {
    margin-right: 8px;
}
	header .main-container .head .logo a span {
		margin-top: 12px;
		font-size: 1.4rem;
	}
	header .main-container .head .menu button {
		top: 7px;
	}
	header .top {
		font-size: .9rem
	}
	header .top {
		font-size: 11px
	}
}
@media (max-width: 320px)
{
	.slide .inner h1 {
	    font-size: 2rem;
	}
}