    /* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
    :: Template name: LimHost Domain &amp; Hosting HTML Template
    :: Template URI: http://designing-world.com
    :: Description: bizpro Business HTML TemplateLimHost Domain &amp; Hosting HTML Template.
    :: Template author name: MD NAZRUL ISLAM
    :: Template author url: http://designing-world.com
    :: Version: 1.0
    ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 
    *
    *
    ::::::::::::::::::::::::::::::::::::: :: Index of CSS :: ::::::::::::::::::::::::::::::::::
     
    :: 1.0 Fonts
    :: 2.0 Common CSS
    :: 3.0 Preloader Css
    :: 4.0 Header area css
    :: 5.0 Top header css
    :: 6.0 Main header css
    :: 7.0 Main Menu Area
    :: 8.0 Mega-Menu Area CSS
    :: 9.0 login area css
    :: 10.0 welcome area css
    :: 11.0 Domain Search area css
    :: 12.0 Call to Action Area CSS
    :: 13.0 Services area css
    :: 14.0 cool facts area css
    :: 15.0 Price Plan Area CSS
    :: 16.0 special area css
    :: 17.0 why chose us area css
    :: 18.0 our clients area css
    :: 19.0 blog area css
    :: 20.0 partner area css
    :: 21.0 footer area css
    :: 22.0 footer bottom area css
    :: 23.0 faq area css
    :: 24.0 bredcumb area css
    :: 25.0 Domain Area CSS
    :: 26.0 our advisor area css
    :: 27.0 blog area css
    :: 28.0 404 page area css
    :: 29.0 contact us area css
    :: 30.0 about us area css
    :: 31.0 register area css
    :: 32.0 privacy ploicy area css
    :: 33.0 Sidebar Area CSS
    :: 34.0 cart page css
    :: 35.0 checkout page css
    :: 36.0 cooming soon area css

    :::::::::::::::::::::::::::::::::: */
    /* ::::::::::::::::::::::::::::::::::
    :: Import all css 
    :::::::::::::::::::::::::::::::::: */
    
    @import 'css/bootstrap.min.css';
    @import 'css/owl.carousel.css';
    @import 'css/animate.css';
    @import 'css/meanmenu.css';
    @import 'css/font-awesome.min.css';
    @import 'css/et-line.css';
    @import 'css/cloud.css';
 
    /* ::::::::::::::::::::::::::::::::::
    :: ここはいじらない
    :::::::::::::::::::::::::::::::::: */		    
    
    * {
        margin: 0;
        padding: 0;
    }
    
    .floatleft {
        float: left
    }
    
    .floatright {
        float: right
    }
    
    .alignleft {
        float: left;
        margin-right: 15px;
    }
    
    .alignright {
        float: right;
        margin-left: 15px;
    }
    
    .aligncenter {
        display: block;
        margin: 0 auto 15px;
    }
    
    img {
        height: auto;
        max-width: 100%;
    }

            
    /* ::::::::::::::::::::::::::::::::::
    :: フォントサイズ・色
    :::::::::::::::::::::::::::::::::: */
    
    body {
        font-size: 14px;
        line-height: 24px;
        font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
        color: #000;
    }

    h1,
    h2,
    h3,
    h4,
    h5 {
        margin: 0;
        font-weight: 400;
        font-size: 14px;
    }

    .small {
	    font-size: 10px;
    }
   
   p {
    	margin: 0 0 24px;
    }

    /* ::::::::::::::::::::::::::::::::::
    :: リンクの色
    :::::::::::::::::::::::::::::::::: */
    
    a{
	    color: #ff0000;
    }
    
    a:hover,
    a:focus {
        -webkit-transition: all 500ms ease 0s;
        transition: all 500ms ease 0s;
        text-decoration: underline;
        outline: none;
        color: #ff0000;
    }


    /* ::::::::::::::::::::::::::::::::::
    :: 上下のマージン
    :::::::::::::::::::::::::::::::::: */
    
   .section_padding_250 {
        padding: 250px 15px 0;
    }
    
   .pt24{
	   padding-top: 24px;
   }


/* ::::::::::::::::::::::::::::::::::
    :: スマホ時の上下のマージン
    :::::::::::::::::::::::::::::::::: */   
	
	@media only screen and (max-width: 480px){
		.section_padding_250 {
        padding: 130px 15px 0;
    	}
	}	
