<strong></strong>a{ outline: none;}a:active{ outline: none;}a:focus{ -moz-outline-style: none;}:-moz-any-link:focus {  outline: none;}:-moz-any-link:focus {  outline: none;}

/*  General CSS*/
body{
    background: #f2f2f2;
	font-family: 'Open Sans', sans-serif;
}
	#showme {display: none; visibility: hidden;}
	#hideme {display: inline-block; visibility: visible;}
.wrapper{
    width: 92.72727272727273%;
    margin: 0 auto;
}

header ul.social li a,
.main .work a .caption,
header nav ul li a{
    transition:all .1s linear;
    -webkit-transition:all .1s linear;
    -moz-transition:all .1s linear;
    -o-transition:all .1s linear;
}

h1, h2, h3, h4, h5 ,h6{
    color: #4b4848;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
}

h1              { font-size: 2em; margin: .67em 0 }
h2              { font-size: 1.5em; margin: .55em 0; margin-top: 40px;  }
h3              { font-size: 1.17em; margin: .83em 0 }
h5              { font-size: .83em; margin: 1.5em 0 }
h6              { font-size: .75em; margin: 1.67em 0 }
h1, h2, h3, h4,
h5, h6          { font-weight: bolder }

.clearfix:before,  
.clearfix:after {  
    content: " ";  
    display: table;  
}  
.clearfix:after {  
    clear: both;  
}  
 
.clearfix {  
    *zoom: 1;  
}

  ul#courses{
       list-style-type: none; margin:0;
    }

      ul#courses li{
        margin-bottom: 20px;list-style-type: none;font-style: italic;
    }

    ul#courses li a{
        color: #3b2314;
        font-family: 'Open Sans', sans-serif;
        font-size: 15px; 
        text-decoration: none;font-style: normal;
        letter-spacing: 1px;border-bottom: 1px dotted #3b2314;
    }

    ul#courses li a:hover,
    ul#courses li a.selected{
        color: #d48971;font-style: normal;
		border-bottom: 1px dotted #3b2314;
    }
	
 li.bolder {font-weight:600;}
.dotted_ul ul{
      margin:0; list-style-type:circle;
    }

    .dotted_ul ul li{
        margin-bottom: 20px;list-style-type:circle;
    }

   .dotted_ul  ul li a{
        color: #3b2314;
        font-family: 'Open Sans', sans-serif;
        font-size: 15px; 
        text-decoration: none;font-style: normal;
        letter-spacing: 1px;border-bottom: 1px dotted #3b2314;
    }

   
	

/* Icon */

	.icon {
		text-decoration: none;
		position: relative;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon > .label {
			display: none;
		}





/*  Header  */
@media (min-width:1099px){
    header{
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 250px;
        min-height: 100%;
        padding: 0 0 0 50px;
        background: #f2f2f2; 
        float: left;
        overflow: hidden;
        z-index: 9999; border-right:#ffffff solid 3px;
    }

    header .logo{
        margin-top: 67px;
    }

    header nav ul{
        display: block;
        overflow: hidden;
        margin-top: 100px;
        list-style: none;
    }

    header nav ul li{
        display: block;
        margin-bottom: 30px;
    }

    header nav ul li a{
        color: #3b2314;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        text-decoration: none;
        letter-spacing: 1px;
    }

    header nav ul li a:hover,
    header nav ul li a.selected{
        color: #41949d;
		border-bottom: 1px dotted #41949d;
    }

	
    header .footer{
        position: absolute;
        bottom: 50px;
    }

    header ul.social{
        list-style: none;
        margin-bottom: 5px;
    }

    header ul.social li{
        display: block;
        float: left;
        position: relative;
        margin: 0 15px 15px 0;
    }


    header ul.social li a{
        display: block;
        width: 30px;
        height: 30px;
         }


   
    header .rights p{
        color: #454545;
       font-family: 'Open Sans', sans-serif;
        font-size: 11px;
        letter-spacing: 1px;
        line-height: 18px;
    }

    header .rights a{
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        text-decoration: none;
    }
    #menu_icon,
    .close_menu{
        display: none;
    }

}

#menu_icon,
.close_menu{
    float: right;
    margin-right: 40px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url('../img/men_icons.png') no-repeat;
  
}

#menu_icon{    
   
}
.close_menu{
    background-position: -41px 0!important;
}






/*  Main  */
.main{
    width: 100%;
    height: 100%;
    padding-left: 300px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 55;
    background: #535254/*#31778a*/;
    clear: both;
}







/*  Home/portfolio  */
.main .work{
    display: block;
    width: 33.33333333333333%;
    height: auto;
    float: left;
    position: relative;
    overflow: hidden;
}

.main .work .media{
    width: 100%;
    vertical-align: middle;
}

.main .work .caption{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0; 
    left: 0;
    background: #ffffff;
    opacity: 0;
}


.main .work a:hover .caption{
    opacity: 1;
}


.work .caption .work_title{
    display: block;
    width: 100%;
    position: absolute;
    text-align: center;
    top: 50%;
    margin-top: -40px;
}

.main .work .caption h1{
    position: relative;
    display: inline-block;
    max-width: 90%;
    padding: 20px 0;
    z-index: 77;
    color: #3b2314;
	font-family: 'Open Sans', sans-serif; font-weight:400;
    font-size: 16px;
    letter-spacing: .5px;
    border-bottom: 1px dotted #bfbbbb;
    border-top: 1px dotted #bfbbbb;
}







/*  Inner Page  */
.top{
    width: 100%;
    height: 350px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/web-design-2015.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}

.top_web_design_16{
    width: 100%;
    height: 350px;
    overflow: hidden;
    display: block;
    position: relative;
    background:url('../img/web-design-2016.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}

.top_web_design_17{
    width: 100%;
    height: 350px;
    overflow: hidden;
    display: block;
    position: relative;
    background:url('../img/web-design-2017.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}


.top_web_design_19itmom{
    width: 100%;
    height: 350px;
    overflow: hidden;
    display: block;
    position: relative;
    background:url('../img/web-design-itmom-2019inside.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}

.top_web_design_21itmom{
    width: 100%;
    height: 350px;
    overflow: hidden;
    display: block;
    position: relative;
    background:url('../img/web-design-itmom-2021inside.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.top_web_design_23itmom{
    width: 100%;
    height: 350px;
    overflow: hidden;
    display: block;
    position: relative;
    background:url('../img/web-design-itmom-2023inside.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}

.top_web_design_24itmom{
    width: 100%;
    height: 350px;
    overflow: hidden;
    display: block;
    position: relative;
    background:url('../img/web-design-itmom-2024inside.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}

.top_web_design_26itmom{
    width: 100%;
    height: 350px;
    overflow: hidden;
    display: block;
    position: relative;
    background:url('../img/web-design-itmom-2026inside.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}



.top_web_design_23std{
    width: 100%;
    height: 350px;
    overflow: hidden;
    display: block;
    position: relative;
    background:url('../img/web-design-std-2023inside.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}

.top_ux_ui_design_22{
    width: 100%;
    height: 350px;
    overflow: hidden;
    display: block;
    position: relative;
    background:url('../img/ux-ui-design-2022inside.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}

.top_ux_ui_design_25{
    width: 100%;
    height: 350px;
    overflow: hidden;
    display: block;
    position: relative;
    background:url('../img/ux-ui-design-2025inside.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}

.top_cybersecurity{
    width: 100%;
    height: 350px;
    overflow: hidden;
    display: block;
    position: relative;
    background:url('../img/cybersecurity-2021inside.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}

.top_cybersecurity22{
    width: 100%;
    height: 350px;
    overflow: hidden;
    display: block;
    position: relative;
    background:url('../img/cybersecurity-2022inside.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.top_cybersecurity23{
    width: 100%;
    height: 350px;
    overflow: hidden;
    display: block;
    position: relative;
    background:url('../img/cybersecurity-2023inside.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.top_cybersecurity24{
    width: 100%;
    height: 350px;
    overflow: hidden;
    display: block;
    position: relative;
    background:url('../img/cybersecurity-2024inside.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.top_cybersecurity25{
    width: 100%;
    height: 350px;
    overflow: hidden;
    display: block;
    position: relative;
    background:url('../img/cybersecurity-2025inside.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}

.top_cybersecurity26{
    width: 100%;
    height: 350px;
    overflow: hidden;
    display: block;
    position: relative;
    background:url('../img/cybersecurity-2026inside.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}

.top_web_design_20itmom{
    width: 100%;
    height: 350px;
    overflow: hidden;
    display: block;
    position: relative;
    background:url('../img/web-design-itmom-2020inside.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}

.top_web_design_21{
    width: 100%;
    height: 350px;
    overflow: hidden;
    display: block;
    position: relative;
    background:url('../img/web-design-2021inside.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.top_web_design_22{
    width: 100%;
    height: 350px;
    overflow: hidden;
    display: block;
    position: relative;
    background:url('../img/web-design-2022inside.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.top_web_design_23{
    width: 100%;
    height: 350px;
    overflow: hidden;
    display: block;
    position: relative;
    background:url('../img/web-design-2023inside.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}


.top_web_design_19{
    width: 100%;
    height: 350px;
    overflow: hidden;
    display: block;
    position: relative;
    background:url('../img/web-design-2019inside.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.top_web_design_20{
    width: 100%;
    height: 350px;
    overflow: hidden;
    display: block;
    position: relative;
    background:url('../img/web-design-bit-2020inside.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}

.image_manipulation_16{
    width: 100%;
    height: 350px;
    overflow: hidden;
    display: block;
    position: relative;
    background:url('../img/image-manipulation-2016.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}


.top-quality{
    width: 100%;
    height: 350px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/software-quality.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.top-quality-2017 {
	 width: 100%;
    height: 350px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/software-quality-2017.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
	}
.top-quality-2018 {
	 width: 100%;
    height: 350px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/software-quality-2018.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
	}
.top-quality-2019 {
	 width: 100%;
    height: 350px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/software-quality-2019.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
	}

.top-quality-2020 {
	 width: 100%;
    height: 350px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/software-quality-2020.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
	}
.top-quality-2021 {
	 width: 100%;
    height: 350px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/software-quality-2021.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
	}
.top-quality-2022 {
	 width: 100%;
    height: 350px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/software-quality-2022.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
	}
	.top-quality-2023 {
	 width: 100%;
    height: 350px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/software-quality-2023.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
	}
		.top-quality-2025 {
	 width: 100%;
    height: 350px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/software-quality-2025.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
	}
	
			.top-quality-2026 {
	 width: 100%;
    height: 350px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/software-quality-2026.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
	}
.top-vector-design{
    width: 100%;
    height: 350px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/vector-design.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}

.top-vdesign{
    width: 100%;
    height: 350px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url("../img/vector-course-2017.jpg") no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}

.top-vdesign2018{
    width: 100%;
    height: 350px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url("../img/vector-design-2018.jpg") no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}

.top-vdesign2019{
    width: 100%;
    height: 350px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url("../img/vector-design-2019.jpg") no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.topvdesign2021pls{
    width: 100%;
    height: 350px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url("../img/vector-design-2021.jpg") no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.topvdesign2023pls{
    width: 100%;
    height: 350px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url("../img/vector-design-2023.jpg") no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}

.topvdesign2024pls{
    width: 100%;
    height: 350px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url("../img/vector-design-2023.jpg") no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}

.topvdesign2025pls{
    width: 100%;
    height: 350px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url("../img/vector-design-2025.jpg") no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}

.topvdesign2026pls{
    width: 100%;
    height: 350px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url("../img/vector-design-2026.jpg") no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}

.top-vdesign2020{
    width: 100%;
    height: 350px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url("../img/vector-design-2020.jpg") no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}


.frameworks2018{
    width: 100%;
    height: 350px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url("../img/frameworks-2018.jpg") no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}

.work_nav{
    display: block;
    width: 100%;
}

.work_nav .btn{
    float: right;
}

.work_nav ul{
    list-style: none;
}

.work_nav ul li{
    display: block;
    float: left;
    margin: 0 0 1px 1px;
    position: relative;font-style:normal;
}

.work_nav a{
    display: block;
    width: 40px;
    height: 40px;
    background: url('../img/p_navigation.png') no-repeat;
    background-position: 0 0;
}

.work_nav a.previous{
    background-position: 0 0; 
}

.work_nav a.grid{
    background-position: -41px 0;
}

.work_nav a.next{
    background-position: -82px 0;
}

.top .title{
    display: block;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 700;
    background: rgba(255, 255, 255, .7);
    padding: 20px 20px 20px 30px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0!important;
    overflow: hidden;color: #3b2314;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}

.top_web_design_16 .title{
    display: block;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 700;
    background: rgba(255, 255, 255, .9);
    padding: 20px 20px 20px 30px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0!important;
    overflow: hidden;color: #d61e42;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}

.top_web_design_17 .title{
    display: block;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 700;
    background: rgba(255, 255, 255, .9);
    padding: 20px 20px 20px 30px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0!important;
    overflow: hidden;color: #e8415d;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}
.top_web_design_18 .title{
    display: block;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 700;
    background: rgba(255, 255, 255, .9);
    padding: 20px 20px 20px 30px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0!important;
    overflow: hidden;color: #f17954;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}

.top_web_design_19itmom .title{
    display: block;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 700;
    background: rgba(255, 255, 255, .9);
    padding: 20px 20px 20px 30px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0!important;
    overflow: hidden;color: #ce0943;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}

.top_web_design_21 .title{
    display: block;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 700;
    background: rgba(255, 255, 255, .9);
    padding: 20px 20px 20px 30px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0!important;
    overflow: hidden;color: #754c84;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}

.top_web_design_21 .title{
    display: block;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 700;
    background: rgba(255, 255, 255, .9);
    padding: 20px 20px 20px 30px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0!important;
    overflow: hidden;color: #754c84;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}

.top_web_design_22 .title{
    display: block;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 700;
    background: rgba(255, 255, 255, .9);
    padding: 20px 20px 20px 30px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0!important;
    overflow: hidden;color: #754c84;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}
.top_web_design_23 .title{
    display: block;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 700;
    background: rgba(255, 255, 255, .9);
    padding: 20px 20px 20px 30px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0!important;
    overflow: hidden;color: #754c84;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}
.top_web_design_21itmom .title{
    display: block;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 700;
    background: rgba(255, 255, 255, .9);
    padding: 20px 20px 20px 30px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0!important;
    overflow: hidden;color: #3362cc;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}
.top_web_design_23itmom .title{
    display: block;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 700;
    background: rgba(255, 255, 255, .9);
    padding: 20px 20px 20px 30px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0!important;
    overflow: hidden;color: #f9675a;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}

.top_web_design_24itmom .title{
    display: block;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 700;
    background: rgba(255, 255, 255, .9);
    padding: 20px 20px 20px 30px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0!important;
    overflow: hidden;color: #f9675a;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}


.top_web_design_25itmom .title{
    display: block;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 700;
    background: rgba(255, 255, 255, .9);
    padding: 20px 20px 20px 30px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0!important;
    overflow: hidden;color: #382a88;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}

.top_web_design_26itmom .title{
    display: block;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 700;
    background: rgba(255, 255, 255, .9);
    padding: 20px 20px 20px 30px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0!important;
    overflow: hidden;color: #382a88;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}


.top_web_design_23std .title{
    display: block;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 700;
    background: rgba(255, 255, 255, .9);
    padding: 20px 20px 20px 30px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0!important;
    overflow: hidden;color: #f9675a;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}
.top_ux_ui_design_22 .title{
    display: block;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 700;
    background: rgba(255, 255, 255, .9);
    padding: 20px 20px 20px 30px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0!important;
    overflow: hidden;color: #4361b7;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}

.top_ux_ui_design_25 .title{
    display: block;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 700;
    background: rgba(255, 255, 255, .9);
    padding: 20px 20px 20px 30px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0!important;
    overflow: hidden;color: #4361b7;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}

.top_cybersecurity .title{
    display: block;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 700;
    background: rgba(255, 255, 255, .9);
    padding: 20px 20px 20px 30px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0!important;
    overflow: hidden;color: #ba4d47;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}

.top_cybersecurity22 .title{
    display: block;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 700;
    background: rgba(255, 255, 255, .9);
    padding: 20px 20px 20px 30px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0!important;
    overflow: hidden;color: #ba4d47;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}
.top_cybersecurity23 .title{
    display: block;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 700;
    background: rgba(255, 255, 255, .9);
    padding: 20px 20px 20px 30px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0!important;
    overflow: hidden;color: #ba4d47;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}
.top_cybersecurity24 .title{
    display: block;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 700;
    background: rgba(255, 255, 255, .9);
    padding: 20px 20px 20px 30px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0!important;
    overflow: hidden;color: #ba4d47;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}
.top_cybersecurity25 .title{
    display: block;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 700;
    background: rgba(255, 255, 255, .9);
    padding: 20px 20px 20px 30px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0!important;
    overflow: hidden;color: #ba4d47;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}

.top_cybersecurity26 .title{
    display: block;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 700;
    background: rgba(255, 255, 255, .9);
    padding: 20px 20px 20px 30px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0!important;
    overflow: hidden;color: #ba4d47;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}

.top_web_design_20itmom .title{
    display: block;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 700;
    background: rgba(255, 255, 255, .9);
    padding: 20px 20px 20px 30px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0!important;
    overflow: hidden;color: #47436e;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}


.top_web_design_19 .title{
    display: block;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 700;
    background: rgba(255, 255, 255, .9);
    padding: 20px 20px 20px 30px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0!important;
    overflow: hidden;color: #ce0943;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}


.top_web_design_20 .title{
    display: block;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 700;
    background: rgba(255, 255, 255, .9);
    padding: 20px 20px 20px 30px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0!important;
    overflow: hidden;color: #ce0943;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}
.image_manipulation_16 .title{
    display: block;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 700;
    background: rgba(255, 255, 255, .9);
    padding: 20px 20px 20px 30px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0!important;
    overflow: hidden;color: #d61e42;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}
.top-quality .title {
	 display: block;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 700;
    background: rgba(255, 255, 255, .7);
    padding: 20px 20px 20px 30px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0!important;
    overflow: hidden;color: #f79220;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

	}
.top-quality-2017  .title {
	 display: block;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 700;
    background: rgba(255, 255, 255, .7);
    padding: 20px 20px 20px 30px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0!important;
    overflow: hidden;color: #f79220;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

	}	
.top-quality-2018 .title {
	 display: block;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 700;
    background: rgba(255, 255, 255, .7);
    padding: 20px 20px 20px 30px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0!important;
    overflow: hidden;color: #7d2332;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

	}	
.top-quality-2019 .title {
	 display: block;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 700;
    background: rgba(255, 255, 255, .7);
    padding: 20px 20px 20px 30px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0!important;
    overflow: hidden;color: #3a4d57;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

	}	

.top-quality-2021 .title {
	 display: block;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 700;
    background: rgba(255, 255, 255, .7);
    padding: 20px 20px 20px 30px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0!important;
    overflow: hidden;color: #e25a44;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

	}	
.top-quality-2022 .title {
	 display: block;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 700;
    background: rgba(255, 255, 255, .7);
    padding: 20px 20px 20px 30px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0!important;
    overflow: hidden;color: #c96717;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

	}	
	.top-quality-2023 .title {
	 display: block;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 700;
    background: rgba(255, 255, 255, .7);
    padding: 20px 20px 20px 30px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0!important;
    overflow: hidden;color: #c96717;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

	}	

.top-quality-2020 .title {
	 display: block;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 700;
    background: rgba(255, 255, 255, .7);
    padding: 20px 20px 20px 30px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0!important;
    overflow: hidden;color: #418acd;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

	}	
	.top-quality-2025 .title {
	 display: block;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 700;
    background: rgba(255, 255, 255, .7);
    padding: 20px 20px 20px 30px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0!important;
    overflow: hidden;color: #418acd;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

	}	
		.top-quality-2026 .title {
	 display: block;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 700;
    background: rgba(255, 255, 255, .7);
    padding: 20px 20px 20px 30px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0!important;
    overflow: hidden;color: #418acd;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

	}	
	
	
	
.top-vdesign .title {
	 display: block;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 700;
    background: rgba(255, 255, 255, .7);
    padding: 20px 20px 20px 30px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0!important;
    overflow: hidden;color: #f79220;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

	}

.top-vdesign2018 .title {
	 display: block;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 700;
    background: rgba(255, 255, 255, .7);
    padding: 20px 20px 20px 30px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0!important;
    overflow: hidden;color: #018a9d;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

	}

.top-vdesign2019 .title {
	 display: block;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 700;
    background: rgba(255, 255, 255, .7);
    padding: 20px 20px 20px 30px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0!important;
    overflow: hidden;color: #018a9d;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

	}

.topvdesign2021pls .title {
	 display: block;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 700;
    background: rgba(255, 255, 255, .7);
    padding: 20px 20px 20px 30px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0!important;
    overflow: hidden;color: #a23840;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

	}
.topvdesign2022pls .title {
	 display: block;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 700;
    background: rgba(255, 255, 255, .7);
    padding: 20px 20px 20px 30px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0!important;
    overflow: hidden;color: #e05241;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

	}
	.topvdesign2022pls .title {
	 display: block;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 700;
    background: rgba(255, 255, 255, .7);
    padding: 20px 20px 20px 30px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0!important;
    overflow: hidden;color: #e05241;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

	}
	
	.topvdesign2023pls .title {
	 display: block;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 700;
    background: rgba(255, 255, 255, .7);
    padding: 20px 20px 20px 30px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0!important;
    overflow: hidden;color: #e05241;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

	}
	
		.topvdesign2025pls .title {
	 display: block;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 700;
    background: rgba(255, 255, 255, .7);
    padding: 20px 20px 20px 30px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0!important;
    overflow: hidden;color: #e05241;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

	}
		
		.topvdesign2026pls .title {
	 display: block;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 700;
    background: rgba(255, 255, 255, .7);
    padding: 20px 20px 20px 30px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0!important;
    overflow: hidden;color: #e05241;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

	}

.top-vdesign2020 .title {
	 display: block;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 700;
    background: rgba(255, 255, 255, .7);
    padding: 20px 20px 20px 30px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0!important;
    overflow: hidden;color: #c32679;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

	}



.frameworks2018 .title {
	 display: block;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 700;
    background: rgba(255, 255, 255, .8);
    padding: 20px 20px 20px 30px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0!important;
    overflow: hidden;color: #018a9d;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

	}
	
.top-vector-design-2017 .title{
	
	 display: block;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 700;
    background: rgba(255, 255, 255, .8);
    padding: 20px 20px 20px 30px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0!important;
    overflow: hidden;color: #8dc63f;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	}

.anotation {font-style:italic;}

.content_header{
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 50%;
    margin-left: -46.36363636363637%;
}

.content{
    color: #3b2314;
    font-family: 'Open Sans', sans-serif; font-weight:300;
    font-size: 15px;
    line-height: 22px;
    padding: 30px 30px;
    background: #fff;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.content p{
    color: #4b4848;
    font-family: 'Open Sans', sans-serif; font-weight:300;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 30px;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6{
    color: #4b4848;
    font-family: 'Open Sans', sans-serif; font-weight:300;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 30px;

}

/*  Contact page map  */
#map .map_adresse{
   font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
}

#map .map_address,
#map .map_tel{
    padding: 5px;
}

#map .map_address .address,
#map .map_tel .tel{
   font-family: 'Open Sans', sans-serif;
    font-weight: bolder;
}

#map img{
    max-width: none;
}







/*  Tooltip  */
.tooltip{
    display: inline-block;
    padding: 15px 20px;
    background: #3b2314;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px; line-height:14px;
    position: absolute; 
    white-space: nowrap;
    z-index: 999;
    opacity: 0;
    text-align: center;
    letter-spacing: .5px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

}

.tooltip:after{
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0px;
    border-color: #3b2314 transparent transparent transparent;
    display: block;
    text-align: center;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -3px;
}







/*  Responsive code  */
@media (max-width:1099px){

    header{
        display: block;
        width: 100%;
        min-height:60px;
        padding: 0;
        position: relative;background-color:#f2f2f2;
    }
    header .logo{
        margin: 20px 0 10px 20px; 
        float: left;
    }
	#hideme {display:none; visibility:hidden;}
	#showme {display: inline-block; visibility: visible;}
    header .footer{
        display: none;
    }
    header #menu_icon,
    header .close_menu{
        float: right;
        margin: 10px 20px 0 0;
    }
	
    
    header nav{
        width: 100%;
        position: absolute;
        top: 60px;
        left: 0;
        z-index: 9999;
    }
.show_menu ul li {margin:0; padding:0;}
    header nav ul{
        list-style: none;
        display: none;
        position: relative;
    }
    header nav ul li a{
        display: block;
        width: 100%;
        padding: 30px 0;
        text-align: center;
        color: #3b2314;
        font-size: 14px;
        text-decoration: none;
        border-top: 1px dotted #cbcbcc;
        background-color: #ffffff;
    }
	header nav ul li a:hover, header nav ul li a:selected {
         background-color: #5da0a6; color:#ffffff; border-bottom: 1px dotted #ffffff;
    }
    header nav ul li a:active{
        background-color: #5da0a6; color:#ffffff;
    }
    #menu_icon,
    .close_menu,
    .show_menu{
        display: block;
    }
    .show_menu{
        display: block;
    }

    .main .work{
        width: 50%;
    }
    .main{
        width: 100%;
        position: relative;
        padding-left: 0;
    }
    #map{
        margin: 0!important;
    }
}

@media (max-width:550px){
     .main .work{
        width: 100%;
    }
}

.top_web_design_25{
    width: 100%;
    height: 350px;
    overflow: hidden;
    display: block;
    position: relative;
    background:url('../img/web-design-2025inside.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}

.top_web_design_26{
    width: 100%;
    height: 350px;
    overflow: hidden;
    display: block;
    position: relative;
    background:url('../img/web-design-2026inside.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}

.top_web_design_25 .title{
    display: block;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 700;
    background: rgba(255, 255, 255, .9);
    padding: 20px 20px 20px 30px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0!important;
    overflow: hidden;color: #382a88;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}


.top_web_design_26 .title{
    display: block;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 700;
    background: rgba(255, 255, 255, .9);
    padding: 20px 20px 20px 30px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0!important;
    overflow: hidden;color: #382a88;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}