@charset "utf-8";
/* CSS Document */

/*Globle*/

/*@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800');*/

body{
	
	font-family: 'Poppins', sans-serif;
	
}

a{font-weight: 400;}

a:hover{ text-decoration:none; }

p{font-weight: 400; font-size:16px;}

.no-pad{padding:0px !important;}
.pl-0{padding-left:0px;}
.pr-0{padding-right:0px;}



/*Button*/


.button-4 {
    text-align: center;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0px 20px;
    background: #fff;
}

.button-4 a {
    font-size: 16px;
    color: #266ba6;
    text-decoration: none;
    line-height: 40px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
}
.eff-4 {
    width: 117px;
    height: 40px;
    left: -120px;
    background: #266ba6;
    border: 2px solid #fff;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
}
.button-4:hover .eff-4{
  left:0;
}
.button-4:hover a{
  color:#000;
}

.button-4:hover a {
    color: #fff;
}



.button-5 {
    float: left;
    text-align: center;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    font-size: 20px;
    
    padding: 0px 30px;
       background: transparent;
    border: 2px solid #000;
}

.button-5 a {
    font-size: 25px;
    color: #000;
    text-decoration: none;
    line-height: 50px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
}
.eff-5 {
    width: 170px;
    height: 50px;
    left: -170px;
    background: #266ba6;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
}


.button-5:hover .eff-5{
  left:0;
}
.button-5:hover a{
  color:#fff;
}

.button-5:hover {
    border-color: #266ba6;
	transition: all .5s ease;
}



/*Header*/

header {
    position: absolute;
    display: block;
    width: 100%;
    z-index: 9999;
}

.main_header {
    background: transparent;
	border-bottom: 1px solid #fff;
	    padding: 15px 0px 15px;
}

.navbar-default .navbar-brand h2{ color:#fff; font-size:35px; margin-bottom: 0px; font-weight: 600;     margin-top: 10px;}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff !important;
	
    background-color:transparent;
	
}

.menu_list li:hover a{ color:#fff !important; }

ul.menu_list li a {
    font-size: 18px;
    font-weight: 400;
    color: #fff !important;
	text-transform:uppercase;
   
}

ul.menu_list li {
    padding-left: 50px;
	
}

ul.menu_list {
    padding-top: 20px;
}

.menu_list li.active:before {
    content: '';
    position: absolute;
    left: 55%;
    bottom: -39px;
    width: 0;
    height: 0;
	opacity:1;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid #fff;
    clear: both;
}

.menu_list li::before{
	
	content: '';
    position: absolute;
    left: 55%;
    bottom: -39px;
    width: 0;
    height: 0;
	opacity:0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid #fff;
    clear: both;
	transition: all 0.3s ease-in-out;
	
}


.menu_list li:hover::before{
	opacity:1;
	transition: all 0.3s ease-in-out;
	
	
}



/*End new*/



ul.logo_bottom{padding:0px;     text-align: center;}

ul.logo_bottom li {
    list-style: none;
    display: inline-block;
}
ul.logo_bottom li p {
    font-size: 13px;
    color: #303032;
    border-right: 1px solid #303032;
    padding-right: 5px;
    line-height: 13px;
}
ul.logo_bottom li:nth-child(4) p{ border-right:0px;}










.navbar-brand {    padding: 3px 0px 0px;}

nav.main_menu {
    background: none;
    border: none;
    margin: 0px;
   
}


.navbar-brand {    height: auto;}





/*End Header*/


/*Home slider*/

#first-slider .main-container {
  padding: 0;
}


#first-slider .slide1 h2, #first-slider .slide2 h2, #first-slider .slide3 h2, #first-slider .slide4 h2{
       color: #fff;
    font-size: 55px;
    margin-top: 0px;
    text-transform: uppercase;
    font-weight: 600;
    padding-right: 10px;
    line-height: 70px;
    text-align: center;
}

#first-slider .slide1 h2 span, #first-slider .slide2 h2 span, #first-slider .slide3 h2 span, #first-slider .slide4 h2 span{
   
    
      font-weight:600;
}

#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3{
     font-size: 30px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}



#first-slider .slide1 h4, #first-slider .slide2 h4, #first-slider .slide3 h4, #first-slider .slide4 h4 {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    padding-top: 10px;
    line-height: 30px;
}
#first-slider .slide1 .text-left ,#first-slider .slide3 .text-left{
    padding-left: 40px;
}


#first-slider .carousel-indicators {
  bottom: 0;
}
#first-slider .carousel-control.right,
#first-slider .carousel-control.left {
  background-image: none;
}
#first-slider .carousel .item {
  min-height: 1040px; 
  height: 100%;
  width:100%;
 
}

.banner_calculate {
    float: right;
    padding-top: 50px;
    padding-right: 16%;
}

.carousel-inner .item .container {
   
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 45%;
    left: 0;
    right: 0;
}


#first-slider h3{
  animation-delay: 1s;
}
#first-slider h4 {
  animation-delay: 2s;
}
#first-slider h2 {
  animation-delay: 3s;
}


#first-slider .carousel-control {
    width: 6%;
        text-shadow: none;
}


#first-slider h1 {
  text-align: center;  
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}

#first-slider .p {
  padding-top: 125px;
  text-align: center;
}

#first-slider .p a {
  text-decoration: underline;
}
#first-slider .carousel-indicators li {
    width: 14px;
    height: 14px;
    background-color: rgba(255,255,255,.4);
  border:none;
}
#first-slider .carousel-indicators .active{
    width: 14px;
    height: 14px;
    background-color: #fff;
  border:none;
}


.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-control .fa-angle-right, .carousel-control .fa-angle-left {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .flaticon-left-arrow:before, .carousel-control .flaticon-right-arrow-1:before{ margin:0px;}
.carousel-control .flaticon-left-arrow:before {
    top: 50%;
	    right: 0;
    position: absolute;
    font-size: 30px;
    color: #1469ee;
    border: 0px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    padding: 13px 20px;
    font-weight: 600;
	transition: all 0.3s ease-in-out;
}
.carousel-control .flaticon-right-arrow-1:before{
	position:absolute;
    top: 50%;
	left:0px;    
    font-size: 30px;
	padding-left: 3px;
    color: #1469ee;
    border: 0px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	background: #fff;
	padding: 13px 20px;
    font-weight: 600;
	transition: all 0.3s ease-in-out;
}

.carousel-control .flaticon-left-arrow:hover::before, .carousel-control .flaticon-right-arrow-1:hover::before{
	background: #1469ee;
	color:#fff;
	transition: all 0.3s ease-in-out;
} 


#first-slider .carousel-control.right:hover i, #first-slider .carousel-control.left:hover i {
    background: #8f1140;
    border-color: #8f1140;
    transition: all 0.2s ease-in-out;
}

.carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}

.slider_text {
    padding: 0px !important;
}

.carousel-indicators li {
    
    display: block;
    
    margin: 18px 5px !important;
    background: transparent !important;
    border: 1px solid #fff !important;
	position:relative;
}

#first-slider .carousel-indicators .active {
    padding: 6px 0px;
    background:#fff !important;
}

.carousel-indicators {
    position: absolute;
    top: 42%;
    right: 3%;
    z-index: 15;
    padding-left: 0;
    text-align: center;
    list-style: none;
	left: auto;
    width: auto;
}

#first-slider .carousel-indicators li:after {
    content: '';
    width: 0;
    height: 20px;
    position: absolute;
    border: 1px solid #fff;
    top: 12.3px;
    left: 5px;
}

#first-slider .carousel-indicators li:last-child::after { display:none;}


.banner_button a {
    color: #fff;
    background: #1469ee;
    padding: 12px 46px;
    font-size: 22px;
	background: linear-gradient(to right, #fff 50%, #1469ee 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease;
}
.banner_button {
    text-align: center;
    padding-top: 50px;
}

.banner_button a:hover {
    border-color: #1a315c;
    color: #1469ee;
    background-position: left bottom;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
/*#first-slider .slide1 {
    background-image:url(../images/banner1.jpg);
      background-size: cover;
    background-repeat: no-repeat;
}
#first-slider .slide2 {
  background-image: url(../images/banner2.jpg);
      background-size: cover;
    background-repeat: no-repeat;
}
#first-slider .slide3 {
  background-image: url(../images/banner3.jpg);
      background-size: cover;
    background-repeat: no-repeat;
}
#first-slider .slide4 {
  background-image: url(../images/banner1.jpg);
      background-size: cover;
    background-repeat: no-repeat;
}*/

/*End home slider*/

/*Home section 1*/

section.home_sec1 { 
background-image:url(../images/who-we-are.png);
background-repeat:no-repeat;
background-size:contain;
background-position:center;
min-height:690px;
position:relative;
top:-60px;
    padding-top: 98px;
    
}

.main_title_1 {
    padding-bottom: 30px;
}

.main_title{ 

	text-align: left;
    border-left: 2px solid #8f1140;
    padding-left: 15px;
	position: relative;
    width: 50%;
    left: 30%;

}

/*.who_we_are img{transition: all 0.7s ease-in-out;}

.who_we_are img:hover {
    transition: all 0.7s ease-in-out;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}*/

.title_before {
    width: 0;
    height: 0;
    border: 1px solid #1469ee;
    border-width: 10px 100px 0 0;
    border-color: #1469ee transparent transparent transparent;
    float: left;
	    margin-right: 40px;
    margin-top: 10px;
}

.main_title_1 h2 {
    font-size: 45px;
    color: #1469ee;
}
.who-we-are-text {
    padding-top: 165px;
}

.who-we-are-text p {
    font-size: 16px;
    line-height: 35px;
}

/*End Home section 1*/

/*Home section 2*/
section.home_sec2 {
	
	padding: 0px 0px 125px;
   
   
}

.our_mission  {
	float:right;
       text-align: right;
}

.our_mission .title_before {
    position: absolute;
    right: 25%;
    top: 20px;
}

.our_mission p {
    line-height: 35px;
}

/*End Home section 2*/

/*End Home section 3*/

section.home_sec3 {
    padding: 0px 0px 0px;
    background-image: linear-gradient(to right bottom, #00317e, #053e99, #0b4cb4, #105ad1, #1469ee);
}

.title_white h2{ color:#fff;}
.title_white .title_before{border: 0px solid #fff; border-color: #fff transparent transparent transparent;     border-width: 10px 100px 0 0;}

.why_us p {
    color: #fff;
    line-height: 35px;
}

ul.ak_tab_right {
}

ul.ak_tab_right {
    background: #fff;
    padding: 30px;
    box-shadow: 0 0.3em 1em #33333354;
    position: relative;
    top: -75px;
    margin-bottom: 0px;
}
ul.ak_tab_right li img {
    margin: 0 auto;
}
ul.ak_tab_right li {
    list-style: none;
    display: block;
    text-align: center;
	    padding: 30px 0px;
	    position: relative;
}

ul.ak_tab_right li:nth-child(2):before {
    content: '';
    position: absolute;
    left: -13%;
    top: 35%;
    width: 0;
    height: 0;
    border-left: 35px solid #0b4cb3;
    border-right: 0px solid transparent;
    border-bottom: 25px solid transparent;
    border-top: 25px solid transparent;
    clear: both;
    z-index: 9999;
}

.why_us {
    padding-right: 15%;
	    padding-top: 100px;
}

/*.tabs-left {
  border-bottom: none;
  padding-top: 2px;
}

ul.ak_tab_right {
  border-bottom: none;
  padding-top: 0px;
}


.tabs-left>li, ul.ak_tab_right>li {
  float: none;
  margin-bottom: 0px;
}
.tabs-left>li {
  margin-right:0px;
}
ul.ak_tab_right>li {
  margin-left: 0px;
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
}

ul.ak_tab_right>li.active>a,
ul.ak_tab_right>li.active>a:hover,
ul.ak_tab_right>li.active>a:focus {
  border-bottom: 0px solid #ddd;
  border-left-color: transparent;
}
.tabs-left>li>a {
  border-radius:0px;
  margin-right: 0;
  display:block;
}
ul.ak_tab_right>li>a {
  border-radius:0px;
  margin-right: 0;
}

.ak_tab p{ color:#fff;}

ul.ak_tab_right img {
    margin: 0 auto;
}

ul.ak_tab_right {
    text-align: center;
    background: #fff;
    padding: 0px;
    margin: 0px;
}

ul.ak_tab_right li.active {
    border: 0px;
    margin: 0px;
}

ul.ak_tab_right li.active a {
    border: 0px;
}

ul.ak_tab_right li a{ color:#333; border: 0px solid transparent;}

ul.ak_tab_right li a h3{color:#333;     font-size: 22px;}

ul.ak_tab_right > li.active > a, ul.ak_tab_right > li.active > a:hover, .nav-tabs > li.active > a:focus{
	
	border-radius:0px;
	border-color: #fff;
    background-color: transparent;
}

ul.ak_tab_right > li > a, ul.ak_tab_right > li > a:hover, .nav-tabs > li > a:focus{
	
	
	border-color: #fff;
	border-radius:0px;
    background-color: transparent;
}
*/
/*End Home section 3*/

/*Home section 4*/

section.home.section4 {
    padding: 75px 0px 25px;
}

.service_title {
    text-align: center;
}

.service_title p{ line-height:35px;}

.service_title h2 {
    text-align: center;
}

.service_title .title_before {
    width: 0;
    height: 0;
    border: 1px solid #1469ee;
    border-width: 10px 100px 0 0;
    border-color: #1469ee transparent transparent transparent;
    margin-right: 40px;
    margin-top: 10px;
    position: absolute;
    left: 30%;
}

.home_service h3 {
    font-size: 20px;
    text-align: center;
    color: #084bb4;
    font-weight: 500;
}

.service_name {
    padding-top: 10px;
    padding-bottom: 10px;
}

hr.service_hr {
    margin-bottom: 0px;
    margin-top: 0px;
    border-top: 1px solid #084bb4;
    width: 28%;
}

.home_service p {
    font-size: 14px;
    line-height: 25px;
    text-align: center;
	color: #595959;
}

.home_service {
    padding-bottom: 60px;
}


.image_hover {
    height: 30px;	
    background: red;
    position: relative;
}



.image_hover {
    height: 7px;
    background: #084bb4;
    position: absolute;
    width: 91%;
    top: 0px;
	left:0px;
	opacity:0;
	transition: all 0.4s ease-in-out;
}

.home_service:hover .image_hover{
	
	left: 15px;
	opacity:1;
	transition: all 0.4s ease-in-out;
}

.image_hover:before {
    content: '';
    position: relative;
    border-top: 45px solid white;
    border-right: 65px solid #084bb4;
    color: #fff;
    margin-top: 0;
    display: block;
    width: 0;
    height: 85px;
}



.hover_1:after {
    content: '1';
    position: absolute;
    left: 7%;
    top: 35px;
    font-size: 35px;
    font-weight: 600;
    color: #fff;
}

.hover_2:after {
    content: '2';
    position: absolute;
    left: 6%;
    top: 35px;
    font-size: 35px;
    font-weight: 600;
    color: #fff;
}

.hover_3:after {
    content: '3';
    position: absolute;
    left: 6%;
    top: 35px;
    font-size: 35px;
    font-weight: 600;
    color: #fff;
}

.hover_4:after {
    content: '4';
    position: absolute;
    left: 6%;
    top: 35px;
    font-size: 35px;
    font-weight: 600;
    color: #fff;
}

.hover_5:after {
    content: '5';
    position: absolute;
    left: 6%;
    top: 35px;
    font-size: 35px;
    font-weight: 600;
    color: #fff;
}

.hover_6:after {
    content: '6';
    position: absolute;
    left: 6%;
    top: 35px;
    font-size: 35px;
    font-weight: 600;
    color: #fff;
}

.hover_7:after {
    content: '7';
    position: absolute;
    left: 6%;
    top: 35px;
    font-size: 35px;
    font-weight: 600;
    color: #fff;
}




/*Home section 5*/

/* Home section 5*/

section.home_sec5 {
	min-height:360px;
    
    
}

.packing{color:#fff; text-align:center;     padding-top: 8%;}
.packing h2{font-size:50px; font-weight: 600; text-transform: uppercase;}
.packing p{ font-size:20px; line-height:30px;}




/*End Home section 5*/
/*End Home section 5*/

/*Footer*/

footer {
	
	    background: #000;
	
      padding-bottom: 10px;
	color: #fff;
	    padding-top: 75px;
    
}

.footer_part h3 {
    font-size: 20px;
    padding-bottom: 20px;
}

.footer_part p {
    font-size: 14px;
	line-height:25px;
}

.ak_footer input {
    border-radius: 0px;
    border: 2px solid #fff;
    min-height: 50px;
    background: transparent;
    padding: 5px 20px;
	color:#fff;
}


.ak_footer button {
    border-radius: 0px;
    padding: 6px 10px;
}

.ak_footer button i:before {
    margin: 0px;
}

.ak_footer {
    position: relative;
}

.ak_footer button {
    border-radius: 0px;
    padding: 8px 10px;
    position: absolute;
    right: 0;
    top: 3px;
    border: 0px;
    background: transparent;
    color: #fff;
}

.ak_footer button:hover, .ak_footer button:focus{background: transparent; color:#fff;}

.part_3 ul li a {
    color: #fff;
    font-size: 14px;
}

.part_3 {
    float: right;
}
.part_1 {
    padding-right: 10%;
}

.part_3 ul li i {
    padding-right: 15px;
}
.part_3 ul li i:before {
    margin: 0px;
}
.part_3 ul {
    padding: 0px;
}
.part_3 ul li {
    list-style: none;
    padding-bottom: 15px;
}

.footer_social ul li a i {
    font-size: 22px;
    font-weight: normal;
}

.footer_social ul li a {
    color: #fff;
}
.footer_social ul li {
    list-style: none;
    display: inline-block;
    padding: 0px 14px;
	transition: all 0.3s ease-in-out;
}
.footer_social ul {
    padding: 0px;
}
.footer_social {
    text-align: center;
    padding-top: 30px;
}

.footer_social ul li:hover a i.fa-facebook-f:before{ color:#4267b2; transition: all 0.3s ease-in-out;}
.footer_social ul li:hover a i.fa-twitter:before{ color:#1da1f2; transition: all 0.3s ease-in-out;}
.footer_social ul li:hover a i.fa-google-plus-g:before{ color:#db4437; transition: all 0.3s ease-in-out;}

.copy_right {
    text-align: center;
    border-top: .1em solid #666;
    padding-top: 25px;
    margin-top: 0px;
}

p.copy_link {
    font-size: 16px;
    color: #666;
    font-weight: 500;
}

.ak_footer input[type="email"] {
    width: 74%;
    float: left;
    border-right: 0px;
}

.ak_footer input[type="submit"] {
    text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}

.ak_footer input[type="submit"]:hover, .ak_footer input[type="submit"]:focus {
    background: #156aee;
    border-color: #fff;
    color: #fff;
	transition: all 0.3s ease-in-out;
}

/*End footer*/

/*Service page*/

.service_page_title p {
    line-height: 35px;
    padding-right: 0%;
}

.service_page_title h2 {
    font-size: 45px;
    color: #1469ee;
    padding-bottom: 25px;
    margin-top: 0px;
}

section.service_page_sec2 {
    padding: 110px 0px 25px;
}

section.service_page_sec2 .home_service p{ text-align:left;}
section.service_page_sec2 .home_service h3{ text-align:left;}

section.service_page_sec2 .home_service hr.service_hr {  width: 40%;    float: left;}

section.service_page_sec2 .service_1_inner hr.service_hr {  width:28%;    float: left;}

.capabilities h3 {
    color: #156aee;
    font-size: 20px;
}

.capabilities ul li p {
    margin: 0px;
}

.capabilities ul {
    padding-left: 20px;
}

/*End service page*/

/*Contact page*/

section.contact_page_sec2 {
    padding: 75px 0px 100px;
}

.contact_page_title{padding-bottom:50px;}

.contact_page_title h2 {
    font-size: 45px;
    color: #1469ee;
   
    margin-top: 0px;
}

.bv-form 
.help-block{margin-bottom:0;}
.bv-form .tooltip-inner{text-align:left;}
.nav-tabs li.bv-tab-success>a{color:#3c763d;}
.nav-tabs li.bv-tab-error>a{color:#a94442;}
.bv-form .bv-icon-no-label{top:0;}
.bv-form .bv-icon-input-group{top:0;z-index:100;}

.contact-form{ margin-top:15px;}
.contact-form .textarea{ min-height:170px; resize:none;}
.form-control{ box-shadow:none; border-color:#ccc; height:49px;}
.form-control:focus{ box-shadow:none; border-color:#156aee;}
.form-control-feedback{ line-height:50px;}
.main-btn{ background:#156aee; border-color:#156aee; color:#fff;}
.main-btn:hover {
    background: #0b4fb9;
    color: #fff;
    border-color: #0b4fb9;
}
.form-control-feedback {
line-height: 50px;
top: 0px;
}

.send_message button {
    padding: 8px 30px;
    font-size: 17px;
}

.contact_list {
    float: right;
    min-height: 100px;
    box-shadow: 0px 1px 5px #3333337a;
    display: block;
    position: relative;
    margin-bottom: 30px;
    width: 80%;
	    text-align: center;
	    padding: 15px 0px 10px;
}

.list1 i:before, .list2 i:before {
    font-size: 18px;
	color:#156aee;
	
    margin-left: 0px;
}

.contact_list h4 {
    text-align: center;
}

.list1 a, .list2 a {
    font-size: 18px;
    color: #156aee;
	
}

ul.contact_social li a i {
    font-size: 16px;
    border: 0px solid #000;
    border-radius: 50%;
	color:#fff;
}

ul.contact_social {
    padding: 0px;
}
ul.contact_social li {
    list-style: none;
    display: inline-block;
    padding: 10px;
	transition: all 0.3s ease-in-out;
}

ul.contact_social li a i.fa-google-plus-g {
    padding: 8px 6px;
	border-color: #db4437;
    background: #db4437;
}

ul.contact_social li a i.fa-twitter {
    padding: 8px 8px;
	border-color: #1da1f2;
    background: #1da1f2;
}

ul.contact_social li a i.fa-facebook-f {
    padding: 8px 12px;
    border-color: #3b5998;
    background: #3b5998;
}

ul.contact_social li a i:hover {
    box-shadow: 0px 0px 10px #33333394;
	transition: all 0.3s ease-in-out;
}

/*End Contact page*/

/*Responsive Part*/

@media (min-width: 320px) and (max-width: 767px){

.logo_part .navbar-header button.navbar-toggle {
    position: absolute;
    right: 0;
}

.navbar-header {
    width: 40%;
    float: left;
}

.main_header {
   
    padding: 5px 0px 5px;
}

.home_menu {
    
    width: 100%;
    
    background: #efeded;
    padding-left: 0px;
    padding-right: 0px;
	margin-top:0px;
}

.main_header {
    padding: 0px 0px 0px;
    border-bottom: 0px solid #fff;
}

.my_res1 {
    overflow: hidden;
    border-bottom: 1px solid #fff;
    padding-bottom: 8px;
}

nav.main_menu {
    padding: 5px 0px 0px;
    border-bottom: 0px solid #fff;
}

.navbar-default .navbar-nav > .active > a{color:#156aee !important;}
ul.menu_list li a{color:#000 !important;}

.menu_part {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: block;
}

ul.menu_list {
    padding-top: 0px;
    margin: 0px;
	 
}

ul.menu_list li {
    padding-left: 0px;
	border-bottom: 1px solid #156aee;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #156aee;
}

.menu_list li.active:before{ display:none;}

.menu_list li:hover::before {
    display:none;
}

.my_res2 {
    padding: 0px;
}

.my_res1 {
    overflow: hidden;
}

#first-slider .carousel .item{min-height:auto;}

#first-slider .slide1 h2, #first-slider .slide2 h2, #first-slider .slide3 h2, #first-slider .slide4 h2 {
    
    font-size: 17px;
    margin-top: 0px;
   
    
    padding-right: 0px;
    line-height: 25px;
    text-align: center;
	margin-bottom:5px;
}

#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3 {
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    line-height: 18px;
    margin-top: 0px;
}

.banner_button{display:none;}

.title_before {
   
    border-width: 8px 70px 0 0;
   
        margin-top: 5px;
    margin-right: 15px;
   
}

.main_title_1 h2 {
    font-size: 26px;
    color: #1469ee;
}

section.home_sec1 {
    top: 0px;
    padding-top: 75px;
    background-image: none;
    min-height: auto;
}

.carousel-control .flaticon-left-arrow:before {
    top: 58%;
	right: -10px; 
    font-size: 15px;   
    padding: 3px 6px 3px 6px;
    
}

.carousel-control .flaticon-right-arrow-1:before {
   
    top: 56%;
    left: -10px;
    font-size: 15px;    
    padding: 3px 6px 3px 6px;
    
}

.carousel-inner .item .container{bottom:auto;}

/*Body part*/

.who-we-are-text {
    padding-top: 50px;
}

.our_mission .title_before {
    
    right: 55%;
    top: 20px;
}

section.home_sec2 {
    padding: 50px 0px 40px;
}

.title_white h2 {
    color: #fff;
}

.why_us {
    padding-right: 0%;
    padding-top: 75px;
}

ul.ak_tab_right{top:75px;}


ul.ak_tab_right li:nth-child(2):before {
   
    left: 42%;
    top: -121%;    
    transform: rotate(90deg);
}

section.home.section4 {
    padding: 150px 0px 25px;
}

.title_white .title_before {
   
    border-width: 8px 70px 0 0;
}



.service_title .title_before{left:5%;     border-width: 8px 70px 0 0;}

.packing h2 {    font-size: 26px;}

.packing p {
    font-size: 15px;
    line-height: 25px;
    padding-top: 20px;
}

.packing{padding-top:50px;}
.part_1 {
    padding-right: 0%;
}

.part_3 {
    float: left;
}

.footer_social {
   
    display: block;
    overflow: hidden;
    width: 100%;
}

p.copy_link {
    font-size: 14px;
   
}
.home_service img {
    margin: 0 auto;
}

/*Service page*/

.service_page_title h2 {    font-size: 26px;}
section.service_page_sec2 {
    padding: 75px 0px 15px;
}
.service_page_title {
    padding-bottom: 50px;
}

/*Contact*/

.contact_page_title h2 {    font-size: 28px;}
.contact_list{width:100%;}
.contact_detail {    padding-top: 75px;}
section.contact_page_sec2 {    padding: 75px 0px 60px;}



}

@media (min-width: 375px) and (max-width: 767px){
	
	#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3{
		padding:0px 10px;
		
	}
	.carousel-inner .item .container{ top:49%;}
	section.home_sec5 {    min-height: 330px;}
	ul.ak_tab_right li:nth-child(2):before {    left: 44%;}
	.logo_part .navbar-header button.navbar-toggle {  right: 1px;    top: 3px;}

/*Service page*/

.service_page_title h2 {    font-size: 28px;}

}

@media (min-width: 400px) and (max-width: 767px){
	
	.banner_button {    display: inherit; padding-top:5px;}
	.banner_button a {  padding: 5px 20px;  font-size: 15px;}
	.carousel-inner .item .container { 	top: 45%;	}
	#first-slider .slide1 h2, #first-slider .slide2 h2, #first-slider .slide3 h2, #first-slider .slide4 h2{font-size:18px;}
	section.home_sec5 {    min-height: 300px;}
	.our_mission .title_before {    right: 45%;}
	.service_title .title_before {    left: 15%;    border-width: 8px 70px 0 0;    margin-top: 7px;}
	.main_title_1 h2 {    font-size: 28px;}
	ul.ak_tab_right li:nth-child(2):before {    left: 45%;}
		.logo_part .navbar-header button.navbar-toggle {  right: 1px;    top: 5px;}

/*Service page*/

.service_page_title h2 {    font-size: 30px;}


}



@media (min-width: 480px) and (max-width: 850px){
	
.logo_part .navbar-header button.navbar-toggle {  top: 14%;}

#first-slider .slide1 h2, #first-slider .slide2 h2, #first-slider .slide3 h2, #first-slider .slide4 h2 {
    font-size: 22px;
}

#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3 {
    font-size: 15px;
    font-weight: 300;
   
    line-height: 25px;
   
}

.carousel-control .flaticon-left-arrow:before {
    top: 58%;
    right: -3px;
    font-size: 16px;
    padding: 3px 6px 3px 6px;
}

.carousel-control .flaticon-right-arrow-1:before {
    top: 56%;
    left: -3px;
    font-size: 16px;
    padding: 3px 6px 3px 6px;
}

.main_title_1 h2 {
    font-size: 30px;
}

.title_before {
    
    margin-top: 7px;
   
}

.title_before {    border-width: 10px 80px 0 0;}

.service_title .title_before {   border-width: 10px 80px 0 0;}

section.home_sec5 {
    min-height: auto;
    padding-bottom: 55px;
}

footer {
   
    padding-top: 50px;
}

/*Service page*/

.service_page_title h2 {    font-size: 36px;}

}

@media (min-width: 568px) and (max-width: 850px){

#first-slider .slide1 h2, #first-slider .slide2 h2, #first-slider .slide3 h2, #first-slider .slide4 h2 {
    font-size: 26px;
}

#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3 {
    font-size: 17px;
    font-weight: 300;
    line-height: 25px;
    margin-top: 10px;
}

.banner_button a {
    padding: 6px 22px;
    font-size: 18px;
}

.carousel-inner .item .container {
    top: 48%;
}

.banner_button {
   
    padding-top: 10px;
}

.banner_button {
    display: inherit;
    padding-top: 10px;
}

.main_title_1 h2 {
    font-size: 36px;
}

.title_before {
    border-width: 9px 90px 0 0;
}

.title_white .title_before {
    border-width: 9px 90px 0 0;
}
ul.ak_tab_right li:nth-child(2):before {
    left: 46%;
}

.service_title .title_before {
    border-width: 9px 90px 0 0;
}

.logo_part .navbar-header button.navbar-toggle {
    top: 20%;
}

/*Service*/

.service_page_sec2 .home_service{width:66%; margin:0 auto;}

/*Conatct*/

.contact_list {
    width: 60%;
    margin: 25px auto;
    float: none;
}

.contact_detail {
    padding-top: 50px;
}

}

@media (min-width: 667px) and (max-width: 850px){

#first-slider .slide1 h2, #first-slider .slide2 h2, #first-slider .slide3 h2, #first-slider .slide4 h2 {
    font-size: 36px;
}

#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3 {
    font-size: 20px;
    font-weight: 400;
   
    margin-top: 15px;
}

.carousel-control .flaticon-left-arrow:before {
    
    font-size: 20px;
    padding: 4px 8px 4px 8px;
}

.carousel-control .flaticon-right-arrow-1:before {
   
    font-size: 20px;
    padding: 4px 8px 4px 8px;
}
.banner_button{padding-top:20px;}
.banner_button a {    padding: 8px 25px;    font-size: 20px;}
.carousel-inner .item .container {    top: 46%;}


.title_before {
    border-width: 10px 100px 0 0;
}

.title_white .title_before {
    border-width: 10px 100px 0 0;
}

.service_title .title_before {
    border-width: 10px 100px 0 0;
}

.logo_part .navbar-header button.navbar-toggle {
    top: 23px;
}

.main_title_1 h2 {
    font-size: 40px;
}

.why_us_right {
    width: 80%;
    margin: 0 auto;
}

/*Service*/
.service_page_title h2 {
    font-size: 40px;
}

section.service_page_sec2 {
    padding: 75px 0px 50px;
}

.service_page_sec2 .home_service{width:50%; margin:0 auto; float:left; padding:0px 10px 30px;}

}

@media (min-width: 736px) and (max-width: 850px){
	.our_mission .title_before {    right: 38%;}
	
	.service_title .title_before {    left: 20%;   }
	.why_us_right {    width: 70%; }
	
	/*Conatct*/
	.contact_list {    width: 31.3333%;    margin: 0px 1%;    float: left; }
	.list1 a, .list2 a {    font-size: 15px; }
	.list2, .list1{   padding:33px 0px;  }
	
	
}

@media (min-width: 768px) and (max-width: 950px){

ul.menu_list li {   padding-left: 0px;}
ul.menu_list {    padding-top: 15px;}

.menu_list li.active:before, .menu_list li::before {
   
    left: 35%;
    bottom: -35px;
   
   
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
   
}

#first-slider .carousel .item{min-height:auto;}

.carousel-inner .item .container {
    top: 42%;
    bottom: auto;
}

#first-slider .slide1 h2, #first-slider .slide2 h2, #first-slider .slide3 h2, #first-slider .slide4 h2 {
    font-size: 40px;
}

section.home_sec1{background:none; top: 0px;    padding-top: 75px;     min-height: auto;
    padding-bottom: 50px;}


.title_before {
    border-width: 8px 80px 0 0;
	margin-right: 30px;
}

.title_white .title_before {
    border-width: 8px 80px 0 0;
}

.service_title .title_before {
    border-width: 8px 80px 0 0;
}

.who-we-are-text p {
    font-size: 15px;
    line-height: 30px;
}

.main_title_1 h2 {
    font-size: 35px;
}

.who-we-are-text {
    padding-top: 10px;
}

section.home_sec2 {
    padding: 0px 0px 100px;
}

.why_us_right {
    width: 100%;
}
.why_us {
    padding-right: 7%;
    padding-top: 60px;
}

.packing h2{font-size:36px;}
.packing p {    font-size: 16px;    line-height: 30px;}
.our_mission .title_before {
    right: 30%;
}
.service_title .title_before {
    left: 25%;
}

/*Service*/

.service_page_sec2 .home_service{width:100%; margin:0 auto; float:left; padding:0px 0px 30px;}
.service_page_title {
    padding-bottom: 50px;
}

/*Contact*/

.contact_list {
    width: 100%;
	    margin: 16px 0px;
}
.list2, .list1 {
    padding: 20px 0px 30px;
}
section.contact_page_sec2 {
    padding: 75px 0px 75px;
}


}

@media (min-width: 951px) and (max-width: 1350px){

#first-slider .carousel .item{min-height:auto;}

.carousel-inner .item .container {
    top: 42%;
    bottom: auto;
}

.carousel-control .flaticon-left-arrow:before {
    font-size: 24px;
    padding: 8px 14px 8px 12px;
}

.carousel-control .flaticon-right-arrow-1:before {
    font-size: 24px;
    padding: 8px 14px 8px 12px;
}

section.home_sec1 {
    background: none;
    top: 0px;
    padding-top: 75px;
    min-height: auto;
    padding-bottom: 50px;
}

.who-we-are-text {
    padding-top: 95px;
}

.our_mission .title_before {
   
    right: 30%;
    
}

.why_us{padding-top:75px;}
.service_title .title_before{left:26%;}

section.home_sec5 {
    min-height: auto;
    padding-bottom: 75px;
}

.home_service h3 {    font-size: 18px;}
.service_page_title {    padding-bottom: 50px;}
section.service_page_sec2 {
    padding: 75px 0px 25px;
}

/*Contact*/

.list1 a, .list2 a {
    font-size: 15px;
    color: #156aee;
}

section.contact_page_sec2 {
    padding: 75px 0px 90px;
}

}

@media (min-width: 1350px) and (max-width: 1600px){
	

#first-slider .carousel .item{min-height:auto;}
.carousel-inner .item .container{top:42%;}


section.home_sec1 {
   
    background-size: contain;
   
    min-height: auto;
   
    top: -130px;
    padding-top: 140px;
}


	
}


@media (min-width: 1421px) and (max-width: 1600px){
	

.carousel-inner .item .container{top:43%;}
section.home_sec1 {
    background-size: contain;
    min-height: auto;
    top: -110px;
    padding-top: 125px;
}
}

@media (min-width: 1460px) and (max-width: 1600px){
	

	

.carousel-inner .item .container{top:44%;}
section.home_sec1 {
    background-size: contain;
    min-height: auto;
    top: -106px;
    padding-top: 125px;
}
}

@media (min-width: 1600px) and (max-width: 1800px){
	

	

.carousel-inner .item .container{top:45%;}
section.home_sec1 {
    background-size: contain;
    min-height: auto;
    top: -85px;
    padding-top: 125px;
}
}





