/*
Theme Name: Bobby Bhuiyan
Theme URI: https://bobbybhuiyan.com
Description: Bobby Bhuiyan WordPress Theme based on Divi and customised with love and a sprinkling of Fairy Dust by 247 Creative.
Version: 1.0
Author: Alex Stanhope
Author URI: https://www.247creative.co.uk
Template: Divi
Tags: responsive, grey, white, blue, orange, business
*/


/* Main Theme Import
*********************************************************/

@import url('../Divi/style.css');
	
/* CSS3 Goodness
*********************************************************/

::-moz-selection{
	background-color:#e16d3e;
	color:#fff;
	}
::selection{
	background-color:#e16d3e;
	color:#fff;
	}
	
input::-moz-placeholder{
    color:#999 !important;
	}

input::-webkit-input-placeholder{
    color:#999 !important;
	}

input:-ms-input-placeholder{
    color:#999 !important;
	}
	
a,
.wpcf7-text,
.wpcf7-number,
.wpcf7-date,
.wpcf7-textarea,
.wpcf7-captchar,
.wpcf7-submit,
.et_pb_scroll_top.et-pb-icon,
.post.status-publish img,
.dtb-read-more:before,
.link-service,
img#logo,
img.logo,
footer img{
	-moz-transition:all 0.2s ease;
	-webkit-transition:all 0.2s ease;
	transition:all 0.2s ease;
	}
	
.animate-in{
    -webkit-animation:fadeIn .5s ease-in;
    animation:fadeIn .5s ease-in;
	}

.animate-out{
    -webkit-transition:opacity .5s;
    transition:opacity .5s;
    opacity:0;
	}

@-webkit-keyframes fadeIn{
	
    from { opacity:0; }
    to { opacity:1; }
    
	}

@keyframes fadeIn{
	
    from { opacity:0; }
    to { opacity:1; }
    
	}
	
/* Helper Classes
*********************************************************/
	
@media only screen and (max-width:1200px){
	
	.hidden-sm{
		display:none !important;		
		}
	
	}
	
@media only screen and (min-width:980px){
	
	.hidden-md{
		display:none !important;
		}
	
	}
	
@media only screen and (max-width:480px){
	
	.hidden-xs{
		display:none !important;		
		}
	
	}
	
/* Class Styles
*********************************************************/

.ticks ul{
	margin-top:15px;
	margin-bottom:15px;
	list-style-type:none !important;
	}
	.ticks ul li{
		float:none;
		clear:both;
		margin-top:15px;
		padding-left:15px;
		}
		.ticks ul li:before{
			float:left;
			content:'\e052' !important;
			font-family:'ETMODULES' !important;
			margin:0 0 0 -30px !important;
			font-size:1em !important;
			}
			.et_pb_bg_layout_dark.ticks ul li:before{
				color:#999;
				}
			.et_pb_bg_layout_light.ticks ul li:before{
				color:#e16d3e;
				}
	
/* Body Styles
**********************************************************/

body{
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	-webkit-text-size-adjust:100%;
	font-family:azo-sans-web, sans-serif;
	overflow-x:hidden !important;
	background:#f7f7f7;
	opacity:1;
	}
	body.fade-out{
	    opacity:0;
	    transition:none;
		}

@media only screen and (min-width:1200px){
	
	html{
		border:10px solid #fff;
		}
		
	}
		
/* Text Styles
**********************************************************/

h1,
h2,
h3,
h4{
	font-family:freight-display-pro, serif;
	}
	
.content-text h5{
	margin-bottom:25px;
	}
	
.content-text.first p:first-of-type,
.content-overlaid p,
.content-question p,
.content-copyright p{
	font-family:freight-display-pro, serif;
	}
	.content-text.first.intro strong{
		font-weight:normal;
		position:relative;
		}
		.content-text.first.intro strong:after{
			content:'';
			position:absolute;
			width:100%;
			height:3px;
			left:0;
			bottom:1px;
			margin:0 auto;
			right:0;
			background-color:#eee;
			z-index:-1;
			}
	
/* Header Styles
*********************************************************/

#main-header{
	-webkit-box-shadow:rgba(255,255,255,0) !important;
	box-shadow:rgba(255,255,255,0) !important;
	}
	@media only screen and (min-width:1200px){
		
		#main-header{
			padding-top:20px;
			}
			
		}
		@media only screen and (max-width:980px){
			
			#main-header .container{
				border-bottom:none;	
				}
			
			}
	@media only screen and (min-width: 981px){
		
		.et_pb_svg_logo #logo{
			height:25% !important;
			}
		#main-header .container{
			border-bottom:1px solid rgba(255,255,255,.1);	
			}
		
		}
	#logo:hover,
	.logo:hover{
		opacity:.6;
		}
	#top-menu li{
		font-weight:500 !important;
		}
	.toolbox_menu2 #top-menu>li>a:before, 
	.toolbox_menu2 .dtb-menu ul.et-menu>li>a:before{
		background-color:#e16d3e !important;
		}
		
.hide-header{
	opacity:0;
	margin-top:-200px !important;
	}
.show-header{
	opacity:1;
	margin-top:0px !important;
	}
 
#main-header,
.section-header{
	-webkit-transition:all .5s ease !important;
	-moz-transition:all .5s ease !important;
	-o-transition:all .5s ease !important;
	-ms-transition:all .5s ease !important;
	transition:all .5s ease !important;
	}
	
#mobile_menu{
	font-family:freight-display-pro, serif !important;
	}
	
@media all and (min-width:980px){
	
	ul#top-menu li.menu-item.last{
		padding-right:0 !important;
		}
	.menu-contact a{
		display:none !important;
		}
	
	}
	
@media all and (max-width:980px){
	
	.menu-contact a{
		font-size:125% !important;
		margin-top:25px !important;
		margin-bottom:15px !important;
		line-height:1.05 !important;
		font-weight:500 !important;
		font-family:azo-sans-web, sans-serif !important;
		}
		.menu-contact a:before{
			content:'';
			float:left;
			width:26px;
			height:39px;
			background:url('img/icon-phone.svg') no-repeat 0 0;
			background-size:26px 39px;
			margin:0 20px 30px 0;
			}
		.menu-contact a em{
			display:block !important;
			font-style:normal !important;
			font-size:13px !important;
			color:#e16d3e;
			text-transform:uppercase !important;
			letter-spacing:2px !important;
			margin-bottom:7px !important;
			}
			
	}
	
/* Content Styles
**********************************************************/
	
@media only screen and (max-width:1400px) and (min-width:981px){
	
	.col-overlay{
		transform:translateX(0) translateY(0) !important;
		}
		.col-overlay p{
			font-size:32px !important;
			}
	
	}
	
@media only screen and (min-width:1600px){
	
	.col-2-pad{
		padding-right:14%;
		}
	.content-contact-intro{
		padding-right:30%;
		}
	
	}
	
/* Footer Styles
**********************************************************/
	
.content-contact a{
	color:#fff !important;
	}
	
.content-social.et_pb_social_media_follow li a.icon{
	border:none !important;
	border-radius:0 !important;
	margin-left:-14px !important;
	}
	
/* Back To Top Styles
**********************************************************/
	
.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll{
	bottom:35px;
	}
.et_pb_scroll_top:before{
    content:"\21";
	} 
.et_pb_scroll_top.et-pb-icon{
    right:20px;
    bottom:20px;
    border-radius:0px;
    background:#fff;
    color:#e16d3e;
    padding:20px;
    font-size:24px;
    transition:all .1s ease-in-out; 
	}
	.et_pb_scroll_top.et-pb-icon:hover{
	    transition:all .1s ease-in-out;
	    background:#161933;
	    color:#fff;
		}
	
/* GDPR Styles
**********************************************************/
	
.cli-bar-message{
	line-height:1.5;
	font-weight:400;
	font-size:16px;
	}
	
/* Hide Recaptcha
*********************************************************/	
		
.grecaptcha-badge{
	visibility:collapse !important;
	opacity:0 !important;
	}