@import url('https://fonts.googleapis.com/css?family=Fira+Sans+Condensed|Poppins:400,700|Merriweather:400,700');
.row{
	padding: 0;
	margin: 0;
	border: 0;
} 
.top{
	background-color: red;
}
.top_nav_left{
    padding-top: 10px;
    padding-bottom: 5px;
    color:#fff;

}
.top_nav_left ul li{
	display: inline;
	padding: 15px;
}
.top_nav_left ul li a{
	text-decoration:none;
	color: #fff;
}
.top_nav_left ul{
	text-align: left;
}
.top_nav_right{
	 padding-top: 10px;
    padding-bottom: 5px;
}
.top_nav_right ul li{
	display: inline;
	padding: 10px;
	color: #fff;

}
.top_nav_right ul{
	text-align: right;
}

.nav{
	background-color: rgb(0,0,0);
	opacity: 0.85;
	padding: 10px;
	position: fixed;
	z-index: 10;
	width: 100%;
	transform: translateY(-10px);
}
.nav ul{
	    padding-top: 24px;
    text-align: center;
    margin: 0px;
}
.nav_r ul>li{
text-decoration:none;
display: inline;
padding: 15px 8px;
}
/*.nav_r ul>li>a::after{
	padding: 5px;
content: '\f14a';
color: red;
font-family: Font Awesome\ 5 Free;
font-weight: 700; 
}*/
.nav_r ul>li>a{
	text-decoration:none;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

.nav_r ul>li>a:hover{
	color: ;
}
.nav_r>ul>li.active>a{
	color: red;
}
.dropdown-content li a{
	color: red;
}
.btn{
	    height: 40px;
    width: 130px;
    background-color: red;
}
.btn a{
	text-decoration:none;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;

}
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    padding: 0;
	background-color: black;
	display: grid;
	transform: translateX(130px);
	margin: 0;
}
.nav>.nav_r>ul>li>ul.dropdown-content{
	background-color: #fff;
	opacity: 1 !important;

}
.nav_r>ul>li>ul.dropdown-content>li{
	padding: 5px;
	margin: 0px;
	text-align: center;
	min-width: 306px;
	}
.nav_r>ul>li>ul.dropdown-content>li>a{
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-transform: none;
}
.nav_r>ul>li>ul.dropdown-content>li>a:hover{
	color: red;
}
.nav_r ul li a.active a{
	color: red;
}
.req-quote a{
	background-color: red;
	padding: 10px 12px;
	border-radius: 5px;
}
.req-quote>a:hover{
	color: #fff;
}
.carousel-caption p span{
	color: red;
	font-size: 50px;
	font-weight: bold;
	font-family: 'Merriweather', serif;
}
.carousel-caption p span1{
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	font-family: 'Merriweather', serif;
}
.carousel-caption a{
	font-size: 20px;
	color: white;
	text-decoration: none;
	border: 1px solid #756565;
	border-radius: 0px 50px;
	background-color: red;
	padding: 10px 25px;
	transition :0.4s;
}

.carousel-caption a:hover {
	font-size: 20px;
	color: red;
	text-decoration: none;
	border: 3px solid #756565;
	border-radius: 50px 0px;
	background-color: white;
	padding: 10px 25px;
	
}
.carousel-indicators{
	display: none;
}
/*.item img{
	animation: carouimgzoom 25s infinite forwards;
}
@-webkit-keyframes carouimgzoom {
	from {
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
	}

	to {
		-webkit-transform: translate(-50%, -50%) scale(1.2);
		transform: translate(-50%, -50%) scale(1.2);
	}
}

@keyframes carouimgzoom {
	from {
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
	}

	to {
		-webkit-transform: translate(-50%, -50%) scale(1.2);
		transform: translate(-50%, -50%) scale(1.2);
	}
}
*/



.home_services{
	padding: 50px 0 0 0;
}
.home_services h1{
color: black;
text-align: center;
font-weight: bold;
text-transform: uppercase;
font-size: 30px;
padding: 10px;
font-family: Merriweather;
}
.home_services h1 span{
	color: red;
}
.home_services p u{
	color:#333333;

}
.home_services_content p{
	font-size: 20px;
    font-weight: 400;
   text-align: center;
    margin: 0 auto;
    font-family: Poppins;
    text-transform: none;
}
.home_services_content_serrvices{
	padding-top: 25px;
	text-align: center;
}
.home_services_content_serrvices img{
	width: 20%;
	display: block;
	margin: 0 auto;

}
/*.home_services_content_serrvices img:hover{
	background-color: #262626
}*/
.home_services_content_serrvices h1{
	color: black;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	font-family: Merriweather;
	color: rgba(0,0,0,0.7);
}
.home_services_content_serrvices h5{
	font-size: 15px;
    text-align: center;
    font-family: Poppins;
    padding: 21px 0;
}
.home_services_content_serrvices a{
	    font-size: 15px;
    color: white;
    text-decoration: none;
    border: 2px solid #756565;
    border-radius: 0px 50px;
    background-color: red;
    padding: 4px 20px;
    font-family: Merriweather;
    text-align: center;
    transition: .4s;
    font-weight: 700;
}
.home_services_content_serrvices a:hover{
	font-size: 16px;
	color: red;
	text-decoration: none;
	border: 2px solid #756565;
	border-radius: 50px 0px;
	background-color: white;
	padding: 4px 20px;
}
.home_whoweare{
	padding: 50px 0 0 0;
}
.home_whoweare h1{
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
	color: #333333;
	font-weight: bold;
	    font-family: Merriweather;
}
.home_whoweare h4{
	    font-size: 20px;
    font-weight: 400;
    text-align: center;
    font-weight: bold;
    padding: 7px;
}
.home_whoweare h1 span{
	
	text-transform: uppercase;
	text-align: center;
	color: red;
	font-weight: bold;
}
.why_us_left{
	padding: 10px;
}
.why_us_left img{
	width: 100%;
}
.why_us_right{
	padding: 30px;
}
.why_us_right p{
	font-size: 16px;
	text-align: left;
	font-family: Poppins;
}
.why_us_right h4{
	font-family: Merriweather;
	color: 
}
.why_us_right h4{
	color: red;
	font-size: 25px;
	font-weight: bold;
	    font-family: Merriweather;
}
.why_us_right ul{
	padding: 0;
}
.why_us_right ul li{
	list-style: none;
	font-size: 15px;
	padding-left: 20px;
	font-family: Poppins;
	position: relative;
}
.why_us_right ul li::before{
padding: 0px;
content: '\f14a';
color: red;
font-family: Font Awesome\ 5 Free;
font-weight: 700;
position: absolute;
top: 0;
left: 0; 
}
.why_us h1{
	padding: 0 28px 0 28px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: red;

}
.process{
	padding-top: 50px;
}
.process h1{
	text-transform: uppercase;
	color:#333333;
	text-align: center;
	padding-top: 0px;
	font-weight: bold;
	font-size: 30px;
	font-family: Merriweather;
}
.process h1 span{
	color: red;
}
#flex {
    width: 100%;
    height: auto;
   /* border: 1px solid black;*/
    display: -webkit-flex; /* Safari */
    display: flex;
}

#flex .home_process{
    -webkit-flex: 1;  /* Safari 6.1+ */
    -ms-flex: 1;  /* IE 10 */    
    flex: 1;
}
#flex .home_process i{
	font-size:50px;
	text-align: center;
	color: #D90022;
	width: 100%

}
#flex .home_process:hover i{
	color: white;
}
#flex .home_process i:hover{
	/*color: #272727;*/

}
#flex .home_process:hover{
	background-color: gray;
	color: white;
}
.home_process p{
	font-family: Poppins;
	padding: 5px;
	font-size: 16px;
	text-align: center;
}
.home_process{
	padding: 5px;
}
.home_process h2{
	font-size: 18px;
	color: black;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: rgba(0,0,0,0.7);
	font-family: Merriweather;
}
.testimonials{
	padding-top: 50px;
}
.testimonials h1{
	font-size: 30px;
	color:#333333;
	font-weight: bold;
	text-align: center;
	padding-top: 0px;
	    font-family: Merriweather;
}
.testimonials h1 span{
	color: red;
}
.foot{
	background-color: #222323;

}
.footer_left h4{
	color: red;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
}
.footer_left h4:hover{
	color: white;
	
}

.footer_left p{
	color: #7E7E7E;
	text-align: left;

}
.footer_left ul li{
	font-size: 17px;
	color: white;
	font-weight: bold;
	list-style: none;
	text-align: left;
}
.footer_left ul li a{
	text-decoration: none;
	color: white;
}
.footer_left ul li a:hover{
	color: red;
}
.footer_left ul li:hover{
	color: red;
}
.social_media ul li{
	display: inline;
	color: white;
}
.social_media ul li i{
	padding: 10px;
min-width: 40px;
text-align: center;
border-radius: 8px;
margin-right: 2px;
background-color: #7E7E7E;
}
.social_media ul li i:hover{
	background-color: white;
}
.footer_center h4{
	color: red;
	padding-left: 0px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}
.footer_center h4:hover{
	color: white;
}
.footer_center ul li{
	list-style: none;
	display: inline-block;
    width: 48%;
    margin: 3px 0;
    padding: 0 0 0 5px;
    position: relative;
    vertical-align: top;
}
.footer_center ul li a{
margin: 3px 0;
padding: 0 0 0 6px;
position: relative;
vertical-align: top;
color: white;
text-decoration: none;
}
.footer_center ul li a::before{
	padding: 5px;
content: '\f101';
color: white;
font-family: Font Awesome\ 5 Free;
font-weight: 700; 
}
.footer_center ul li a:hover{
	color: red;
}
.footer_right{
	padding-top: 10px;
}
.footer_right iframe{
	width: 350px;
	height: 220px;
}
.footbt-wrap{
	padding: 10px;
}
.copyright{
	text-align: center;
}
.otest{
	padding:30px 20px;
}
.otest-body{
	padding:50px 0 0;
}
.testimonials_content{
    max-width: 86%;
    margin: 30px auto 20px;
    border: 1px solid #eaeaea;
    position: relative;
    padding: 10px;
    height: 91px;
    text-align: center;
    color: rgba(0,0,0,0.8);
    font-family: Poppins;
}
/*.testimonials_content::before{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
      border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  
  border-bottom: 5px solid black;
    border-width: 10px;
    margin-top: -50px;
}*/
.testimonials_content::after{
top: -18px;
border-color: transparent transparent #ffffff transparent;
}
.testimonials_images{
	z-index: -1;
}
.image img{
	border-radius: 50%;
	width: 100%;
	max-width: 95px;
    margin: 0 auto;
    position: relative;
    padding: 5px;
}
.we_are_at h1{
	text-align: center;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: bold;
	    font-family: Merriweather;
}
.we_are_at h1 span{
	color: red;
}
.we_are_at{
	text-align: center;
	padding-top: 50px;
}
.countries{
	text-align: center;
	padding: 12px;
}
.countries a img{
	    width: 50%;
    border-radius: 50%;
}
.countries h4{
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	color: rgba(0,0,0,0.7);
	font-weight: bold;
	font-family: Poppins;

}
.media{
	z-index: 9;
	position: fixed;
	top: 50%;
	left: 0px;
	transform: translate(0,-50%);
	transition: .3s;
	overflow: visible;
}
.media ul{
	padding-left: 0;
}
.media ul li{
	list-style: none;
	padding: 5px;
	position: relative;
}
.media ul li img{
	width: 25px;
}
.media ul li a{
	text-decoration: none;
	color: red;
	font-weight: bold;
	
}
.media ul li i{
	border-radius: 50% solid black;
	color: #fff;
	transform: translate(-100px 0);
	padding: 5px;
	font-size:20px;
	background-color: red;
	width: 30px;
	height: 30px;
	text-align: center;
}
.media ul li a span{
	    visibility: hidden;
    position: absolute;
    left: 100%;
    top: 50%;
    display: inline-block;
    transition: .4s;
    min-width: 150px;
    width: auto;
    background-color: #fff;
    text-align: center;
    transform: translateY(-50%);
    padding:2px;
    border-radius: 15px;
    border:2px solid black;
}

.media ul li a span::before{
	content: '\f061';
	color: red;
	font-family: Font Awesome\ 5 Free;
	font-weight: 700;
}
.media ul li:hover a span{
	visibility: visible;
	
	
}
.navopen ul li i{
	color: #fff;
	border: 2px so1id black;
	border-radius: 50%;
	padding: 4px;
}
.navopen{
	left: 0;
	transform: translate(0,-50%) ;
}
.navopen ul li i:hover{
	color: #272727;
}
.bar{
	width:30px;
	height: 30px;
	text-align: center;
	margin-left: 40px;
	transition: .3s;
	font-size:20px;
}
.bar{
	color: red;
	font-size: 30px;
	display: none;
}
.navopen .bar{
	margin-left: 0;
	
}
.con{
	position: fixed;
	z-index: 100;
	top: 50%;
	right:0%;
}
.con ul li{
	list-style: none;
	padding: 5px;
}
.con ul li i{
	width: 25px;
height: 25px;
font-size: 15px;
color: #fff;
background-color:  red;
text-align: center;
padding: 2px;
border-radius: 50%;
padding: 4px;
}
.con ul li i:hover{
	color: #272727;
	
}
.navopenn{
	display: block;
	color: red;
}
/*pages*/
.page_head_wrap{
	background-image:url(../img/slide1.jpg);
	background-size:cover;
	background-attachment:fixed;
	background-position:center;
	height:320px;
	margin-top:0px;
	margin-bottom:40px;
}
.page-survey .page_head_wrap{
	background-image:url(../images/1690.jpg);
}
.page-about .page_head_wrap{
    background-image:url(../images/1690.jpg);
}
.page-contact .page_head_wrap{
	background-image:url(../images/246351-P3J50F-329.jpg)
}
.page-services .page_head_wrap{
	background-image:url(../images/movers.jpg)
}
.page_head{
	position:relative;
	width:100%;
	height:100%;
	background-color:rgba(39,39,39,0.40);
	padding-bottom:36px;
}
.page_head_txtwrap{
	position:relative;
	width:100%;
	height:100%;
}
.page_head_txt{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	text-align:center;
}
.page_head_txt h1{
	font-family:Poppins;
	font-size:36px;
	font-weight:700;
	text-transform:uppercase;
	color:#fff;
	margin-top: 50px;
}
.page_link{
	padding:0;
	margin:0;
	background-color:#222323;
	text-align:center;
	overflow:hidden;
	vertical-align:middle;
	position:relative;
}
.page_link::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:50%;
	height:100%;
	background-color:#222323;
	z-index:0;
}
.page_link li{
	display:inline-block;
	font-family:Maven Pro;
	font-size:13px;
	font-weight:500;
	text-transform:uppercase;
	padding:0 0 0 10px;
	height:36px;
	color:#fff;
	vertical-align:middle;
	line-height:36px;
	position:relative;
}
.page_link li a{
	color:#fff;
}
.page_link li:first-child{
	z-index:2;
	padding:0 15px 0 0;
}
.page_link li.active{
	width:auto;
	font-weight:800;
	background-color:#fff;
	position: relative;
	height: 36px;
	padding: 0 0 0 10px;
	line-height: 0;
	border-top: 18px solid red;
	border-right: 18px solid red;
	border-bottom: 18px solid red;
	border-left: 18px solid transparent;
	text-align:center;
}
.page_link li.active::before{
	position: absolute;
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-bottom: 36px solid transparent;
	border-left: 36px solid #222323;
	border-top: 36px solid transparent;
	top: 50%;
	left: -57px;
	transform:translate(50%,-50%);
	z-index:1;
}
.page_link li.active::after{
	position: absolute;
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-bottom: 22px solid transparent;
	border-left: 22px solid red;
	border-top: 22px solid transparent;
	top: 50%;
	right: -38px;
	transform: translateY(-50%);
}
.page_link li a:hover{
	color: #fff;
}
.page_body{
	padding:100px 20px 20px 20px;
}
.pagebody_head{
	text-align:center;
	margin-bottom:40px;
}
.pagebody_head h2{
	font-family:raleway;
	font-size:32px;
	font-weight:700;
	text-transform:uppercase;
	margin:0 0 10px;
	color:#ff1637;
}
.pagebody_head p{
	font-family:oxygen;
	font-size:14px;
	font-weight:400;
	color:#555;
	max-width:700px;
	margin:0 auto;
}

/*////////ABOUT US////////*/
.slide1{
	padding: 37px 0;
}
.aboutus_right p{
	color: #333333;
	text-align: left;
    font-size: 16px;
    font-family: Poppins;
    line-height: 1.6;
}
.why_us h4{
	text-align: center;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
}
.why_us h4 span{
	color: red;
}
.why_us ul li{
	list-style: none;
	position: relative;
	padding-left: 20px;
}
.why_us ul li p{
	font-size: 16px;
	color: #333333;
	font-family: Poppins;
}
.why_us ul li p::before{
padding: 0px;
content: '\f14a';
color: red;
font-family: Font Awesome\ 5 Free;
font-weight: 700; 
position: absolute;
top: 0;
left:0;
}
/*////services>web_development/////////*/
/*.web_development{
	background-image: url("../img/webdev.jpg");
}
*/
.services img{
	width: 100%;
	padding:54px 0px;
}
.serv_list h1{
	    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    color: red;
    font-family: Poppins;

}
.serv_list ul{
	padding: 0px;
}
.serv_list ul li{
	list-style: none;
	text-align: left;
	text-decoration: none;
	position: relative;
	padding: 10px 20px 0 10px;
}
.serv_list ul li a{
	text-decoration: none;
	color: #222323;
	font-weight: bold;
	font-family: Poppins;
	font-size: 17px;
	padding: 5px;
}
.serv_list ul li::before{
content: '\f101';
color: #222323;
font-family: Font Awesome\ 5 Free;
font-weight: 700; 
position: absolute;
top: 0;
left: 0;
padding: 10px 0;
}
.serv_list ul li a:hover{
	color: #FF0000;
}
/*////website///*/
.design h1{
	text-transform: uppercase;
	color: red;
	font-weight: bold;
	font-family: 'Merriweather', serif;
	font-size: 20px;
}
.design img{
	width: 100%;
}
.design_content h1{
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Merriweather', serif;
	padding:0;
	font-size: 20px;
}
.design_content h1 span{
	color: red;
}
.design_content p{
	text-align: left;
	font-size: 16px;
	font-family: Poppins;
	padding: 0 60px 60px 60px;
	line-height: 1.6;
}
.design_content ol li{
	text-align: left;
	font-size: 16px;
	font-family: Poppins;
	padding: 0 5px;
}
.design_content ol{
	padding: 0 0px 0px 82px;
}
/*////////quote///////*/
.quote_wrap{
}
.quote_wrap a:hover{
	color:#222;
}
.quote_wrap header{
	position:static;
}
.quote_wrap .headtp-wrap{
	background-color:#F02214;
}
.quote_wrap .headbt-wrap{
	background-color:#292929;
}
.quote_wrap .page_head_wrap{
	display:none;
}
.quote_wrap .quote_cont{
	padding:40px 20px;
}
.quote_form{
}
.quote_form h4{
	font-family:Montserrat;
	font-size:17px;
	font-weight:600;
	margin:0 0 6px 15px;
	color:rgba(34,34,34,0.65);
}
.quote_form .col-md-6,.quote_form .col-md-12{
	padding:6px 15px;
}
.quote_form input.form-control,.quote_form select{
	margin-bottom:10px;
}
.quote_form select{
	max-width:400px;
}
.quote_form .timereach{
	max-width:220px;
	height:32px;
}
.quote_form label{
	color:rgba(34,34,34,0.65);
}
.quote_form .checkbox{
	display:inline-block;
	vertical-align:top;
	margin:3px 10px 3px 0;
	padding-right:10px;
	font-family:Poppins;
	font-size:13px;
	font-weight:400;
}
.quote_form .checkbox input{
	-webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .075);
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, .075);
}
.quote_form input[type="submit"]{
	margin:6px 0 0;
	padding:8px 0;
}
.quote_form h5{
	margin:0;
}
.contact_wrap{
}
.contact_wrap .page_head_wrap{
	background-image:url(../images/macbook-apple-imac-computer-39284.jpeg);
	height:260px;
}
.contact_wrap .page_head h1{
	left:25%;
	bottom:20px;
	transform:translate(-50%,0);
}
.contact_cont{
	padding:40px 20px;
}
.contact_top_wrap{
	position:relative;
}
.contact_map{
	position:relative;
}
.contact_map iframe{
	width:100%;
	height:350px;
}
.contact_details{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	right:50px;
	width:320px;
	height:110%;
	background-color:rgba(240,34,20,0.85);
	color:#fff;
	padding:25px;
}
.contact_details::before{
}
.contact_details h4{
	font-size:18px;
	font-weight:700;
}
.contact_details h5{
	font-size:15px;
	font-weight:600;
	border-top:2px solid #fff;
	padding-top:15px;
	margin:30px 0 10px;
}
.contact_details span{
	display:block;
	padding:3px 0;
}
.contact_details a{
	display:inline-block;
	border:2px solid #fff;
	border-radius:50%;
	background-color:#fff;
	width:43px;
	height:43px;
	line-height:43px;
	text-align:center;
	margin-right:10px;
	color:#F02214;
}
.contact_details a i{
	font-size:22px;
}
.contact_form_txt{
	padding:40px 0 20px;
}
.contact_form_txt h4{
	margin:0;
	font-size:22px;
	font-weight:600;
	text-align: center;
	padding: 30px 0;
}
.contact_form_txt h4 span{
	color:#F02214;
	white-space:nowrap;
}
.contact_form{
	padding:10px 0 20px;
	text-align: center;
}
.contact_form input.form-control{
	height:50px;
	margin-bottom:20px;
	border-radius:0;
}
.contact_form textarea{
	border-radius:0;
	height:180px;
	max-width:100%;
	min-width:65%;
	max-height:200px;
	min-height:120px;
	padding:10px 15px;
}
.contact_form input[type="submit"]{
	width:160px;
	padding:11px 0;
	margin-top:20px;
	background-color:red;
	border:3px solid red;
	color:#fff;
	font-family:Montserrat;
	font-size:18px;
	font-weight:400;
	transition:350ms;
	border-radius: 10px;
}
.contact_form input[type="submit"]:hover{
	background-color:transparent;
	font-weight:700;
	color:#F02214;
}
.contact_form select.form-control{
	height:50px;
	margin-bottom:20px;
	border-radius:0;
	color: #999999;
}

/*///////////outsource//////////*/
.outsource_img img{
	width: 100%;
}
.outs{
	padding: 30px;
}
.outs h1{
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Merriweather', serif;
	font-size: 25px;
}
.outs h1 span{
	color: red;
}
.outsource_content p{
	text-align: left;
	line-height: 1.6;
	font-family: Poppins;
	font-size: 16px;
}
.outsource_content ul{
	padding: 0;
}
.outsource_content ul li{
	text-align: left;
	line-height: 1.6;
	font-family: Poppins;
	font-size: 16px;
	list-style: none;
	padding: 5px 0;
}
.outsource_content ul li::before{
	content: '\f101';
	color: red;
	font-family: Font Awesome\ 5 Free;
	font-weight: 700;
	padding: 0 5px;
	font-size: 16px;
}
/*//////////contact/////*/
.contact{
	/*background-color: red;*/
}
.contact h1{
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color: red;
	font-family: 'Merriweather', serif;
}
.offices{
	text-align: center;
	padding: 0 30px 30px 30px;
	/*border:2px solid black;*/
}
.offices img{
	width: 35%;
	border-radius: 50%;
	border:2px solid red;
}
.offices h1{
	text-transform: uppercase;
	text-align: center;
	font-family: 'Merriweather', serif;
	font-weight: bold;
	font-size: 20px;
}
.offices h2{
	text-transform: uppercase;
	text-align: center;
	font-family: 'Merriweather', serif;
	font-weight: bold;
	font-size: 16px;
}
.offices .link{
	padding: 25px;
}
.offices .link a{
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
	background-color: red;
	padding: 7px;
	color: white;
	border:2px solid black;
	border-radius: 20px 0;
	font-weight: bold;
	transition: 0.4s;
}
.offices .link a:hover{
	background-color: white;
	color: red;
	border-radius: 0px 20px;
}
.page_link i{
	color: red;
	font-size: 40px;
	display: none;

}
/*/////////portfolio//////////*/
.portfolio{
	padding: 20px;
}
.portfolio_img{
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;

}
.portfolio_img img{
	width: 100%

}
.pro{
	position: relative;
	width: 300px;
	max-width: 100%;
	height: 300px;
	overflow: hidden;
	transition: 0.3s;
}
.pro:hover{
	transform:translate(12px,-12px);
	box-shadow:-5px 10px 5px 2px rgba(29,29,29,0.35);
}
.pro img{
	width: 100%;

}
.btn-info {
    color: #fff;
    background-color: red;
    border-color: red;
}
.btn-info:hover{
	background-color: rgba(0,0,0,0.7);
}
.pro,.pro:active{
    color: #fff;
    background-color: none;
    border-color: transparent;
}
.profile_image{
	width: 100%;
	height: 400px;
	overflow:hidden;
}
.profile_image_content{
	text-align: left;
}
.profile_image_content a{
	color: white;
    text-decoration: none;
    border: 2px solid red;
    background-color: red;
    padding: 7px 15px;
    text-align: center;
    border-radius: 15px;
    transition: 0.4s;
    font-weight: bold;
    display: inline-block;
}
.profile_image_content a:hover{
	color: red;
	background-color: white;
}

.countries_p{
	height: 385px;
	      margin-top: -96px;
     background-image: linear-gradient(to bottom, #FF0000, #d84154);
}
.countries_p .countries h4{
	color: rgb(0,0,0,0.8);
}
.countries_p h4{
	color: white;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}
.countriesp{
	padding: 15px 5px;
	text-align: center;
}
.countriesp img{
	    width: 70px;
    border: 2px solid white;
    border-radius: 50%;
}
/*/////////////privcy////////*/
.privacy{
	padding: 10px;
}
.privacy_content h1{
	border-bottom: 2px solid rgba(0,0,0,0.7);
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Merriweather', serif;
	font-size: 20px;
}
.privacy_content h1 span{
	color: red;
}
.privacy_content h2{
	color: 007;
	font-weight: bold;
	font-family: 'Merriweather', serif;
	font-size: 17px;
}
.privacy_content p{
	line-height: 1.6;
	font-family: Poppins;
	font-size: 15px;
	color: rgba(0,0,0,0.7);
	border-bottom: 2px solid rgba(0,0,0,0.7);
}
.privacy_img img{
	width: 100%;
}
.linkss{
	padding: 10px;
}
.linkss h4{
	text-transform: uppercase;
	font-weight: bold;
	color: red;
	font-family: 'Merriweather', serif;
}
.linkss ul{
	padding: 0;
}
.linkss ul li{
	padding: 5px;
	list-style: none;
}
.linkss ul li a{
	text-decoration: none;
	font-weight: bold;
	color: rgba(0,0,0,0.7);
	font-family: Poppins;
}
.linkss ul li a:hover{
	color: red;
}
/*///////animation/////////*/
.animated{
	animation-duration: 2s;
}
.wow{
	animation-duration: 2s;
}
