/*
++++++++++++++++++++++
google font link
+++++++++++++++++++++
*/
@import url('https://fonts.googleapis.com/css?family=Raleway:200,300,400,500,600');
*{
    margin: 0;
    padding: 0;
}
body{
    font-family: 'Raleway', sans-serif;
    background-image: url(../img/body_bg.jpg);
    
}

/*
++++++++++++++++++++++
header style area
+++++++++++++++++++++
*/
.header_area{
    background-color: white;
}
.header_top{
    background-image: url(../img/header_bg.jpg);
    background-repeat: repeat;
    color: white;
    text-align: right;
}
.header_top p{
margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
}
.header_top p a{
font-weight: lighter;
    color: white;
}
.header_top p span{
font-weight: lighter;
    margin-left: 5px;
}
.header_top p .phone_img{
    margin-right: 5px;
}
.phone_num{
    margin-right: 6px;
}
.phone{
    display: none;
}
.flag{
    margin-left: 6px;
}
.header_nav #navbarColor01 a{
    color: #666666;
   transition: .4s;
}
.header_nav #navbarColor01 a:hover{
    color: #0099cc;
   
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
    color: red;
    background: #0099cc;
    border-radius: 6px;
}
.header_nav{
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: white;
}
.navbar {
	padding: 0;
}
.header_top p {
	padding-right: 8px;
}
/*
++++++++++++++++++++++
office converters area style
+++++++++++++++++++++
*/
h2{
    font-size: 18px;
}
p{
    font-size: 14px;
    letter-spacing: .4px;
    font-weight: lighter;
}
.office_converters{
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.office_bg{
    background-color: white;
}
.product_item h2{
    font-size: 16px;
}
.product_item{
    color: #999999;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.product_button button.btn{
    border: 1px solid #999;
    transition: .5s;
    font-size: 13px;
    width: 45%;
    font-weight: 400;
    
}

.product_button .btn.buy{
    background-color: #ff9933;
    border-color: #ff9933;
    color: white;
}

.product_button .btn.buy:hover{
    background-color: #0099cc;
    color: white;
    border-color: #0099cc;
}

.product_button .btn.try:hover{
    background-color: #0099cc;
    color: white;
    border-color: #0099cc;
}
.all_in_one{
    background-color: #aedfff5c;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    margin-bottom: 20px;
}
.all_in_one button.btn{
    width: 100px;
}
.all_in_one button.btn.try{
    background-color: transparent;
}
.coco_co{
    font-weight: 500;
    color: #0099cc;
}

.coco_co .type{
    font-weight: 400;
    color: #999;
    font-size: 13px;
    margin-right: 25px;
    margin-left: 10px;
}
.office_heading.text-center {
	margin-top: 30%;
}

.office_heading img{
	margin-bottom: 10px;
}

.office_heading h2{
text-transform: capitalize;
    color: #333333;
}
/*
++++++++++++++++++++++
mail converters area style
+++++++++++++++++++++
*/
.mail_converters .office_heading.text-center {
	margin-top: 50%;
}

.mail_converters  {
margin-bottom: 30px;
}
/*
++++++++++++++++++++++
mail converters area style
+++++++++++++++++++++
*/

.data_exchange{
    margin-bottom: 30px;
}
/*
++++++++++++++++++++++
multimedia converters area style
+++++++++++++++++++++
*/
.multimedia_converter{
    margin-bottom: 30px;
}
.multimedia_converter .office_heading.text-center {
	margin-top: 12%;
}
/*
++++++++++++++++++++++
Tiff & PDF Apps style
+++++++++++++++++++++
*/
.row_bg_tiff{
    background-image: url(../img/tiff_bg_1.jpg);
    background-repeat: repeat;
    text-align: center;
    padding-top: 30px;
}
.tiff_head h2{
    color: #3dace0;
    position: relative;
    padding-top: 10px;
}

.tiff_head h2::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 44%;
    background-color: #3dace0;
}

.tiff_head h2::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 1px;
    width: 44%;
    background-color: #3dace0;
}

.row_bg_split{
    text-align: center;
    padding-top: 20px;
}

.tiff_and_pdf_apps .office_heading.text-center {
	margin-top: 163%;
}

/*
++++++++++++++++++++++
Tiff & PDF Apps style
+++++++++++++++++++++
*/

.offer_area{
    margin-top: 30px;
}
.offer_bg{
    background-color: white;


}
.offer_left{
    display: table;
    height: 200px;
    background-color: #ff9933;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    
}
.offer_left::after{
  position: absolute;
    content: '';
     width: 0;
      height: 0;
      border-bottom: 200px solid transparent;
      border-right: 60px solid #fff;
    top: 0;
    right: 0;
}
.offer_right_last{
    position: relative;
}

.offer_right_last::after{
  position: absolute;
    content: '';
     width: 0;
      height: 0;
      border-bottom: 200px solid #ff9933;
      border-right: 30px solid #ff9933;
    right: 0;
}
.offer_right_last::before{
  position: absolute;
    content: '';
     width: 0;
      height: 0;
      border-bottom: 200px solid transparent;
      border-right: 60px solid #ff9933;
    right: 0;
    margin-right: 30px;
}
.offer_left h2{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-weight: lighter;
    font-size: 24px;
    color: white;
    
}
.offer_right{
    text-align: center;
    
}
.offer_right h4{
font-weight: lighter;
    margin-top: 30px;
    color: red;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #0099cc;
}

.offer_right h1{
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #0099cc;
    padding-bottom: 5px;
}
.offer_right p{
    font-size: 30px;
    color: #0099cc;
    font-weight: lighter;
}
/*
++++++++++++++++++++++
File Viewer style
+++++++++++++++++++++
*/
.file_viewer{
    margin-top: 30px;
    margin-bottom: 30px;
}

.file_viewer .office_heading.text-center {
	margin-top: 49%;
}
.footer_top{
    background-image: url(../img/footer_top_bg.jpg);
    padding: 0;
    padding-top: 10px;
    padding-bottom: -15px;
}

.footer_menu img{
   margin-right: 10px;
}
.footer_menu ul li{
 list-style: none;
}
.footer_menu a{
  color: #7e8686;
    font-size: 13px;
    text-decoration: none;
}
.social_media{
    text-align: right;
    padding-top: 12px
}

.social_media img{
margin-left: 6px;
}
.footer{
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: url(../img/footer_bottom_bg.jpg);
}
.footer p{
    margin: 0;
    color: #7e8686;
    font-weight: 500;
}







